@prefix bacnet: <http://data.ashrae.org/bacnet/2020#> .
@prefix brick: <https://brickschema.org/schema/Brick#> .
@prefix bsh: <https://brickschema.org/schema/BrickShape#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.linkedmodel.org/schema/vaem#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix qudtqk: <http://qudt.org/vocab/quantitykind/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rec: <https://w3id.org/rec#> .
@prefix ref: <https://brickschema.org/schema/Brick/ref#> .
@prefix s223: <http://data.ashrae.org/standard223#> .
@prefix sdo: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix tag: <https://brickschema.org/schema/BrickTag#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bacnet:AbortReason a rdfs:Class ;
    rdfs:label "AbortReason"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AbortReasonEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AbortReasonEnumerationValue a rdfs:Class ;
    rdfs:label "AbortReasonEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessAuthenticationFactorDisable a rdfs:Class ;
    rdfs:label "AccessAuthenticationFactorDisable"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessAuthenticationFactorDisableEnumerationValue a rdfs:Class ;
    rdfs:label "AccessAuthenticationFactorDisableEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessCredentialDisable a rdfs:Class ;
    rdfs:label "AccessCredentialDisable"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AccessCredentialDisableEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessCredentialDisableEnumerationValue a rdfs:Class ;
    rdfs:label "AccessCredentialDisableEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessCredentialDisableReason a rdfs:Class ;
    rdfs:label "AccessCredentialDisableReason"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AccessCredentialDisableReasonEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessCredentialDisableReasonEnumerationValue a rdfs:Class ;
    rdfs:label "AccessCredentialDisableReasonEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessCredentialObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccessCredentialObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:credential-status ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:days-remaining ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.access-credential ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessEventEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-access-event ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:activation-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:belongs-to ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reason-for-disable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:expiration-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:uses-remaining ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-use-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessCredentialDisableEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:credential-disable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:authorization-exemptions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:extended-time-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-access-point ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:global-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:trace-flag ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 100 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:threat-authority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:authentication-factors ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:absentee-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:assigned-access-rights ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AssignedAccessRights ;
                        sh:path ( bacnet:assigned-access-rights [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:assigned-access-rights ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:assigned-access-rights ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:AuthorizationExemptionEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:authorization-exemptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:authorization-exemptions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:authorization-exemptions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:CredentialAuthenticationFactor ;
                        sh:path ( bacnet:authentication-factors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:authentication-factors ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:authentication-factors ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AccessCredentialDisableReasonEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:reason-for-disable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:reason-for-disable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:reason-for-disable ] ] ) .

bacnet:AccessDoorObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccessDoorObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:door-pulse-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DoorValueEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DoorValueEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LockStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lock-status ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:door-unlock-delay-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DoorSecuredStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:secured-status ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DoorStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:door-status ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:door-open-too-long-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:door-members ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:door-extended-pulse-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DoorAlarmStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:door-alarm-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.access-door ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:MaintenanceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:maintenance-required ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:masked-alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:current-command-priority ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:door-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:door-members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:door-members ] ] ),
        ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:class bacnet:DoorAlarmStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:masked-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:masked-alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:masked-alarm-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:AccessEvent a rdfs:Class ;
    rdfs:label "AccessEvent"^^xsd:string ;
    bacnet:comment "Enumerated values 128-511 are used for events which indicate that access has been denied. Enumerated values 0-511 are reserved for prototype by ASHRAE. Enumerated values 512-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AccessEventEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessEventEnumerationValue a rdfs:Class ;
    rdfs:label "AccessEventEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessPassbackMode a rdfs:Class ;
    rdfs:label "AccessPassbackMode"^^xsd:string ;
    bacnet:memberClass bacnet:AccessPassbackModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessPassbackModeEnumerationValue a rdfs:Class ;
    rdfs:label "AccessPassbackModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessPointObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccessPointObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:authentication-policy-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.access-point ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-for-writing ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationFactor ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:access-event-authentication-factor ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessEventEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:active-authentication-policy ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthorizationModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:authorization-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-failed-attempts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:number-of-authentication-policies ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:verification-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:authentication-policy-names ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event-tag ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lockout ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:transaction-notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:zone-from ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event-credential ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-count-adjust ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lockout-relinquish-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:muster-point ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-lower-limit-enforced ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-doors ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:access-alarm-events ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:zone-to ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-upper-limit-enforced ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:accompaniment-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:failed-attempt-events ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 100 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:threat-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:access-transaction-events ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:failed-attempts-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:authentication-status ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:failed-attempts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:access-doors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-doors ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:access-doors ] ] ),
        ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:access-transaction-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-transaction-events ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:access-transaction-events ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:access-alarm-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-alarm-events ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:access-alarm-events ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:failed-attempt-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:failed-attempt-events ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:failed-attempt-events ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:authentication-policy-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:authentication-policy-names ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:authentication-policy-names ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AuthenticationPolicy ;
                        sh:path ( bacnet:authentication-policy-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:authentication-policy-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:authentication-policy-list ] ] ) .

bacnet:AccessRightsObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccessRightsObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:negative-access-rules ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:accompaniment ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:global-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.access-rights ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:positive-access-rules ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AccessRule ;
                        sh:path ( bacnet:negative-access-rules [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:negative-access-rules ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:negative-access-rules ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AccessRule ;
                        sh:path ( bacnet:positive-access-rules [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:positive-access-rules ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:positive-access-rules ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:AccessUserObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccessUserObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:member-of ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.access-user ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:user-information-reference ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:global-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:credentials ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:user-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessUserTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:user-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:user-external-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:members ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:credentials [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:credentials ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:credentials ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:members ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:member-of ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:AccessUserType a rdfs:Class ;
    rdfs:label "AccessUserType"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AccessUserTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessUserTypeEnumerationValue a rdfs:Class ;
    rdfs:label "AccessUserTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccessZoneObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccessZoneObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-credential-removed ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-credential-added-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-lower-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:entry-points ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-count-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessPassbackModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:passback-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.access-zone ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:credentials-in-zone ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-credential-added ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:global-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:adjust-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:occupancy-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:passback-timeout ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-credential-removed-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:occupancy-upper-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exit-points ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:credentials-in-zone [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:credentials-in-zone ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:credentials-in-zone ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:exit-points [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:exit-points ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:exit-points ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:entry-points [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:entry-points ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:entry-points ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:AccessZoneOccupancyState a rdfs:Class ;
    rdfs:label "AccessZoneOccupancyState"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AccessZoneOccupancyStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AccessZoneOccupancyStateEnumerationValue a rdfs:Class ;
    rdfs:label "AccessZoneOccupancyStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AccumulatorObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AccumulatorObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-monitoring-interval ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-before-change ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Scale ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:scale ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-low-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:pulse-rate ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.accumulator ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-change-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccumulatorRecord ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:logging-record ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:logging-object ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Prescale ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:prescale ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-set ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:Action a rdfs:Class ;
    rdfs:label "Action"^^xsd:string ;
    bacnet:memberClass bacnet:ActionEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ActionEnumerationValue a rdfs:Class ;
    rdfs:label "ActionEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AlertEnrollmentObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AlertEnrollmentObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.alert-enrollment ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ) .

bacnet:AnalogInputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AnalogInputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalREAL ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interface-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.analog-input ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:update-interval ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ) .

bacnet:AnalogOutputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AnalogOutputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalREAL ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interface-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.analog-output ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ) .

bacnet:AnalogValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AnalogValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.analog-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:AuditLevel a rdfs:Class ;
    rdfs:label "AuditLevel"^^xsd:string ;
    bacnet:memberClass bacnet:AuditLevelEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AuditLevelEnumerationValue a rdfs:Class ;
    rdfs:label "AuditLevelEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AuditLogObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AuditLogObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.audit-log ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 18446744073709551615 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:record-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:member-of ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:delete-on-forward ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-buffer ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 18446744073709551615 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:total-record-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:buffer-size ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AuditLogRecord ;
                        sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:log-buffer ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ) .

bacnet:AuditOperation a rdfs:Class ;
    rdfs:label "AuditOperation"^^xsd:string ;
    bacnet:memberClass bacnet:AuditOperationEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AuditOperationEnumerationValue a rdfs:Class ;
    rdfs:label "AuditOperationEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AuditOperationFlags a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AuditOperationFlags"^^xsd:string ;
    bacnet:memberClass bacnet:AuditOperationFlagsNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:AuditOperationFlagsNamedBits a rdfs:Class ;
    rdfs:label "AuditOperationFlagsNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:AuditReporterObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AuditReporterObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:send-now ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:audit-source-reporter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:maximum-send-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.audit-reporter ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:monitored-objects ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:auditable-operations ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ObjectSelector ;
                        sh:path ( bacnet:monitored-objects [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:monitored-objects ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:monitored-objects ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PriorityFilterNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:audit-priority-filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:audit-priority-filter ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:audit-priority-filter ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ) .

bacnet:AuthenticationFactorType a rdfs:Class ;
    rdfs:label "AuthenticationFactorType"^^xsd:string ;
    bacnet:memberClass bacnet:AuthenticationFactorTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AuthenticationFactorTypeEnumerationValue a rdfs:Class ;
    rdfs:label "AuthenticationFactorTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AuthenticationStatus a rdfs:Class ;
    rdfs:label "AuthenticationStatus"^^xsd:string ;
    bacnet:memberClass bacnet:AuthenticationStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AuthenticationStatusEnumerationValue a rdfs:Class ;
    rdfs:label "AuthenticationStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AuthorizationExemption a rdfs:Class ;
    rdfs:label "AuthorizationExemption"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AuthorizationExemptionEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AuthorizationExemptionEnumerationValue a rdfs:Class ;
    rdfs:label "AuthorizationExemptionEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AuthorizationMode a rdfs:Class ;
    rdfs:label "AuthorizationMode"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:AuthorizationModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:AuthorizationModeEnumerationValue a rdfs:Class ;
    rdfs:label "AuthorizationModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:AveragingObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "AveragingObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:average-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:minimum-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:maximum-value-timestamp ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.averaging ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:valid-samples ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:minimum-value-timestamp ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:attempted-samples ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-property-reference ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:variance-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:window-samples ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:maximum-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:window-interval ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ) .

bacnet:BackupState a rdfs:Class ;
    rdfs:label "BackupState"^^xsd:string ;
    bacnet:memberClass bacnet:BackupStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:BackupStateEnumerationValue a rdfs:Class ;
    rdfs:label "BackupStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:BinaryInputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "BinaryInputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:elapsed-active-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:change-of-state-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalBinaryPV ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interface-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.binary-input ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-state-count-reset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:active-text ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:change-of-state-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:inactive-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-active-time-reset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PolarityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:polarity ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ) .

bacnet:BinaryLightingOutputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "BinaryLightingOutputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryLightingPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:feedback-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryLightingPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PolarityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:polarity ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:strike-count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-active-time-reset ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.binary-lighting-output ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:power ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryLightingPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:egress-active ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:elapsed-active-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:egress-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:blink-warn-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-strike-count-reset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ) .

bacnet:BinaryLightingPV a rdfs:Class ;
    rdfs:label "BinaryLightingPV"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:BinaryLightingPVEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:BinaryLightingPVEnumerationValue a rdfs:Class ;
    rdfs:label "BinaryLightingPVEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:BinaryOutputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "BinaryOutputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:minimum-on-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:minimum-off-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:feedback-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PolarityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:polarity ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.binary-output ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:elapsed-active-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:active-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-state-count-reset ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalBinaryPV ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interface-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:change-of-state-count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:inactive-text ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-active-time-reset ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:change-of-state-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ) .

bacnet:BinaryPV a rdfs:Class ;
    rdfs:label "BinaryPV"^^xsd:string ;
    bacnet:memberClass bacnet:BinaryPVEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:BinaryPVEnumerationValue a rdfs:Class ;
    rdfs:label "BinaryPVEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:BinaryValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "BinaryValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:change-of-state-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-state-count-reset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:change-of-state-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:active-text ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:minimum-off-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-active-time-reset ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.binary-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:elapsed-active-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BinaryPVEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:inactive-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:minimum-on-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ) .

bacnet:BitstringValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "BitstringValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bit-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bit-mask ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.bitstring-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:bit-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:bit-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:bit-text ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:present-value ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:relinquish-default [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:relinquish-default ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:relinquish-default ] ] ),
        ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:bit-mask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:bit-mask ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:bit-mask ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ) .

bacnet:CalendarObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "CalendarObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:date-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.calendar ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:CalendarEntry ;
                        sh:path ( bacnet:date-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:date-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:date-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:ChannelObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ChannelObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-object-property-references ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:allow-group-delay-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ChannelValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:last-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:control-groups ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:channel-number ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:execution-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.channel ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:WriteStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:write-status ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectPropertyReference ;
                        sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-object-property-references ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:maxInclusive 4294967295 ;
                        sh:minCount 1 ;
                        sh:minInclusive 0 ;
                        sh:path ( bacnet:control-groups [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:control-groups ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:control-groups ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:execution-delay [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:execution-delay ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:execution-delay ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ) .

bacnet:CharacterstringValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "CharacterstringValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.characterstring-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:OptionalCharacterString ;
                        sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:OptionalCharacterString ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ) .

bacnet:CommandObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "CommandObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:all-writes-successful ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.command ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:action ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:in-process ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:action-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ActionList ;
                        sh:path ( bacnet:action [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:action ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:action ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:action-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:action-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:action-text ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ) .

bacnet:ConfirmedServiceChoice a rdfs:Class ;
    rdfs:label "ConfirmedServiceChoice"^^xsd:string ;
    bacnet:comment "Other services to be added as they are defined. All enumeration values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the ConfirmedPrivateTransfer or UnconfirmedPrivateTransfer services. See Clause 23"@en ;
    bacnet:memberClass bacnet:ConfirmedServiceChoiceEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ConfirmedServiceChoiceEnumerationValue a rdfs:Class ;
    rdfs:label "ConfirmedServiceChoiceEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:CredentialDataInputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "CredentialDataInputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:supported-format-classes ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.credential-data-input ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationFactor ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:supported-formats ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:update-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:supported-format-classes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:supported-format-classes ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:supported-format-classes ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AuthenticationFactorFormat ;
                        sh:path ( bacnet:supported-formats [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:supported-formats ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:supported-formats ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:DatePatternValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "DatePatternValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.datepattern-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ) .

bacnet:DateValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "DateValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.date-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ) .

bacnet:DatetimePatternValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "DatetimePatternValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:is-utc ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.datetimepattern-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:DatetimeValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "DatetimeValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.datetime-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:is-utc ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ) .

bacnet:DaysOfWeek a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "DaysOfWeek"^^xsd:string ;
    bacnet:memberClass bacnet:DaysOfWeekNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:DaysOfWeekNamedBits a rdfs:Class ;
    rdfs:label "DaysOfWeekNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:DeviceObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "DeviceObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:local-date ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-info-frames ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:apdu-timeout ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:vendor-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:database-revision ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:restore-completion-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-address-binding ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:number-of-apdu-retries ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:utc-time-synchronization-recipients ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:structured-object-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:protocol-revision ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:active-cov-multiple-subscriptions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:backup-preparation-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-apdu-length-accepted ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-restore-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-master ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-synchronization-interval ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:SegmentationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:segmentation-supported ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:application-software-version ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interval-offset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:align-intervals ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:active-cov-subscriptions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:protocol-version ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:system-status ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:backup-failure-timeout ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Recipient ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-notification-recipient ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-synchronization-recipients ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deployed-profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:serial-number ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:vt-classes-supported ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:protocol-object-types-supported ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:firmware-revision ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:apdu-segment-timeout ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:restore-preparation-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:daylight-savings-status ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BackupStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:backup-and-restore-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.device ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:configuration-files ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:active-vt-sessions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:utc-offset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:local-time ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:model-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-device-restart ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:restart-notification-recipients ],
        [ a sh:PropertyShape ;
            sh:class bacnet:RestartReasonEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-restart-reason ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-segments-accepted ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:protocol-services-supported ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:vendor-name ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:Recipient ;
                        sh:path ( bacnet:time-synchronization-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:time-synchronization-recipients ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:time-synchronization-recipients ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:configuration-files [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:configuration-files ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:configuration-files ] ] ),
        ( [ sh:property [ sh:class bacnet:VTClassEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:vt-classes-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-classes-supported ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:vt-classes-supported ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:Recipient ;
                        sh:path ( bacnet:utc-time-synchronization-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:utc-time-synchronization-recipients ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:utc-time-synchronization-recipients ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:Recipient ;
                        sh:path ( bacnet:restart-notification-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:restart-notification-recipients ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:restart-notification-recipients ] ] ),
        ( [ sh:property [ sh:class bacnet:ServicesSupportedNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:protocol-services-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:protocol-services-supported ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:protocol-services-supported ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:structured-object-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:structured-object-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:structured-object-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AddressBinding ;
                        sh:path ( bacnet:device-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:device-address-binding ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:device-address-binding ] ] ),
        ( [ sh:property [ sh:class bacnet:ObjectTypesSupportedNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:protocol-object-types-supported [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:protocol-object-types-supported ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:protocol-object-types-supported ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:VTSession ;
                        sh:path ( bacnet:active-vt-sessions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:active-vt-sessions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:active-vt-sessions ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:COVMultipleSubscription ;
                        sh:path ( bacnet:active-cov-multiple-subscriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:active-cov-multiple-subscriptions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:active-cov-multiple-subscriptions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:COVSubscription ;
                        sh:path ( bacnet:active-cov-subscriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:active-cov-subscriptions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:active-cov-subscriptions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:object-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:object-list ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:DeviceStatus a rdfs:Class ;
    rdfs:label "DeviceStatus"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values  64-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:DeviceStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:DeviceStatusEnumerationValue a rdfs:Class ;
    rdfs:label "DeviceStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:DoorAlarmState a rdfs:Class ;
    rdfs:label "DoorAlarmState"^^xsd:string ;
    bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values  256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:DoorAlarmStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:DoorAlarmStateEnumerationValue a rdfs:Class ;
    rdfs:label "DoorAlarmStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:DoorSecuredStatus a rdfs:Class ;
    rdfs:label "DoorSecuredStatus"^^xsd:string ;
    bacnet:memberClass bacnet:DoorSecuredStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:DoorSecuredStatusEnumerationValue a rdfs:Class ;
    rdfs:label "DoorSecuredStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:DoorStatus a rdfs:Class ;
    rdfs:label "DoorStatus"^^xsd:string ;
    bacnet:memberClass bacnet:DoorStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:DoorStatusEnumerationValue a rdfs:Class ;
    rdfs:label "DoorStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:DoorValue a rdfs:Class ;
    rdfs:label "DoorValue"^^xsd:string ;
    bacnet:memberClass bacnet:DoorValueEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:DoorValueEnumerationValue a rdfs:Class ;
    rdfs:label "DoorValueEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ElevatorGroupObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ElevatorGroupObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.elevator-group ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LiftGroupModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:group-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:group-id ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:machine-room-id ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:group-members ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:landing-calls ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LandingCallStatus ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:landing-call-control ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:LandingCallStatus ;
                        sh:path ( bacnet:landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:landing-calls ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:landing-calls ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:group-members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:group-members ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:EngineeringUnits a rdfs:Class ;
    rdfs:label "EngineeringUnits"^^xsd:string ;
    bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:EngineeringUnitsEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:EngineeringUnitsEnumerationValue a rdfs:Class ;
    rdfs:label "EngineeringUnitsEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:EscalatorFault a rdfs:Class ;
    rdfs:label "EscalatorFault"^^xsd:string ;
    bacnet:memberClass bacnet:EscalatorFaultEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:EscalatorFaultEnumerationValue a rdfs:Class ;
    rdfs:label "EscalatorFaultEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:EscalatorMode a rdfs:Class ;
    rdfs:label "EscalatorMode"^^xsd:string ;
    bacnet:memberClass bacnet:EscalatorModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:EscalatorModeEnumerationValue a rdfs:Class ;
    rdfs:label "EscalatorModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:EscalatorObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "EscalatorObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EscalatorOperationDirectionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:operation-direction ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:power-mode ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:group-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:installation-id ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-signals ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:elevator-group ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EscalatorModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:escalator-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:passenger-alarm ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.escalator ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:energy-meter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:energy-meter-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EscalatorFaultEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-signals [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-signals ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-signals ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:EscalatorOperationDirection a rdfs:Class ;
    rdfs:label "EscalatorOperationDirection"^^xsd:string ;
    bacnet:memberClass bacnet:EscalatorOperationDirectionEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:EscalatorOperationDirectionEnumerationValue a rdfs:Class ;
    rdfs:label "EscalatorOperationDirectionEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:EventEnrollmentObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "EventEnrollmentObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:FaultParameter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-parameters ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.event-enrollment ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-property-reference ],
        [ a sh:PropertyShape ;
            sh:class bacnet:FaultTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventParameter ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-parameters ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-enable ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:EventLogObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "EventLogObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:notification-threshold ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:last-notify-record ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:stop-when-full ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:records-since-notification ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.event-log ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:total-record-count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:start-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:buffer-size ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:stop-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-buffer ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:record-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:EventLogRecord ;
                        sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:log-buffer ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ) .

bacnet:EventState a rdfs:Class ;
    rdfs:label "EventState"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values  64-65535 may be used by others subject to the procedures and constraints described  in Clause 23. The last enumeration used in this version is 5."@en ;
    bacnet:memberClass bacnet:EventStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:EventStateEnumerationValue a rdfs:Class ;
    rdfs:label "EventStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:EventTransitionBits a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "EventTransitionBits"^^xsd:string ;
    bacnet:memberClass bacnet:EventTransitionBitsNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:EventTransitionBitsNamedBits a rdfs:Class ;
    rdfs:label "EventTransitionBitsNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:EventType a rdfs:Class ;
    rdfs:label "EventType"^^xsd:string ;
    bacnet:comment "-- Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values  64-65535 may be used by others subject to the procedures and constraints described  in Clause 23. It is expected that these enumerated values will correspond to the use of the complex-event-type CHOICE [6] of the BACnetNotificationParameters production."@en ;
    bacnet:memberClass bacnet:EventTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:EventTypeEnumerationValue a rdfs:Class ;
    rdfs:label "EventTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:FaultType a rdfs:Class ;
    rdfs:label "FaultType"^^xsd:string ;
    bacnet:memberClass bacnet:FaultTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:FaultTypeEnumerationValue a rdfs:Class ;
    rdfs:label "FaultTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:FileAccessMethod a rdfs:Class ;
    rdfs:label "FileAccessMethod"^^xsd:string ;
    bacnet:memberClass bacnet:FileAccessMethodEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:FileAccessMethodEnumerationValue a rdfs:Class ;
    rdfs:label "FileAccessMethodEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:FileObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "FileObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:record-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-size ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:archive ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:read-only ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:modification-date ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.file ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:FileAccessMethodEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-access-method ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:GlobalGroupObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "GlobalGroupObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-resubscription-interval ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:group-members ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.global-group ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:covu-recipients ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:group-member-names ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ClientCOV ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:client-cov-increment ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:member-status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:update-interval ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:requested-update-interval ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:covu-period ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyAccessResult ;
                        sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:present-value ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectPropertyReference ;
                        sh:path ( bacnet:group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:group-members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:group-members ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:Recipient ;
                        sh:path ( bacnet:covu-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:covu-recipients ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:covu-recipients ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:group-member-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:group-member-names ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:group-member-names ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:member-status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:member-status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:member-status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ) .

bacnet:GroupObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "GroupObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.group ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-group-members ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ReadAccessSpecification ;
                        sh:path ( bacnet:list-of-group-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-group-members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-group-members ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ReadAccessResult ;
                        sh:path ( bacnet:present-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:present-value ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:present-value ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:IPMode a rdfs:Class ;
    rdfs:label "IPMode"^^xsd:string ;
    bacnet:memberClass bacnet:IPModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:IPModeEnumerationValue a rdfs:Class ;
    rdfs:label "IPModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:IntegerValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "IntegerValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-low-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.integer-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-high-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ) .

bacnet:LargeAnalogValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LargeAnalogValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-low-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.large-analog-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:LifeSafetyMode a rdfs:Class ;
    rdfs:label "LifeSafetyMode"^^xsd:string ;
    bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:LifeSafetyModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LifeSafetyModeEnumerationValue a rdfs:Class ;
    rdfs:label "LifeSafetyModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LifeSafetyOperation a rdfs:Class ;
    rdfs:label "LifeSafetyOperation"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:LifeSafetyOperationEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LifeSafetyOperationEnumerationValue a rdfs:Class ;
    rdfs:label "LifeSafetyOperationEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LifeSafetyPointObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LifeSafetyPointObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:tracking-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyOperationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:operation-expected ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.life-safety-point ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:member-of ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:MaintenanceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:maintenance-required ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:direct-reading ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:setting ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:SilencedStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:silenced ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:accepted-modes ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:life-safety-alarm-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:mode ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-values ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyModeEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:accepted-modes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:accepted-modes ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:accepted-modes ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:life-safety-alarm-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:member-of ] ] ) .

bacnet:LifeSafetyState a rdfs:Class ;
    rdfs:label "LifeSafetyState"^^xsd:string ;
    bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:LifeSafetyStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LifeSafetyStateEnumerationValue a rdfs:Class ;
    rdfs:label "LifeSafetyStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LifeSafetyZoneObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LifeSafetyZoneObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:member-of ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:SilencedStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:silenced ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:tracking-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:zone-members ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyOperationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:operation-expected ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:life-safety-alarm-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.life-safety-zone ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:maintenance-required ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:mode ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:accepted-modes ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-values ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:zone-members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:zone-members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:zone-members ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:life-safety-alarm-values ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyModeEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:accepted-modes [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:accepted-modes ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:accepted-modes ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:member-of [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:member-of ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:member-of ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:LiftCarDirection a rdfs:Class ;
    rdfs:label "LiftCarDirection"^^xsd:string ;
    bacnet:memberClass bacnet:LiftCarDirectionEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LiftCarDirectionEnumerationValue a rdfs:Class ;
    rdfs:label "LiftCarDirectionEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LiftCarDoorCommand a rdfs:Class ;
    rdfs:label "LiftCarDoorCommand"^^xsd:string ;
    bacnet:memberClass bacnet:LiftCarDoorCommandEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LiftCarDoorCommandEnumerationValue a rdfs:Class ;
    rdfs:label "LiftCarDoorCommandEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LiftCarDriveStatus a rdfs:Class ;
    rdfs:label "LiftCarDriveStatus"^^xsd:string ;
    bacnet:memberClass bacnet:LiftCarDriveStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LiftCarDriveStatusEnumerationValue a rdfs:Class ;
    rdfs:label "LiftCarDriveStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LiftCarMode a rdfs:Class ;
    rdfs:label "LiftCarMode"^^xsd:string ;
    bacnet:memberClass bacnet:LiftCarModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LiftCarModeEnumerationValue a rdfs:Class ;
    rdfs:label "LiftCarModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LiftFault a rdfs:Class ;
    rdfs:label "LiftFault"^^xsd:string ;
    bacnet:memberClass bacnet:LiftFaultEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LiftFaultEnumerationValue a rdfs:Class ;
    rdfs:label "LiftFaultEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LiftGroupMode a rdfs:Class ;
    rdfs:label "LiftGroupMode"^^xsd:string ;
    bacnet:memberClass bacnet:LiftGroupModeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LiftGroupModeEnumerationValue a rdfs:Class ;
    rdfs:label "LiftGroupModeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LiftObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LiftObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:elevator-group ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:floor-text ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:energy-meter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LiftCarModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:fault-signals ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-load-units ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:energy-meter-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LiftCarDirectionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:car-moving-direction ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lower-deck ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-load ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LiftCarDirectionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-assigned-direction ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:assigned-landing-calls ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-door-text ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:installation-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:next-stopping-floor ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.lift ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-door-command ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:higher-deck ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-door-zone ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:car-door-status ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:landing-door-status ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:group-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:passenger-alarm ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:registered-car-call ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LiftCarDriveStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:car-drive-status ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:making-car-call ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:car-position ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:making-car-call [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:making-car-call ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:making-car-call ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:car-door-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:car-door-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:car-door-text ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AssignedLandingCalls ;
                        sh:path ( bacnet:assigned-landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:assigned-landing-calls ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:assigned-landing-calls ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:LiftCarCallList ;
                        sh:path ( bacnet:registered-car-call [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:registered-car-call ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:registered-car-call ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:floor-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:floor-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:floor-text ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:LiftCarDoorCommandEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:car-door-command [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:car-door-command ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:car-door-command ] ] ),
        ( [ sh:property [ sh:class bacnet:LiftFaultEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-signals [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-signals ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-signals ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:LandingDoorStatus ;
                        sh:path ( bacnet:landing-door-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:landing-door-status ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:landing-door-status ] ] ),
        ( [ sh:property [ sh:class bacnet:DoorStatusEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:car-door-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:car-door-status ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:car-door-status ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:LightingInProgress a rdfs:Class ;
    rdfs:label "LightingInProgress"^^xsd:string ;
    bacnet:memberClass bacnet:LightingInProgressEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LightingInProgressEnumerationValue a rdfs:Class ;
    rdfs:label "LightingInProgressEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LightingOperation a rdfs:Class ;
    rdfs:label "LightingOperation"^^xsd:string ;
    bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:LightingOperationEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LightingOperationEnumerationValue a rdfs:Class ;
    rdfs:label "LightingOperationEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LightingOutputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LightingOutputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.lighting-output ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-actual-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:blink-warn-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LightingCommand ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:lighting-command ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:lighting-command-default-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-actual-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LightingTransitionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:transition ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:feedback-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:egress-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:tracking-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LightingInProgressEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:in-progress ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:power ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:default-ramp-rate ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:instantaneous-power ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:default-fade-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:egress-active ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:default-step-increment ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ) .

bacnet:LightingTransition a rdfs:Class ;
    rdfs:label "LightingTransition"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:LightingTransitionEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LightingTransitionEnumerationValue a rdfs:Class ;
    rdfs:label "LightingTransitionEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LimitEnable a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LimitEnable"^^xsd:string ;
    bacnet:memberClass bacnet:LimitEnableNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:LimitEnableNamedBits a rdfs:Class ;
    rdfs:label "LimitEnableNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:LoadControlObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LoadControlObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:shed-levels ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.load-control ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:shed-duration ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ShedLevel ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:expected-shed-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ShedLevel ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:requested-shed-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:shed-level-descriptions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ShedStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:full-duty-baseline ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:duty-window ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:state-description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:start-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ShedLevel ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:actual-shed-level ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:shed-level-descriptions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:shed-level-descriptions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:shed-level-descriptions ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:shed-levels [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:shed-levels ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:shed-levels ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:LockStatus a rdfs:Class ;
    rdfs:label "LockStatus"^^xsd:string ;
    bacnet:memberClass bacnet:LockStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LockStatusEnumerationValue a rdfs:Class ;
    rdfs:label "LockStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LogStatus a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LogStatus"^^xsd:string ;
    bacnet:memberClass bacnet:LogStatusNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:LogStatusNamedBits a rdfs:Class ;
    rdfs:label "LogStatusNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:LoggingType a rdfs:Class ;
    rdfs:label "LoggingType"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:LoggingTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:LoggingTypeEnumerationValue a rdfs:Class ;
    rdfs:label "LoggingTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:LoopObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "LoopObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:setpoint ],
        [ a sh:PropertyShape ;
            sh:class bacnet:SetpointReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:setpoint-reference ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:controlled-variable-units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.loop ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:proportional-constant ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-for-writing ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:proportional-constant-units ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bias ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:manipulated-variable-reference ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalREAL ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-diff-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:controlled-variable-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:derivative-constant-units ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:integral-constant-units ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:derivative-constant ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:maximum-output ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:controlled-variable-reference ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:error-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:integral-constant ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:update-interval ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ActionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:action ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:minimum-output ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:output-units ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ) .

bacnet:Maintenance a rdfs:Class ;
    rdfs:label "Maintenance"^^xsd:string ;
    bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:MaintenanceEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:MaintenanceEnumerationValue a rdfs:Class ;
    rdfs:label "MaintenanceEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:MultistateInputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "MultistateInputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:number-of-states ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interface-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:state-text ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.multi-state-input ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:state-text ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-values ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:MultistateOutputObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "MultistateOutputObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.multi-state-output ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:state-text ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interface-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:number-of-states ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:feedback-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:state-text ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ) .

bacnet:MultistateValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "MultistateValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.multi-state-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:number-of-states ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:state-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:state-text [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:state-text ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:state-text ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:fault-values ] ] ) .

bacnet:NetworkNumberQuality a rdfs:Class ;
    rdfs:label "NetworkNumberQuality"^^xsd:string ;
    bacnet:memberClass bacnet:NetworkNumberQualityEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:NetworkNumberQualityEnumerationValue a rdfs:Class ;
    rdfs:label "NetworkNumberQualityEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:NetworkPortCommand a rdfs:Class ;
    rdfs:label "NetworkPortCommand"^^xsd:string ;
    bacnet:memberClass bacnet:NetworkPortCommandEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:NetworkPortCommandEnumerationValue a rdfs:Class ;
    rdfs:label "NetworkPortCommandEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:NetworkPortObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "NetworkPortObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NetworkTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:network-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:HostNPort ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fd-bbmd-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:HostNPort ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ip-global-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ipv6-multicast-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auto-slave-discovery ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:mac-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-prefix-length ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:routing-table ],
        [ a sh:PropertyShape ;
            sh:class bacnet:IPModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ipv6-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-info-frames ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-default-gateway ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-zone-index ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-dns-server ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-auto-addressing-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-dhcp-lease-time-remaining ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-dhcp-lease-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fd-subscription-lifetime ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:link-speeds ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.network-port ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-dhcp-lease-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:link-speed-autonegotiate ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:changes-pending ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:virtual-mac-address-table ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reference-port ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:network-interface-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-dhcp-lease-time-remaining ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ip-udp-port ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ip-multicast-address ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bbmd-foreign-device-table ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-dhcp-server ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-dhcp-server ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-dhcp-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:link-speed ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NetworkNumberQualityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:network-number-quality ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-dns-server ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:apdu-length ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bbmd-accept-fd-registrations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:manual-slave-address-binding ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:slave-address-binding ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NetworkPortCommandEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bbmd-broadcast-distribution-table ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-default-gateway ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-subnet-mask ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ipv6-udp-port ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ip-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:slave-proxy-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ipv6-address ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ProtocolLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:protocol-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:network-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ip-nat-traversal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:IPModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:bacnet-ip-mode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-master ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AddressBinding ;
                        sh:path ( bacnet:manual-slave-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:manual-slave-address-binding ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:manual-slave-address-binding ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:RouterEntry ;
                        sh:path ( bacnet:routing-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:routing-table ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:routing-table ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:VMACEntry ;
                        sh:path ( bacnet:virtual-mac-address-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:virtual-mac-address-table ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:virtual-mac-address-table ] ] ),
        ( [ sh:property [ sh:datatype xsd:hexBinary ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:ipv6-dns-server [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:ipv6-dns-server ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:ipv6-dns-server ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:BDTEntry ;
                        sh:path ( bacnet:bbmd-broadcast-distribution-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:bbmd-broadcast-distribution-table ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:bbmd-broadcast-distribution-table ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:hexBinary ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:ip-dns-server [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:ip-dns-server ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:ip-dns-server ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AddressBinding ;
                        sh:path ( bacnet:slave-address-binding [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:slave-address-binding ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:slave-address-binding ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:datatype xsd:float ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:link-speeds [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:link-speeds ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:link-speeds ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:FDTEntry ;
                        sh:path ( bacnet:bbmd-foreign-device-table [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:bbmd-foreign-device-table ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:bbmd-foreign-device-table ] ] ) .

bacnet:NetworkType a rdfs:Class ;
    rdfs:label "NetworkType"^^xsd:string ;
    bacnet:memberClass bacnet:NetworkTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:NetworkTypeEnumerationValue a rdfs:Class ;
    rdfs:label "NetworkTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:NodeType a rdfs:Class ;
    rdfs:label "NodeType"^^xsd:string ;
    bacnet:memberClass bacnet:NodeTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:NodeTypeEnumerationValue a rdfs:Class ;
    rdfs:label "NodeTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:NotificationClassObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "NotificationClassObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.notification-class ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:ack-required ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:priority [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:Destination ;
                        sh:path ( bacnet:recipient-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:recipient-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:recipient-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:ack-required [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:ack-required ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:ack-required ] ] ) .

bacnet:NotificationForwarderObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "NotificationForwarderObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.notification-forwarder ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ProcessIdSelection ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:process-identifier-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:subscribed-recipients ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:local-forwarding-only ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:port-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PortPermission ;
                        sh:path ( bacnet:port-filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:port-filter ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:port-filter ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:Destination ;
                        sh:path ( bacnet:recipient-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:recipient-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:recipient-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:EventNotificationSubscription ;
                        sh:path ( bacnet:subscribed-recipients [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribed-recipients ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:subscribed-recipients ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:NotifyType a rdfs:Class ;
    rdfs:label "NotifyType"^^xsd:string ;
    bacnet:memberClass bacnet:NotifyTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:NotifyTypeEnumerationValue a rdfs:Class ;
    rdfs:label "NotifyTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ObjectType a rdfs:Class ;
    rdfs:label "ObjectType"^^xsd:string ;
    bacnet:comment "Enumerated values 0-127 are reserved for prototype by ASHRAE. Enumerated values  128-1023 may be used by others subject to the procedures and constraints described  in Clause 23."@en ;
    bacnet:memberClass bacnet:ObjectTypeEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ObjectTypeEnumerationValue a rdfs:Class ;
    rdfs:label "ObjectTypeEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ObjectTypesSupported a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ObjectTypesSupported"^^xsd:string ;
    bacnet:memberClass bacnet:ObjectTypesSupportedNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:ObjectTypesSupportedNamedBits a rdfs:Class ;
    rdfs:label "ObjectTypesSupportedNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:OctetstringValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "OctetstringValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.octetstring-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ) .

bacnet:Polarity a rdfs:Class ;
    rdfs:label "Polarity"^^xsd:string ;
    bacnet:memberClass bacnet:PolarityEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:PolarityEnumerationValue a rdfs:Class ;
    rdfs:label "PolarityEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:PositiveIntegerValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "PositiveIntegerValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-low-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fault-high-limit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.positive-integer-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ) .

bacnet:PriorityFilter a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "PriorityFilter"^^xsd:string ;
    bacnet:memberClass bacnet:PriorityFilterNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:PriorityFilterNamedBits a rdfs:Class ;
    rdfs:label "PriorityFilterNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:ProgramError a rdfs:Class ;
    rdfs:label "ProgramError"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values  64-65535 may be used by others subject to the procedures and constraints described  in Clause 23."@en ;
    bacnet:memberClass bacnet:ProgramErrorEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ProgramErrorEnumerationValue a rdfs:Class ;
    rdfs:label "ProgramErrorEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ProgramObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ProgramObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:instance-of ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:program-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description-of-halt ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.program ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ProgramStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:program-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ProgramErrorEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reason-for-halt ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ProgramRequestEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:program-change ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ) .

bacnet:ProgramRequest a rdfs:Class ;
    rdfs:label "ProgramRequest"^^xsd:string ;
    bacnet:memberClass bacnet:ProgramRequestEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ProgramRequestEnumerationValue a rdfs:Class ;
    rdfs:label "ProgramRequestEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ProgramState a rdfs:Class ;
    rdfs:label "ProgramState"^^xsd:string ;
    bacnet:memberClass bacnet:ProgramStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ProgramStateEnumerationValue a rdfs:Class ;
    rdfs:label "ProgramStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:PropertyIdentifier a rdfs:Class ;
    rdfs:label "PropertyIdentifier"^^xsd:string ;
    bacnet:comment "The special property identifiers all, optional, and required are reserved for use in the ReadPropertyMultiple service or services not defined in this standard. Enumerated values 0-511 are reserved for prototype by ASHRAE. Enumerated values 512-4194303 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:PropertyIdentifierEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:PropertyIdentifierEnumerationValue a rdfs:Class ;
    rdfs:label "PropertyIdentifierEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ProtocolLevel a rdfs:Class ;
    rdfs:label "ProtocolLevel"^^xsd:string ;
    bacnet:memberClass bacnet:ProtocolLevelEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ProtocolLevelEnumerationValue a rdfs:Class ;
    rdfs:label "ProtocolLevelEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:PulseConverterObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "PulseConverterObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:scale-factor ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:input-reference ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:update-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:count-before-change ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limit-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:adjust-value ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.pulse-converter ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:count-change-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-period ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:LimitEnableNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:limit-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:limit-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:limit-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ) .

bacnet:RejectReason a rdfs:Class ;
    rdfs:label "RejectReason"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:RejectReasonEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:RejectReasonEnumerationValue a rdfs:Class ;
    rdfs:label "RejectReasonEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:Relationship a rdfs:Class ;
    rdfs:label "Relationship"^^xsd:string ;
    bacnet:memberClass bacnet:RelationshipEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:RelationshipEnumerationValue a rdfs:Class ;
    rdfs:label "RelationshipEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:Reliability a rdfs:Class ;
    rdfs:label "Reliability"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values  64-65535 may be used by others subject to the procedures and constraints described  in Clause 23."@en ;
    bacnet:memberClass bacnet:ReliabilityEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ReliabilityEnumerationValue a rdfs:Class ;
    rdfs:label "ReliabilityEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:RestartReason a rdfs:Class ;
    rdfs:label "RestartReason"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-255 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:RestartReasonEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:RestartReasonEnumerationValue a rdfs:Class ;
    rdfs:label "RestartReasonEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ResultFlags a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ResultFlags"^^xsd:string ;
    bacnet:memberClass bacnet:ResultFlagsNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:ResultFlagsNamedBits a rdfs:Class ;
    rdfs:label "ResultFlagsNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:ScheduleObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ScheduleObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:exception-schedule ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.schedule ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-object-property-references ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateRange ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:effective-period ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-for-writing ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:weekly-schedule ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:schedule-default ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DailySchedule ;
                        sh:path ( bacnet:weekly-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:weekly-schedule ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:weekly-schedule ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:SpecialEvent ;
                        sh:path ( bacnet:exception-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:exception-schedule ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:exception-schedule ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectPropertyReference ;
                        sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-object-property-references ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ) .

bacnet:SecurityLevel a rdfs:Class ;
    rdfs:label "SecurityLevel"^^xsd:string ;
    bacnet:memberClass bacnet:SecurityLevelEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:SecurityLevelEnumerationValue a rdfs:Class ;
    rdfs:label "SecurityLevelEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:SecurityPolicy a rdfs:Class ;
    rdfs:label "SecurityPolicy"^^xsd:string ;
    bacnet:memberClass bacnet:SecurityPolicyEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:SecurityPolicyEnumerationValue a rdfs:Class ;
    rdfs:label "SecurityPolicyEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:Segmentation a rdfs:Class ;
    rdfs:label "Segmentation"^^xsd:string ;
    bacnet:memberClass bacnet:SegmentationEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:SegmentationEnumerationValue a rdfs:Class ;
    rdfs:label "SegmentationEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:ServicesSupported a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ServicesSupported"^^xsd:string ;
    bacnet:memberClass bacnet:ServicesSupportedNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:ServicesSupportedNamedBits a rdfs:Class ;
    rdfs:label "ServicesSupportedNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:ShedState a rdfs:Class ;
    rdfs:label "ShedState"^^xsd:string ;
    bacnet:memberClass bacnet:ShedStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:ShedStateEnumerationValue a rdfs:Class ;
    rdfs:label "ShedStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:SilencedState a rdfs:Class ;
    rdfs:label "SilencedState"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to procedures and constraints described in Clause 23."@en ;
    bacnet:memberClass bacnet:SilencedStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:SilencedStateEnumerationValue a rdfs:Class ;
    rdfs:label "SilencedStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:StagingObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "StagingObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:stage-names ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:stages ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EngineeringUnitsEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:units ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:target-references ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.staging ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:priority-for-writing ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:default-present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-stage ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:stage-names [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:stage-names ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:stage-names ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:StageLimitValue ;
                        sh:path ( bacnet:stages [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:stages ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:stages ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:target-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:target-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:target-references ] ] ) .

bacnet:StatusFlags a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "StatusFlags"^^xsd:string ;
    bacnet:memberClass bacnet:StatusFlagsNamedBits ;
    rdfs:subClassOf bacnet:Bitstring .

bacnet:StatusFlagsNamedBits a rdfs:Class ;
    rdfs:label "StatusFlagsNamedBits"^^xsd:string ;
    rdfs:subClassOf bacnet:NamedBits .

bacnet:StructuredViewObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "StructuredViewObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:subordinate-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:node-subtype ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:RelationshipEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:default-subordinate-relationship ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:subordinate-node-types ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:subordinate-tags ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.structured-view ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:subordinate-relationships ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:subordinate-annotations ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:represents ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NodeTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:node-type ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:subordinate-annotations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:subordinate-annotations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:subordinate-annotations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectReference ;
                        sh:path ( bacnet:subordinate-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:subordinate-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:subordinate-list ] ] ),
        ( [ sh:property [ sh:class bacnet:NodeTypeEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:subordinate-node-types [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:subordinate-node-types ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:subordinate-node-types ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValueCollection ;
                        sh:path ( bacnet:subordinate-tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:subordinate-tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:subordinate-tags ] ] ),
        ( [ sh:property [ sh:class bacnet:RelationshipEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:subordinate-relationships [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:subordinate-relationships ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:subordinate-relationships ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:TimePatternValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "TimePatternValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.timepattern-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ) .

bacnet:TimeValueObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "TimeValueObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalUnsigned ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-command-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source-array ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-command-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:relinquish-default ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:OptionalPriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-priority-filter ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:command-time-array ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ValueSource ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value-source ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-array ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.time-value ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ValueSource ;
                        sh:path ( bacnet:value-source-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:value-source-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:value-source-array ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:command-time-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-time-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:command-time-array ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PriorityValue ;
                        sh:path ( bacnet:priority-array [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:priority-array ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:priority-array ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ) .

bacnet:TimerObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "TimerObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay-normal ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-for-writing ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimerStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timer-state ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.timer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:update-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:initial-timeout ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:expiration-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:out-of-service ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:list-of-object-property-references ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:min-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:default-timeout ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:state-change-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:alarm-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimerTransitionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-state-change ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-pres-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:resolution ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timer-running ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:class bacnet:TimerStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-values ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimerStateChangeValue ;
                        sh:path ( bacnet:state-change-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:state-change-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:state-change-values ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectPropertyReference ;
                        sh:path ( bacnet:list-of-object-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-object-property-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-object-property-references ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ) .

bacnet:TimerState a rdfs:Class ;
    rdfs:label "TimerState"^^xsd:string ;
    bacnet:memberClass bacnet:TimerStateEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:TimerStateEnumerationValue a rdfs:Class ;
    rdfs:label "TimerStateEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:TimerTransition a rdfs:Class ;
    rdfs:label "TimerTransition"^^xsd:string ;
    bacnet:memberClass bacnet:TimerTransitionEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:TimerTransitionEnumerationValue a rdfs:Class ;
    rdfs:label "TimerTransitionEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:TrendLogMultipleObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "TrendLogMultipleObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-buffer ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interval-offset ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:total-record-count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:start-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:align-intervals ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-interval ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.trend-log-multiple ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:trigger ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:stop-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:last-notify-record ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:stop-when-full ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:buffer-size ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:record-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:records-since-notification ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:notification-threshold ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-deviceobjectproperty ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LoggingTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:logging-type ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:DeviceObjectPropertyReference ;
                        sh:path ( bacnet:log-deviceobjectproperty [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-deviceobjectproperty ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:log-deviceobjectproperty ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:LogMultipleRecord ;
                        sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:log-buffer ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ) .

bacnet:TrendLogObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "TrendLogObject"^^xsd:string ;
    rdfs:subClassOf bacnet:Object ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts-config ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:log-deviceobjectproperty ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-resubscription-interval ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:buffer-size ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability-evaluation-inhibit ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ClientCOV ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:client-cov-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:acked-transitions ],
        [ a sh:PropertyShape ;
            sh:hasValue bacnet:ObjectType.trend-log ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:auditable-operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-message-texts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:log-interval ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:tags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LoggingTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:logging-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:profile-location ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:align-intervals ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:trigger ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:record-count ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLevelEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:audit-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:total-record-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:interval-offset ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-time-stamps ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:records-since-notification ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:stop-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:last-notify-record ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:notification-threshold ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-detection-enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:start-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-algorithm-inhibit-ref ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:stop-when-full ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:description ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-buffer ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts-config [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts-config ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts-config ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:LogRecord ;
                        sh:path ( bacnet:log-buffer [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-buffer ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:log-buffer ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-time-stamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-time-stamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-time-stamps ] ] ),
        ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:auditable-operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:auditable-operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:auditable-operations ] ] ),
        ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-message-texts [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-message-texts ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-message-texts ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acked-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acked-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acked-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:tags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:tags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:tags ] ] ),
        ( [ sh:property [ sh:class bacnet:PropertyIdentifierEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:property-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-list ] ] ) .

bacnet:UnconfirmedServiceChoice a rdfs:Class ;
    rdfs:label "UnconfirmedServiceChoice"^^xsd:string ;
    bacnet:comment "Other services to be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the UnconfirmedPrivateTransfer service. See Clause 23"@en ;
    bacnet:memberClass bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:UnconfirmedServiceChoiceEnumerationValue a rdfs:Class ;
    rdfs:label "UnconfirmedServiceChoiceEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:VTClass a rdfs:Class ;
    rdfs:label "VTClass"^^xsd:string ;
    bacnet:comment "Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described  in Clause 23."@en ;
    bacnet:memberClass bacnet:VTClassEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:VTClassEnumerationValue a rdfs:Class ;
    rdfs:label "VTClassEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

bacnet:WriteStatus a rdfs:Class ;
    rdfs:label "WriteStatus"^^xsd:string ;
    bacnet:memberClass bacnet:WriteStatusEnumerationValue ;
    rdfs:subClassOf bacnet:EnumerationKind .

bacnet:WriteStatusEnumerationValue a rdfs:Class ;
    rdfs:label "WriteStatusEnumerationValue"^^xsd:string ;
    rdfs:subClassOf bacnet:EnumerationValue .

rec:AbsoluteHumidityObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Absolute humidity observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:AbsoluteHumidity ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:AccelerationObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Acceleration observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Acceleration ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:AccessControlZone a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Access control zone"^^xsd:string ;
    rdfs:subClassOf rec:Zone .

rec:AccessPanel a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Access panel"^^xsd:string ;
    rdfs:subClassOf rec:BarrierAsset .

rec:ActuationEvent a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Actuation event"^^xsd:string ;
    rdfs:subClassOf rec:PointEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:description "The command message/payload of this actuation event."^^xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ],
        [ a sh:PropertyShape ;
            sh:class brick:Point ;
            sh:description "The brick:Point(s) (e.g., brick:Commands, brick:Setpoints, or brick:Parameters) that the actuation will target/execute."^^xsd:string ;
            sh:minCount 1 ;
            sh:name "target point"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:targetPoint ] .

rec:AdmittingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Admitting room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:Agent a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Agent"^^xsd:string ;
    rdfs:comment "The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, ....) to be anchored in one joint place, on the Agent class."^^xsd:string ;
    rdfs:subClassOf rdfs:Resource ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Organization ;
            sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic Organization.isPartOf property."^^xsd:string ;
            sh:name "is member of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isMemberOf ],
        [ a sh:PropertyShape ;
            sh:description "Indicates ownership of some thing, e.g., a building, an asset, an organization, etc."^^xsd:string ;
            sh:name "owns"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:owns ] .

rec:AlarmObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Alarm object"^^xsd:string ;
    rdfs:subClassOf rec:ServiceObject .

rec:AngleObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Angle observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Angle ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:AngularAccelerationObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Angular acceleration observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:AngularAcceleration ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:AngularVelocityObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Angular velocity observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:AngularVelocity ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Apartment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Apartment"^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Room ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:ArchitecturalAsset a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Architectural asset"^^xsd:string ;
    rdfs:subClassOf rec:Asset .

rec:Architecture a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Architecture"^^xsd:string ;
    rdfs:comment "A designed/landscaped (or potentially designed/landscaped) part of the physical world that has a 3D spatial extent. E.g., a building site, a building, levels within the building, rooms, etc."^^xsd:string ;
    rdfs:subClassOf rec:Space ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "architected by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:architectedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:ArchitectureArea ;
            sh:maxCount 1 ;
            sh:name "area"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:area ],
        [ a sh:PropertyShape ;
            sh:class rec:PostalAddress ;
            sh:description "Physical address of the architecture (site, building, sub-building, entrance room, etc.) in question."^^xsd:string ;
            sh:name "address"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:address ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:nodeKind sh:IRI ;
            sh:path rec:constructedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:BuildingElement ;
            sh:description "Links an Architecture to BuildingElement that is contained in the Space."^^xsd:string ;
            sh:name "contains element"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:containsElement ],
        [ a sh:PropertyShape ;
            sh:class rec:BuildingElement ;
            sh:name "adjacent element"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:adjacentElement ],
        [ a sh:PropertyShape ;
            sh:class rec:ArchitectureCapacity ;
            sh:maxCount 1 ;
            sh:name "capacity"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:capacity ],
        [ a sh:PropertyShape ;
            sh:class brick:Point ;
            sh:name "has point"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasPoint ],
        [ a sh:PropertyShape ;
            sh:class rec:BuildingElement ;
            sh:name "intersecting element"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:intersectingElement ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "operated by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:operatedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Document ;
            sh:name "documentation"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:documentation ],
        [ a sh:PropertyShape ;
            sh:name "is fed by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isFedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "owned by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:ownedBy ] .

rec:ArchitectureArea a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Architecture area"^^xsd:string ;
    rdfs:comment "Describes business-relevant area measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged."^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:name "rentable area"^^xsd:string ;
            sh:path rec:rentableArea ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:name "net area"^^xsd:string ;
            sh:path rec:netArea ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:name "gross area"^^xsd:string ;
            sh:path rec:grossArea ] .

rec:ArchitectureCapacity a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Architecture capacity"^^xsd:string ;
    rdfs:comment "Describes business-relevant capacity measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged."^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:name "seating capacity"^^xsd:string ;
            sh:path rec:seatingCapacity ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:description "E.g., per Building Code"^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "maximum occupancy"^^xsd:string ;
            sh:path rec:maxOccupancy ] .

rec:AreaObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Area observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Area ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Asset a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Asset"^^xsd:string ;
    rdfs:comment "Something which is placed inside of a building, but is not an integral part of that building's structure; e.g., furniture, equipment, systems, etc."^^xsd:string ;
    rdfs:subClassOf rdfs:Resource ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:BuildingElement ;
            sh:description "An asset may be mounted on some part of the building construction (e.g., a blind on a facade, a camera on a wall, etc)."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "mounted on"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:mountedOn ],
        [ a sh:PropertyShape ;
            sh:class rec:Space ;
            sh:name "located in"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:locatedIn ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "installed by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:installedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Asset ;
            sh:name "is part of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isPartOf ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "commissioned by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:commissionedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Geometry ;
            sh:description "A GeoJSON Geometry representing the position or extent of the asset."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "geometry"^^xsd:string ;
            sh:path rec:geometry ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:name "asset tag"^^xsd:string ;
            sh:path rec:assetTag ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:date ;
            sh:maxCount 1 ;
            sh:name "turnover date"^^xsd:string ;
            sh:path rec:turnoverDate ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:duration ;
            sh:name "maintenance interval"^^xsd:string ;
            sh:path rec:maintenanceInterval ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:name "IP address"^^xsd:string ;
            sh:path rec:IPAddress ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:date ;
            sh:maxCount 1 ;
            sh:name "commissioning date"^^xsd:string ;
            sh:path rec:commissioningDate ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:name "serial number"^^xsd:string ;
            sh:path rec:serialNumber ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:name "weight"^^xsd:string ;
            sh:path rec:weight ],
        [ a sh:PropertyShape ;
            sh:class brick:Point ;
            sh:name "has point"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasPoint ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:date ;
            sh:maxCount 1 ;
            sh:name "installation date"^^xsd:string ;
            sh:path rec:installationDate ],
        [ a sh:PropertyShape ;
            sh:class rec:Document ;
            sh:name "documentation"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:documentation ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:name "MAC address"^^xsd:string ;
            sh:path rec:MACAddress ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "manufactured by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:manufacturedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:name "serviced by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:servicedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Asset ;
            sh:name "has part"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasPart ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:name "initial cost"^^xsd:string ;
            sh:nodeKind sh:Literal ;
            sh:path rec:initialCost ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:name "model number"^^xsd:string ;
            sh:path rec:modelNumber ] .

rec:Atrium a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Atrium"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:AudioVisualEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Audio Visual Equipment"^^xsd:string ;
    rdfs:comment "Audio visual equipment."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Audio_Visual_Equipment" ;
    brick:isReplacedBy brick:Audio_Visual_Equipment .

rec:Auditorium a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Auditorium"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:BACnetController a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "BACnet Controller"^^xsd:string ;
    rdfs:comment "BACnet controller."^^xsd:string ;
    rdfs:subClassOf rec:Controller ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:BACnet_Controller" ;
    brick:isReplacedBy brick:BACnet_Controller .

rec:BackOffice a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Back office"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Balcony a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Balcony"^^xsd:string ;
    rdfs:subClassOf rec:BuildingElement .

rec:BarRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bar room"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:BarrierAsset a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Barrier asset"^^xsd:string ;
    rdfs:subClassOf rec:ArchitecturalAsset .

rec:BasementLevel a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Basement level"^^xsd:string ;
    rdfs:subClassOf rec:Level .

rec:Bathroom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bathroom"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Bed a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bed"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:Bedroom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bedroom"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:BicycleGarage a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bicycle garage"^^xsd:string ;
    rdfs:subClassOf rec:Garage .

rec:Bookcase a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bookcase"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:BooleanValueObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Boolean value observation"^^xsd:string ;
    rdfs:comment "Generic xsd:boolean value observation that is not specific to any particular QUDT quantitykind or unit."^^xsd:string ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Building a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Building"^^xsd:string ;
    rdfs:comment "A confined building structure."^^xsd:string ;
    rdfs:subClassOf rec:Architecture .

rec:BuildingElement a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Building element"^^xsd:string ;
    rdfs:comment "A part that constitutes a piece of a building's structural makeup. E.g., Facade, Wall, Slab, Roof, etc."^^xsd:string ;
    rdfs:subClassOf rdfs:Resource ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Document ;
            sh:name "documentation"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:documentation ],
        [ a sh:PropertyShape ;
            sh:class rec:Architecture ;
            sh:description "Indicates the architected space (site, building, level, room...) in which this building element is placed."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "located in"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:locatedIn ],
        [ a sh:PropertyShape ;
            sh:class rec:BuildingElement ;
            sh:name "has part"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasPart ],
        [ a sh:PropertyShape ;
            sh:class rec:BuildingElement ;
            sh:maxCount 1 ;
            sh:name "is part of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isPartOf ] .

rec:BulletinBoard a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Bulletin board"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:Cabinet a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cabinet"^^xsd:string ;
    rdfs:subClassOf rec:UtilitiesRoom .

rec:CableRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cable room"^^xsd:string ;
    rdfs:subClassOf rec:UtilitiesRoom .

rec:CafeteriaRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cafeteria room"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:Campus a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Campus"^^xsd:string ;
    rdfs:comment "A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc."^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Architecture ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:CapacitanceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Capacitance observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Cart a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cart"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:Chair a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Chair"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:Cinema a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cinema"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Classroom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Classroom"^^xsd:string ;
    rdfs:subClassOf rec:EducationalRoom .

rec:CleaningRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cleaning room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ClimateControlRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Climate-control room"^^xsd:string ;
    rdfs:subClassOf rec:UtilitiesRoom .

rec:CloakRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cloak room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:CoatRack a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Coat rack"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:CoffeeTable a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Coffee table"^^xsd:string ;
    rdfs:subClassOf rec:Table .

rec:Collection a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Collection"^^xsd:string ;
    rdfs:comment "An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). Inclusion in a Collection is determined by the 'includes' field on a specific subclass."^^xsd:string ;
    rdfs:subClassOf rdfs:Resource ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Document ;
            sh:name "documentation"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:documentation ] .

rec:Company a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Company"^^xsd:string ;
    rdfs:subClassOf rec:Organization .

rec:ComputerCart a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Computer cart"^^xsd:string ;
    rdfs:subClassOf rec:Cart .

rec:ConferenceRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Conference room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ConferenceTable a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Conference table"^^xsd:string ;
    rdfs:subClassOf rec:Table .

rec:Controller a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Controller"^^xsd:string ;
    rdfs:comment "Controller."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Controller" ;
    brick:isReplacedBy brick:Controller .

rec:ConversationRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Conversation room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:CookingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Cooking room"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:CopyingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Copying room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:DataNetworkEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Data Network Equipment"^^xsd:string ;
    rdfs:comment "Data network equipment."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Data_Network_Equipment" ;
    brick:isReplacedBy brick:Data_Network_Equipment .

rec:DataRateObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Data rate observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:DataServerRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Data server room"^^xsd:string ;
    rdfs:subClassOf rec:UtilitiesRoom .

rec:DataSizeObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Data size observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:DaylightSensorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Daylight Sensor"^^xsd:string ;
    rdfs:comment "Daylight sensor."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Daylight_Sensor_Equipment" ;
    brick:isReplacedBy brick:Daylight_Sensor_Equipment .

rec:DensityObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Density observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Density ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Department a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Department"^^xsd:string ;
    rdfs:subClassOf rec:Organization .

rec:Desk a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Desk"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:DeskLamp a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Desk lamp"^^xsd:string ;
    rdfs:subClassOf rec:Lamp .

rec:DiningRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Dining room"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:DisabledToilet a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Disabled toilet"^^xsd:string ;
    rdfs:subClassOf rec:PersonalHygiene .

rec:DishingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Dishing room"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:DistanceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Distance observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Distance ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Document a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Document"^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:name "document topic"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:documentTopic ],
        [ a sh:PropertyShape ;
            sh:name "URL"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:url ] .

rec:Door a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Door"^^xsd:string ;
    rdfs:subClassOf rec:BarrierAsset .

rec:DoubleValueObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Double value observation"^^xsd:string ;
    rdfs:comment "Generic xsd:double value observation that is not specific to any particular QUDT quantitykind or unit."^^xsd:string ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:DressingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Dressing room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:EducationalRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Educational room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ElectricChargeObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Electric charge observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:ElectricCurrentObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Elecric current observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:ElectricityRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Electricity room"^^xsd:string ;
    rdfs:subClassOf rec:UtilitiesRoom .

rec:ElevatorRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Elevator room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ElevatorShaft a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Elevator shaft"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ElevatorTrip a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Elevator trip"^^xsd:string ;
    rdfs:subClassOf rec:Event ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "start level"^^xsd:string ;
            sh:path rec:startLevel ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "Up"^^xsd:string "Down"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:name "trip direction"^^xsd:string ;
            sh:path rec:tripDirection ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "end level"^^xsd:string ;
            sh:path rec:endLevel ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "current level"^^xsd:string ;
            sh:path rec:currentLevel ] .

rec:EndTable a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "End table"^^xsd:string ;
    rdfs:subClassOf rec:Table .

rec:EnergyObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Energy observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Energy ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Entrance a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Entrance"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:EquipmentCollection a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Equipment collection"^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:class brick:Equipment ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:ErrorReport a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Error report"^^xsd:string ;
    rdfs:subClassOf rec:ServiceObject .

rec:EthernetPort a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Ethernet Port"^^xsd:string ;
    rdfs:comment "Ethernet port."^^xsd:string ;
    rdfs:subClassOf rec:DataNetworkEquipment ;
    owl:deprecated true ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "Type1"^^xsd:string "Type2"^^xsd:string "Type3"^^xsd:string "Type4"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:name "PoE Type"^^xsd:string ;
            sh:path rec:poeType ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:description "The data rate of the port in Mib/s, i.e. mebibit (2^20 bit) per second."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "Port Speed"^^xsd:string ;
            sh:path rec:portSpeed ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Ethernet_Port" ;
    brick:isReplacedBy brick:Ethernet_Port .

rec:EthernetSwitch a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Ethernet Switch"^^xsd:string ;
    rdfs:comment "Ethernet switch."^^xsd:string ;
    rdfs:subClassOf rec:DataNetworkEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Ethernet_Switch" ;
    brick:isReplacedBy brick:Ethernet_Switch .

rec:Event a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Event"^^xsd:string ;
    rdfs:comment "A temporally indexed entity, e.g., an observation, a lease, a construction project, etc. Can be instantaneous (timestamp property assigned) or have temporal extent (start and end properties assigned). Subclasses may define specific behaviour and requirements, e.g., on spatial indexing, agent participation, etc."^^xsd:string ;
    rdfs:subClassOf rdfs:Resource ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:description "Event start timestamp."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "start"^^xsd:string ;
            sh:path rec:start ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:name "timestamp"^^xsd:string ;
            sh:path rec:timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:description "Event ending timestamp."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "end"^^xsd:string ;
            sh:path rec:end ] .

rec:ExceptionEvent a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Exception event"^^xsd:string ;
    rdfs:subClassOf rec:PointEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:class brick:Point ;
            sh:description "The brick:Point that emitted this exception."^^xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "source point"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:sourcePoint ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:description "The message of this exception event."^^xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:ExerciseRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Exercise room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ExhibitionRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Exhibition room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Facade a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Facade"^^xsd:string ;
    rdfs:subClassOf rec:BuildingElement .

rec:FilingCabinet a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Filing cabinet"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:FittingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Fitting room"^^xsd:string ;
    rdfs:subClassOf rec:RetailRoom .

rec:FloorLamp a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Floor lamp"^^xsd:string ;
    rdfs:subClassOf rec:Lamp .

rec:FloorMat a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Floor mat"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:FoldingChair a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Folding chair"^^xsd:string ;
    rdfs:subClassOf rec:Chair .

rec:FoldingTable a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Folding table"^^xsd:string ;
    rdfs:subClassOf rec:Table .

rec:FoodHandlingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Food-handling room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Footrest a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Footrest"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:ForceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Force observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Force ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:FrequencyObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Frequency observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Furniture a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Furniture"^^xsd:string ;
    rdfs:subClassOf rec:Asset .

rec:FurnitureCollection a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Furniture collection"^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Furniture ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:Garage a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Garage"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Gateway a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Gateway"^^xsd:string ;
    rdfs:comment "Gateway."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Gateway" ;
    brick:isReplacedBy brick:Gateway .

rec:Geometry a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Geometry"^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "WGS84"^^xsd:string "SWEREF99"^^xsd:string "LocalCoordinates"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:name "coordinate system"^^xsd:string ;
            sh:nodeKind sh:Literal ;
            sh:path rec:coordinateSystem ] .

rec:Georeference a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Georeference"^^xsd:string ;
    rdfs:comment "A georeference creates a relationship between a local coordinate system into a geographic coordinate system."^^xsd:string ;
    rdfs:subClassOf rec:Information .

rec:Geotransform a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Geotransform"^^xsd:string ;
    rdfs:comment "A transform following GDAL's Affine Transform that transforms a local coordinate into a WGS84 coordinate. Created from Ground Control Points (GCP) using GDAL's GCPsToGeotransform method."^^xsd:string ;
    rdfs:subClassOf rec:Georeference ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:name "width scale factor"^^xsd:string ;
            sh:path rec:widthScaleFactor ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:description "Value will be zero if the local coordinate system is north-aligned."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "y rotational scale factor"^^xsd:string ;
            sh:path rec:yRotationalScaleFactor ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:name "origin x"^^xsd:string ;
            sh:path rec:originX ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:description "Value will be zero if the local coordinate system is north-aligned."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "x rotational scale factor"^^xsd:string ;
            sh:path rec:xRotationalScaleFactor ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:name "height scale factor"^^xsd:string ;
            sh:path rec:heightScaleFactor ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:name "origin y"^^xsd:string ;
            sh:path rec:originY ] .

rec:GroupRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Group room"^^xsd:string ;
    rdfs:subClassOf rec:EducationalRoom .

rec:HVACZone a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "HVAC zone"^^xsd:string ;
    rdfs:subClassOf rec:Zone .

rec:Hallway a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Hallway"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:HealthcareRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Healthcare room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Hospital a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Hospital"^^xsd:string ;
    rdfs:subClassOf rec:Building .

rec:IAQSensorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Indoor Air Quality Sensor"^^xsd:string ;
    rdfs:comment "Indoor air quality sensor."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:IAQ_Sensor_Equipment" ;
    brick:isReplacedBy brick:IAQ_Sensor_Equipment .

rec:ICTEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ICT Equipment"^^xsd:string ;
    rdfs:comment "Equipment and devices that are part of a building's ICT infrastructure."^^xsd:string ;
    rdfs:subClassOf brick:Equipment ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:name "Height (RUs)"^^xsd:string ;
            sh:path rec:heightRUs ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:name "Number of Ports"^^xsd:string ;
            sh:path rec:numberOfPorts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:description "The standard the equipment or device adheres to, e.g. IEEE 802.11."^^xsd:string ;
            sh:name "Standard"^^xsd:string ;
            sh:path rec:standard ] .

rec:ICTHardware a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "ICT Hardware"^^xsd:string ;
    rdfs:comment "ICT hardware."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment .

rec:ITRack a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "IT Rack"^^xsd:string ;
    rdfs:comment "IT rack."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment .

rec:IlluminanceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Illuminance observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Illuminance ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:InductanceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Inductance observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Information a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Information"^^xsd:string ;
    rdfs:subClassOf rdfs:Resource .

rec:IntegerValueObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Integer value observation"^^xsd:string ;
    rdfs:comment "Generic xsd:int value observation that is not specific to any particular QUDT quantitykind or unit."^^xsd:string ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Kitchenette a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Kitchenette"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:Laboratory a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Laboratory"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:LaboratoryDry a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Laboratory (dry)"^^xsd:string ;
    rdfs:subClassOf rec:Laboratory .

rec:LaboratoryWet a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Laboratory (wet)"^^xsd:string ;
    rdfs:subClassOf rec:Laboratory .

rec:Lamp a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Lamp"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:LaundryRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Laundry room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:LeakDetectorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Leak Detector"^^xsd:string ;
    rdfs:comment "Leak detector."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Leak_Detector_Equipment" ;
    brick:isReplacedBy brick:Leak_Detector_Equipment .

rec:Lease a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Lease"^^xsd:string ;
    rdfs:subClassOf rec:Event ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:LeaseContract ;
            sh:description "Indicates the contract regulating the terms of the lease in question. "^^xsd:string ;
            sh:name "regulated by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:regulatedBy ],
        [ a sh:PropertyShape ;
            sh:description "The object (e.g., property, equipment, etc) that this a lease of."^^xsd:string ;
            sh:minCount 1 ;
            sh:name "lease of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:leaseOf ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:description "The agent leasing some leasable object, i.e., the user of the asset."^^xsd:string ;
            sh:minCount 1 ;
            sh:name "leasee"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:leasee ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:description "The agent leasing out some leasable object, i.e., the owner of the asset."^^xsd:string ;
            sh:minCount 1 ;
            sh:name "leasor"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:leasor ] .

rec:LeaseContract a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Lease contract"^^xsd:string ;
    rdfs:comment "Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement."^^xsd:string ;
    rdfs:subClassOf rec:Document ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Lease ;
            sh:description "Indicates the lease(s) that this contract regulates the conditions of."^^xsd:string ;
            sh:name "regulates"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:regulates ] .

rec:LengthObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Length observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Length ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Level a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Level"^^xsd:string ;
    rdfs:comment "The level of a building, a.k.a. storey, floor, etc."^^xsd:string ;
    rdfs:subClassOf rec:Architecture ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:description "A number indicating the ordinal number of this level within the containing space (typically a Building or in the case of a Mezzanine, sometimes another level). Note that the implementation of this numbering scheme and its starting point is implementation-specific; e.g., the fifth floor below ground may be 0 in some systems, and -5 in others."^^xsd:string ;
            sh:name "level number"^^xsd:string ;
            sh:path rec:levelNumber ] .

rec:Library a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Library"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:LivingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Living room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:LoadingReceivingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Loading/receiving room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Lobby a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Lobby" ;
    rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ;
    rdfs:subClassOf rec:Room .

rec:LockerRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Locker room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Lounge a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Lounge" ;
    rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ;
    rdfs:subClassOf rec:Room .

rec:LuminanceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Luminance observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:LuminousFluxObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Luminous flux observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:LuminousFlux ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:LuminousIntensityObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Luminous intensity observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:MagneticFluxObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Magnetic flux observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:MailRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mail room"^^xsd:string ;
    rdfs:subClassOf rec:BackOffice .

rec:MailroomCart a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mailroom cart"^^xsd:string ;
    rdfs:subClassOf rec:Cart .

rec:MainEntrance a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Main entrance"^^xsd:string ;
    rdfs:subClassOf rec:Entrance .

rec:MassFlowRateObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mass flow rate observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:MassObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mass observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Mass ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:MeditationRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Meditation room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:MezzanineLevel a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mezzanine level"^^xsd:string ;
    rdfs:subClassOf rec:Level .

rec:MobileDesk a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mobile desk"^^xsd:string ;
    rdfs:subClassOf rec:Desk .

rec:ModbusController a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Modbus Controller"^^xsd:string ;
    rdfs:comment "Modbus controller."^^xsd:string ;
    rdfs:subClassOf rec:Controller ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Modbus_Controller" ;
    brick:isReplacedBy brick:Modbus_Controller .

rec:Morgue a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Morgue"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:MothersRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Mothers' room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:MultiPoint a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Multi point"^^xsd:string ;
    rdfs:subClassOf rec:Geometry ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype <https://geojson.org/MultiPoint> ;
            sh:description "A GeoJSON MultiPoint coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[10.0, 40.0], [40.0, 30.0], [20.0, 20.0], [30.0, 10.0]]."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "coordinates"^^xsd:string ;
            sh:path rec:coordinates ] .

rec:MultiPolygon a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Multi polygon"^^xsd:string ;
    rdfs:subClassOf rec:Geometry ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype <https://geojson.org/MultiPolygon> ;
            sh:description "A GeoJSON MultiPolygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[[[30.0, 20.0], [45.0, 40.0], [10.0, 40.0], [30.0, 20.0]]], [[[15.0, 5.0], [40.0, 10.0], [10.0, 20.0], [5.0, 10.0], [15.0, 5.0]]]]."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "coordinates"^^xsd:string ;
            sh:path rec:coordinates ] .

rec:MultiPurposeRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Multi-purpose room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:NeonatalNursingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Neonatal nursing room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:NetworkRouter a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Network Router"^^xsd:string ;
    rdfs:comment "Network router."^^xsd:string ;
    rdfs:subClassOf rec:DataNetworkEquipment .

rec:NetworkSecurityEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Network Security Equipment"^^xsd:string ;
    rdfs:comment "Network security equipment."^^xsd:string ;
    rdfs:subClassOf rec:DataNetworkEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Network_Security_Equipment" ;
    brick:isReplacedBy brick:Network_Security_Equipment .

rec:NotificationObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Notification object"^^xsd:string ;
    rdfs:subClassOf rec:ServiceObject .

rec:ObservationEvent a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Observation event"^^xsd:string ;
    rdfs:subClassOf rec:PointEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:class brick:Point ;
            sh:description "The brick:Point that emitted this observation."^^xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "source point"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:sourcePoint ] .

rec:OccupancySensorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy Sensor"^^xsd:string ;
    rdfs:comment "Occupancy sensor."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Occupancy_Sensor_Equipment" ;
    brick:isReplacedBy brick:Occupancy_Sensor_Equipment .

rec:OccupancyZone a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy zone"^^xsd:string ;
    rdfs:comment "Occupancy Zone is a spatial area where devices are monitoring or reporting on the concept of Occupancy (motion sensors, people counters, cameras, etc.)"^^xsd:string ;
    rdfs:subClassOf rec:Zone .

rec:Office a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Office"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:OfficeChair a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Office chair"^^xsd:string ;
    rdfs:subClassOf rec:Chair .

rec:OfficeLandscape a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "OfficeLandscape"^^xsd:string ;
    rdfs:subClassOf rec:Office .

rec:OfficeRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "OfficeRoom"^^xsd:string ;
    rdfs:subClassOf rec:Office .

rec:OperatingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Operating room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:Organization a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Organization"^^xsd:string ;
    rdfs:comment "An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)"^^xsd:string ;
    rdfs:subClassOf rec:Agent ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Organization ;
            sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the more specific hasMember property."^^xsd:string ;
            sh:name "has part"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasPart ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:anyURI ;
            sh:description "URL link to an image/logo that represents the organization."^^xsd:string ;
            sh:name "logo"^^xsd:string ;
            sh:path rec:logo ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:description "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic hasPart property."^^xsd:string ;
            sh:name "has member"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasMember ],
        [ a sh:PropertyShape ;
            sh:class rec:Organization ;
            sh:description "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the Agent.isMemberOf property."^^xsd:string ;
            sh:name "is part of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isPartOf ] .

rec:OutdoorSpace a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Outdoor space"^^xsd:string ;
    rdfs:subClassOf rec:Architecture .

rec:OutpatientServicesRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Outpatient services room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:Pantry a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Pantry"^^xsd:string ;
    rdfs:subClassOf rec:FoodHandlingRoom .

rec:ParkingSpace a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Parking space"^^xsd:string ;
    rdfs:subClassOf rec:Zone .

rec:Partition a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Partition"^^xsd:string ;
    rdfs:subClassOf rec:BarrierAsset .

rec:PeopleCountSensorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "People Count Sensor"^^xsd:string ;
    rdfs:comment "People count sensor."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:People_Count_Sensor_Equipment" ;
    brick:isReplacedBy brick:People_Count_Sensor_Equipment .

rec:Person a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Person"^^xsd:string ;
    rdfs:comment "A natural person (i.e., an individual human being)."^^xsd:string ;
    rdfs:subClassOf rec:Agent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:path rec:givenName ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:path rec:familyName ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:name "gender"^^xsd:string ;
            sh:path rec:gender ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:anyURI ;
            sh:description "URL link to an image that represents the person."^^xsd:string ;
            sh:name "image"^^xsd:string ;
            sh:path rec:image ] .

rec:PersonalHygiene a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Personal hygiene room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:PharmacyRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Pharmacy room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:PhoneBooth a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "PhoneBooth"^^xsd:string ;
    rdfs:subClassOf rec:Office .

rec:Point a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Point"^^xsd:string ;
    rdfs:subClassOf rec:Geometry ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype <https://geojson.org/Point> ;
            sh:description "A GeoJSON Point coordinate listing. Coordinate may be expressed in two or three dimensions. Ex: [30.0, 10.0, 0.0]."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "coordinates"^^xsd:string ;
            sh:path rec:coordinates ] .

rec:PointEvent a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Point event"^^xsd:string ;
    rdfs:comment "An event emanating from or targeting a Point; e.g., an individual Observation from a Sensor point, or an Actuation sent to a Command point. In other terms, the Points indicate the capability of some Space or Equipment to emit or accept data, while this class represents those actual data messages. Note that in most non-trivially sized systems, these events are not stored in the knowledge graph itself, but are rather forwarded to some C&C system or time series database."^^xsd:string ;
    rdfs:subClassOf rec:Event .

rec:PointOfInterest a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Point of Interest"^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:name "object of interest"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:objectOfInterest ] .

rec:Polygon a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Polygon"^^xsd:string ;
    rdfs:subClassOf rec:Geometry ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype <https://geojson.org/Polygon> ;
            sh:description "A GeoJSON Polygon coordinate listing. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "coordinates"^^xsd:string ;
            sh:path rec:coordinates ] .

rec:Portfolio a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Portfolio"^^xsd:string ;
    rdfs:comment "A portfolio is a grouping of buildings, sites, apartments, campuses, etc. that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc."^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:PostalAddress a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Postal address"^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "address line 1"^^xsd:string ;
            sh:path rec:addressLine1 ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "postal code"^^xsd:string ;
            sh:path rec:postalCode ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:description "The country, e.g., USA, Sweden, Argentina, or optionally a two-letter ISO 3166-1 alpha-2 country code, e.g., \"SE\", \"US\", etc."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "country"^^xsd:string ;
            sh:path rec:country ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "region"^^xsd:string ;
            sh:path rec:region ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "city"^^xsd:string ;
            sh:path rec:city ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:name "address line 2"^^xsd:string ;
            sh:path rec:addressLine2 ] .

rec:PowerObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Power observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Power ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Premises a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Premises"^^xsd:string ;
    rdfs:comment "A premises is an administrative grouping of spaces that are used for some commercial or industrial purpose by a real estate holder or tenant. E.g, a suite of offices, a shop, or an industrial workshop."^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Architecture ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:PressureObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Pressure observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Pressure ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:PrinterCart a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Printer cart"^^xsd:string ;
    rdfs:subClassOf rec:Cart .

rec:PrinterStand a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Printer stand"^^xsd:string ;
    rdfs:subClassOf rec:Stand .

rec:RadiologyRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Radiology room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:RealEstate a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Real Estate"^^xsd:string ;
    rdfs:comment "The legal/administrative representation of some lands and/or buildings. I.e., \"Fastighet\" (Swedish), \"Ejendom\" (Denmark), etc."^^xsd:string ;
    rdfs:subClassOf rec:Collection ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Architecture ;
            sh:minCount 1 ;
            sh:name "includes"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] .

rec:Reception a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Reception"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ReceptionTable a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Reception table"^^xsd:string ;
    rdfs:subClassOf rec:Table .

rec:RecordingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Recording room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:RecreationalRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Recreational room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Region a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Region"^^xsd:string ;
    rdfs:comment "An administrative geospatial unit larger than the individual real estate. For instance, \"Lombary\", \"North America\", \"The Back Bay\", \"Elnätsområde Syd\", etc."^^xsd:string ;
    rdfs:subClassOf rec:Space .

rec:RelativeHumidityObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Relative humidity observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:RelativeHumidity ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:ResistanceObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Resistance observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:RestingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Resting room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:RetailRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Retail room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Roof a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Roof"^^xsd:string ;
    rdfs:subClassOf rec:BuildingElement .

rec:RoofLevel a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Roof level"^^xsd:string ;
    rdfs:subClassOf rec:Level .

rec:Room a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Room"^^xsd:string ;
    rdfs:subClassOf rec:Architecture .

rec:Safe a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Safe"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:Sauna a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Sauna"^^xsd:string ;
    rdfs:subClassOf rec:PersonalHygiene .

rec:School a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "School"^^xsd:string ;
    rdfs:subClassOf rec:Building .

rec:SecurityRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Security room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:SensorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Sensor Equipment"^^xsd:string ;
    rdfs:comment "Sensor equipment."^^xsd:string ;
    rdfs:subClassOf rec:ICTEquipment ;
    owl:deprecated true ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:name "Wi-Fi Signal Strength"^^xsd:string ;
            sh:path rec:wifiSignalStrength ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:name "Battery Percentage"^^xsd:string ;
            sh:path rec:batteryPercentage ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Sensor_Equipment" ;
    brick:isReplacedBy brick:Sensor_Equipment .

rec:Server a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Server"^^xsd:string ;
    rdfs:comment "Server."^^xsd:string ;
    rdfs:subClassOf rec:ICTHardware ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Server" ;
    brick:isReplacedBy brick:Server .

rec:ServiceEntrance a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Service entrance"^^xsd:string ;
    rdfs:subClassOf rec:Entrance .

rec:ServiceObject a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Service object"^^xsd:string ;
    rdfs:subClassOf rec:Information ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:name "acknowledged time"^^xsd:string ;
            sh:path rec:acknowledgedTime ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "Severe"^^xsd:string "Major"^^xsd:string "Minor"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "severity"^^xsd:string ;
            sh:path rec:severity ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:maxCount 1 ;
            sh:name "acknowledged by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:acknowledgedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:maxCount 1 ;
            sh:name "closed by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:closedBy ],
        [ a sh:PropertyShape ;
            sh:class rec:Agent ;
            sh:maxCount 1 ;
            sh:name "created by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:createdBy ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:name "created time"^^xsd:string ;
            sh:path rec:createdTime ],
        [ a sh:PropertyShape ;
            sh:minCount 1 ;
            sh:name "related to"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:relatedTo ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:name "closed time"^^xsd:string ;
            sh:path rec:closedTime ],
        [ a sh:PropertyShape ;
            sh:class brick:Point ;
            sh:name "produced by"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:producedBy ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "Unacknowledged"^^xsd:string "Acknowledged"^^xsd:string "Closed"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "status"^^xsd:string ;
            sh:path rec:status ] .

rec:ServiceShaft a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Service shaft"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Shelter a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Shelter"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:ShelterGasLock a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Shelter gas lock"^^xsd:string ;
    rdfs:subClassOf rec:Shelter .

rec:ShelterRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Shelter room"^^xsd:string ;
    rdfs:subClassOf rec:Shelter .

rec:ShoppingMall a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Shopping mall"^^xsd:string ;
    rdfs:subClassOf rec:Building .

rec:ShowerRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Shower room"^^xsd:string ;
    rdfs:subClassOf rec:PersonalHygiene .

rec:Site a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Site"^^xsd:string ;
    rdfs:comment "A piece of land upon which zero or more buildings may be situated."^^xsd:string ;
    rdfs:subClassOf rec:Architecture .

rec:Slab a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Slab"^^xsd:string ;
    rdfs:subClassOf rec:BuildingElement .

rec:SmallStudyRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Small study room"^^xsd:string ;
    rdfs:subClassOf rec:EducationalRoom .

rec:Sofa a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Sofa"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:SoundPressureObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Sound pressure observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:SoundPressure ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Space a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Space"^^xsd:string ;
    rdfs:comment "A contiguous part of the physical world that contains or can contain sub-spaces. E.g., a Region can contain many Sites, which in turn can contain many Buildings."^^xsd:string ;
    rdfs:subClassOf rdfs:Resource ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:Space ;
            sh:maxCount 1 ;
            sh:name "is part of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isPartOf ],
        [ a sh:PropertyShape ;
            sh:class rec:Space ;
            sh:name "has part"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:hasPart ],
        [ a sh:PropertyShape ;
            sh:class rec:Georeference ;
            sh:description "A georeference creates a relationship between the local coordinate system used within a building (e.g., measured in meters) and a geographic coordinate system (e.g., lat, long, alt), such that locally placed Spaces can be resolved and rendered in that geographic coordinate system (e.g., for mapping purposes)."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "georeference"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:georeference ],
        [ a sh:PropertyShape ;
            sh:class rec:Geometry ;
            sh:description "Polygon representing the spatial extent of this Space."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "geometry"^^xsd:string ;
            sh:path rec:geometry ],
        [ a sh:PropertyShape ;
            sh:name "is location of"^^xsd:string ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isLocationOf ] .

rec:SprinklerRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Sprinkler room"^^xsd:string ;
    rdfs:subClassOf rec:UtilitiesRoom .

rec:Stadium a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Stadium"^^xsd:string ;
    rdfs:subClassOf rec:Building .

rec:StaffRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Staff room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Stairwell a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Stairwell"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Stand a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Stand"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:Storage a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Storage"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:StorageCabinet a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Storage cabinet"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:SubBuilding a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Sub-building"^^xsd:string ;
    rdfs:subClassOf rec:Architecture .

rec:TVStand a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "TV stand"^^xsd:string ;
    rdfs:subClassOf rec:Stand .

rec:Table a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Table"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:TeamRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Team Room" ;
    rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ;
    rdfs:subClassOf rec:Room .

rec:TelecommunicationRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Telecommunication room"^^xsd:string ;
    rdfs:subClassOf rec:CableRoom .

rec:TemperatureObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Temperature observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Temperature ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Theater a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Theater"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:TherapyRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Therapy room"^^xsd:string ;
    rdfs:subClassOf rec:HealthcareRoom .

rec:ThermostatEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Thermostat"^^xsd:string ;
    rdfs:comment "Thermostat."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Thermostat" ;
    brick:isReplacedBy brick:Thermostat .

rec:ThrustObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Thrust observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Thrust ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:TimeSpanObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Timespan observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Time ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Toilet a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Toilet"^^xsd:string ;
    rdfs:subClassOf rec:PersonalHygiene .

rec:TorqueObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Torque observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Torque ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:TreatmentRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Treatment room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:TreatmentWaitingRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Treatment waiting room"^^xsd:string ;
    rdfs:subClassOf rec:TreatmentRoom .

rec:UtilitiesRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Utilities room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:VelocityObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Velocity observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Velocity ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:VibrationSensorEquipment a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Vibration Sensor"^^xsd:string ;
    rdfs:comment "Vibration sensor."^^xsd:string ;
    rdfs:subClassOf rec:SensorEquipment ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Vibration_Sensor_Equipment" ;
    brick:isReplacedBy brick:Vibration_Sensor_Equipment .

rec:VirtualBuilding a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Virtual building"^^xsd:string ;
    rdfs:subClassOf rec:Building .

rec:VoltageObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Voltage observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Voltage ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:VolumeFlowRateObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Volume flow rate observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:VolumeObservation a <dtmi:dtdl:class:Component>,
        rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Volume observation"^^xsd:string ;
    qudt:hasQuantityKind qudtqk:Volume ;
    rdfs:subClassOf rec:ObservationEvent ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value"^^xsd:string ;
            sh:path rec:value ] .

rec:Wall a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Wall"^^xsd:string ;
    rdfs:subClassOf rec:BuildingElement .

rec:WallInner a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Wall (inner)"^^xsd:string ;
    rdfs:subClassOf rec:Wall .

rec:WasteBasket a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Waste basket"^^xsd:string ;
    rdfs:subClassOf rec:Furniture .

rec:WasteManagementRoom a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Waste management room"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Window a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Window"^^xsd:string ;
    rdfs:subClassOf rec:BarrierAsset .

rec:Wing a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Wing" ;
    rdfs:comment "This concept definition comes from the Brick distribution until it is added in the REC ontology Turtle distribution." ;
    rdfs:subClassOf rec:Architecture .

rec:WirelessAccessPoint a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Wireless Access Point"^^xsd:string ;
    rdfs:comment "Wireless access point."^^xsd:string ;
    rdfs:subClassOf rec:DataNetworkEquipment ;
    owl:deprecated true ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "WiFi4"^^xsd:string "WiFi5"^^xsd:string "WiFi6"^^xsd:string "WiFi6E"^^xsd:string "WiFi7"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:name "Generation"^^xsd:string ;
            sh:path rec:generation ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Wireless_Access_Point" ;
    brick:isReplacedBy brick:Wireless_Access_Point .

rec:WorkOrder a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Work order"^^xsd:string ;
    rdfs:subClassOf rec:ServiceObject .

rec:Workshop a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Workshop"^^xsd:string ;
    rdfs:subClassOf rec:Room .

rec:Workspace a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Workspace"^^xsd:string ;
    rdfs:subClassOf rec:Zone .

rec:Zone a rdfs:Class,
        sh:NodeShape ;
    rdfs:label "Zone"^^xsd:string ;
    rdfs:comment "A sub-zone within or outside of a building defined to support some technology and/or use, e.g., an HVAC zone, a parking space, a security zone, etc."^^xsd:string ;
    rdfs:subClassOf rec:Architecture .

bacnet:AbortReason.apdu-too-long a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "apdu-too-long"^^xsd:string ;
    bacnet:value 11 .

bacnet:AbortReason.application-exceeded-reply-time a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "application-exceeded-reply-time"^^xsd:string ;
    bacnet:value 8 .

bacnet:AbortReason.buffer-overflow a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "buffer-overflow"^^xsd:string ;
    bacnet:value 1 .

bacnet:AbortReason.insufficient-security a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "insufficient-security"^^xsd:string ;
    bacnet:value 6 .

bacnet:AbortReason.invalid-apdu-in-this-state a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "invalid-apdu-in-this-state"^^xsd:string ;
    bacnet:value 2 .

bacnet:AbortReason.other a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "other"^^xsd:string ;
    bacnet:value 0 .

bacnet:AbortReason.out-of-resources a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "out-of-resources"^^xsd:string ;
    bacnet:value 9 .

bacnet:AbortReason.preempted-by-higher-priority-task a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "preempted-by-higher-priority-task"^^xsd:string ;
    bacnet:value 3 .

bacnet:AbortReason.security-error a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "security-error"^^xsd:string ;
    bacnet:value 5 .

bacnet:AbortReason.segmentation-not-supported a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "segmentation-not-supported"^^xsd:string ;
    bacnet:value 4 .

bacnet:AbortReason.tsm-timeout a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "tsm-timeout"^^xsd:string ;
    bacnet:value 10 .

bacnet:AbortReason.window-size-out-of-range a bacnet:AbortReasonEnumerationValue ;
    bacnet:name "window-size-out-of-range"^^xsd:string ;
    bacnet:value 7 .

bacnet:AccessAuthenticationFactorDisable.disabled a bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    bacnet:name "disabled"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessAuthenticationFactorDisable.disabled-damaged a bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    bacnet:name "disabled-damaged"^^xsd:string ;
    bacnet:value 4 .

bacnet:AccessAuthenticationFactorDisable.disabled-destroyed a bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    bacnet:name "disabled-destroyed"^^xsd:string ;
    bacnet:value 5 .

bacnet:AccessAuthenticationFactorDisable.disabled-lost a bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    bacnet:name "disabled-lost"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessAuthenticationFactorDisable.disabled-stolen a bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    bacnet:name "disabled-stolen"^^xsd:string ;
    bacnet:value 3 .

bacnet:AccessAuthenticationFactorDisable.none a bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessCredentialDisable.disable a bacnet:AccessCredentialDisableEnumerationValue ;
    bacnet:name "disable"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessCredentialDisable.disable-lockout a bacnet:AccessCredentialDisableEnumerationValue ;
    bacnet:name "disable-lockout"^^xsd:string ;
    bacnet:value 3 .

bacnet:AccessCredentialDisable.disable-manual a bacnet:AccessCredentialDisableEnumerationValue ;
    bacnet:name "disable-manual"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessCredentialDisable.none a bacnet:AccessCredentialDisableEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessCredentialDisableReason.disabled a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessCredentialDisableReason.disabled-expired a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-expired"^^xsd:string ;
    bacnet:value 4 .

bacnet:AccessCredentialDisableReason.disabled-inactivity a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-inactivity"^^xsd:string ;
    bacnet:value 8 .

bacnet:AccessCredentialDisableReason.disabled-lockout a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-lockout"^^xsd:string ;
    bacnet:value 5 .

bacnet:AccessCredentialDisableReason.disabled-manual a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-manual"^^xsd:string ;
    bacnet:value 9 .

bacnet:AccessCredentialDisableReason.disabled-max-days a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-max-days"^^xsd:string ;
    bacnet:value 6 .

bacnet:AccessCredentialDisableReason.disabled-max-uses a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-max-uses"^^xsd:string ;
    bacnet:value 7 .

bacnet:AccessCredentialDisableReason.disabled-needs-provisioning a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-needs-provisioning"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessCredentialDisableReason.disabled-not-yet-active a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-not-yet-active"^^xsd:string ;
    bacnet:value 3 .

bacnet:AccessCredentialDisableReason.disabled-unassigned a bacnet:AccessCredentialDisableReasonEnumerationValue ;
    bacnet:name "disabled-unassigned"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessEvent.accompaniment-by a bacnet:AccessEventEnumerationValue ;
    bacnet:name "accompaniment-by"^^xsd:string ;
    bacnet:value 12 .

bacnet:AccessEvent.authentication-factor-read a bacnet:AccessEventEnumerationValue ;
    bacnet:name "authentication-factor-read"^^xsd:string ;
    bacnet:value 13 .

bacnet:AccessEvent.authorization-delayed a bacnet:AccessEventEnumerationValue ;
    bacnet:name "authorization-delayed"^^xsd:string ;
    bacnet:value 14 .

bacnet:AccessEvent.denied-authentication-factor-damaged a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-damaged"^^xsd:string ;
    bacnet:value 145 .

bacnet:AccessEvent.denied-authentication-factor-destroyed a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-destroyed"^^xsd:string ;
    bacnet:value 146 .

bacnet:AccessEvent.denied-authentication-factor-disabled a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-disabled"^^xsd:string ;
    bacnet:value 147 .

bacnet:AccessEvent.denied-authentication-factor-error a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-error"^^xsd:string ;
    bacnet:value 148 .

bacnet:AccessEvent.denied-authentication-factor-lost a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-lost"^^xsd:string ;
    bacnet:value 143 .

bacnet:AccessEvent.denied-authentication-factor-stolen a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-stolen"^^xsd:string ;
    bacnet:value 144 .

bacnet:AccessEvent.denied-authentication-factor-timeout a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-factor-timeout"^^xsd:string ;
    bacnet:value 131 .

bacnet:AccessEvent.denied-authentication-unavailable a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-authentication-unavailable"^^xsd:string ;
    bacnet:value 130 .

bacnet:AccessEvent.denied-credential-disabled a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-disabled"^^xsd:string ;
    bacnet:value 158 .

bacnet:AccessEvent.denied-credential-expired a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-expired"^^xsd:string ;
    bacnet:value 152 .

bacnet:AccessEvent.denied-credential-inactivity a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-inactivity"^^xsd:string ;
    bacnet:value 157 .

bacnet:AccessEvent.denied-credential-lockout a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-lockout"^^xsd:string ;
    bacnet:value 154 .

bacnet:AccessEvent.denied-credential-manual-disable a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-manual-disable"^^xsd:string ;
    bacnet:value 153 .

bacnet:AccessEvent.denied-credential-max-days a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-max-days"^^xsd:string ;
    bacnet:value 155 .

bacnet:AccessEvent.denied-credential-max-uses a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-max-uses"^^xsd:string ;
    bacnet:value 156 .

bacnet:AccessEvent.denied-credential-not-provisioned a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-not-provisioned"^^xsd:string ;
    bacnet:value 150 .

bacnet:AccessEvent.denied-credential-not-yet-active a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-not-yet-active"^^xsd:string ;
    bacnet:value 151 .

bacnet:AccessEvent.denied-credential-unassigned a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-credential-unassigned"^^xsd:string ;
    bacnet:value 149 .

bacnet:AccessEvent.denied-deny-all a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-deny-all"^^xsd:string ;
    bacnet:value 128 .

bacnet:AccessEvent.denied-incorrect-accompaniment a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-incorrect-accompaniment"^^xsd:string ;
    bacnet:value 160 .

bacnet:AccessEvent.denied-incorrect-authentication-factor a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-incorrect-authentication-factor"^^xsd:string ;
    bacnet:value 132 .

bacnet:AccessEvent.denied-lockout a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-lockout"^^xsd:string ;
    bacnet:value 161 .

bacnet:AccessEvent.denied-lower-occupancy-limit a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-lower-occupancy-limit"^^xsd:string ;
    bacnet:value 141 .

bacnet:AccessEvent.denied-max-attempts a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-max-attempts"^^xsd:string ;
    bacnet:value 140 .

bacnet:AccessEvent.denied-no-access-rights a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-no-access-rights"^^xsd:string ;
    bacnet:value 135 .

bacnet:AccessEvent.denied-no-accompaniment a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-no-accompaniment"^^xsd:string ;
    bacnet:value 159 .

bacnet:AccessEvent.denied-other a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-other"^^xsd:string ;
    bacnet:value 164 .

bacnet:AccessEvent.denied-out-of-time-range a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-out-of-time-range"^^xsd:string ;
    bacnet:value 136 .

bacnet:AccessEvent.denied-passback a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-passback"^^xsd:string ;
    bacnet:value 138 .

bacnet:AccessEvent.denied-point-no-access-rights a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-point-no-access-rights"^^xsd:string ;
    bacnet:value 134 .

bacnet:AccessEvent.denied-threat-level a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-threat-level"^^xsd:string ;
    bacnet:value 137 .

bacnet:AccessEvent.denied-unexpected-location-usage a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-unexpected-location-usage"^^xsd:string ;
    bacnet:value 139 .

bacnet:AccessEvent.denied-unknown-credential a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-unknown-credential"^^xsd:string ;
    bacnet:value 129 .

bacnet:AccessEvent.denied-upper-occupancy-limit a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-upper-occupancy-limit"^^xsd:string ;
    bacnet:value 142 .

bacnet:AccessEvent.denied-verification-failed a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-verification-failed"^^xsd:string ;
    bacnet:value 162 .

bacnet:AccessEvent.denied-verification-timeout a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-verification-timeout"^^xsd:string ;
    bacnet:value 163 .

bacnet:AccessEvent.denied-zone-no-access-rights a bacnet:AccessEventEnumerationValue ;
    bacnet:name "denied-zone-no-access-rights"^^xsd:string ;
    bacnet:value 133 .

bacnet:AccessEvent.duress a bacnet:AccessEventEnumerationValue ;
    bacnet:name "duress"^^xsd:string ;
    bacnet:value 4 .

bacnet:AccessEvent.granted a bacnet:AccessEventEnumerationValue ;
    bacnet:name "granted"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessEvent.locked-by-higher-priority a bacnet:AccessEventEnumerationValue ;
    bacnet:name "locked-by-higher-priority"^^xsd:string ;
    bacnet:value 9 .

bacnet:AccessEvent.lockout-max-attempts a bacnet:AccessEventEnumerationValue ;
    bacnet:name "lockout-max-attempts"^^xsd:string ;
    bacnet:value 6 .

bacnet:AccessEvent.lockout-other a bacnet:AccessEventEnumerationValue ;
    bacnet:name "lockout-other"^^xsd:string ;
    bacnet:value 7 .

bacnet:AccessEvent.lockout-relinquished a bacnet:AccessEventEnumerationValue ;
    bacnet:name "lockout-relinquished"^^xsd:string ;
    bacnet:value 8 .

bacnet:AccessEvent.muster a bacnet:AccessEventEnumerationValue ;
    bacnet:name "muster"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessEvent.no-entry-after-grant a bacnet:AccessEventEnumerationValue ;
    bacnet:name "no-entry-after-grant"^^xsd:string ;
    bacnet:value 16 .

bacnet:AccessEvent.none a bacnet:AccessEventEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessEvent.out-of-service a bacnet:AccessEventEnumerationValue ;
    bacnet:name "out-of-service"^^xsd:string ;
    bacnet:value 10 .

bacnet:AccessEvent.out-of-service-relinquished a bacnet:AccessEventEnumerationValue ;
    bacnet:name "out-of-service-relinquished"^^xsd:string ;
    bacnet:value 11 .

bacnet:AccessEvent.passback-detected a bacnet:AccessEventEnumerationValue ;
    bacnet:name "passback-detected"^^xsd:string ;
    bacnet:value 3 .

bacnet:AccessEvent.trace a bacnet:AccessEventEnumerationValue ;
    bacnet:name "trace"^^xsd:string ;
    bacnet:value 5 .

bacnet:AccessEvent.verification-required a bacnet:AccessEventEnumerationValue ;
    bacnet:name "verification-required"^^xsd:string ;
    bacnet:value 15 .

bacnet:AccessPassbackMode.hard-passback a bacnet:AccessPassbackModeEnumerationValue ;
    bacnet:name "hard-passback"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessPassbackMode.passback-off a bacnet:AccessPassbackModeEnumerationValue ;
    bacnet:name "passback-off"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessPassbackMode.soft-passback a bacnet:AccessPassbackModeEnumerationValue ;
    bacnet:name "soft-passback"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessUserType.asset a bacnet:AccessUserTypeEnumerationValue ;
    bacnet:name "asset"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessUserType.group a bacnet:AccessUserTypeEnumerationValue ;
    bacnet:name "group"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessUserType.person a bacnet:AccessUserTypeEnumerationValue ;
    bacnet:name "person"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessZoneOccupancyState.above-upper-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "above-upper-limit"^^xsd:string ;
    bacnet:value 4 .

bacnet:AccessZoneOccupancyState.at-lower-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "at-lower-limit"^^xsd:string ;
    bacnet:value 2 .

bacnet:AccessZoneOccupancyState.at-upper-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "at-upper-limit"^^xsd:string ;
    bacnet:value 3 .

bacnet:AccessZoneOccupancyState.below-lower-limit a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "below-lower-limit"^^xsd:string ;
    bacnet:value 1 .

bacnet:AccessZoneOccupancyState.disabled a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "disabled"^^xsd:string ;
    bacnet:value 5 .

bacnet:AccessZoneOccupancyState.normal a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 0 .

bacnet:AccessZoneOccupancyState.not-supported a bacnet:AccessZoneOccupancyStateEnumerationValue ;
    bacnet:name "not-supported"^^xsd:string ;
    bacnet:value 6 .

bacnet:Action.direct a bacnet:ActionEnumerationValue ;
    bacnet:name "direct"^^xsd:string ;
    bacnet:value 0 .

bacnet:Action.reverse a bacnet:ActionEnumerationValue ;
    bacnet:name "reverse"^^xsd:string ;
    bacnet:value 1 .

bacnet:AssignedLandingCalls.LandingCalls a bacnet:SequenceOf ;
    bacnet:memberType bacnet:AssignedLandingCalls.LandingCallsSequence .

bacnet:AuditLevel.audit-all a bacnet:AuditLevelEnumerationValue ;
    bacnet:name "audit-all"^^xsd:string ;
    bacnet:value 1 .

bacnet:AuditLevel.audit-config a bacnet:AuditLevelEnumerationValue ;
    bacnet:name "audit-config"^^xsd:string ;
    bacnet:value 2 .

bacnet:AuditLevel.default a bacnet:AuditLevelEnumerationValue ;
    bacnet:name "default"^^xsd:string ;
    bacnet:value 3 .

bacnet:AuditLevel.none a bacnet:AuditLevelEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:AuditLogQueryParameters a sh:NodeShape ;
    rdfs:label "AuditLogQueryParameters"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AuditLogQueryParameters.ByTarget ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:by-target ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AuditLogQueryParameters.BySource ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:by-source ] ] ) .

bacnet:AuditLogRecordResult a sh:NodeShape ;
    rdfs:label "AuditLogRecordResult"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 18446744073709551615 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:sequence-number ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLogRecord ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:assigned-access-rights ] .

bacnet:AuditOperation.acknowledge-alarm a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "acknowledge-alarm"^^xsd:string ;
    bacnet:value 5 .

bacnet:AuditOperation.auditing-failure a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "auditing-failure"^^xsd:string ;
    bacnet:value 13 .

bacnet:AuditOperation.create a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "create"^^xsd:string ;
    bacnet:value 2 .

bacnet:AuditOperation.delete a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "delete"^^xsd:string ;
    bacnet:value 3 .

bacnet:AuditOperation.device-backup a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "device-backup"^^xsd:string ;
    bacnet:value 9 .

bacnet:AuditOperation.device-disable-comm a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "device-disable-comm"^^xsd:string ;
    bacnet:value 6 .

bacnet:AuditOperation.device-enable-comm a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "device-enable-comm"^^xsd:string ;
    bacnet:value 7 .

bacnet:AuditOperation.device-reset a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "device-reset"^^xsd:string ;
    bacnet:value 8 .

bacnet:AuditOperation.device-restore a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "device-restore"^^xsd:string ;
    bacnet:value 10 .

bacnet:AuditOperation.general a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "general"^^xsd:string ;
    bacnet:value 15 .

bacnet:AuditOperation.life-safety a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "life-safety"^^xsd:string ;
    bacnet:value 4 .

bacnet:AuditOperation.network-changes a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "network-changes"^^xsd:string ;
    bacnet:value 14 .

bacnet:AuditOperation.notification a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "notification"^^xsd:string ;
    bacnet:value 12 .

bacnet:AuditOperation.read a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "read"^^xsd:string ;
    bacnet:value 0 .

bacnet:AuditOperation.subscription a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "subscription"^^xsd:string ;
    bacnet:value 11 .

bacnet:AuditOperation.write a bacnet:AuditOperationEnumerationValue ;
    bacnet:name "write"^^xsd:string ;
    bacnet:value 1 .

bacnet:AuditOperationFlags.acknowledge-alarm a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 5 ;
    bacnet:name "acknowledge-alarm"^^xsd:string .

bacnet:AuditOperationFlags.auditing-failure a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 13 ;
    bacnet:name "auditing-failure"^^xsd:string .

bacnet:AuditOperationFlags.create a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "create"^^xsd:string .

bacnet:AuditOperationFlags.delete a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 3 ;
    bacnet:name "delete"^^xsd:string .

bacnet:AuditOperationFlags.device-backup a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 9 ;
    bacnet:name "device-backup"^^xsd:string .

bacnet:AuditOperationFlags.device-disable-comm a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 6 ;
    bacnet:name "device-disable-comm"^^xsd:string .

bacnet:AuditOperationFlags.device-enable-comm a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 7 ;
    bacnet:name "device-enable-comm"^^xsd:string .

bacnet:AuditOperationFlags.device-reset a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 8 ;
    bacnet:name "device-reset"^^xsd:string .

bacnet:AuditOperationFlags.device-restore a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 10 ;
    bacnet:name "device-restore"^^xsd:string .

bacnet:AuditOperationFlags.general a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 15 ;
    bacnet:name "general"^^xsd:string .

bacnet:AuditOperationFlags.life-safety a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 4 ;
    bacnet:name "life-safety"^^xsd:string .

bacnet:AuditOperationFlags.network-changes a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 14 ;
    bacnet:name "network-changes"^^xsd:string .

bacnet:AuditOperationFlags.notification a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 12 ;
    bacnet:name "notification"^^xsd:string .

bacnet:AuditOperationFlags.read a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "read"^^xsd:string .

bacnet:AuditOperationFlags.subscription a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 11 ;
    bacnet:name "subscription"^^xsd:string .

bacnet:AuditOperationFlags.write a bacnet:AuditOperationFlagsNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "write"^^xsd:string .

bacnet:AuthenticationFactorType.aba-track2 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "aba-track2"^^xsd:string ;
    bacnet:value 7 .

bacnet:AuthenticationFactorType.cbeff-a a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "cbeff-a"^^xsd:string ;
    bacnet:value 21 .

bacnet:AuthenticationFactorType.cbeff-b a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "cbeff-b"^^xsd:string ;
    bacnet:value 22 .

bacnet:AuthenticationFactorType.cbeff-c a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "cbeff-c"^^xsd:string ;
    bacnet:value 23 .

bacnet:AuthenticationFactorType.chuid a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "chuid"^^xsd:string ;
    bacnet:value 18 .

bacnet:AuthenticationFactorType.chuid-full a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "chuid-full"^^xsd:string ;
    bacnet:value 19 .

bacnet:AuthenticationFactorType.custom a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "custom"^^xsd:string ;
    bacnet:value 2 .

bacnet:AuthenticationFactorType.error a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "error"^^xsd:string ;
    bacnet:value 1 .

bacnet:AuthenticationFactorType.facility16-card32 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "facility16-card32"^^xsd:string ;
    bacnet:value 11 .

bacnet:AuthenticationFactorType.facility32-card32 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "facility32-card32"^^xsd:string ;
    bacnet:value 12 .

bacnet:AuthenticationFactorType.fasc-n a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "fasc-n"^^xsd:string ;
    bacnet:value 13 .

bacnet:AuthenticationFactorType.fasc-n-bcd a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "fasc-n-bcd"^^xsd:string ;
    bacnet:value 14 .

bacnet:AuthenticationFactorType.fasc-n-large a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "fasc-n-large"^^xsd:string ;
    bacnet:value 15 .

bacnet:AuthenticationFactorType.fasc-n-large-bcd a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "fasc-n-large-bcd"^^xsd:string ;
    bacnet:value 16 .

bacnet:AuthenticationFactorType.gsa75 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "gsa75"^^xsd:string ;
    bacnet:value 17 .

bacnet:AuthenticationFactorType.guid a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "guid"^^xsd:string ;
    bacnet:value 20 .

bacnet:AuthenticationFactorType.simple-alpha-numeric a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "simple-alpha-numeric"^^xsd:string ;
    bacnet:value 6 .

bacnet:AuthenticationFactorType.simple-number16 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "simple-number16"^^xsd:string ;
    bacnet:value 3 .

bacnet:AuthenticationFactorType.simple-number32 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "simple-number32"^^xsd:string ;
    bacnet:value 4 .

bacnet:AuthenticationFactorType.simple-number56 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "simple-number56"^^xsd:string ;
    bacnet:value 5 .

bacnet:AuthenticationFactorType.undefined a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "undefined"^^xsd:string ;
    bacnet:value 0 .

bacnet:AuthenticationFactorType.user-password a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "user-password"^^xsd:string ;
    bacnet:value 24 .

bacnet:AuthenticationFactorType.wiegand26 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "wiegand26"^^xsd:string ;
    bacnet:value 8 .

bacnet:AuthenticationFactorType.wiegand37 a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "wiegand37"^^xsd:string ;
    bacnet:value 9 .

bacnet:AuthenticationFactorType.wiegand37-facility a bacnet:AuthenticationFactorTypeEnumerationValue ;
    bacnet:name "wiegand37-facility"^^xsd:string ;
    bacnet:value 10 .

bacnet:AuthenticationPolicy.Policy a bacnet:SequenceOf ;
    bacnet:memberType bacnet:AuthenticationPolicy.PolicySequence .

bacnet:AuthenticationStatus.disabled a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "disabled"^^xsd:string ;
    bacnet:value 2 .

bacnet:AuthenticationStatus.in-progress a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "in-progress"^^xsd:string ;
    bacnet:value 6 .

bacnet:AuthenticationStatus.not-ready a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "not-ready"^^xsd:string ;
    bacnet:value 0 .

bacnet:AuthenticationStatus.ready a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "ready"^^xsd:string ;
    bacnet:value 1 .

bacnet:AuthenticationStatus.waiting-for-accompaniment a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "waiting-for-accompaniment"^^xsd:string ;
    bacnet:value 4 .

bacnet:AuthenticationStatus.waiting-for-authentication-factor a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "waiting-for-authentication-factor"^^xsd:string ;
    bacnet:value 3 .

bacnet:AuthenticationStatus.waiting-for-verification a bacnet:AuthenticationStatusEnumerationValue ;
    bacnet:name "waiting-for-verification"^^xsd:string ;
    bacnet:value 5 .

bacnet:AuthorizationExemption.access-rights a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "access-rights"^^xsd:string ;
    bacnet:value 2 .

bacnet:AuthorizationExemption.authorization-delay a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "authorization-delay"^^xsd:string ;
    bacnet:value 6 .

bacnet:AuthorizationExemption.deny a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "deny"^^xsd:string ;
    bacnet:value 4 .

bacnet:AuthorizationExemption.lockout a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "lockout"^^xsd:string ;
    bacnet:value 3 .

bacnet:AuthorizationExemption.occupancy-check a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "occupancy-check"^^xsd:string ;
    bacnet:value 1 .

bacnet:AuthorizationExemption.passback a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "passback"^^xsd:string ;
    bacnet:value 0 .

bacnet:AuthorizationExemption.verification a bacnet:AuthorizationExemptionEnumerationValue ;
    bacnet:name "verification"^^xsd:string ;
    bacnet:value 5 .

bacnet:AuthorizationMode.authorization-delayed a bacnet:AuthorizationModeEnumerationValue ;
    bacnet:name "authorization-delayed"^^xsd:string ;
    bacnet:value 4 .

bacnet:AuthorizationMode.authorize a bacnet:AuthorizationModeEnumerationValue ;
    bacnet:name "authorize"^^xsd:string ;
    bacnet:value 0 .

bacnet:AuthorizationMode.deny-all a bacnet:AuthorizationModeEnumerationValue ;
    bacnet:name "deny-all"^^xsd:string ;
    bacnet:value 2 .

bacnet:AuthorizationMode.grant-active a bacnet:AuthorizationModeEnumerationValue ;
    bacnet:name "grant-active"^^xsd:string ;
    bacnet:value 1 .

bacnet:AuthorizationMode.none a bacnet:AuthorizationModeEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 5 .

bacnet:AuthorizationMode.verification-required a bacnet:AuthorizationModeEnumerationValue ;
    bacnet:name "verification-required"^^xsd:string ;
    bacnet:value 3 .

bacnet:BackupState.backup-failure a bacnet:BackupStateEnumerationValue ;
    bacnet:name "backup-failure"^^xsd:string ;
    bacnet:value 5 .

bacnet:BackupState.idle a bacnet:BackupStateEnumerationValue ;
    bacnet:name "idle"^^xsd:string ;
    bacnet:value 0 .

bacnet:BackupState.performing-a-backup a bacnet:BackupStateEnumerationValue ;
    bacnet:name "performing-a-backup"^^xsd:string ;
    bacnet:value 3 .

bacnet:BackupState.performing-a-restore a bacnet:BackupStateEnumerationValue ;
    bacnet:name "performing-a-restore"^^xsd:string ;
    bacnet:value 4 .

bacnet:BackupState.preparing-for-backup a bacnet:BackupStateEnumerationValue ;
    bacnet:name "preparing-for-backup"^^xsd:string ;
    bacnet:value 1 .

bacnet:BackupState.preparing-for-restore a bacnet:BackupStateEnumerationValue ;
    bacnet:name "preparing-for-restore"^^xsd:string ;
    bacnet:value 2 .

bacnet:BackupState.restore-failure a bacnet:BackupStateEnumerationValue ;
    bacnet:name "restore-failure"^^xsd:string ;
    bacnet:value 6 .

bacnet:BinaryLightingPV.off a bacnet:BinaryLightingPVEnumerationValue ;
    bacnet:name "off"^^xsd:string ;
    bacnet:value 0 .

bacnet:BinaryLightingPV.on a bacnet:BinaryLightingPVEnumerationValue ;
    bacnet:name "on"^^xsd:string ;
    bacnet:value 1 .

bacnet:BinaryLightingPV.stop a bacnet:BinaryLightingPVEnumerationValue ;
    bacnet:name "stop"^^xsd:string ;
    bacnet:value 5 .

bacnet:BinaryLightingPV.warn a bacnet:BinaryLightingPVEnumerationValue ;
    bacnet:name "warn"^^xsd:string ;
    bacnet:value 2 .

bacnet:BinaryLightingPV.warn-off a bacnet:BinaryLightingPVEnumerationValue ;
    bacnet:name "warn-off"^^xsd:string ;
    bacnet:value 3 .

bacnet:BinaryLightingPV.warn-relinquish a bacnet:BinaryLightingPVEnumerationValue ;
    bacnet:name "warn-relinquish"^^xsd:string ;
    bacnet:value 4 .

bacnet:BinaryPV.active a bacnet:BinaryPVEnumerationValue ;
    bacnet:name "active"^^xsd:string ;
    bacnet:value 1 .

bacnet:BinaryPV.inactive a bacnet:BinaryPVEnumerationValue ;
    bacnet:name "inactive"^^xsd:string ;
    bacnet:value 0 .

bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecifications a bacnet:SequenceOf ;
    bacnet:memberType bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence .

bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferences a bacnet:SequenceOf ;
    bacnet:memberType bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence .

bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotifications a bacnet:SequenceOf ;
    bacnet:memberType bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence .

bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValues a bacnet:SequenceOf ;
    bacnet:memberType bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence .

bacnet:ConfirmedServiceChoice.acknowledge-alarm a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "acknowledge-alarm"^^xsd:string ;
    bacnet:value 0 .

bacnet:ConfirmedServiceChoice.add-list-element a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "add-list-element"^^xsd:string ;
    bacnet:value 8 .

bacnet:ConfirmedServiceChoice.atomic-read-file a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "atomic-read-file"^^xsd:string ;
    bacnet:value 6 .

bacnet:ConfirmedServiceChoice.atomic-write-file a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "atomic-write-file"^^xsd:string ;
    bacnet:value 7 .

bacnet:ConfirmedServiceChoice.confirmed-cov-notification a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "confirmed-cov-notification"^^xsd:string ;
    bacnet:value 1 .

bacnet:ConfirmedServiceChoice.confirmed-cov-notification-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "confirmed-cov-notification-multiple"^^xsd:string ;
    bacnet:value 31 .

bacnet:ConfirmedServiceChoice.confirmed-event-notification a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "confirmed-event-notification"^^xsd:string ;
    bacnet:value 2 .

bacnet:ConfirmedServiceChoice.confirmed-private-transfer a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "confirmed-private-transfer"^^xsd:string ;
    bacnet:value 18 .

bacnet:ConfirmedServiceChoice.confirmed-text-message a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "confirmed-text-message"^^xsd:string ;
    bacnet:value 19 .

bacnet:ConfirmedServiceChoice.create-object a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "create-object"^^xsd:string ;
    bacnet:value 10 .

bacnet:ConfirmedServiceChoice.delete-object a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "delete-object"^^xsd:string ;
    bacnet:value 11 .

bacnet:ConfirmedServiceChoice.device-communication-control a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "device-communication-control"^^xsd:string ;
    bacnet:value 17 .

bacnet:ConfirmedServiceChoice.get-alarm-summary a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "get-alarm-summary"^^xsd:string ;
    bacnet:value 3 .

bacnet:ConfirmedServiceChoice.get-enrollment-summary a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "get-enrollment-summary"^^xsd:string ;
    bacnet:value 4 .

bacnet:ConfirmedServiceChoice.get-event-information a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "get-event-information"^^xsd:string ;
    bacnet:value 29 .

bacnet:ConfirmedServiceChoice.life-safety-operation a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "life-safety-operation"^^xsd:string ;
    bacnet:value 27 .

bacnet:ConfirmedServiceChoice.read-property a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "read-property"^^xsd:string ;
    bacnet:value 12 .

bacnet:ConfirmedServiceChoice.read-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "read-property-multiple"^^xsd:string ;
    bacnet:value 14 .

bacnet:ConfirmedServiceChoice.read-range a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "read-range"^^xsd:string ;
    bacnet:value 26 .

bacnet:ConfirmedServiceChoice.reinitialize-device a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "reinitialize-device"^^xsd:string ;
    bacnet:value 20 .

bacnet:ConfirmedServiceChoice.remove-list-element a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "remove-list-element"^^xsd:string ;
    bacnet:value 9 .

bacnet:ConfirmedServiceChoice.subscribe-cov a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "subscribe-cov"^^xsd:string ;
    bacnet:value 5 .

bacnet:ConfirmedServiceChoice.subscribe-cov-property a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "subscribe-cov-property"^^xsd:string ;
    bacnet:value 28 .

bacnet:ConfirmedServiceChoice.subscribe-cov-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "subscribe-cov-property-multiple"^^xsd:string ;
    bacnet:value 30 .

bacnet:ConfirmedServiceChoice.vt-close a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "vt-close"^^xsd:string ;
    bacnet:value 22 .

bacnet:ConfirmedServiceChoice.vt-data a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "vt-data"^^xsd:string ;
    bacnet:value 23 .

bacnet:ConfirmedServiceChoice.vt-open a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "vt-open"^^xsd:string ;
    bacnet:value 21 .

bacnet:ConfirmedServiceChoice.write-property a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "write-property"^^xsd:string ;
    bacnet:value 15 .

bacnet:ConfirmedServiceChoice.write-property-multiple a bacnet:ConfirmedServiceChoiceEnumerationValue ;
    bacnet:name "write-property-multiple"^^xsd:string ;
    bacnet:value 16 .

bacnet:CreateObjectACK a bacnet:ObjectIdentifier .

bacnet:DaysOfWeek.friday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 4 ;
    bacnet:name "friday"^^xsd:string .

bacnet:DaysOfWeek.monday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "monday"^^xsd:string .

bacnet:DaysOfWeek.saturday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 5 ;
    bacnet:name "saturday"^^xsd:string .

bacnet:DaysOfWeek.sunday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 6 ;
    bacnet:name "sunday"^^xsd:string .

bacnet:DaysOfWeek.thursday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 3 ;
    bacnet:name "thursday"^^xsd:string .

bacnet:DaysOfWeek.tuesday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "tuesday"^^xsd:string .

bacnet:DaysOfWeek.wednesday a bacnet:DaysOfWeekNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "wednesday"^^xsd:string .

bacnet:DeviceStatus.backup-in-progress a bacnet:DeviceStatusEnumerationValue ;
    bacnet:name "backup-in-progress"^^xsd:string ;
    bacnet:value 5 .

bacnet:DeviceStatus.download-in-progress a bacnet:DeviceStatusEnumerationValue ;
    bacnet:name "download-in-progress"^^xsd:string ;
    bacnet:value 3 .

bacnet:DeviceStatus.download-required a bacnet:DeviceStatusEnumerationValue ;
    bacnet:name "download-required"^^xsd:string ;
    bacnet:value 2 .

bacnet:DeviceStatus.non-operational a bacnet:DeviceStatusEnumerationValue ;
    bacnet:name "non-operational"^^xsd:string ;
    bacnet:value 4 .

bacnet:DeviceStatus.operational a bacnet:DeviceStatusEnumerationValue ;
    bacnet:name "operational"^^xsd:string ;
    bacnet:value 0 .

bacnet:DeviceStatus.operational-read-only a bacnet:DeviceStatusEnumerationValue ;
    bacnet:name "operational-read-only"^^xsd:string ;
    bacnet:value 1 .

bacnet:DoorAlarmState.alarm a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "alarm"^^xsd:string ;
    bacnet:value 1 .

bacnet:DoorAlarmState.door-fault a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "door-fault"^^xsd:string ;
    bacnet:value 5 .

bacnet:DoorAlarmState.door-open-too-long a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "door-open-too-long"^^xsd:string ;
    bacnet:value 2 .

bacnet:DoorAlarmState.egress-open a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "egress-open"^^xsd:string ;
    bacnet:value 8 .

bacnet:DoorAlarmState.forced-open a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "forced-open"^^xsd:string ;
    bacnet:value 3 .

bacnet:DoorAlarmState.free-access a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "free-access"^^xsd:string ;
    bacnet:value 7 .

bacnet:DoorAlarmState.lock-down a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "lock-down"^^xsd:string ;
    bacnet:value 6 .

bacnet:DoorAlarmState.normal a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 0 .

bacnet:DoorAlarmState.tamper a bacnet:DoorAlarmStateEnumerationValue ;
    bacnet:name "tamper"^^xsd:string ;
    bacnet:value 4 .

bacnet:DoorSecuredStatus.secured a bacnet:DoorSecuredStatusEnumerationValue ;
    bacnet:name "secured"^^xsd:string ;
    bacnet:value 0 .

bacnet:DoorSecuredStatus.unknown a bacnet:DoorSecuredStatusEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 2 .

bacnet:DoorSecuredStatus.unsecured a bacnet:DoorSecuredStatusEnumerationValue ;
    bacnet:name "unsecured"^^xsd:string ;
    bacnet:value 1 .

bacnet:DoorStatus.closed a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "closed"^^xsd:string ;
    bacnet:value 0 .

bacnet:DoorStatus.closing a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "closing"^^xsd:string ;
    bacnet:value 6 .

bacnet:DoorStatus.door-fault a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "door-fault"^^xsd:string ;
    bacnet:value 3 .

bacnet:DoorStatus.limited-opened a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "limited-opened"^^xsd:string ;
    bacnet:value 9 .

bacnet:DoorStatus.none a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 5 .

bacnet:DoorStatus.opened a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "opened"^^xsd:string ;
    bacnet:value 1 .

bacnet:DoorStatus.opening a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "opening"^^xsd:string ;
    bacnet:value 7 .

bacnet:DoorStatus.safety-locked a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "safety-locked"^^xsd:string ;
    bacnet:value 8 .

bacnet:DoorStatus.unknown a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 2 .

bacnet:DoorStatus.unused a bacnet:DoorStatusEnumerationValue ;
    bacnet:name "unused"^^xsd:string ;
    bacnet:value 4 .

bacnet:DoorValue.extended-pulse-unlock a bacnet:DoorValueEnumerationValue ;
    bacnet:name "extended-pulse-unlock"^^xsd:string ;
    bacnet:value 3 .

bacnet:DoorValue.lock a bacnet:DoorValueEnumerationValue ;
    bacnet:name "lock"^^xsd:string ;
    bacnet:value 0 .

bacnet:DoorValue.pulse-unlock a bacnet:DoorValueEnumerationValue ;
    bacnet:name "pulse-unlock"^^xsd:string ;
    bacnet:value 2 .

bacnet:DoorValue.unlock a bacnet:DoorValueEnumerationValue ;
    bacnet:name "unlock"^^xsd:string ;
    bacnet:value 1 .

bacnet:EngineeringUnits.ampere-seconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ampere-seconds"^^xsd:string ;
    bacnet:value 16 .

bacnet:EngineeringUnits.ampere-square-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ampere-square-hours"^^xsd:string ;
    bacnet:value 246 .

bacnet:EngineeringUnits.ampere-square-meters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ampere-square-meters"^^xsd:string ;
    bacnet:value 169 .

bacnet:EngineeringUnits.amperes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "amperes"^^xsd:string ;
    bacnet:value 3 .

bacnet:EngineeringUnits.amperes-per-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "amperes-per-meter"^^xsd:string ;
    bacnet:value 167 .

bacnet:EngineeringUnits.amperes-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "amperes-per-square-meter"^^xsd:string ;
    bacnet:value 168 .

bacnet:EngineeringUnits.bars a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "bars"^^xsd:string ;
    bacnet:value 55 .

bacnet:EngineeringUnits.becquerels a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "becquerels"^^xsd:string ;
    bacnet:value 222 .

bacnet:EngineeringUnits.btus a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "btus"^^xsd:string ;
    bacnet:value 20 .

bacnet:EngineeringUnits.btus-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "btus-per-hour"^^xsd:string ;
    bacnet:value 50 .

bacnet:EngineeringUnits.btus-per-pound a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "btus-per-pound"^^xsd:string ;
    bacnet:value 117 .

bacnet:EngineeringUnits.btus-per-pound-dry-air a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "btus-per-pound-dry-air"^^xsd:string ;
    bacnet:value 24 .

bacnet:EngineeringUnits.candelas a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "candelas"^^xsd:string ;
    bacnet:value 179 .

bacnet:EngineeringUnits.candelas-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "candelas-per-square-meter"^^xsd:string ;
    bacnet:value 180 .

bacnet:EngineeringUnits.centimeters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "centimeters"^^xsd:string ;
    bacnet:value 118 .

bacnet:EngineeringUnits.centimeters-of-mercury a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "centimeters-of-mercury"^^xsd:string ;
    bacnet:value 60 .

bacnet:EngineeringUnits.centimeters-of-water a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "centimeters-of-water"^^xsd:string ;
    bacnet:value 57 .

bacnet:EngineeringUnits.cubic-feet a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-feet"^^xsd:string ;
    bacnet:value 79 .

bacnet:EngineeringUnits.cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-feet-per-day"^^xsd:string ;
    bacnet:value 248 .

bacnet:EngineeringUnits.cubic-feet-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-feet-per-hour"^^xsd:string ;
    bacnet:value 191 .

bacnet:EngineeringUnits.cubic-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-feet-per-minute"^^xsd:string ;
    bacnet:value 84 .

bacnet:EngineeringUnits.cubic-feet-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-feet-per-second"^^xsd:string ;
    bacnet:value 142 .

bacnet:EngineeringUnits.cubic-meters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-meters"^^xsd:string ;
    bacnet:value 80 .

bacnet:EngineeringUnits.cubic-meters-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-meters-per-day"^^xsd:string ;
    bacnet:value 249 .

bacnet:EngineeringUnits.cubic-meters-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-meters-per-hour"^^xsd:string ;
    bacnet:value 135 .

bacnet:EngineeringUnits.cubic-meters-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-meters-per-minute"^^xsd:string ;
    bacnet:value 165 .

bacnet:EngineeringUnits.cubic-meters-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cubic-meters-per-second"^^xsd:string ;
    bacnet:value 85 .

bacnet:EngineeringUnits.currency1 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency1"^^xsd:string ;
    bacnet:value 105 .

bacnet:EngineeringUnits.currency10 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency10"^^xsd:string ;
    bacnet:value 114 .

bacnet:EngineeringUnits.currency2 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency2"^^xsd:string ;
    bacnet:value 106 .

bacnet:EngineeringUnits.currency3 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency3"^^xsd:string ;
    bacnet:value 107 .

bacnet:EngineeringUnits.currency4 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency4"^^xsd:string ;
    bacnet:value 108 .

bacnet:EngineeringUnits.currency5 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency5"^^xsd:string ;
    bacnet:value 109 .

bacnet:EngineeringUnits.currency6 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency6"^^xsd:string ;
    bacnet:value 110 .

bacnet:EngineeringUnits.currency7 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency7"^^xsd:string ;
    bacnet:value 111 .

bacnet:EngineeringUnits.currency8 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency8"^^xsd:string ;
    bacnet:value 112 .

bacnet:EngineeringUnits.currency9 a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "currency9"^^xsd:string ;
    bacnet:value 113 .

bacnet:EngineeringUnits.cycles-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cycles-per-hour"^^xsd:string ;
    bacnet:value 25 .

bacnet:EngineeringUnits.cycles-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "cycles-per-minute"^^xsd:string ;
    bacnet:value 26 .

bacnet:EngineeringUnits.days a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "days"^^xsd:string ;
    bacnet:value 70 .

bacnet:EngineeringUnits.decibels a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "decibels"^^xsd:string ;
    bacnet:value 199 .

bacnet:EngineeringUnits.decibels-a a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "decibels-a"^^xsd:string ;
    bacnet:value 232 .

bacnet:EngineeringUnits.decibels-millivolt a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "decibels-millivolt"^^xsd:string ;
    bacnet:value 200 .

bacnet:EngineeringUnits.decibels-volt a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "decibels-volt"^^xsd:string ;
    bacnet:value 201 .

bacnet:EngineeringUnits.degree-days-celsius a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degree-days-celsius"^^xsd:string ;
    bacnet:value 65 .

bacnet:EngineeringUnits.degree-days-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degree-days-fahrenheit"^^xsd:string ;
    bacnet:value 66 .

bacnet:EngineeringUnits.degrees-angular a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-angular"^^xsd:string ;
    bacnet:value 90 .

bacnet:EngineeringUnits.degrees-celsius a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-celsius"^^xsd:string ;
    bacnet:value 62 .

bacnet:EngineeringUnits.degrees-celsius-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-celsius-per-hour"^^xsd:string ;
    bacnet:value 91 .

bacnet:EngineeringUnits.degrees-celsius-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-celsius-per-minute"^^xsd:string ;
    bacnet:value 92 .

bacnet:EngineeringUnits.degrees-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-fahrenheit"^^xsd:string ;
    bacnet:value 64 .

bacnet:EngineeringUnits.degrees-fahrenheit-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-fahrenheit-per-hour"^^xsd:string ;
    bacnet:value 93 .

bacnet:EngineeringUnits.degrees-fahrenheit-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-fahrenheit-per-minute"^^xsd:string ;
    bacnet:value 94 .

bacnet:EngineeringUnits.degrees-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-kelvin"^^xsd:string ;
    bacnet:value 63 .

bacnet:EngineeringUnits.degrees-kelvin-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-kelvin-per-hour"^^xsd:string ;
    bacnet:value 181 .

bacnet:EngineeringUnits.degrees-kelvin-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-kelvin-per-minute"^^xsd:string ;
    bacnet:value 182 .

bacnet:EngineeringUnits.degrees-phase a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "degrees-phase"^^xsd:string ;
    bacnet:value 14 .

bacnet:EngineeringUnits.delta-degrees-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "delta-degrees-fahrenheit"^^xsd:string ;
    bacnet:value 120 .

bacnet:EngineeringUnits.delta-degrees-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "delta-degrees-kelvin"^^xsd:string ;
    bacnet:value 121 .

bacnet:EngineeringUnits.farads a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "farads"^^xsd:string ;
    bacnet:value 170 .

bacnet:EngineeringUnits.feet a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "feet"^^xsd:string ;
    bacnet:value 33 .

bacnet:EngineeringUnits.feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "feet-per-minute"^^xsd:string ;
    bacnet:value 77 .

bacnet:EngineeringUnits.feet-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "feet-per-second"^^xsd:string ;
    bacnet:value 76 .

bacnet:EngineeringUnits.foot-candles a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "foot-candles"^^xsd:string ;
    bacnet:value 38 .

bacnet:EngineeringUnits.grams a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams"^^xsd:string ;
    bacnet:value 195 .

bacnet:EngineeringUnits.grams-of-water-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-of-water-per-kilogram-dry-air"^^xsd:string ;
    bacnet:value 28 .

bacnet:EngineeringUnits.grams-per-cubic-centimeter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-cubic-centimeter"^^xsd:string ;
    bacnet:value 221 .

bacnet:EngineeringUnits.grams-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-cubic-meter"^^xsd:string ;
    bacnet:value 217 .

bacnet:EngineeringUnits.grams-per-gram a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-gram"^^xsd:string ;
    bacnet:value 208 .

bacnet:EngineeringUnits.grams-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-kilogram"^^xsd:string ;
    bacnet:value 210 .

bacnet:EngineeringUnits.grams-per-liter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-liter"^^xsd:string ;
    bacnet:value 214 .

bacnet:EngineeringUnits.grams-per-milliliter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-milliliter"^^xsd:string ;
    bacnet:value 213 .

bacnet:EngineeringUnits.grams-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-minute"^^xsd:string ;
    bacnet:value 155 .

bacnet:EngineeringUnits.grams-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-second"^^xsd:string ;
    bacnet:value 154 .

bacnet:EngineeringUnits.grams-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "grams-per-square-meter"^^xsd:string ;
    bacnet:value 235 .

bacnet:EngineeringUnits.gray a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "gray"^^xsd:string ;
    bacnet:value 225 .

bacnet:EngineeringUnits.hectopascals a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "hectopascals"^^xsd:string ;
    bacnet:value 133 .

bacnet:EngineeringUnits.henrys a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "henrys"^^xsd:string ;
    bacnet:value 171 .

bacnet:EngineeringUnits.hertz a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "hertz"^^xsd:string ;
    bacnet:value 27 .

bacnet:EngineeringUnits.horsepower a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "horsepower"^^xsd:string ;
    bacnet:value 51 .

bacnet:EngineeringUnits.hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "hours"^^xsd:string ;
    bacnet:value 71 .

bacnet:EngineeringUnits.hundredths-seconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "hundredths-seconds"^^xsd:string ;
    bacnet:value 158 .

bacnet:EngineeringUnits.imperial-gallons a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "imperial-gallons"^^xsd:string ;
    bacnet:value 81 .

bacnet:EngineeringUnits.imperial-gallons-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "imperial-gallons-per-minute"^^xsd:string ;
    bacnet:value 86 .

bacnet:EngineeringUnits.inches a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "inches"^^xsd:string ;
    bacnet:value 32 .

bacnet:EngineeringUnits.inches-of-mercury a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "inches-of-mercury"^^xsd:string ;
    bacnet:value 61 .

bacnet:EngineeringUnits.inches-of-water a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "inches-of-water"^^xsd:string ;
    bacnet:value 58 .

bacnet:EngineeringUnits.joule-per-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joule-per-hours"^^xsd:string ;
    bacnet:value 247 .

bacnet:EngineeringUnits.joule-seconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joule-seconds"^^xsd:string ;
    bacnet:value 183 .

bacnet:EngineeringUnits.joules a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joules"^^xsd:string ;
    bacnet:value 16 .

bacnet:EngineeringUnits.joules-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joules-per-cubic-meter"^^xsd:string ;
    bacnet:value 251 .

bacnet:EngineeringUnits.joules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joules-per-degree-kelvin"^^xsd:string ;
    bacnet:value 127 .

bacnet:EngineeringUnits.joules-per-kilogram-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joules-per-kilogram-degree-kelvin"^^xsd:string ;
    bacnet:value 128 .

bacnet:EngineeringUnits.joules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "joules-per-kilogram-dry-air"^^xsd:string ;
    bacnet:value 23 .

bacnet:EngineeringUnits.kilo-btus a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilo-btus"^^xsd:string ;
    bacnet:value 147 .

bacnet:EngineeringUnits.kilo-btus-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilo-btus-per-hour"^^xsd:string ;
    bacnet:value 157 .

bacnet:EngineeringUnits.kilobecquerels a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilobecquerels"^^xsd:string ;
    bacnet:value 223 .

bacnet:EngineeringUnits.kilograms a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilograms"^^xsd:string ;
    bacnet:value 39 .

bacnet:EngineeringUnits.kilograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilograms-per-cubic-meter"^^xsd:string ;
    bacnet:value 186 .

bacnet:EngineeringUnits.kilograms-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilograms-per-hour"^^xsd:string ;
    bacnet:value 44 .

bacnet:EngineeringUnits.kilograms-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilograms-per-kilogram"^^xsd:string ;
    bacnet:value 209 .

bacnet:EngineeringUnits.kilograms-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilograms-per-minute"^^xsd:string ;
    bacnet:value 43 .

bacnet:EngineeringUnits.kilograms-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilograms-per-second"^^xsd:string ;
    bacnet:value 42 .

bacnet:EngineeringUnits.kilohertz a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilohertz"^^xsd:string ;
    bacnet:value 129 .

bacnet:EngineeringUnits.kilohms a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilohms"^^xsd:string ;
    bacnet:value 122 .

bacnet:EngineeringUnits.kilojoules a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilojoules"^^xsd:string ;
    bacnet:value 17 .

bacnet:EngineeringUnits.kilojoules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilojoules-per-degree-kelvin"^^xsd:string ;
    bacnet:value 151 .

bacnet:EngineeringUnits.kilojoules-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilojoules-per-kilogram"^^xsd:string ;
    bacnet:value 125 .

bacnet:EngineeringUnits.kilojoules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilojoules-per-kilogram-dry-air"^^xsd:string ;
    bacnet:value 149 .

bacnet:EngineeringUnits.kilometers a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilometers"^^xsd:string ;
    bacnet:value 193 .

bacnet:EngineeringUnits.kilometers-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilometers-per-hour"^^xsd:string ;
    bacnet:value 75 .

bacnet:EngineeringUnits.kilopascals a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilopascals"^^xsd:string ;
    bacnet:value 54 .

bacnet:EngineeringUnits.kilovolt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilovolt-ampere-hours"^^xsd:string ;
    bacnet:value 240 .

bacnet:EngineeringUnits.kilovolt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilovolt-ampere-hours-reactive"^^xsd:string ;
    bacnet:value 243 .

bacnet:EngineeringUnits.kilovolt-amperes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilovolt-amperes"^^xsd:string ;
    bacnet:value 9 .

bacnet:EngineeringUnits.kilovolt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilovolt-amperes-reactive"^^xsd:string ;
    bacnet:value 12 .

bacnet:EngineeringUnits.kilovolts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilovolts"^^xsd:string ;
    bacnet:value 6 .

bacnet:EngineeringUnits.kilowatt-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilowatt-hours"^^xsd:string ;
    bacnet:value 19 .

bacnet:EngineeringUnits.kilowatt-hours-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilowatt-hours-per-square-foot"^^xsd:string ;
    bacnet:value 138 .

bacnet:EngineeringUnits.kilowatt-hours-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilowatt-hours-per-square-meter"^^xsd:string ;
    bacnet:value 137 .

bacnet:EngineeringUnits.kilowatt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilowatt-hours-reactive"^^xsd:string ;
    bacnet:value 204 .

bacnet:EngineeringUnits.kilowatts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "kilowatts"^^xsd:string ;
    bacnet:value 48 .

bacnet:EngineeringUnits.liters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "liters"^^xsd:string ;
    bacnet:value 82 .

bacnet:EngineeringUnits.liters-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "liters-per-hour"^^xsd:string ;
    bacnet:value 136 .

bacnet:EngineeringUnits.liters-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "liters-per-minute"^^xsd:string ;
    bacnet:value 88 .

bacnet:EngineeringUnits.liters-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "liters-per-second"^^xsd:string ;
    bacnet:value 87 .

bacnet:EngineeringUnits.lumens a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "lumens"^^xsd:string ;
    bacnet:value 36 .

bacnet:EngineeringUnits.luxes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "luxes"^^xsd:string ;
    bacnet:value 37 .

bacnet:EngineeringUnits.mega-btus a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "mega-btus"^^xsd:string ;
    bacnet:value 148 .

bacnet:EngineeringUnits.megabecquerels a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megabecquerels"^^xsd:string ;
    bacnet:value 224 .

bacnet:EngineeringUnits.megahertz a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megahertz"^^xsd:string ;
    bacnet:value 130 .

bacnet:EngineeringUnits.megajoules a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megajoules"^^xsd:string ;
    bacnet:value 126 .

bacnet:EngineeringUnits.megajoules-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megajoules-per-degree-kelvin"^^xsd:string ;
    bacnet:value 152 .

bacnet:EngineeringUnits.megajoules-per-kilogram-dry-air a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megajoules-per-kilogram-dry-air"^^xsd:string ;
    bacnet:value 150 .

bacnet:EngineeringUnits.megajoules-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megajoules-per-square-foot"^^xsd:string ;
    bacnet:value 140 .

bacnet:EngineeringUnits.megajoules-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megajoules-per-square-meter"^^xsd:string ;
    bacnet:value 139 .

bacnet:EngineeringUnits.megavolt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megavolt-ampere-hours"^^xsd:string ;
    bacnet:value 241 .

bacnet:EngineeringUnits.megavolt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megavolt-ampere-hours-reactive"^^xsd:string ;
    bacnet:value 244 .

bacnet:EngineeringUnits.megavolt-amperes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megavolt-amperes"^^xsd:string ;
    bacnet:value 10 .

bacnet:EngineeringUnits.megavolt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megavolt-amperes-reactive"^^xsd:string ;
    bacnet:value 13 .

bacnet:EngineeringUnits.megavolts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megavolts"^^xsd:string ;
    bacnet:value 7 .

bacnet:EngineeringUnits.megawatt-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megawatt-hours"^^xsd:string ;
    bacnet:value 146 .

bacnet:EngineeringUnits.megawatt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megawatt-hours-reactive"^^xsd:string ;
    bacnet:value 205 .

bacnet:EngineeringUnits.megawatts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megawatts"^^xsd:string ;
    bacnet:value 49 .

bacnet:EngineeringUnits.megohms a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "megohms"^^xsd:string ;
    bacnet:value 123 .

bacnet:EngineeringUnits.meters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "meters"^^xsd:string ;
    bacnet:value 31 .

bacnet:EngineeringUnits.meters-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "meters-per-hour"^^xsd:string ;
    bacnet:value 164 .

bacnet:EngineeringUnits.meters-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "meters-per-minute"^^xsd:string ;
    bacnet:value 163 .

bacnet:EngineeringUnits.meters-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "meters-per-second"^^xsd:string ;
    bacnet:value 74 .

bacnet:EngineeringUnits.meters-per-second-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "meters-per-second-per-second"^^xsd:string ;
    bacnet:value 166 .

bacnet:EngineeringUnits.micrograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "micrograms-per-cubic-meter"^^xsd:string ;
    bacnet:value 219 .

bacnet:EngineeringUnits.micrograms-per-liter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "micrograms-per-liter"^^xsd:string ;
    bacnet:value 216 .

bacnet:EngineeringUnits.microgray a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "microgray"^^xsd:string ;
    bacnet:value 227 .

bacnet:EngineeringUnits.micrometers a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "micrometers"^^xsd:string ;
    bacnet:value 194 .

bacnet:EngineeringUnits.microsiemens a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "microsiemens"^^xsd:string ;
    bacnet:value 190 .

bacnet:EngineeringUnits.microsieverts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "microsieverts"^^xsd:string ;
    bacnet:value 230 .

bacnet:EngineeringUnits.microsieverts-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "microsieverts-per-hour"^^xsd:string ;
    bacnet:value 231 .

bacnet:EngineeringUnits.miles-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "miles-per-hour"^^xsd:string ;
    bacnet:value 78 .

bacnet:EngineeringUnits.milliamperes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milliamperes"^^xsd:string ;
    bacnet:value 2 .

bacnet:EngineeringUnits.millibars a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millibars"^^xsd:string ;
    bacnet:value 134 .

bacnet:EngineeringUnits.milligrams a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milligrams"^^xsd:string ;
    bacnet:value 196 .

bacnet:EngineeringUnits.milligrams-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milligrams-per-cubic-meter"^^xsd:string ;
    bacnet:value 218 .

bacnet:EngineeringUnits.milligrams-per-gram a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milligrams-per-gram"^^xsd:string ;
    bacnet:value 211 .

bacnet:EngineeringUnits.milligrams-per-kilogram a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milligrams-per-kilogram"^^xsd:string ;
    bacnet:value 212 .

bacnet:EngineeringUnits.milligrams-per-liter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milligrams-per-liter"^^xsd:string ;
    bacnet:value 215 .

bacnet:EngineeringUnits.milligray a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milligray"^^xsd:string ;
    bacnet:value 226 .

bacnet:EngineeringUnits.milliliters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milliliters"^^xsd:string ;
    bacnet:value 197 .

bacnet:EngineeringUnits.milliliters-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milliliters-per-second"^^xsd:string ;
    bacnet:value 198 .

bacnet:EngineeringUnits.millimeters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millimeters"^^xsd:string ;
    bacnet:value 30 .

bacnet:EngineeringUnits.millimeters-of-mercury a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millimeters-of-mercury"^^xsd:string ;
    bacnet:value 59 .

bacnet:EngineeringUnits.millimeters-of-water a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millimeters-of-water"^^xsd:string ;
    bacnet:value 206 .

bacnet:EngineeringUnits.millimeters-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millimeters-per-minute"^^xsd:string ;
    bacnet:value 162 .

bacnet:EngineeringUnits.millimeters-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millimeters-per-second"^^xsd:string ;
    bacnet:value 161 .

bacnet:EngineeringUnits.milliohms a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milliohms"^^xsd:string ;
    bacnet:value 145 .

bacnet:EngineeringUnits.million-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "million-standard-cubic-feet-per-day"^^xsd:string ;
    bacnet:value 47809 .

bacnet:EngineeringUnits.million-standard-cubic-feet-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "million-standard-cubic-feet-per-minute"^^xsd:string ;
    bacnet:value 254 .

bacnet:EngineeringUnits.millirems a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millirems"^^xsd:string ;
    bacnet:value 47814 .

bacnet:EngineeringUnits.millirems-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millirems-per-hour"^^xsd:string ;
    bacnet:value 47815 .

bacnet:EngineeringUnits.milliseconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milliseconds"^^xsd:string ;
    bacnet:value 159 .

bacnet:EngineeringUnits.millisiemens a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millisiemens"^^xsd:string ;
    bacnet:value 202 .

bacnet:EngineeringUnits.millisieverts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millisieverts"^^xsd:string ;
    bacnet:value 229 .

bacnet:EngineeringUnits.millivolts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "millivolts"^^xsd:string ;
    bacnet:value 124 .

bacnet:EngineeringUnits.milliwatts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "milliwatts"^^xsd:string ;
    bacnet:value 132 .

bacnet:EngineeringUnits.minutes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "minutes"^^xsd:string ;
    bacnet:value 72 .

bacnet:EngineeringUnits.minutes-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "minutes-per-degree-kelvin"^^xsd:string ;
    bacnet:value 236 .

bacnet:EngineeringUnits.mole-percent a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "mole-percent"^^xsd:string ;
    bacnet:value 252 .

bacnet:EngineeringUnits.months a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "months"^^xsd:string ;
    bacnet:value 68 .

bacnet:EngineeringUnits.nanograms-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "nanograms-per-cubic-meter"^^xsd:string ;
    bacnet:value 220 .

bacnet:EngineeringUnits.nephelometric-turbidity-unit a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "nephelometric-turbidity-unit"^^xsd:string ;
    bacnet:value 233 .

bacnet:EngineeringUnits.newton a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "newton"^^xsd:string ;
    bacnet:value 153 .

bacnet:EngineeringUnits.newton-meters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "newton-meters"^^xsd:string ;
    bacnet:value 160 .

bacnet:EngineeringUnits.newton-seconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "newton-seconds"^^xsd:string ;
    bacnet:value 187 .

bacnet:EngineeringUnits.newtons-per-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "newtons-per-meter"^^xsd:string ;
    bacnet:value 188 .

bacnet:EngineeringUnits.no-units a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "no-units"^^xsd:string ;
    bacnet:value 95 .

bacnet:EngineeringUnits.ohm-meters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ohm-meters"^^xsd:string ;
    bacnet:value 172 .

bacnet:EngineeringUnits.ohms a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ohms"^^xsd:string ;
    bacnet:value 4 .

bacnet:EngineeringUnits.ohms-meter-squared-per-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ohms-meter-squared-per-meter"^^xsd:string ;
    bacnet:value 237 .

bacnet:EngineeringUnits.pH a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pH"^^xsd:string ;
    bacnet:value 234 .

bacnet:EngineeringUnits.parts-per-billion a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "parts-per-billion"^^xsd:string ;
    bacnet:value 97 .

bacnet:EngineeringUnits.parts-per-million a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "parts-per-million"^^xsd:string ;
    bacnet:value 96 .

bacnet:EngineeringUnits.pascal-seconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pascal-seconds"^^xsd:string ;
    bacnet:value 253 .

bacnet:EngineeringUnits.pascals a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pascals"^^xsd:string ;
    bacnet:value 53 .

bacnet:EngineeringUnits.per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "per-hour"^^xsd:string ;
    bacnet:value 131 .

bacnet:EngineeringUnits.per-mille a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "per-mille"^^xsd:string ;
    bacnet:value 207 .

bacnet:EngineeringUnits.per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "per-minute"^^xsd:string ;
    bacnet:value 100 .

bacnet:EngineeringUnits.per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "per-second"^^xsd:string ;
    bacnet:value 101 .

bacnet:EngineeringUnits.percent a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "percent"^^xsd:string ;
    bacnet:value 98 .

bacnet:EngineeringUnits.percent-obscuration-per-foot a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "percent-obscuration-per-foot"^^xsd:string ;
    bacnet:value 143 .

bacnet:EngineeringUnits.percent-obscuration-per-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "percent-obscuration-per-meter"^^xsd:string ;
    bacnet:value 144 .

bacnet:EngineeringUnits.percent-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "percent-per-second"^^xsd:string ;
    bacnet:value 99 .

bacnet:EngineeringUnits.percent-relative-humidity a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "percent-relative-humidity"^^xsd:string ;
    bacnet:value 29 .

bacnet:EngineeringUnits.pounds-force-per-square-inch a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pounds-force-per-square-inch"^^xsd:string ;
    bacnet:value 56 .

bacnet:EngineeringUnits.pounds-mass a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pounds-mass"^^xsd:string ;
    bacnet:value 40 .

bacnet:EngineeringUnits.pounds-mass-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pounds-mass-per-day"^^xsd:string ;
    bacnet:value 47812 .

bacnet:EngineeringUnits.pounds-mass-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pounds-mass-per-hour"^^xsd:string ;
    bacnet:value 46 .

bacnet:EngineeringUnits.pounds-mass-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pounds-mass-per-minute"^^xsd:string ;
    bacnet:value 45 .

bacnet:EngineeringUnits.pounds-mass-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "pounds-mass-per-second"^^xsd:string ;
    bacnet:value 119 .

bacnet:EngineeringUnits.power-factor a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "power-factor"^^xsd:string ;
    bacnet:value 15 .

bacnet:EngineeringUnits.psi-per-degree-fahrenheit a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "psi-per-degree-fahrenheit"^^xsd:string ;
    bacnet:value 102 .

bacnet:EngineeringUnits.radians a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "radians"^^xsd:string ;
    bacnet:value 103 .

bacnet:EngineeringUnits.radians-per-second a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "radians-per-second"^^xsd:string ;
    bacnet:value 184 .

bacnet:EngineeringUnits.revolutions-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "revolutions-per-minute"^^xsd:string ;
    bacnet:value 104 .

bacnet:EngineeringUnits.seconds a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "seconds"^^xsd:string ;
    bacnet:value 73 .

bacnet:EngineeringUnits.siemens a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "siemens"^^xsd:string ;
    bacnet:value 173 .

bacnet:EngineeringUnits.siemens-per-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "siemens-per-meter"^^xsd:string ;
    bacnet:value 174 .

bacnet:EngineeringUnits.sieverts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "sieverts"^^xsd:string ;
    bacnet:value 228 .

bacnet:EngineeringUnits.square-centimeters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "square-centimeters"^^xsd:string ;
    bacnet:value 116 .

bacnet:EngineeringUnits.square-feet a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "square-feet"^^xsd:string ;
    bacnet:value 1 .

bacnet:EngineeringUnits.square-inches a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "square-inches"^^xsd:string ;
    bacnet:value 115 .

bacnet:EngineeringUnits.square-meters a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "square-meters"^^xsd:string ;
    bacnet:value 0 .

bacnet:EngineeringUnits.square-meters-per-newton a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "square-meters-per-newton"^^xsd:string ;
    bacnet:value 185 .

bacnet:EngineeringUnits.standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "standard-cubic-feet-per-day"^^xsd:string ;
    bacnet:value 47808 .

bacnet:EngineeringUnits.teslas a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "teslas"^^xsd:string ;
    bacnet:value 175 .

bacnet:EngineeringUnits.therms a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "therms"^^xsd:string ;
    bacnet:value 21 .

bacnet:EngineeringUnits.thousand-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "thousand-cubic-feet-per-day"^^xsd:string ;
    bacnet:value 47810 .

bacnet:EngineeringUnits.thousand-standard-cubic-feet-per-day a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "thousand-standard-cubic-feet-per-day"^^xsd:string ;
    bacnet:value 47811 .

bacnet:EngineeringUnits.ton-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "ton-hours"^^xsd:string ;
    bacnet:value 22 .

bacnet:EngineeringUnits.tons a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "tons"^^xsd:string ;
    bacnet:value 41 .

bacnet:EngineeringUnits.tons-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "tons-per-hour"^^xsd:string ;
    bacnet:value 156 .

bacnet:EngineeringUnits.tons-refrigeration a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "tons-refrigeration"^^xsd:string ;
    bacnet:value 52 .

bacnet:EngineeringUnits.us-gallons a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "us-gallons"^^xsd:string ;
    bacnet:value 83 .

bacnet:EngineeringUnits.us-gallons-per-hour a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "us-gallons-per-hour"^^xsd:string ;
    bacnet:value 192 .

bacnet:EngineeringUnits.us-gallons-per-minute a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "us-gallons-per-minute"^^xsd:string ;
    bacnet:value 89 .

bacnet:EngineeringUnits.volt-ampere-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volt-ampere-hours"^^xsd:string ;
    bacnet:value 239 .

bacnet:EngineeringUnits.volt-ampere-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volt-ampere-hours-reactive"^^xsd:string ;
    bacnet:value 242 .

bacnet:EngineeringUnits.volt-amperes a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volt-amperes"^^xsd:string ;
    bacnet:value 8 .

bacnet:EngineeringUnits.volt-amperes-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volt-amperes-reactive"^^xsd:string ;
    bacnet:value 11 .

bacnet:EngineeringUnits.volt-square-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volt-square-hours"^^xsd:string ;
    bacnet:value 245 .

bacnet:EngineeringUnits.volts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volts"^^xsd:string ;
    bacnet:value 5 .

bacnet:EngineeringUnits.volts-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volts-per-degree-kelvin"^^xsd:string ;
    bacnet:value 176 .

bacnet:EngineeringUnits.volts-per-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "volts-per-meter"^^xsd:string ;
    bacnet:value 177 .

bacnet:EngineeringUnits.watt-hours a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watt-hours"^^xsd:string ;
    bacnet:value 18 .

bacnet:EngineeringUnits.watt-hours-per-cubic-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watt-hours-per-cubic-meter"^^xsd:string ;
    bacnet:value 250 .

bacnet:EngineeringUnits.watt-hours-reactive a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watt-hours-reactive"^^xsd:string ;
    bacnet:value 203 .

bacnet:EngineeringUnits.watts a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watts"^^xsd:string ;
    bacnet:value 47 .

bacnet:EngineeringUnits.watts-per-meter-per-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watts-per-meter-per-degree-kelvin"^^xsd:string ;
    bacnet:value 189 .

bacnet:EngineeringUnits.watts-per-square-foot a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watts-per-square-foot"^^xsd:string ;
    bacnet:value 34 .

bacnet:EngineeringUnits.watts-per-square-meter a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watts-per-square-meter"^^xsd:string ;
    bacnet:value 35 .

bacnet:EngineeringUnits.watts-per-square-meter-degree-kelvin a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "watts-per-square-meter-degree-kelvin"^^xsd:string ;
    bacnet:value 141 .

bacnet:EngineeringUnits.webers a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "webers"^^xsd:string ;
    bacnet:value 178 .

bacnet:EngineeringUnits.weeks a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "weeks"^^xsd:string ;
    bacnet:value 69 .

bacnet:EngineeringUnits.years a bacnet:EngineeringUnitsEnumerationValue ;
    bacnet:name "years"^^xsd:string ;
    bacnet:value 67 .

bacnet:EscalatorFault.comb-plate-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "comb-plate-fault"^^xsd:string ;
    bacnet:value 8 .

bacnet:EscalatorFault.controller-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "controller-fault"^^xsd:string ;
    bacnet:value 0 .

bacnet:EscalatorFault.controller-supply-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "controller-supply-fault"^^xsd:string ;
    bacnet:value 6 .

bacnet:EscalatorFault.drive-and-motor-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "drive-and-motor-fault"^^xsd:string ;
    bacnet:value 1 .

bacnet:EscalatorFault.drive-temperature-exceeded a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "drive-temperature-exceeded"^^xsd:string ;
    bacnet:value 7 .

bacnet:EscalatorFault.mechanical-component-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "mechanical-component-fault"^^xsd:string ;
    bacnet:value 2 .

bacnet:EscalatorFault.overspeed-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "overspeed-fault"^^xsd:string ;
    bacnet:value 3 .

bacnet:EscalatorFault.power-supply-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "power-supply-fault"^^xsd:string ;
    bacnet:value 4 .

bacnet:EscalatorFault.safety-device-fault a bacnet:EscalatorFaultEnumerationValue ;
    bacnet:name "safety-device-fault"^^xsd:string ;
    bacnet:value 5 .

bacnet:EscalatorMode.down a bacnet:EscalatorModeEnumerationValue ;
    bacnet:name "down"^^xsd:string ;
    bacnet:value 3 .

bacnet:EscalatorMode.inspection a bacnet:EscalatorModeEnumerationValue ;
    bacnet:name "inspection"^^xsd:string ;
    bacnet:value 4 .

bacnet:EscalatorMode.out-of-service a bacnet:EscalatorModeEnumerationValue ;
    bacnet:name "out-of-service"^^xsd:string ;
    bacnet:value 5 .

bacnet:EscalatorMode.stop a bacnet:EscalatorModeEnumerationValue ;
    bacnet:name "stop"^^xsd:string ;
    bacnet:value 1 .

bacnet:EscalatorMode.unknown a bacnet:EscalatorModeEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:EscalatorMode.up a bacnet:EscalatorModeEnumerationValue ;
    bacnet:name "up"^^xsd:string ;
    bacnet:value 2 .

bacnet:EscalatorOperationDirection.down-rated-speed a bacnet:EscalatorOperationDirectionEnumerationValue ;
    bacnet:name "down-rated-speed"^^xsd:string ;
    bacnet:value 4 .

bacnet:EscalatorOperationDirection.down-reduced-speed a bacnet:EscalatorOperationDirectionEnumerationValue ;
    bacnet:name "down-reduced-speed"^^xsd:string ;
    bacnet:value 5 .

bacnet:EscalatorOperationDirection.stopped a bacnet:EscalatorOperationDirectionEnumerationValue ;
    bacnet:name "stopped"^^xsd:string ;
    bacnet:value 1 .

bacnet:EscalatorOperationDirection.unknown a bacnet:EscalatorOperationDirectionEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:EscalatorOperationDirection.up-rated-speed a bacnet:EscalatorOperationDirectionEnumerationValue ;
    bacnet:name "up-rated-speed"^^xsd:string ;
    bacnet:value 2 .

bacnet:EscalatorOperationDirection.up-reduced-speed a bacnet:EscalatorOperationDirectionEnumerationValue ;
    bacnet:name "up-reduced-speed"^^xsd:string ;
    bacnet:value 3 .

bacnet:EventParameter.Extended.Parameters a bacnet:SequenceOf ;
    bacnet:memberType bacnet:EventParameter.Extended.ParametersChoice .

bacnet:EventState.fault a bacnet:EventStateEnumerationValue ;
    bacnet:name "fault"^^xsd:string ;
    bacnet:value 1 .

bacnet:EventState.high-limit a bacnet:EventStateEnumerationValue ;
    bacnet:name "high-limit"^^xsd:string ;
    bacnet:value 3 .

bacnet:EventState.life-safety-alarm a bacnet:EventStateEnumerationValue ;
    bacnet:name "life-safety-alarm"^^xsd:string ;
    bacnet:value 5 .

bacnet:EventState.low-limit a bacnet:EventStateEnumerationValue ;
    bacnet:name "low-limit"^^xsd:string ;
    bacnet:value 4 .

bacnet:EventState.normal a bacnet:EventStateEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 0 .

bacnet:EventState.offnormal a bacnet:EventStateEnumerationValue ;
    bacnet:name "offnormal"^^xsd:string ;
    bacnet:value 2 .

bacnet:EventTransitionBits.to-fault a bacnet:EventTransitionBitsNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "to-fault"^^xsd:string .

bacnet:EventTransitionBits.to-normal a bacnet:EventTransitionBitsNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "to-normal"^^xsd:string .

bacnet:EventTransitionBits.to-offnormal a bacnet:EventTransitionBitsNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "to-offnormal"^^xsd:string .

bacnet:EventType.access-event a bacnet:EventTypeEnumerationValue ;
    bacnet:name "access-event"^^xsd:string ;
    bacnet:value 13 .

bacnet:EventType.buffer-ready a bacnet:EventTypeEnumerationValue ;
    bacnet:name "buffer-ready"^^xsd:string ;
    bacnet:value 10 .

bacnet:EventType.change-of-bitstring a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-bitstring"^^xsd:string ;
    bacnet:value 0 .

bacnet:EventType.change-of-characterstring a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-characterstring"^^xsd:string ;
    bacnet:value 17 .

bacnet:EventType.change-of-discrete-value a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-discrete-value"^^xsd:string ;
    bacnet:value 21 .

bacnet:EventType.change-of-life-safety a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-life-safety"^^xsd:string ;
    bacnet:value 8 .

bacnet:EventType.change-of-reliability a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-reliability"^^xsd:string ;
    bacnet:value 19 .

bacnet:EventType.change-of-state a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-state"^^xsd:string ;
    bacnet:value 1 .

bacnet:EventType.change-of-status-flags a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-status-flags"^^xsd:string ;
    bacnet:value 18 .

bacnet:EventType.change-of-timer a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-timer"^^xsd:string ;
    bacnet:value 22 .

bacnet:EventType.change-of-value a bacnet:EventTypeEnumerationValue ;
    bacnet:name "change-of-value"^^xsd:string ;
    bacnet:value 2 .

bacnet:EventType.command-failure a bacnet:EventTypeEnumerationValue ;
    bacnet:name "command-failure"^^xsd:string ;
    bacnet:value 3 .

bacnet:EventType.double-out-of-range a bacnet:EventTypeEnumerationValue ;
    bacnet:name "double-out-of-range"^^xsd:string ;
    bacnet:value 14 .

bacnet:EventType.extended a bacnet:EventTypeEnumerationValue ;
    bacnet:name "extended"^^xsd:string ;
    bacnet:value 9 .

bacnet:EventType.floating-limit a bacnet:EventTypeEnumerationValue ;
    bacnet:name "floating-limit"^^xsd:string ;
    bacnet:value 4 .

bacnet:EventType.none a bacnet:EventTypeEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 20 .

bacnet:EventType.out-of-range a bacnet:EventTypeEnumerationValue ;
    bacnet:name "out-of-range"^^xsd:string ;
    bacnet:value 5 .

bacnet:EventType.signed-out-of-range a bacnet:EventTypeEnumerationValue ;
    bacnet:name "signed-out-of-range"^^xsd:string ;
    bacnet:value 15 .

bacnet:EventType.unsigned-out-of-range a bacnet:EventTypeEnumerationValue ;
    bacnet:name "unsigned-out-of-range"^^xsd:string ;
    bacnet:value 16 .

bacnet:EventType.unsigned-range a bacnet:EventTypeEnumerationValue ;
    bacnet:name "unsigned-range"^^xsd:string ;
    bacnet:value 11 .

bacnet:FaultParameter.FaultExtended.Parameters a bacnet:SequenceOf ;
    bacnet:memberType bacnet:FaultParameter.FaultExtended.ParametersChoice .

bacnet:FaultType.fault-characterstring a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-characterstring"^^xsd:string ;
    bacnet:value 1 .

bacnet:FaultType.fault-extended a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-extended"^^xsd:string ;
    bacnet:value 2 .

bacnet:FaultType.fault-life-safety a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-life-safety"^^xsd:string ;
    bacnet:value 3 .

bacnet:FaultType.fault-listed a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-listed"^^xsd:string ;
    bacnet:value 7 .

bacnet:FaultType.fault-out-of-range a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-out-of-range"^^xsd:string ;
    bacnet:value 6 .

bacnet:FaultType.fault-state a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-state"^^xsd:string ;
    bacnet:value 4 .

bacnet:FaultType.fault-status-flags a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "fault-status-flags"^^xsd:string ;
    bacnet:value 5 .

bacnet:FaultType.none a bacnet:FaultTypeEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:FileAccessMethod.record-access a bacnet:FileAccessMethodEnumerationValue ;
    bacnet:name "record-access"^^xsd:string ;
    bacnet:value 0 .

bacnet:FileAccessMethod.stream-access a bacnet:FileAccessMethodEnumerationValue ;
    bacnet:name "stream-access"^^xsd:string ;
    bacnet:value 1 .

bacnet:GetAlarmSummaryACK a bacnet:SequenceOf ;
    bacnet:memberType bacnet:GetAlarmSummaryACKSequence .

bacnet:GetEnrollmentSummaryACK a bacnet:SequenceOf ;
    bacnet:memberType bacnet:GetEnrollmentSummaryACKSequence .

bacnet:GetEventInformationACK.ListOfEventSummaries a bacnet:SequenceOf ;
    bacnet:memberType bacnet:GetEventInformationACK.ListOfEventSummariesSequence .

bacnet:IPMode.bbmd a bacnet:IPModeEnumerationValue ;
    bacnet:name "bbmd"^^xsd:string ;
    bacnet:value 2 .

bacnet:IPMode.foreign a bacnet:IPModeEnumerationValue ;
    bacnet:name "foreign"^^xsd:string ;
    bacnet:value 1 .

bacnet:IPMode.normal a bacnet:IPModeEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 0 .

bacnet:LandingDoorStatus.LandingDoors a bacnet:SequenceOf ;
    bacnet:memberType bacnet:LandingDoorStatus.LandingDoorsSequence .

bacnet:LifeSafetyMode.armed a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "armed"^^xsd:string ;
    bacnet:value 5 .

bacnet:LifeSafetyMode.automatic-release-disabled a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "automatic-release-disabled"^^xsd:string ;
    bacnet:value 13 .

bacnet:LifeSafetyMode.default a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "default"^^xsd:string ;
    bacnet:value 14 .

bacnet:LifeSafetyMode.disabled a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "disabled"^^xsd:string ;
    bacnet:value 12 .

bacnet:LifeSafetyMode.disarmed a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "disarmed"^^xsd:string ;
    bacnet:value 6 .

bacnet:LifeSafetyMode.disconnected a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "disconnected"^^xsd:string ;
    bacnet:value 10 .

bacnet:LifeSafetyMode.enabled a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "enabled"^^xsd:string ;
    bacnet:value 11 .

bacnet:LifeSafetyMode.fast a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "fast"^^xsd:string ;
    bacnet:value 9 .

bacnet:LifeSafetyMode.manned a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "manned"^^xsd:string ;
    bacnet:value 3 .

bacnet:LifeSafetyMode.off a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "off"^^xsd:string ;
    bacnet:value 0 .

bacnet:LifeSafetyMode.on a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "on"^^xsd:string ;
    bacnet:value 1 .

bacnet:LifeSafetyMode.prearmed a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "prearmed"^^xsd:string ;
    bacnet:value 7 .

bacnet:LifeSafetyMode.slow a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "slow"^^xsd:string ;
    bacnet:value 8 .

bacnet:LifeSafetyMode.test a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "test"^^xsd:string ;
    bacnet:value 2 .

bacnet:LifeSafetyMode.unmanned a bacnet:LifeSafetyModeEnumerationValue ;
    bacnet:name "unmanned"^^xsd:string ;
    bacnet:value 4 .

bacnet:LifeSafetyOperation.none a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:LifeSafetyOperation.reset a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "reset"^^xsd:string ;
    bacnet:value 4 .

bacnet:LifeSafetyOperation.reset-alarm a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "reset-alarm"^^xsd:string ;
    bacnet:value 5 .

bacnet:LifeSafetyOperation.reset-fault a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "reset-fault"^^xsd:string ;
    bacnet:value 6 .

bacnet:LifeSafetyOperation.silence a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "silence"^^xsd:string ;
    bacnet:value 1 .

bacnet:LifeSafetyOperation.silence-audible a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "silence-audible"^^xsd:string ;
    bacnet:value 2 .

bacnet:LifeSafetyOperation.silence-visual a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "silence-visual"^^xsd:string ;
    bacnet:value 3 .

bacnet:LifeSafetyOperation.unsilence a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "unsilence"^^xsd:string ;
    bacnet:value 7 .

bacnet:LifeSafetyOperation.unsilence-audible a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "unsilence-audible"^^xsd:string ;
    bacnet:value 8 .

bacnet:LifeSafetyOperation.unsilence-visual a bacnet:LifeSafetyOperationEnumerationValue ;
    bacnet:name "unsilence-visual"^^xsd:string ;
    bacnet:value 9 .

bacnet:LifeSafetyState.abnormal a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "abnormal"^^xsd:string ;
    bacnet:value 16 .

bacnet:LifeSafetyState.active a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "active"^^xsd:string ;
    bacnet:value 7 .

bacnet:LifeSafetyState.alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "alarm"^^xsd:string ;
    bacnet:value 2 .

bacnet:LifeSafetyState.blocked a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "blocked"^^xsd:string ;
    bacnet:value 19 .

bacnet:LifeSafetyState.delayed a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "delayed"^^xsd:string ;
    bacnet:value 18 .

bacnet:LifeSafetyState.duress a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "duress"^^xsd:string ;
    bacnet:value 14 .

bacnet:LifeSafetyState.emergency-power a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "emergency-power"^^xsd:string ;
    bacnet:value 17 .

bacnet:LifeSafetyState.fault a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "fault"^^xsd:string ;
    bacnet:value 3 .

bacnet:LifeSafetyState.fault-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "fault-alarm"^^xsd:string ;
    bacnet:value 5 .

bacnet:LifeSafetyState.fault-pre-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "fault-pre-alarm"^^xsd:string ;
    bacnet:value 4 .

bacnet:LifeSafetyState.general-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "general-alarm"^^xsd:string ;
    bacnet:value 21 .

bacnet:LifeSafetyState.holdup a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "holdup"^^xsd:string ;
    bacnet:value 13 .

bacnet:LifeSafetyState.local-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "local-alarm"^^xsd:string ;
    bacnet:value 20 .

bacnet:LifeSafetyState.not-ready a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "not-ready"^^xsd:string ;
    bacnet:value 6 .

bacnet:LifeSafetyState.pre-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "pre-alarm"^^xsd:string ;
    bacnet:value 1 .

bacnet:LifeSafetyState.quiet a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "quiet"^^xsd:string ;
    bacnet:value 0 .

bacnet:LifeSafetyState.supervisory a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "supervisory"^^xsd:string ;
    bacnet:value 22 .

bacnet:LifeSafetyState.tamper a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "tamper"^^xsd:string ;
    bacnet:value 8 .

bacnet:LifeSafetyState.tamper-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "tamper-alarm"^^xsd:string ;
    bacnet:value 15 .

bacnet:LifeSafetyState.test-active a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "test-active"^^xsd:string ;
    bacnet:value 10 .

bacnet:LifeSafetyState.test-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "test-alarm"^^xsd:string ;
    bacnet:value 9 .

bacnet:LifeSafetyState.test-fault a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "test-fault"^^xsd:string ;
    bacnet:value 11 .

bacnet:LifeSafetyState.test-fault-alarm a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "test-fault-alarm"^^xsd:string ;
    bacnet:value 12 .

bacnet:LifeSafetyState.test-supervisory a bacnet:LifeSafetyStateEnumerationValue ;
    bacnet:name "test-supervisory"^^xsd:string ;
    bacnet:value 23 .

bacnet:LiftCarDirection.down a bacnet:LiftCarDirectionEnumerationValue ;
    bacnet:name "down"^^xsd:string ;
    bacnet:value 4 .

bacnet:LiftCarDirection.none a bacnet:LiftCarDirectionEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 1 .

bacnet:LiftCarDirection.stopped a bacnet:LiftCarDirectionEnumerationValue ;
    bacnet:name "stopped"^^xsd:string ;
    bacnet:value 2 .

bacnet:LiftCarDirection.unknown a bacnet:LiftCarDirectionEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:LiftCarDirection.up a bacnet:LiftCarDirectionEnumerationValue ;
    bacnet:name "up"^^xsd:string ;
    bacnet:value 3 .

bacnet:LiftCarDirection.up-and-down a bacnet:LiftCarDirectionEnumerationValue ;
    bacnet:name "up-and-down"^^xsd:string ;
    bacnet:value 5 .

bacnet:LiftCarDoorCommand.close a bacnet:LiftCarDoorCommandEnumerationValue ;
    bacnet:name "close"^^xsd:string ;
    bacnet:value 2 .

bacnet:LiftCarDoorCommand.none a bacnet:LiftCarDoorCommandEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:LiftCarDoorCommand.open a bacnet:LiftCarDoorCommandEnumerationValue ;
    bacnet:name "open"^^xsd:string ;
    bacnet:value 1 .

bacnet:LiftCarDriveStatus.accelerate a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "accelerate"^^xsd:string ;
    bacnet:value 3 .

bacnet:LiftCarDriveStatus.braking a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "braking"^^xsd:string ;
    bacnet:value 2 .

bacnet:LiftCarDriveStatus.decelerate a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "decelerate"^^xsd:string ;
    bacnet:value 4 .

bacnet:LiftCarDriveStatus.multi-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "multi-floor-jump"^^xsd:string ;
    bacnet:value 9 .

bacnet:LiftCarDriveStatus.rated-speed a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "rated-speed"^^xsd:string ;
    bacnet:value 5 .

bacnet:LiftCarDriveStatus.single-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "single-floor-jump"^^xsd:string ;
    bacnet:value 6 .

bacnet:LiftCarDriveStatus.stationary a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "stationary"^^xsd:string ;
    bacnet:value 1 .

bacnet:LiftCarDriveStatus.three-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "three-floor-jump"^^xsd:string ;
    bacnet:value 8 .

bacnet:LiftCarDriveStatus.two-floor-jump a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "two-floor-jump"^^xsd:string ;
    bacnet:value 7 .

bacnet:LiftCarDriveStatus.unknown a bacnet:LiftCarDriveStatusEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:LiftCarMode.attendant-control a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "attendant-control"^^xsd:string ;
    bacnet:value 5 .

bacnet:LiftCarMode.cabinet-recall a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "cabinet-recall"^^xsd:string ;
    bacnet:value 9 .

bacnet:LiftCarMode.earthquake-operation a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "earthquake-operation"^^xsd:string ;
    bacnet:value 10 .

bacnet:LiftCarMode.emergency-power a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "emergency-power"^^xsd:string ;
    bacnet:value 7 .

bacnet:LiftCarMode.fire-operation a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "fire-operation"^^xsd:string ;
    bacnet:value 11 .

bacnet:LiftCarMode.firefighter-control a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "firefighter-control"^^xsd:string ;
    bacnet:value 6 .

bacnet:LiftCarMode.homing a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "homing"^^xsd:string ;
    bacnet:value 3 .

bacnet:LiftCarMode.inspection a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "inspection"^^xsd:string ;
    bacnet:value 8 .

bacnet:LiftCarMode.normal a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 1 .

bacnet:LiftCarMode.occupant-evacuation a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "occupant-evacuation"^^xsd:string ;
    bacnet:value 13 .

bacnet:LiftCarMode.out-of-service a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "out-of-service"^^xsd:string ;
    bacnet:value 12 .

bacnet:LiftCarMode.parking a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "parking"^^xsd:string ;
    bacnet:value 4 .

bacnet:LiftCarMode.unknown a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:LiftCarMode.vip a bacnet:LiftCarModeEnumerationValue ;
    bacnet:name "vip"^^xsd:string ;
    bacnet:value 2 .

bacnet:LiftFault.call-button-stuck a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "call-button-stuck"^^xsd:string ;
    bacnet:value 9 .

bacnet:LiftFault.car-stopped-outside-landing-zone a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "car-stopped-outside-landing-zone"^^xsd:string ;
    bacnet:value 8 .

bacnet:LiftFault.controller-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "controller-fault"^^xsd:string ;
    bacnet:value 0 .

bacnet:LiftFault.controller-supply-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "controller-supply-fault"^^xsd:string ;
    bacnet:value 11 .

bacnet:LiftFault.door-closing-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "door-closing-fault"^^xsd:string ;
    bacnet:value 6 .

bacnet:LiftFault.door-opening-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "door-opening-fault"^^xsd:string ;
    bacnet:value 7 .

bacnet:LiftFault.drive-and-motor-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "drive-and-motor-fault"^^xsd:string ;
    bacnet:value 1 .

bacnet:LiftFault.drive-temperature-exceeded a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "drive-temperature-exceeded"^^xsd:string ;
    bacnet:value 15 .

bacnet:LiftFault.governor-and-safety-gear-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "governor-and-safety-gear-fault"^^xsd:string ;
    bacnet:value 2 .

bacnet:LiftFault.lift-shaft-device-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "lift-shaft-device-fault"^^xsd:string ;
    bacnet:value 3 .

bacnet:LiftFault.load-measurement-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "load-measurement-fault"^^xsd:string ;
    bacnet:value 16 .

bacnet:LiftFault.position-lost a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "position-lost"^^xsd:string ;
    bacnet:value 14 .

bacnet:LiftFault.power-supply-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "power-supply-fault"^^xsd:string ;
    bacnet:value 4 .

bacnet:LiftFault.runtime-limit-exceeded a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "runtime-limit-exceeded"^^xsd:string ;
    bacnet:value 13 .

bacnet:LiftFault.safety-interlock-fault a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "safety-interlock-fault"^^xsd:string ;
    bacnet:value 5 .

bacnet:LiftFault.self-test-failure a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "self-test-failure"^^xsd:string ;
    bacnet:value 12 .

bacnet:LiftFault.start-failure a bacnet:LiftFaultEnumerationValue ;
    bacnet:name "start-failure"^^xsd:string ;
    bacnet:value 10 .

bacnet:LiftGroupMode.down-peak a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "down-peak"^^xsd:string ;
    bacnet:value 2 .

bacnet:LiftGroupMode.emergency-power a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "emergency-power"^^xsd:string ;
    bacnet:value 5 .

bacnet:LiftGroupMode.four-way a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "four-way"^^xsd:string ;
    bacnet:value 4 .

bacnet:LiftGroupMode.normal a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 1 .

bacnet:LiftGroupMode.two-way a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "two-way"^^xsd:string ;
    bacnet:value 3 .

bacnet:LiftGroupMode.unknown a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:LiftGroupMode.up-peak a bacnet:LiftGroupModeEnumerationValue ;
    bacnet:name "up-peak"^^xsd:string ;
    bacnet:value 6 .

bacnet:LightingInProgress.fade-active a bacnet:LightingInProgressEnumerationValue ;
    bacnet:name "fade-active"^^xsd:string ;
    bacnet:value 1 .

bacnet:LightingInProgress.idle a bacnet:LightingInProgressEnumerationValue ;
    bacnet:name "idle"^^xsd:string ;
    bacnet:value 0 .

bacnet:LightingInProgress.not-controlled a bacnet:LightingInProgressEnumerationValue ;
    bacnet:name "not-controlled"^^xsd:string ;
    bacnet:value 3 .

bacnet:LightingInProgress.other a bacnet:LightingInProgressEnumerationValue ;
    bacnet:name "other"^^xsd:string ;
    bacnet:value 4 .

bacnet:LightingInProgress.ramp-active a bacnet:LightingInProgressEnumerationValue ;
    bacnet:name "ramp-active"^^xsd:string ;
    bacnet:value 2 .

bacnet:LightingOperation.fade-to a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "fade-to"^^xsd:string ;
    bacnet:value 1 .

bacnet:LightingOperation.none a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:LightingOperation.ramp-to a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "ramp-to"^^xsd:string ;
    bacnet:value 2 .

bacnet:LightingOperation.step-down a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "step-down"^^xsd:string ;
    bacnet:value 4 .

bacnet:LightingOperation.step-off a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "step-off"^^xsd:string ;
    bacnet:value 6 .

bacnet:LightingOperation.step-on a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "step-on"^^xsd:string ;
    bacnet:value 5 .

bacnet:LightingOperation.step-up a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "step-up"^^xsd:string ;
    bacnet:value 3 .

bacnet:LightingOperation.stop a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "stop"^^xsd:string ;
    bacnet:value 10 .

bacnet:LightingOperation.warn a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "warn"^^xsd:string ;
    bacnet:value 7 .

bacnet:LightingOperation.warn-off a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "warn-off"^^xsd:string ;
    bacnet:value 8 .

bacnet:LightingOperation.warn-relinquish a bacnet:LightingOperationEnumerationValue ;
    bacnet:name "warn-relinquish"^^xsd:string ;
    bacnet:value 9 .

bacnet:LightingTransition.fade a bacnet:LightingTransitionEnumerationValue ;
    bacnet:name "fade"^^xsd:string ;
    bacnet:value 1 .

bacnet:LightingTransition.none a bacnet:LightingTransitionEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:LightingTransition.ramp a bacnet:LightingTransitionEnumerationValue ;
    bacnet:name "ramp"^^xsd:string ;
    bacnet:value 2 .

bacnet:LimitEnable.high-limit-enable a bacnet:LimitEnableNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "high-limit-enable"^^xsd:string .

bacnet:LimitEnable.low-limit-enable a bacnet:LimitEnableNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "low-limit-enable"^^xsd:string .

bacnet:LockStatus.lock-fault a bacnet:LockStatusEnumerationValue ;
    bacnet:name "lock-fault"^^xsd:string ;
    bacnet:value 2 .

bacnet:LockStatus.locked a bacnet:LockStatusEnumerationValue ;
    bacnet:name "locked"^^xsd:string ;
    bacnet:value 0 .

bacnet:LockStatus.unknown a bacnet:LockStatusEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 4 .

bacnet:LockStatus.unlocked a bacnet:LockStatusEnumerationValue ;
    bacnet:name "unlocked"^^xsd:string ;
    bacnet:value 1 .

bacnet:LockStatus.unused a bacnet:LockStatusEnumerationValue ;
    bacnet:name "unused"^^xsd:string ;
    bacnet:value 3 .

bacnet:LogData.LogData a bacnet:SequenceOf ;
    bacnet:memberType bacnet:LogData.LogDataChoice .

bacnet:LogStatus.buffer-purged a bacnet:LogStatusNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "buffer-purged"^^xsd:string .

bacnet:LogStatus.log-disabled a bacnet:LogStatusNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "log-disabled"^^xsd:string .

bacnet:LogStatus.log-interrupted a bacnet:LogStatusNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "log-interrupted"^^xsd:string .

bacnet:LoggingType.cov a bacnet:LoggingTypeEnumerationValue ;
    bacnet:name "cov"^^xsd:string ;
    bacnet:value 1 .

bacnet:LoggingType.polled a bacnet:LoggingTypeEnumerationValue ;
    bacnet:name "polled"^^xsd:string ;
    bacnet:value 0 .

bacnet:LoggingType.triggered a bacnet:LoggingTypeEnumerationValue ;
    bacnet:name "triggered"^^xsd:string ;
    bacnet:value 2 .

bacnet:Maintenance.need-service-inoperative a bacnet:MaintenanceEnumerationValue ;
    bacnet:name "need-service-inoperative"^^xsd:string ;
    bacnet:value 3 .

bacnet:Maintenance.need-service-operational a bacnet:MaintenanceEnumerationValue ;
    bacnet:name "need-service-operational"^^xsd:string ;
    bacnet:value 2 .

bacnet:Maintenance.none a bacnet:MaintenanceEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:Maintenance.periodic-test a bacnet:MaintenanceEnumerationValue ;
    bacnet:name "periodic-test"^^xsd:string ;
    bacnet:value 1 .

bacnet:NetworkNumberQuality.configured a bacnet:NetworkNumberQualityEnumerationValue ;
    bacnet:name "configured"^^xsd:string ;
    bacnet:value 3 .

bacnet:NetworkNumberQuality.learned a bacnet:NetworkNumberQualityEnumerationValue ;
    bacnet:name "learned"^^xsd:string ;
    bacnet:value 1 .

bacnet:NetworkNumberQuality.learned-configured a bacnet:NetworkNumberQualityEnumerationValue ;
    bacnet:name "learned-configured"^^xsd:string ;
    bacnet:value 2 .

bacnet:NetworkNumberQuality.unknown a bacnet:NetworkNumberQualityEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:NetworkPortCommand.discard-changes a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "discard-changes"^^xsd:string ;
    bacnet:value 1 .

bacnet:NetworkPortCommand.disconnect a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "disconnect"^^xsd:string ;
    bacnet:value 6 .

bacnet:NetworkPortCommand.idle a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "idle"^^xsd:string ;
    bacnet:value 0 .

bacnet:NetworkPortCommand.renew-dhcp a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "renew-dhcp"^^xsd:string ;
    bacnet:value 4 .

bacnet:NetworkPortCommand.renew-fd-registration a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "renew-fd-registration"^^xsd:string ;
    bacnet:value 2 .

bacnet:NetworkPortCommand.restart-autonegotiation a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "restart-autonegotiation"^^xsd:string ;
    bacnet:value 5 .

bacnet:NetworkPortCommand.restart-port a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "restart-port"^^xsd:string ;
    bacnet:value 7 .

bacnet:NetworkPortCommand.restart-slave-discovery a bacnet:NetworkPortCommandEnumerationValue ;
    bacnet:name "restart-slave-discovery"^^xsd:string ;
    bacnet:value 3 .

bacnet:NetworkSecurityPolicy a sh:NodeShape ;
    rdfs:label "NetworkSecurityPolicy"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:SecurityPolicyEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:security-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:port-id ] .

bacnet:NetworkType.arcnet a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "arcnet"^^xsd:string ;
    bacnet:value 1 .

bacnet:NetworkType.ethernet a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "ethernet"^^xsd:string ;
    bacnet:value 0 .

bacnet:NetworkType.ipv4 a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "ipv4"^^xsd:string ;
    bacnet:value 5 .

bacnet:NetworkType.ipv6 a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "ipv6"^^xsd:string ;
    bacnet:value 9 .

bacnet:NetworkType.lontalk a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "lontalk"^^xsd:string ;
    bacnet:value 4 .

bacnet:NetworkType.mstp a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "mstp"^^xsd:string ;
    bacnet:value 2 .

bacnet:NetworkType.ptp a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "ptp"^^xsd:string ;
    bacnet:value 3 .

bacnet:NetworkType.serial a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "serial"^^xsd:string ;
    bacnet:value 10 .

bacnet:NetworkType.virtual a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "virtual"^^xsd:string ;
    bacnet:value 7 .

bacnet:NetworkType.zigbee a bacnet:NetworkTypeEnumerationValue ;
    bacnet:name "zigbee"^^xsd:string ;
    bacnet:value 6 .

bacnet:NodeType.area a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "area"^^xsd:string ;
    bacnet:value 5 .

bacnet:NodeType.building a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "building"^^xsd:string ;
    bacnet:value 13 .

bacnet:NodeType.collection a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "collection"^^xsd:string ;
    bacnet:value 8 .

bacnet:NodeType.device a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "device"^^xsd:string ;
    bacnet:value 3 .

bacnet:NodeType.equipment a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "equipment"^^xsd:string ;
    bacnet:value 6 .

bacnet:NodeType.floor a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "floor"^^xsd:string ;
    bacnet:value 14 .

bacnet:NodeType.functional a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "functional"^^xsd:string ;
    bacnet:value 10 .

bacnet:NodeType.member a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "member"^^xsd:string ;
    bacnet:value 18 .

bacnet:NodeType.module a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "module"^^xsd:string ;
    bacnet:value 16 .

bacnet:NodeType.network a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "network"^^xsd:string ;
    bacnet:value 2 .

bacnet:NodeType.organizational a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "organizational"^^xsd:string ;
    bacnet:value 4 .

bacnet:NodeType.other a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "other"^^xsd:string ;
    bacnet:value 11 .

bacnet:NodeType.point a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "point"^^xsd:string ;
    bacnet:value 7 .

bacnet:NodeType.property a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "property"^^xsd:string ;
    bacnet:value 9 .

bacnet:NodeType.protocol a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "protocol"^^xsd:string ;
    bacnet:value 19 .

bacnet:NodeType.room a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "room"^^xsd:string ;
    bacnet:value 20 .

bacnet:NodeType.section a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "section"^^xsd:string ;
    bacnet:value 15 .

bacnet:NodeType.subsystem a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "subsystem"^^xsd:string ;
    bacnet:value 12 .

bacnet:NodeType.system a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "system"^^xsd:string ;
    bacnet:value 1 .

bacnet:NodeType.tree a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "tree"^^xsd:string ;
    bacnet:value 17 .

bacnet:NodeType.unknown a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:NodeType.zone a bacnet:NodeTypeEnumerationValue ;
    bacnet:name "zone"^^xsd:string ;
    bacnet:value 21 .

bacnet:NotificationParameters.ComplexEventType a bacnet:SequenceOf ;
    bacnet:memberType bacnet:PropertyValue .

bacnet:NotificationParameters.Extended.Parameters a bacnet:SequenceOf ;
    bacnet:memberType bacnet:NotificationParameters.Extended.ParametersChoice .

bacnet:NotifyType.ack-notification a bacnet:NotifyTypeEnumerationValue ;
    bacnet:name "ack-notification"^^xsd:string ;
    bacnet:value 2 .

bacnet:NotifyType.alarm a bacnet:NotifyTypeEnumerationValue ;
    bacnet:name "alarm"^^xsd:string ;
    bacnet:value 0 .

bacnet:NotifyType.event a bacnet:NotifyTypeEnumerationValue ;
    bacnet:name "event"^^xsd:string ;
    bacnet:value 1 .

bacnet:ObjectPropertyValue a sh:NodeShape ;
    rdfs:label "ObjectPropertyValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "any datatype appropriate for the specified property"@en ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority ] .

bacnet:ObjectType.network-security a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "network-security"^^xsd:string ;
    bacnet:value 38 .

bacnet:ObjectTypesSupported.access-credential a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 32 ;
    bacnet:name "access-credential"^^xsd:string .

bacnet:ObjectTypesSupported.access-door a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 30 ;
    bacnet:name "access-door"^^xsd:string .

bacnet:ObjectTypesSupported.access-point a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 33 ;
    bacnet:name "access-point"^^xsd:string .

bacnet:ObjectTypesSupported.access-rights a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 34 ;
    bacnet:name "access-rights"^^xsd:string .

bacnet:ObjectTypesSupported.access-user a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 35 ;
    bacnet:name "access-user"^^xsd:string .

bacnet:ObjectTypesSupported.access-zone a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 36 ;
    bacnet:name "access-zone"^^xsd:string .

bacnet:ObjectTypesSupported.accumulator a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 23 ;
    bacnet:name "accumulator"^^xsd:string .

bacnet:ObjectTypesSupported.alert-enrollment a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 52 ;
    bacnet:name "alert-enrollment"^^xsd:string .

bacnet:ObjectTypesSupported.analog-input a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "analog-input"^^xsd:string .

bacnet:ObjectTypesSupported.analog-output a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "analog-output"^^xsd:string .

bacnet:ObjectTypesSupported.analog-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "analog-value"^^xsd:string .

bacnet:ObjectTypesSupported.averaging a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 18 ;
    bacnet:name "averaging"^^xsd:string .

bacnet:ObjectTypesSupported.binary-input a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 3 ;
    bacnet:name "binary-input"^^xsd:string .

bacnet:ObjectTypesSupported.binary-lighting-output a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 55 ;
    bacnet:name "binary-lighting-output"^^xsd:string .

bacnet:ObjectTypesSupported.binary-output a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 4 ;
    bacnet:name "binary-output"^^xsd:string .

bacnet:ObjectTypesSupported.binary-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 5 ;
    bacnet:name "binary-value"^^xsd:string .

bacnet:ObjectTypesSupported.bitstring-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 39 ;
    bacnet:name "bitstring-value"^^xsd:string .

bacnet:ObjectTypesSupported.calendar a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 6 ;
    bacnet:name "calendar"^^xsd:string .

bacnet:ObjectTypesSupported.channel a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 53 ;
    bacnet:name "channel"^^xsd:string .

bacnet:ObjectTypesSupported.characterstring-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 40 ;
    bacnet:name "characterstring-value"^^xsd:string .

bacnet:ObjectTypesSupported.command a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 7 ;
    bacnet:name "command"^^xsd:string .

bacnet:ObjectTypesSupported.credential-data-input a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 37 ;
    bacnet:name "credential-data-input"^^xsd:string .

bacnet:ObjectTypesSupported.date-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 42 ;
    bacnet:name "date-value"^^xsd:string .

bacnet:ObjectTypesSupported.datepattern-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 41 ;
    bacnet:name "datepattern-value"^^xsd:string .

bacnet:ObjectTypesSupported.datetime-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 44 ;
    bacnet:name "datetime-value"^^xsd:string .

bacnet:ObjectTypesSupported.datetimepattern-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 43 ;
    bacnet:name "datetimepattern-value"^^xsd:string .

bacnet:ObjectTypesSupported.device a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 8 ;
    bacnet:name "device"^^xsd:string .

bacnet:ObjectTypesSupported.elevator-group a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 57 ;
    bacnet:name "elevator-group"^^xsd:string .

bacnet:ObjectTypesSupported.escalator a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 58 ;
    bacnet:name "escalator"^^xsd:string .

bacnet:ObjectTypesSupported.event-enrollment a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 9 ;
    bacnet:name "event-enrollment"^^xsd:string .

bacnet:ObjectTypesSupported.event-log a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 25 ;
    bacnet:name "event-log"^^xsd:string .

bacnet:ObjectTypesSupported.file a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 10 ;
    bacnet:name "file"^^xsd:string .

bacnet:ObjectTypesSupported.global-group a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 26 ;
    bacnet:name "global-group"^^xsd:string .

bacnet:ObjectTypesSupported.group a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 11 ;
    bacnet:name "group"^^xsd:string .

bacnet:ObjectTypesSupported.integer-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 45 ;
    bacnet:name "integer-value"^^xsd:string .

bacnet:ObjectTypesSupported.large-analog-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 46 ;
    bacnet:name "large-analog-value"^^xsd:string .

bacnet:ObjectTypesSupported.life-safety-point a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 21 ;
    bacnet:name "life-safety-point"^^xsd:string .

bacnet:ObjectTypesSupported.life-safety-zone a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 22 ;
    bacnet:name "life-safety-zone"^^xsd:string .

bacnet:ObjectTypesSupported.lift a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 59 ;
    bacnet:name "lift"^^xsd:string .

bacnet:ObjectTypesSupported.lighting-output a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 54 ;
    bacnet:name "lighting-output"^^xsd:string .

bacnet:ObjectTypesSupported.load-control a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 28 ;
    bacnet:name "load-control"^^xsd:string .

bacnet:ObjectTypesSupported.loop a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 12 ;
    bacnet:name "loop"^^xsd:string .

bacnet:ObjectTypesSupported.multi-state-input a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 13 ;
    bacnet:name "multi-state-input"^^xsd:string .

bacnet:ObjectTypesSupported.multi-state-output a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 14 ;
    bacnet:name "multi-state-output"^^xsd:string .

bacnet:ObjectTypesSupported.multi-state-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 19 ;
    bacnet:name "multi-state-value"^^xsd:string .

bacnet:ObjectTypesSupported.network-port a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 56 ;
    bacnet:name "network-port"^^xsd:string .

bacnet:ObjectTypesSupported.network-security a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 38 ;
    bacnet:name "network-security"^^xsd:string .

bacnet:ObjectTypesSupported.notification-class a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 15 ;
    bacnet:name "notification-class"^^xsd:string .

bacnet:ObjectTypesSupported.notification-forwarder a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 51 ;
    bacnet:name "notification-forwarder"^^xsd:string .

bacnet:ObjectTypesSupported.octetstring-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 47 ;
    bacnet:name "octetstring-value"^^xsd:string .

bacnet:ObjectTypesSupported.positive-integer-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 48 ;
    bacnet:name "positive-integer-value"^^xsd:string .

bacnet:ObjectTypesSupported.program a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 16 ;
    bacnet:name "program"^^xsd:string .

bacnet:ObjectTypesSupported.pulse-converter a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 24 ;
    bacnet:name "pulse-converter"^^xsd:string .

bacnet:ObjectTypesSupported.schedule a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 17 ;
    bacnet:name "schedule"^^xsd:string .

bacnet:ObjectTypesSupported.structured-view a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 29 ;
    bacnet:name "structured-view"^^xsd:string .

bacnet:ObjectTypesSupported.time-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 50 ;
    bacnet:name "time-value"^^xsd:string .

bacnet:ObjectTypesSupported.timepattern-value a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 49 ;
    bacnet:name "timepattern-value"^^xsd:string .

bacnet:ObjectTypesSupported.timer a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 31 ;
    bacnet:name "timer"^^xsd:string .

bacnet:ObjectTypesSupported.trend-log a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 20 ;
    bacnet:name "trend-log"^^xsd:string .

bacnet:ObjectTypesSupported.trend-log-multiple a bacnet:ObjectTypesSupportedNamedBits ;
    bacnet:bit 27 ;
    bacnet:name "trend-log-multiple"^^xsd:string .

bacnet:PDU a sh:NodeShape ;
    rdfs:label "PDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedRequestPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-request-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:UnconfirmedRequestPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unconfirmed-request-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SimpleACKPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:simple-ack-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ComplexACKPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:complex-ack-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SegmentACKPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:segment-ack-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ErrorPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:error-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:RejectPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reject-pdu ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AbortPDU ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:abort-pdu ] ] ) .

bacnet:Polarity.normal a bacnet:PolarityEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 0 .

bacnet:Polarity.reverse a bacnet:PolarityEnumerationValue ;
    bacnet:name "reverse"^^xsd:string ;
    bacnet:value 1 .

bacnet:PriorityArray a bacnet:Array ;
    bacnet:memberType bacnet:PriorityValue .

bacnet:PriorityFilter.automatic-life-safety a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "automatic-life-safety"^^xsd:string .

bacnet:PriorityFilter.critical-equipment-controls a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 4 ;
    bacnet:name "critical-equipment-controls"^^xsd:string .

bacnet:PriorityFilter.manual-life-safety a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "manual-life-safety"^^xsd:string .

bacnet:PriorityFilter.manual-operator a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 7 ;
    bacnet:name "manual-operator"^^xsd:string .

bacnet:PriorityFilter.minimum-on-off a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 5 ;
    bacnet:name "minimum-on-off"^^xsd:string .

bacnet:PriorityFilter.priority-10 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 9 ;
    bacnet:name "priority-10"^^xsd:string .

bacnet:PriorityFilter.priority-11 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 10 ;
    bacnet:name "priority-11"^^xsd:string .

bacnet:PriorityFilter.priority-12 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 11 ;
    bacnet:name "priority-12"^^xsd:string .

bacnet:PriorityFilter.priority-13 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 12 ;
    bacnet:name "priority-13"^^xsd:string .

bacnet:PriorityFilter.priority-14 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 13 ;
    bacnet:name "priority-14"^^xsd:string .

bacnet:PriorityFilter.priority-15 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 14 ;
    bacnet:name "priority-15"^^xsd:string .

bacnet:PriorityFilter.priority-16 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 15 ;
    bacnet:name "priority-16"^^xsd:string .

bacnet:PriorityFilter.priority-3 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "priority-3"^^xsd:string .

bacnet:PriorityFilter.priority-4 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 3 ;
    bacnet:name "priority-4"^^xsd:string .

bacnet:PriorityFilter.priority-7 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 6 ;
    bacnet:name "priority-7"^^xsd:string .

bacnet:PriorityFilter.priority-9 a bacnet:PriorityFilterNamedBits ;
    bacnet:bit 8 ;
    bacnet:name "priority-9"^^xsd:string .

bacnet:ProgramError.internal a bacnet:ProgramErrorEnumerationValue ;
    bacnet:name "internal"^^xsd:string ;
    bacnet:value 2 .

bacnet:ProgramError.load-failed a bacnet:ProgramErrorEnumerationValue ;
    bacnet:name "load-failed"^^xsd:string ;
    bacnet:value 1 .

bacnet:ProgramError.normal a bacnet:ProgramErrorEnumerationValue ;
    bacnet:name "normal"^^xsd:string ;
    bacnet:value 0 .

bacnet:ProgramError.other a bacnet:ProgramErrorEnumerationValue ;
    bacnet:name "other"^^xsd:string ;
    bacnet:value 4 .

bacnet:ProgramError.program a bacnet:ProgramErrorEnumerationValue ;
    bacnet:name "program"^^xsd:string ;
    bacnet:value 3 .

bacnet:ProgramRequest.halt a bacnet:ProgramRequestEnumerationValue ;
    bacnet:name "halt"^^xsd:string ;
    bacnet:value 3 .

bacnet:ProgramRequest.load a bacnet:ProgramRequestEnumerationValue ;
    bacnet:name "load"^^xsd:string ;
    bacnet:value 1 .

bacnet:ProgramRequest.ready a bacnet:ProgramRequestEnumerationValue ;
    bacnet:name "ready"^^xsd:string ;
    bacnet:value 0 .

bacnet:ProgramRequest.restart a bacnet:ProgramRequestEnumerationValue ;
    bacnet:name "restart"^^xsd:string ;
    bacnet:value 4 .

bacnet:ProgramRequest.run a bacnet:ProgramRequestEnumerationValue ;
    bacnet:name "run"^^xsd:string ;
    bacnet:value 2 .

bacnet:ProgramRequest.unload a bacnet:ProgramRequestEnumerationValue ;
    bacnet:name "unload"^^xsd:string ;
    bacnet:value 5 .

bacnet:ProgramState.halted a bacnet:ProgramStateEnumerationValue ;
    bacnet:name "halted"^^xsd:string ;
    bacnet:value 4 .

bacnet:ProgramState.idle a bacnet:ProgramStateEnumerationValue ;
    bacnet:name "idle"^^xsd:string ;
    bacnet:value 0 .

bacnet:ProgramState.loading a bacnet:ProgramStateEnumerationValue ;
    bacnet:name "loading"^^xsd:string ;
    bacnet:value 1 .

bacnet:ProgramState.running a bacnet:ProgramStateEnumerationValue ;
    bacnet:name "running"^^xsd:string ;
    bacnet:value 2 .

bacnet:ProgramState.unloading a bacnet:ProgramStateEnumerationValue ;
    bacnet:name "unloading"^^xsd:string ;
    bacnet:value 5 .

bacnet:ProgramState.waiting a bacnet:ProgramStateEnumerationValue ;
    bacnet:name "waiting"^^xsd:string ;
    bacnet:value 3 .

bacnet:PropertyIdentifier.absentee-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "absentee-limit"^^xsd:string ;
    bacnet:predicate bacnet:absentee-limit ;
    bacnet:value 244 .

bacnet:PropertyIdentifier.accepted-modes a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "accepted-modes"^^xsd:string ;
    bacnet:predicate bacnet:accepted-modes ;
    bacnet:value 175 .

bacnet:PropertyIdentifier.access-alarm-events a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-alarm-events"^^xsd:string ;
    bacnet:predicate bacnet:access-alarm-events ;
    bacnet:value 245 .

bacnet:PropertyIdentifier.access-doors a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-doors"^^xsd:string ;
    bacnet:predicate bacnet:access-doors ;
    bacnet:value 246 .

bacnet:PropertyIdentifier.access-event a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-event"^^xsd:string ;
    bacnet:predicate bacnet:access-event ;
    bacnet:value 247 .

bacnet:PropertyIdentifier.access-event-authentication-factor a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-event-authentication-factor"^^xsd:string ;
    bacnet:predicate bacnet:access-event-authentication-factor ;
    bacnet:value 248 .

bacnet:PropertyIdentifier.access-event-credential a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-event-credential"^^xsd:string ;
    bacnet:predicate bacnet:access-event-credential ;
    bacnet:value 249 .

bacnet:PropertyIdentifier.access-event-tag a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-event-tag"^^xsd:string ;
    bacnet:predicate bacnet:access-event-tag ;
    bacnet:value 322 .

bacnet:PropertyIdentifier.access-event-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-event-time"^^xsd:string ;
    bacnet:predicate bacnet:access-event-time ;
    bacnet:value 250 .

bacnet:PropertyIdentifier.access-transaction-events a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "access-transaction-events"^^xsd:string ;
    bacnet:predicate bacnet:access-transaction-events ;
    bacnet:value 251 .

bacnet:PropertyIdentifier.accompaniment a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "accompaniment"^^xsd:string ;
    bacnet:predicate bacnet:accompaniment ;
    bacnet:value 252 .

bacnet:PropertyIdentifier.accompaniment-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "accompaniment-time"^^xsd:string ;
    bacnet:predicate bacnet:accompaniment-time ;
    bacnet:value 253 .

bacnet:PropertyIdentifier.ack-required a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ack-required"^^xsd:string ;
    bacnet:predicate bacnet:ack-required ;
    bacnet:value 1 .

bacnet:PropertyIdentifier.acked-transitions a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "acked-transitions"^^xsd:string ;
    bacnet:predicate bacnet:acked-transitions ;
    bacnet:value 0 .

bacnet:PropertyIdentifier.action a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "action"^^xsd:string ;
    bacnet:predicate bacnet:action ;
    bacnet:value 2 .

bacnet:PropertyIdentifier.action-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "action-text"^^xsd:string ;
    bacnet:predicate bacnet:action-text ;
    bacnet:value 3 .

bacnet:PropertyIdentifier.activation-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "activation-time"^^xsd:string ;
    bacnet:predicate bacnet:activation-time ;
    bacnet:value 254 .

bacnet:PropertyIdentifier.active-authentication-policy a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "active-authentication-policy"^^xsd:string ;
    bacnet:predicate bacnet:active-authentication-policy ;
    bacnet:value 255 .

bacnet:PropertyIdentifier.active-cov-multiple-subscriptions a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "active-cov-multiple-subscriptions"^^xsd:string ;
    bacnet:predicate bacnet:active-cov-multiple-subscriptions ;
    bacnet:value 481 .

bacnet:PropertyIdentifier.active-cov-subscriptions a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "active-cov-subscriptions"^^xsd:string ;
    bacnet:predicate bacnet:active-cov-subscriptions ;
    bacnet:value 152 .

bacnet:PropertyIdentifier.active-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "active-text"^^xsd:string ;
    bacnet:predicate bacnet:active-text ;
    bacnet:value 4 .

bacnet:PropertyIdentifier.active-vt-sessions a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "active-vt-sessions"^^xsd:string ;
    bacnet:predicate bacnet:active-vt-sessions ;
    bacnet:value 5 .

bacnet:PropertyIdentifier.actual-shed-level a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "actual-shed-level"^^xsd:string ;
    bacnet:predicate bacnet:actual-shed-level ;
    bacnet:value 212 .

bacnet:PropertyIdentifier.adjust-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "adjust-value"^^xsd:string ;
    bacnet:predicate bacnet:adjust-value ;
    bacnet:value 176 .

bacnet:PropertyIdentifier.alarm-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "alarm-value"^^xsd:string ;
    bacnet:predicate bacnet:alarm-value ;
    bacnet:value 6 .

bacnet:PropertyIdentifier.alarm-values a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "alarm-values"^^xsd:string ;
    bacnet:predicate bacnet:alarm-values ;
    bacnet:value 7 .

bacnet:PropertyIdentifier.align-intervals a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "align-intervals"^^xsd:string ;
    bacnet:predicate bacnet:align-intervals ;
    bacnet:value 193 .

bacnet:PropertyIdentifier.all a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "all"^^xsd:string ;
    bacnet:predicate bacnet:all ;
    bacnet:value 8 .

bacnet:PropertyIdentifier.all-writes-successful a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "all-writes-successful"^^xsd:string ;
    bacnet:predicate bacnet:all-writes-successful ;
    bacnet:value 9 .

bacnet:PropertyIdentifier.allow-group-delay-inhibit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "allow-group-delay-inhibit"^^xsd:string ;
    bacnet:predicate bacnet:allow-group-delay-inhibit ;
    bacnet:value 365 .

bacnet:PropertyIdentifier.apdu-length a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "apdu-length"^^xsd:string ;
    bacnet:predicate bacnet:apdu-length ;
    bacnet:value 399 .

bacnet:PropertyIdentifier.apdu-segment-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "apdu-segment-timeout"^^xsd:string ;
    bacnet:predicate bacnet:apdu-segment-timeout ;
    bacnet:value 10 .

bacnet:PropertyIdentifier.apdu-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "apdu-timeout"^^xsd:string ;
    bacnet:predicate bacnet:apdu-timeout ;
    bacnet:value 11 .

bacnet:PropertyIdentifier.application-software-version a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "application-software-version"^^xsd:string ;
    bacnet:predicate bacnet:application-software-version ;
    bacnet:value 12 .

bacnet:PropertyIdentifier.archive a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "archive"^^xsd:string ;
    bacnet:predicate bacnet:archive ;
    bacnet:value 13 .

bacnet:PropertyIdentifier.assigned-access-rights a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "assigned-access-rights"^^xsd:string ;
    bacnet:predicate bacnet:assigned-access-rights ;
    bacnet:value 256 .

bacnet:PropertyIdentifier.assigned-landing-calls a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "assigned-landing-calls"^^xsd:string ;
    bacnet:predicate bacnet:assigned-landing-calls ;
    bacnet:value 447 .

bacnet:PropertyIdentifier.attempted-samples a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "attempted-samples"^^xsd:string ;
    bacnet:predicate bacnet:attempted-samples ;
    bacnet:value 124 .

bacnet:PropertyIdentifier.authentication-factors a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "authentication-factors"^^xsd:string ;
    bacnet:predicate bacnet:authentication-factors ;
    bacnet:value 257 .

bacnet:PropertyIdentifier.authentication-policy-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "authentication-policy-list"^^xsd:string ;
    bacnet:predicate bacnet:authentication-policy-list ;
    bacnet:value 258 .

bacnet:PropertyIdentifier.authentication-policy-names a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "authentication-policy-names"^^xsd:string ;
    bacnet:predicate bacnet:authentication-policy-names ;
    bacnet:value 259 .

bacnet:PropertyIdentifier.authentication-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "authentication-status"^^xsd:string ;
    bacnet:predicate bacnet:authentication-status ;
    bacnet:value 260 .

bacnet:PropertyIdentifier.authorization-exemptions a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "authorization-exemptions"^^xsd:string ;
    bacnet:predicate bacnet:authorization-exemptions ;
    bacnet:value 364 .

bacnet:PropertyIdentifier.authorization-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "authorization-mode"^^xsd:string ;
    bacnet:predicate bacnet:authorization-mode ;
    bacnet:value 261 .

bacnet:PropertyIdentifier.auto-slave-discovery a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "auto-slave-discovery"^^xsd:string ;
    bacnet:predicate bacnet:auto-slave-discovery ;
    bacnet:value 169 .

bacnet:PropertyIdentifier.average-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "average-value"^^xsd:string ;
    bacnet:predicate bacnet:average-value ;
    bacnet:value 125 .

bacnet:PropertyIdentifier.backup-and-restore-state a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "backup-and-restore-state"^^xsd:string ;
    bacnet:predicate bacnet:backup-and-restore-state ;
    bacnet:value 338 .

bacnet:PropertyIdentifier.backup-failure-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "backup-failure-timeout"^^xsd:string ;
    bacnet:predicate bacnet:backup-failure-timeout ;
    bacnet:value 153 .

bacnet:PropertyIdentifier.backup-preparation-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "backup-preparation-time"^^xsd:string ;
    bacnet:predicate bacnet:backup-preparation-time ;
    bacnet:value 339 .

bacnet:PropertyIdentifier.bacnet-ip-global-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ip-global-address"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ip-global-address ;
    bacnet:value 407 .

bacnet:PropertyIdentifier.bacnet-ip-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ip-mode"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ip-mode ;
    bacnet:value 408 .

bacnet:PropertyIdentifier.bacnet-ip-multicast-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ip-multicast-address"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ip-multicast-address ;
    bacnet:value 409 .

bacnet:PropertyIdentifier.bacnet-ip-nat-traversal a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ip-nat-traversal"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ip-nat-traversal ;
    bacnet:value 410 .

bacnet:PropertyIdentifier.bacnet-ip-udp-port a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ip-udp-port"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ip-udp-port ;
    bacnet:value 412 .

bacnet:PropertyIdentifier.bacnet-ipv6-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ipv6-mode"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ipv6-mode ;
    bacnet:value 435 .

bacnet:PropertyIdentifier.bacnet-ipv6-multicast-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ipv6-multicast-address"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ipv6-multicast-address ;
    bacnet:value 440 .

bacnet:PropertyIdentifier.bacnet-ipv6-udp-port a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bacnet-ipv6-udp-port"^^xsd:string ;
    bacnet:predicate bacnet:bacnet-ipv6-udp-port ;
    bacnet:value 438 .

bacnet:PropertyIdentifier.base-device-security-policy a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "base-device-security-policy"^^xsd:string ;
    bacnet:predicate bacnet:base-device-security-policy ;
    bacnet:value 327 .

bacnet:PropertyIdentifier.bbmd-accept-fd-registration a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bbmd-accept-fd-registration"^^xsd:string ;
    bacnet:predicate bacnet:bbmd-accept-fd-registration ;
    bacnet:value 413 .

bacnet:PropertyIdentifier.bbmd-broadcast-distribution-table a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bbmd-broadcast-distribution-table"^^xsd:string ;
    bacnet:predicate bacnet:bbmd-broadcast-distribution-table ;
    bacnet:value 414 .

bacnet:PropertyIdentifier.bbmd-foreign-device-table a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bbmd-foreign-device-table"^^xsd:string ;
    bacnet:predicate bacnet:bbmd-foreign-device-table ;
    bacnet:value 415 .

bacnet:PropertyIdentifier.belongs-to a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "belongs-to"^^xsd:string ;
    bacnet:predicate bacnet:belongs-to ;
    bacnet:value 262 .

bacnet:PropertyIdentifier.bias a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bias"^^xsd:string ;
    bacnet:predicate bacnet:bias ;
    bacnet:value 14 .

bacnet:PropertyIdentifier.bit-mask a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bit-mask"^^xsd:string ;
    bacnet:predicate bacnet:bit-mask ;
    bacnet:value 342 .

bacnet:PropertyIdentifier.bit-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "bit-text"^^xsd:string ;
    bacnet:predicate bacnet:bit-text ;
    bacnet:value 343 .

bacnet:PropertyIdentifier.blink-warn-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "blink-warn-enable"^^xsd:string ;
    bacnet:predicate bacnet:blink-warn-enable ;
    bacnet:value 373 .

bacnet:PropertyIdentifier.buffer-size a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "buffer-size"^^xsd:string ;
    bacnet:predicate bacnet:buffer-size ;
    bacnet:value 126 .

bacnet:PropertyIdentifier.car-assigned-direction a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-assigned-direction"^^xsd:string ;
    bacnet:predicate bacnet:car-assigned-direction ;
    bacnet:value 448 .

bacnet:PropertyIdentifier.car-door-command a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-door-command"^^xsd:string ;
    bacnet:predicate bacnet:car-door-command ;
    bacnet:value 449 .

bacnet:PropertyIdentifier.car-door-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-door-status"^^xsd:string ;
    bacnet:predicate bacnet:car-door-status ;
    bacnet:value 450 .

bacnet:PropertyIdentifier.car-door-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-door-text"^^xsd:string ;
    bacnet:predicate bacnet:car-door-text ;
    bacnet:value 451 .

bacnet:PropertyIdentifier.car-door-zone a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-door-zone"^^xsd:string ;
    bacnet:predicate bacnet:car-door-zone ;
    bacnet:value 452 .

bacnet:PropertyIdentifier.car-drive-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-drive-status"^^xsd:string ;
    bacnet:predicate bacnet:car-drive-status ;
    bacnet:value 453 .

bacnet:PropertyIdentifier.car-load a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-load"^^xsd:string ;
    bacnet:predicate bacnet:car-load ;
    bacnet:value 454 .

bacnet:PropertyIdentifier.car-load-units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-load-units"^^xsd:string ;
    bacnet:predicate bacnet:car-load-units ;
    bacnet:value 455 .

bacnet:PropertyIdentifier.car-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-mode"^^xsd:string ;
    bacnet:predicate bacnet:car-mode ;
    bacnet:value 456 .

bacnet:PropertyIdentifier.car-moving-direction a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-moving-direction"^^xsd:string ;
    bacnet:predicate bacnet:car-moving-direction ;
    bacnet:value 457 .

bacnet:PropertyIdentifier.car-position a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "car-position"^^xsd:string ;
    bacnet:predicate bacnet:car-position ;
    bacnet:value 458 .

bacnet:PropertyIdentifier.change-of-state-count a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "change-of-state-count"^^xsd:string ;
    bacnet:predicate bacnet:change-of-state-count ;
    bacnet:value 15 .

bacnet:PropertyIdentifier.change-of-state-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "change-of-state-time"^^xsd:string ;
    bacnet:predicate bacnet:change-of-state-time ;
    bacnet:value 16 .

bacnet:PropertyIdentifier.changes-pending a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "changes-pending"^^xsd:string ;
    bacnet:predicate bacnet:changes-pending ;
    bacnet:value 416 .

bacnet:PropertyIdentifier.channel-number a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "channel-number"^^xsd:string ;
    bacnet:predicate bacnet:channel-number ;
    bacnet:value 366 .

bacnet:PropertyIdentifier.client-cov-increment a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "client-cov-increment"^^xsd:string ;
    bacnet:predicate bacnet:client-cov-increment ;
    bacnet:value 127 .

bacnet:PropertyIdentifier.command a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "command"^^xsd:string ;
    bacnet:predicate bacnet:command ;
    bacnet:value 417 .

bacnet:PropertyIdentifier.command-time-array a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "command-time-array"^^xsd:string ;
    bacnet:predicate bacnet:command-time-array ;
    bacnet:value 430 .

bacnet:PropertyIdentifier.configuration-files a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "configuration-files"^^xsd:string ;
    bacnet:predicate bacnet:configuration-files ;
    bacnet:value 154 .

bacnet:PropertyIdentifier.control-groups a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "control-groups"^^xsd:string ;
    bacnet:predicate bacnet:control-groups ;
    bacnet:value 367 .

bacnet:PropertyIdentifier.controlled-variable-reference a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "controlled-variable-reference"^^xsd:string ;
    bacnet:predicate bacnet:controlled-variable-reference ;
    bacnet:value 19 .

bacnet:PropertyIdentifier.controlled-variable-units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "controlled-variable-units"^^xsd:string ;
    bacnet:predicate bacnet:controlled-variable-units ;
    bacnet:value 20 .

bacnet:PropertyIdentifier.controlled-variable-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "controlled-variable-value"^^xsd:string ;
    bacnet:predicate bacnet:controlled-variable-value ;
    bacnet:value 21 .

bacnet:PropertyIdentifier.count a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "count"^^xsd:string ;
    bacnet:predicate bacnet:count ;
    bacnet:value 177 .

bacnet:PropertyIdentifier.count-before-change a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "count-before-change"^^xsd:string ;
    bacnet:predicate bacnet:count-before-change ;
    bacnet:value 178 .

bacnet:PropertyIdentifier.count-change-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "count-change-time"^^xsd:string ;
    bacnet:predicate bacnet:count-change-time ;
    bacnet:value 179 .

bacnet:PropertyIdentifier.cov-increment a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "cov-increment"^^xsd:string ;
    bacnet:predicate bacnet:cov-increment ;
    bacnet:value 22 .

bacnet:PropertyIdentifier.cov-period a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "cov-period"^^xsd:string ;
    bacnet:predicate bacnet:cov-period ;
    bacnet:value 180 .

bacnet:PropertyIdentifier.cov-resubscription-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "cov-resubscription-interval"^^xsd:string ;
    bacnet:predicate bacnet:cov-resubscription-interval ;
    bacnet:value 128 .

bacnet:PropertyIdentifier.covu-period a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "covu-period"^^xsd:string ;
    bacnet:predicate bacnet:covu-period ;
    bacnet:value 349 .

bacnet:PropertyIdentifier.covu-recipients a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "covu-recipients"^^xsd:string ;
    bacnet:predicate bacnet:covu-recipients ;
    bacnet:value 350 .

bacnet:PropertyIdentifier.credential-disable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "credential-disable"^^xsd:string ;
    bacnet:predicate bacnet:credential-disable ;
    bacnet:value 263 .

bacnet:PropertyIdentifier.credential-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "credential-status"^^xsd:string ;
    bacnet:predicate bacnet:credential-status ;
    bacnet:value 264 .

bacnet:PropertyIdentifier.credentials a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "credentials"^^xsd:string ;
    bacnet:predicate bacnet:credentials ;
    bacnet:value 265 .

bacnet:PropertyIdentifier.credentials-in-zone a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "credentials-in-zone"^^xsd:string ;
    bacnet:predicate bacnet:credentials-in-zone ;
    bacnet:value 266 .

bacnet:PropertyIdentifier.current-command-priority a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "current-command-priority"^^xsd:string ;
    bacnet:predicate bacnet:current-command-priority ;
    bacnet:value 431 .

bacnet:PropertyIdentifier.database-revision a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "database-revision"^^xsd:string ;
    bacnet:predicate bacnet:database-revision ;
    bacnet:value 155 .

bacnet:PropertyIdentifier.date-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "date-list"^^xsd:string ;
    bacnet:predicate bacnet:date-list ;
    bacnet:value 23 .

bacnet:PropertyIdentifier.daylight-savings-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "daylight-savings-status"^^xsd:string ;
    bacnet:predicate bacnet:daylight-savings-status ;
    bacnet:value 24 .

bacnet:PropertyIdentifier.days-remaining a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "days-remaining"^^xsd:string ;
    bacnet:predicate bacnet:days-remaining ;
    bacnet:value 267 .

bacnet:PropertyIdentifier.deadband a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "deadband"^^xsd:string ;
    bacnet:predicate bacnet:deadband ;
    bacnet:value 25 .

bacnet:PropertyIdentifier.default-fade-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "default-fade-time"^^xsd:string ;
    bacnet:predicate bacnet:default-fade-time ;
    bacnet:value 374 .

bacnet:PropertyIdentifier.default-ramp-rate a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "default-ramp-rate"^^xsd:string ;
    bacnet:predicate bacnet:default-ramp-rate ;
    bacnet:value 375 .

bacnet:PropertyIdentifier.default-step-increment a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "default-step-increment"^^xsd:string ;
    bacnet:predicate bacnet:default-step-increment ;
    bacnet:value 376 .

bacnet:PropertyIdentifier.default-subordinate-relationship a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "default-subordinate-relationship"^^xsd:string ;
    bacnet:predicate bacnet:default-subordinate-relationship ;
    bacnet:value 490 .

bacnet:PropertyIdentifier.default-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "default-timeout"^^xsd:string ;
    bacnet:predicate bacnet:default-timeout ;
    bacnet:value 393 .

bacnet:PropertyIdentifier.deployed-profile-location a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "deployed-profile-location"^^xsd:string ;
    bacnet:predicate bacnet:deployed-profile-location ;
    bacnet:value 484 .

bacnet:PropertyIdentifier.derivative-constant a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "derivative-constant"^^xsd:string ;
    bacnet:predicate bacnet:derivative-constant ;
    bacnet:value 26 .

bacnet:PropertyIdentifier.derivative-constant-units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "derivative-constant-units"^^xsd:string ;
    bacnet:predicate bacnet:derivative-constant-units ;
    bacnet:value 27 .

bacnet:PropertyIdentifier.description a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "description"^^xsd:string ;
    bacnet:predicate bacnet:description ;
    bacnet:value 28 .

bacnet:PropertyIdentifier.description-of-halt a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "description-of-halt"^^xsd:string ;
    bacnet:predicate bacnet:description-of-halt ;
    bacnet:value 29 .

bacnet:PropertyIdentifier.device-address-binding a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "device-address-binding"^^xsd:string ;
    bacnet:predicate bacnet:device-address-binding ;
    bacnet:value 30 .

bacnet:PropertyIdentifier.device-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "device-type"^^xsd:string ;
    bacnet:predicate bacnet:device-type ;
    bacnet:value 31 .

bacnet:PropertyIdentifier.direct-reading a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "direct-reading"^^xsd:string ;
    bacnet:predicate bacnet:direct-reading ;
    bacnet:value 156 .

bacnet:PropertyIdentifier.distribution-key-revision a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "distribution-key-revision"^^xsd:string ;
    bacnet:predicate bacnet:distribution-key-revision ;
    bacnet:value 328 .

bacnet:PropertyIdentifier.do-not-hide a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "do-not-hide"^^xsd:string ;
    bacnet:predicate bacnet:do-not-hide ;
    bacnet:value 329 .

bacnet:PropertyIdentifier.door-alarm-state a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-alarm-state"^^xsd:string ;
    bacnet:predicate bacnet:door-alarm-state ;
    bacnet:value 226 .

bacnet:PropertyIdentifier.door-extended-pulse-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-extended-pulse-time"^^xsd:string ;
    bacnet:predicate bacnet:door-extended-pulse-time ;
    bacnet:value 227 .

bacnet:PropertyIdentifier.door-members a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-members"^^xsd:string ;
    bacnet:predicate bacnet:door-members ;
    bacnet:value 228 .

bacnet:PropertyIdentifier.door-open-too-long-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-open-too-long-time"^^xsd:string ;
    bacnet:predicate bacnet:door-open-too-long-time ;
    bacnet:value 229 .

bacnet:PropertyIdentifier.door-pulse-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-pulse-time"^^xsd:string ;
    bacnet:predicate bacnet:door-pulse-time ;
    bacnet:value 230 .

bacnet:PropertyIdentifier.door-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-status"^^xsd:string ;
    bacnet:predicate bacnet:door-status ;
    bacnet:value 231 .

bacnet:PropertyIdentifier.door-unlock-delay-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "door-unlock-delay-time"^^xsd:string ;
    bacnet:predicate bacnet:door-unlock-delay-time ;
    bacnet:value 232 .

bacnet:PropertyIdentifier.duty-window a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "duty-window"^^xsd:string ;
    bacnet:predicate bacnet:duty-window ;
    bacnet:value 213 .

bacnet:PropertyIdentifier.effective-period a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "effective-period"^^xsd:string ;
    bacnet:predicate bacnet:effective-period ;
    bacnet:value 32 .

bacnet:PropertyIdentifier.egress-active a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "egress-active"^^xsd:string ;
    bacnet:predicate bacnet:egress-active ;
    bacnet:value 386 .

bacnet:PropertyIdentifier.egress-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "egress-time"^^xsd:string ;
    bacnet:predicate bacnet:egress-time ;
    bacnet:value 377 .

bacnet:PropertyIdentifier.elapsed-active-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "elapsed-active-time"^^xsd:string ;
    bacnet:predicate bacnet:elapsed-active-time ;
    bacnet:value 33 .

bacnet:PropertyIdentifier.elevator-group a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "elevator-group"^^xsd:string ;
    bacnet:predicate bacnet:elevator-group ;
    bacnet:value 459 .

bacnet:PropertyIdentifier.enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "enable"^^xsd:string ;
    bacnet:predicate bacnet:enable ;
    bacnet:value 133 .

bacnet:PropertyIdentifier.energy-meter a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "energy-meter"^^xsd:string ;
    bacnet:predicate bacnet:energy-meter ;
    bacnet:value 460 .

bacnet:PropertyIdentifier.energy-meter-ref a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "energy-meter-ref"^^xsd:string ;
    bacnet:predicate bacnet:energy-meter-ref ;
    bacnet:value 461 .

bacnet:PropertyIdentifier.entry-points a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "entry-points"^^xsd:string ;
    bacnet:predicate bacnet:entry-points ;
    bacnet:value 268 .

bacnet:PropertyIdentifier.error-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "error-limit"^^xsd:string ;
    bacnet:predicate bacnet:error-limit ;
    bacnet:value 34 .

bacnet:PropertyIdentifier.escalator-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "escalator-mode"^^xsd:string ;
    bacnet:predicate bacnet:escalator-mode ;
    bacnet:value 462 .

bacnet:PropertyIdentifier.event-algorithm-inhibit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-algorithm-inhibit"^^xsd:string ;
    bacnet:predicate bacnet:event-algorithm-inhibit ;
    bacnet:value 354 .

bacnet:PropertyIdentifier.event-algorithm-inhibit-ref a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-algorithm-inhibit-ref"^^xsd:string ;
    bacnet:predicate bacnet:event-algorithm-inhibit-ref ;
    bacnet:value 355 .

bacnet:PropertyIdentifier.event-detection-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-detection-enable"^^xsd:string ;
    bacnet:predicate bacnet:event-detection-enable ;
    bacnet:value 353 .

bacnet:PropertyIdentifier.event-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-enable"^^xsd:string ;
    bacnet:predicate bacnet:event-enable ;
    bacnet:value 35 .

bacnet:PropertyIdentifier.event-message-texts a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-message-texts"^^xsd:string ;
    bacnet:predicate bacnet:event-message-texts ;
    bacnet:value 351 .

bacnet:PropertyIdentifier.event-message-texts-config a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-message-texts-config"^^xsd:string ;
    bacnet:predicate bacnet:event-message-texts-config ;
    bacnet:value 352 .

bacnet:PropertyIdentifier.event-parameters a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-parameters"^^xsd:string ;
    bacnet:predicate bacnet:event-parameters ;
    bacnet:value 83 .

bacnet:PropertyIdentifier.event-state a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-state"^^xsd:string ;
    bacnet:predicate bacnet:event-state ;
    bacnet:value 36 .

bacnet:PropertyIdentifier.event-time-stamps a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-time-stamps"^^xsd:string ;
    bacnet:predicate bacnet:event-time-stamps ;
    bacnet:value 130 .

bacnet:PropertyIdentifier.event-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "event-type"^^xsd:string ;
    bacnet:predicate bacnet:event-type ;
    bacnet:value 37 .

bacnet:PropertyIdentifier.exception-schedule a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "exception-schedule"^^xsd:string ;
    bacnet:predicate bacnet:exception-schedule ;
    bacnet:value 38 .

bacnet:PropertyIdentifier.execution-delay a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "execution-delay"^^xsd:string ;
    bacnet:predicate bacnet:execution-delay ;
    bacnet:value 368 .

bacnet:PropertyIdentifier.exit-points a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "exit-points"^^xsd:string ;
    bacnet:predicate bacnet:exit-points ;
    bacnet:value 269 .

bacnet:PropertyIdentifier.expected-shed-level a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "expected-shed-level"^^xsd:string ;
    bacnet:predicate bacnet:expected-shed-level ;
    bacnet:value 214 .

bacnet:PropertyIdentifier.expiration-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "expiration-time"^^xsd:string ;
    bacnet:predicate bacnet:expiration-time ;
    bacnet:value 270 .

bacnet:PropertyIdentifier.extended-time-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "extended-time-enable"^^xsd:string ;
    bacnet:predicate bacnet:extended-time-enable ;
    bacnet:value 271 .

bacnet:PropertyIdentifier.failed-attempt-events a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "failed-attempt-events"^^xsd:string ;
    bacnet:predicate bacnet:failed-attempt-events ;
    bacnet:value 272 .

bacnet:PropertyIdentifier.failed-attempts a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "failed-attempts"^^xsd:string ;
    bacnet:predicate bacnet:failed-attempts ;
    bacnet:value 273 .

bacnet:PropertyIdentifier.failed-attempts-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "failed-attempts-time"^^xsd:string ;
    bacnet:predicate bacnet:failed-attempts-time ;
    bacnet:value 274 .

bacnet:PropertyIdentifier.fault-high-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fault-high-limit"^^xsd:string ;
    bacnet:predicate bacnet:fault-high-limit ;
    bacnet:value 388 .

bacnet:PropertyIdentifier.fault-low-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fault-low-limit"^^xsd:string ;
    bacnet:predicate bacnet:fault-low-limit ;
    bacnet:value 389 .

bacnet:PropertyIdentifier.fault-parameters a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fault-parameters"^^xsd:string ;
    bacnet:predicate bacnet:fault-parameters ;
    bacnet:value 358 .

bacnet:PropertyIdentifier.fault-signals a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fault-signals"^^xsd:string ;
    bacnet:predicate bacnet:fault-signals ;
    bacnet:value 463 .

bacnet:PropertyIdentifier.fault-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fault-type"^^xsd:string ;
    bacnet:predicate bacnet:fault-type ;
    bacnet:value 359 .

bacnet:PropertyIdentifier.fault-values a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fault-values"^^xsd:string ;
    bacnet:predicate bacnet:fault-values ;
    bacnet:value 39 .

bacnet:PropertyIdentifier.fd-bbmd-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fd-bbmd-address"^^xsd:string ;
    bacnet:predicate bacnet:fd-bbmd-address ;
    bacnet:value 418 .

bacnet:PropertyIdentifier.fd-subscription-lifetime a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "fd-subscription-lifetime"^^xsd:string ;
    bacnet:predicate bacnet:fd-subscription-lifetime ;
    bacnet:value 419 .

bacnet:PropertyIdentifier.feedback-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "feedback-value"^^xsd:string ;
    bacnet:predicate bacnet:feedback-value ;
    bacnet:value 40 .

bacnet:PropertyIdentifier.file-access-method a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "file-access-method"^^xsd:string ;
    bacnet:predicate bacnet:file-access-method ;
    bacnet:value 41 .

bacnet:PropertyIdentifier.file-size a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "file-size"^^xsd:string ;
    bacnet:predicate bacnet:file-size ;
    bacnet:value 42 .

bacnet:PropertyIdentifier.file-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "file-type"^^xsd:string ;
    bacnet:predicate bacnet:file-type ;
    bacnet:value 43 .

bacnet:PropertyIdentifier.firmware-revision a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "firmware-revision"^^xsd:string ;
    bacnet:predicate bacnet:firmware-revision ;
    bacnet:value 44 .

bacnet:PropertyIdentifier.floor-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "floor-text"^^xsd:string ;
    bacnet:predicate bacnet:floor-text ;
    bacnet:value 464 .

bacnet:PropertyIdentifier.full-duty-baseline a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "full-duty-baseline"^^xsd:string ;
    bacnet:predicate bacnet:full-duty-baseline ;
    bacnet:value 215 .

bacnet:PropertyIdentifier.global-id a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "global-id"^^xsd:string ;
    bacnet:predicate bacnet:global-id ;
    bacnet:value 465 .

bacnet:PropertyIdentifier.global-identifier a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "global-identifier"^^xsd:string ;
    bacnet:predicate bacnet:global-identifier ;
    bacnet:value 323 .

bacnet:PropertyIdentifier.group-member-names a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "group-member-names"^^xsd:string ;
    bacnet:predicate bacnet:group-member-names ;
    bacnet:value 346 .

bacnet:PropertyIdentifier.group-members a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "group-members"^^xsd:string ;
    bacnet:predicate bacnet:group-members ;
    bacnet:value 345 .

bacnet:PropertyIdentifier.group-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "group-mode"^^xsd:string ;
    bacnet:predicate bacnet:group-mode ;
    bacnet:value 467 .

bacnet:PropertyIdentifier.high-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "high-limit"^^xsd:string ;
    bacnet:predicate bacnet:high-limit ;
    bacnet:value 45 .

bacnet:PropertyIdentifier.higher-deck a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "higher-deck"^^xsd:string ;
    bacnet:predicate bacnet:higher-deck ;
    bacnet:value 468 .

bacnet:PropertyIdentifier.in-process a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "in-process"^^xsd:string ;
    bacnet:predicate bacnet:in-process ;
    bacnet:value 47 .

bacnet:PropertyIdentifier.in-progress a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "in-progress"^^xsd:string ;
    bacnet:predicate bacnet:in-progress ;
    bacnet:value 378 .

bacnet:PropertyIdentifier.inactive-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "inactive-text"^^xsd:string ;
    bacnet:predicate bacnet:inactive-text ;
    bacnet:value 46 .

bacnet:PropertyIdentifier.initial-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "initial-timeout"^^xsd:string ;
    bacnet:predicate bacnet:initial-timeout ;
    bacnet:value 394 .

bacnet:PropertyIdentifier.input-reference a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "input-reference"^^xsd:string ;
    bacnet:predicate bacnet:input-reference ;
    bacnet:value 181 .

bacnet:PropertyIdentifier.installation-id a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "installation-id"^^xsd:string ;
    bacnet:predicate bacnet:installation-id ;
    bacnet:value 469 .

bacnet:PropertyIdentifier.instance-of a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "instance-of"^^xsd:string ;
    bacnet:predicate bacnet:instance-of ;
    bacnet:value 48 .

bacnet:PropertyIdentifier.instantaneous-power a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "instantaneous-power"^^xsd:string ;
    bacnet:predicate bacnet:instantaneous-power ;
    bacnet:value 379 .

bacnet:PropertyIdentifier.integral-constant a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "integral-constant"^^xsd:string ;
    bacnet:predicate bacnet:integral-constant ;
    bacnet:value 49 .

bacnet:PropertyIdentifier.integral-constant-units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "integral-constant-units"^^xsd:string ;
    bacnet:predicate bacnet:integral-constant-units ;
    bacnet:value 50 .

bacnet:PropertyIdentifier.interface-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "interface-value"^^xsd:string ;
    bacnet:predicate bacnet:interface-value ;
    bacnet:value 387 .

bacnet:PropertyIdentifier.interval-offset a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "interval-offset"^^xsd:string ;
    bacnet:predicate bacnet:interval-offset ;
    bacnet:value 195 .

bacnet:PropertyIdentifier.ip-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-address"^^xsd:string ;
    bacnet:predicate bacnet:ip-address ;
    bacnet:value 400 .

bacnet:PropertyIdentifier.ip-default-gateway a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-default-gateway"^^xsd:string ;
    bacnet:predicate bacnet:ip-default-gateway ;
    bacnet:value 401 .

bacnet:PropertyIdentifier.ip-dhcp-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-dhcp-enable"^^xsd:string ;
    bacnet:predicate bacnet:ip-dhcp-enable ;
    bacnet:value 402 .

bacnet:PropertyIdentifier.ip-dhcp-lease-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-dhcp-lease-time"^^xsd:string ;
    bacnet:predicate bacnet:ip-dhcp-lease-time ;
    bacnet:value 403 .

bacnet:PropertyIdentifier.ip-dhcp-lease-time-remaining a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-dhcp-lease-time-remaining"^^xsd:string ;
    bacnet:predicate bacnet:ip-dhcp-lease-time-remaining ;
    bacnet:value 404 .

bacnet:PropertyIdentifier.ip-dhcp-server a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-dhcp-server"^^xsd:string ;
    bacnet:predicate bacnet:ip-dhcp-server ;
    bacnet:value 405 .

bacnet:PropertyIdentifier.ip-dns-server a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-dns-server"^^xsd:string ;
    bacnet:predicate bacnet:ip-dns-server ;
    bacnet:value 406 .

bacnet:PropertyIdentifier.ip-subnet-mask a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ip-subnet-mask"^^xsd:string ;
    bacnet:predicate bacnet:ip-subnet-mask ;
    bacnet:value 411 .

bacnet:PropertyIdentifier.ipv6-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-address"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-address ;
    bacnet:value 436 .

bacnet:PropertyIdentifier.ipv6-auto-addressing-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-auto-addressing-enable"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-auto-addressing-enable ;
    bacnet:value 442 .

bacnet:PropertyIdentifier.ipv6-default-gateway a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-default-gateway"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-default-gateway ;
    bacnet:value 439 .

bacnet:PropertyIdentifier.ipv6-dhcp-lease-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-dhcp-lease-time"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-dhcp-lease-time ;
    bacnet:value 443 .

bacnet:PropertyIdentifier.ipv6-dhcp-lease-time-remaining a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-dhcp-lease-time-remaining"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-dhcp-lease-time-remaining ;
    bacnet:value 444 .

bacnet:PropertyIdentifier.ipv6-dhcp-server a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-dhcp-server"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-dhcp-server ;
    bacnet:value 445 .

bacnet:PropertyIdentifier.ipv6-dns-server a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-dns-server"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-dns-server ;
    bacnet:value 441 .

bacnet:PropertyIdentifier.ipv6-prefix-length a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-prefix-length"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-prefix-length ;
    bacnet:value 437 .

bacnet:PropertyIdentifier.ipv6-zone-index a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "ipv6-zone-index"^^xsd:string ;
    bacnet:predicate bacnet:ipv6-zone-index ;
    bacnet:value 446 .

bacnet:PropertyIdentifier.is-utc a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "is-utc"^^xsd:string ;
    bacnet:predicate bacnet:is-utc ;
    bacnet:value 344 .

bacnet:PropertyIdentifier.key-sets a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "key-sets"^^xsd:string ;
    bacnet:predicate bacnet:key-sets ;
    bacnet:value 330 .

bacnet:PropertyIdentifier.landing-call-control a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "landing-call-control"^^xsd:string ;
    bacnet:predicate bacnet:landing-call-control ;
    bacnet:value 471 .

bacnet:PropertyIdentifier.landing-calls a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "landing-calls"^^xsd:string ;
    bacnet:predicate bacnet:landing-calls ;
    bacnet:value 470 .

bacnet:PropertyIdentifier.landing-door-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "landing-door-status"^^xsd:string ;
    bacnet:predicate bacnet:landing-door-status ;
    bacnet:value 472 .

bacnet:PropertyIdentifier.last-access-event a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-access-event"^^xsd:string ;
    bacnet:predicate bacnet:last-access-event ;
    bacnet:value 275 .

bacnet:PropertyIdentifier.last-access-point a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-access-point"^^xsd:string ;
    bacnet:predicate bacnet:last-access-point ;
    bacnet:value 276 .

bacnet:PropertyIdentifier.last-command-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-command-time"^^xsd:string ;
    bacnet:predicate bacnet:last-command-time ;
    bacnet:value 432 .

bacnet:PropertyIdentifier.last-credential-added a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-credential-added"^^xsd:string ;
    bacnet:predicate bacnet:last-credential-added ;
    bacnet:value 277 .

bacnet:PropertyIdentifier.last-credential-added-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-credential-added-time"^^xsd:string ;
    bacnet:predicate bacnet:last-credential-added-time ;
    bacnet:value 278 .

bacnet:PropertyIdentifier.last-credential-removed a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-credential-removed"^^xsd:string ;
    bacnet:predicate bacnet:last-credential-removed ;
    bacnet:value 279 .

bacnet:PropertyIdentifier.last-credential-removed-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-credential-removed-time"^^xsd:string ;
    bacnet:predicate bacnet:last-credential-removed-time ;
    bacnet:value 280 .

bacnet:PropertyIdentifier.last-key-server a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-key-server"^^xsd:string ;
    bacnet:predicate bacnet:last-key-server ;
    bacnet:value 331 .

bacnet:PropertyIdentifier.last-notify-record a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-notify-record"^^xsd:string ;
    bacnet:predicate bacnet:last-notify-record ;
    bacnet:value 173 .

bacnet:PropertyIdentifier.last-priority a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-priority"^^xsd:string ;
    bacnet:predicate bacnet:last-priority ;
    bacnet:value 369 .

bacnet:PropertyIdentifier.last-restart-reason a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-restart-reason"^^xsd:string ;
    bacnet:predicate bacnet:last-restart-reason ;
    bacnet:value 196 .

bacnet:PropertyIdentifier.last-restore-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-restore-time"^^xsd:string ;
    bacnet:predicate bacnet:last-restore-time ;
    bacnet:value 157 .

bacnet:PropertyIdentifier.last-state-change a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-state-change"^^xsd:string ;
    bacnet:predicate bacnet:last-state-change ;
    bacnet:value 395 .

bacnet:PropertyIdentifier.last-use-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "last-use-time"^^xsd:string ;
    bacnet:predicate bacnet:last-use-time ;
    bacnet:value 281 .

bacnet:PropertyIdentifier.life-safety-alarm-values a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "life-safety-alarm-values"^^xsd:string ;
    bacnet:predicate bacnet:life-safety-alarm-values ;
    bacnet:value 166 .

bacnet:PropertyIdentifier.lighting-command a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "lighting-command"^^xsd:string ;
    bacnet:predicate bacnet:lighting-command ;
    bacnet:value 380 .

bacnet:PropertyIdentifier.lighting-command-default-priority a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "lighting-command-default-priority"^^xsd:string ;
    bacnet:predicate bacnet:lighting-command-default-priority ;
    bacnet:value 381 .

bacnet:PropertyIdentifier.limit-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "limit-enable"^^xsd:string ;
    bacnet:predicate bacnet:limit-enable ;
    bacnet:value 52 .

bacnet:PropertyIdentifier.limit-monitoring-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "limit-monitoring-interval"^^xsd:string ;
    bacnet:predicate bacnet:limit-monitoring-interval ;
    bacnet:value 182 .

bacnet:PropertyIdentifier.link-speed a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "link-speed"^^xsd:string ;
    bacnet:predicate bacnet:link-speed ;
    bacnet:value 420 .

bacnet:PropertyIdentifier.link-speed-autonegotiate a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "link-speed-autonegotiate"^^xsd:string ;
    bacnet:predicate bacnet:link-speed-autonegotiate ;
    bacnet:value 422 .

bacnet:PropertyIdentifier.link-speeds a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "link-speeds"^^xsd:string ;
    bacnet:predicate bacnet:link-speeds ;
    bacnet:value 421 .

bacnet:PropertyIdentifier.list-of-group-members a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "list-of-group-members"^^xsd:string ;
    bacnet:predicate bacnet:list-of-group-members ;
    bacnet:value 53 .

bacnet:PropertyIdentifier.list-of-object-property-references a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "list-of-object-property-references"^^xsd:string ;
    bacnet:predicate bacnet:list-of-object-property-references ;
    bacnet:value 54 .

bacnet:PropertyIdentifier.local-date a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "local-date"^^xsd:string ;
    bacnet:predicate bacnet:local-date ;
    bacnet:value 56 .

bacnet:PropertyIdentifier.local-forwarding-only a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "local-forwarding-only"^^xsd:string ;
    bacnet:predicate bacnet:local-forwarding-only ;
    bacnet:value 360 .

bacnet:PropertyIdentifier.local-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "local-time"^^xsd:string ;
    bacnet:predicate bacnet:local-time ;
    bacnet:value 57 .

bacnet:PropertyIdentifier.location a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "location"^^xsd:string ;
    bacnet:predicate bacnet:location ;
    bacnet:value 58 .

bacnet:PropertyIdentifier.lock-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "lock-status"^^xsd:string ;
    bacnet:predicate bacnet:lock-status ;
    bacnet:value 233 .

bacnet:PropertyIdentifier.lockout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "lockout"^^xsd:string ;
    bacnet:predicate bacnet:lockout ;
    bacnet:value 282 .

bacnet:PropertyIdentifier.lockout-relinquish-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "lockout-relinquish-time"^^xsd:string ;
    bacnet:predicate bacnet:lockout-relinquish-time ;
    bacnet:value 283 .

bacnet:PropertyIdentifier.log-buffer a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "log-buffer"^^xsd:string ;
    bacnet:predicate bacnet:log-buffer ;
    bacnet:value 131 .

bacnet:PropertyIdentifier.log-device-object-property a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "log-device-object-property"^^xsd:string ;
    bacnet:predicate bacnet:log-device-object-property ;
    bacnet:value 132 .

bacnet:PropertyIdentifier.log-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "log-interval"^^xsd:string ;
    bacnet:predicate bacnet:log-interval ;
    bacnet:value 134 .

bacnet:PropertyIdentifier.logging-object a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "logging-object"^^xsd:string ;
    bacnet:predicate bacnet:logging-object ;
    bacnet:value 183 .

bacnet:PropertyIdentifier.logging-record a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "logging-record"^^xsd:string ;
    bacnet:predicate bacnet:logging-record ;
    bacnet:value 184 .

bacnet:PropertyIdentifier.logging-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "logging-type"^^xsd:string ;
    bacnet:predicate bacnet:logging-type ;
    bacnet:value 197 .

bacnet:PropertyIdentifier.low-diff-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "low-diff-limit"^^xsd:string ;
    bacnet:predicate bacnet:low-diff-limit ;
    bacnet:value 390 .

bacnet:PropertyIdentifier.low-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "low-limit"^^xsd:string ;
    bacnet:predicate bacnet:low-limit ;
    bacnet:value 59 .

bacnet:PropertyIdentifier.lower-deck a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "lower-deck"^^xsd:string ;
    bacnet:predicate bacnet:lower-deck ;
    bacnet:value 473 .

bacnet:PropertyIdentifier.mac-address a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "mac-address"^^xsd:string ;
    bacnet:predicate bacnet:mac-address ;
    bacnet:value 423 .

bacnet:PropertyIdentifier.machine-room-id a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "machine-room-id"^^xsd:string ;
    bacnet:predicate bacnet:machine-room-id ;
    bacnet:value 474 .

bacnet:PropertyIdentifier.maintenance-required a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "maintenance-required"^^xsd:string ;
    bacnet:predicate bacnet:maintenance-required ;
    bacnet:value 158 .

bacnet:PropertyIdentifier.making-car-call a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "making-car-call"^^xsd:string ;
    bacnet:predicate bacnet:making-car-call ;
    bacnet:value 475 .

bacnet:PropertyIdentifier.manipulated-variable-reference a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "manipulated-variable-reference"^^xsd:string ;
    bacnet:predicate bacnet:manipulated-variable-reference ;
    bacnet:value 60 .

bacnet:PropertyIdentifier.manual-slave-address-binding a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "manual-slave-address-binding"^^xsd:string ;
    bacnet:predicate bacnet:manual-slave-address-binding ;
    bacnet:value 170 .

bacnet:PropertyIdentifier.masked-alarm-values a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "masked-alarm-values"^^xsd:string ;
    bacnet:predicate bacnet:masked-alarm-values ;
    bacnet:value 234 .

bacnet:PropertyIdentifier.max-actual-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-actual-value"^^xsd:string ;
    bacnet:predicate bacnet:max-actual-value ;
    bacnet:value 382 .

bacnet:PropertyIdentifier.max-apdu-length-accepted a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-apdu-length-accepted"^^xsd:string ;
    bacnet:predicate bacnet:max-apdu-length-accepted ;
    bacnet:value 62 .

bacnet:PropertyIdentifier.max-failed-attempts a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-failed-attempts"^^xsd:string ;
    bacnet:predicate bacnet:max-failed-attempts ;
    bacnet:value 285 .

bacnet:PropertyIdentifier.max-info-frames a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-info-frames"^^xsd:string ;
    bacnet:predicate bacnet:max-info-frames ;
    bacnet:value 63 .

bacnet:PropertyIdentifier.max-master a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-master"^^xsd:string ;
    bacnet:predicate bacnet:max-master ;
    bacnet:value 64 .

bacnet:PropertyIdentifier.max-pres-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-pres-value"^^xsd:string ;
    bacnet:predicate bacnet:max-pres-value ;
    bacnet:value 65 .

bacnet:PropertyIdentifier.max-segments-accepted a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "max-segments-accepted"^^xsd:string ;
    bacnet:predicate bacnet:max-segments-accepted ;
    bacnet:value 167 .

bacnet:PropertyIdentifier.maximum-output a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "maximum-output"^^xsd:string ;
    bacnet:predicate bacnet:maximum-output ;
    bacnet:value 61 .

bacnet:PropertyIdentifier.maximum-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "maximum-value"^^xsd:string ;
    bacnet:predicate bacnet:maximum-value ;
    bacnet:value 135 .

bacnet:PropertyIdentifier.maximum-value-timestamp a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "maximum-value-timestamp"^^xsd:string ;
    bacnet:predicate bacnet:maximum-value-timestamp ;
    bacnet:value 149 .

bacnet:PropertyIdentifier.member-of a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "member-of"^^xsd:string ;
    bacnet:predicate bacnet:member-of ;
    bacnet:value 159 .

bacnet:PropertyIdentifier.member-status-flags a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "member-status-flags"^^xsd:string ;
    bacnet:predicate bacnet:member-status-flags ;
    bacnet:value 347 .

bacnet:PropertyIdentifier.members a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "members"^^xsd:string ;
    bacnet:predicate bacnet:members ;
    bacnet:value 286 .

bacnet:PropertyIdentifier.min-actual-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "min-actual-value"^^xsd:string ;
    bacnet:predicate bacnet:min-actual-value ;
    bacnet:value 383 .

bacnet:PropertyIdentifier.min-pres-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "min-pres-value"^^xsd:string ;
    bacnet:predicate bacnet:min-pres-value ;
    bacnet:value 69 .

bacnet:PropertyIdentifier.minimum-off-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "minimum-off-time"^^xsd:string ;
    bacnet:predicate bacnet:minimum-off-time ;
    bacnet:value 66 .

bacnet:PropertyIdentifier.minimum-on-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "minimum-on-time"^^xsd:string ;
    bacnet:predicate bacnet:minimum-on-time ;
    bacnet:value 67 .

bacnet:PropertyIdentifier.minimum-output a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "minimum-output"^^xsd:string ;
    bacnet:predicate bacnet:minimum-output ;
    bacnet:value 68 .

bacnet:PropertyIdentifier.minimum-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "minimum-value"^^xsd:string ;
    bacnet:predicate bacnet:minimum-value ;
    bacnet:value 136 .

bacnet:PropertyIdentifier.minimum-value-timestamp a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "minimum-value-timestamp"^^xsd:string ;
    bacnet:predicate bacnet:minimum-value-timestamp ;
    bacnet:value 150 .

bacnet:PropertyIdentifier.mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "mode"^^xsd:string ;
    bacnet:predicate bacnet:mode ;
    bacnet:value 160 .

bacnet:PropertyIdentifier.model-name a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "model-name"^^xsd:string ;
    bacnet:predicate bacnet:model-name ;
    bacnet:value 70 .

bacnet:PropertyIdentifier.modification-date a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "modification-date"^^xsd:string ;
    bacnet:predicate bacnet:modification-date ;
    bacnet:value 71 .

bacnet:PropertyIdentifier.muster-point a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "muster-point"^^xsd:string ;
    bacnet:predicate bacnet:muster-point ;
    bacnet:value 287 .

bacnet:PropertyIdentifier.negative-access-rules a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "negative-access-rules"^^xsd:string ;
    bacnet:predicate bacnet:negative-access-rules ;
    bacnet:value 288 .

bacnet:PropertyIdentifier.network-access-security-policies a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "network-access-security-policies"^^xsd:string ;
    bacnet:predicate bacnet:network-access-security-policies ;
    bacnet:value 332 .

bacnet:PropertyIdentifier.network-interface-name a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "network-interface-name"^^xsd:string ;
    bacnet:predicate bacnet:network-interface-name ;
    bacnet:value 424 .

bacnet:PropertyIdentifier.network-number a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "network-number"^^xsd:string ;
    bacnet:predicate bacnet:network-number ;
    bacnet:value 425 .

bacnet:PropertyIdentifier.network-number-quality a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "network-number-quality"^^xsd:string ;
    bacnet:predicate bacnet:network-number-quality ;
    bacnet:value 426 .

bacnet:PropertyIdentifier.network-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "network-type"^^xsd:string ;
    bacnet:predicate bacnet:network-type ;
    bacnet:value 427 .

bacnet:PropertyIdentifier.next-stopping-floor a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "next-stopping-floor"^^xsd:string ;
    bacnet:predicate bacnet:next-stopping-floor ;
    bacnet:value 476 .

bacnet:PropertyIdentifier.node-subtype a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "node-subtype"^^xsd:string ;
    bacnet:predicate bacnet:node-subtype ;
    bacnet:value 207 .

bacnet:PropertyIdentifier.node-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "node-type"^^xsd:string ;
    bacnet:predicate bacnet:node-type ;
    bacnet:value 208 .

bacnet:PropertyIdentifier.notification-class a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "notification-class"^^xsd:string ;
    bacnet:predicate bacnet:notification-class ;
    bacnet:value 17 .

bacnet:PropertyIdentifier.notification-threshold a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "notification-threshold"^^xsd:string ;
    bacnet:predicate bacnet:notification-threshold ;
    bacnet:value 137 .

bacnet:PropertyIdentifier.notify-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "notify-type"^^xsd:string ;
    bacnet:predicate bacnet:notify-type ;
    bacnet:value 72 .

bacnet:PropertyIdentifier.number-of-apdu-retries a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "number-of-apdu-retries"^^xsd:string ;
    bacnet:predicate bacnet:number-of-apdu-retries ;
    bacnet:value 73 .

bacnet:PropertyIdentifier.number-of-authentication-policies a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "number-of-authentication-policies"^^xsd:string ;
    bacnet:predicate bacnet:number-of-authentication-policies ;
    bacnet:value 289 .

bacnet:PropertyIdentifier.number-of-states a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "number-of-states"^^xsd:string ;
    bacnet:predicate bacnet:number-of-states ;
    bacnet:value 74 .

bacnet:PropertyIdentifier.object-identifier a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "object-identifier"^^xsd:string ;
    bacnet:predicate bacnet:object-identifier ;
    bacnet:value 75 .

bacnet:PropertyIdentifier.object-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "object-list"^^xsd:string ;
    bacnet:predicate bacnet:object-list ;
    bacnet:value 76 .

bacnet:PropertyIdentifier.object-name a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "object-name"^^xsd:string ;
    bacnet:predicate bacnet:object-name ;
    bacnet:value 77 .

bacnet:PropertyIdentifier.object-property-reference a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "object-property-reference"^^xsd:string ;
    bacnet:predicate bacnet:object-property-reference ;
    bacnet:value 78 .

bacnet:PropertyIdentifier.object-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "object-type"^^xsd:string ;
    bacnet:predicate bacnet:object-type ;
    bacnet:value 79 .

bacnet:PropertyIdentifier.occupancy-count a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-count"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-count ;
    bacnet:value 290 .

bacnet:PropertyIdentifier.occupancy-count-adjust a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-count-adjust"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-count-adjust ;
    bacnet:value 291 .

bacnet:PropertyIdentifier.occupancy-count-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-count-enable"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-count-enable ;
    bacnet:value 292 .

bacnet:PropertyIdentifier.occupancy-lower-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-lower-limit"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-lower-limit ;
    bacnet:value 294 .

bacnet:PropertyIdentifier.occupancy-lower-limit-enforced a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-lower-limit-enforced"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-lower-limit-enforced ;
    bacnet:value 295 .

bacnet:PropertyIdentifier.occupancy-state a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-state"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-state ;
    bacnet:value 296 .

bacnet:PropertyIdentifier.occupancy-upper-limit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-upper-limit"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-upper-limit ;
    bacnet:value 297 .

bacnet:PropertyIdentifier.occupancy-upper-limit-enforced a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "occupancy-upper-limit-enforced"^^xsd:string ;
    bacnet:predicate bacnet:occupancy-upper-limit-enforced ;
    bacnet:value 298 .

bacnet:PropertyIdentifier.operation-direction a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "operation-direction"^^xsd:string ;
    bacnet:predicate bacnet:operation-direction ;
    bacnet:value 477 .

bacnet:PropertyIdentifier.operation-expected a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "operation-expected"^^xsd:string ;
    bacnet:predicate bacnet:operation-expected ;
    bacnet:value 161 .

bacnet:PropertyIdentifier.optional a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "optional"^^xsd:string ;
    bacnet:predicate bacnet:optional ;
    bacnet:value 80 .

bacnet:PropertyIdentifier.out-of-service a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "out-of-service"^^xsd:string ;
    bacnet:predicate bacnet:out-of-service ;
    bacnet:value 81 .

bacnet:PropertyIdentifier.output-units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "output-units"^^xsd:string ;
    bacnet:predicate bacnet:output-units ;
    bacnet:value 82 .

bacnet:PropertyIdentifier.packet-reorder-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "packet-reorder-time"^^xsd:string ;
    bacnet:predicate bacnet:packet-reorder-time ;
    bacnet:value 333 .

bacnet:PropertyIdentifier.passback-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "passback-mode"^^xsd:string ;
    bacnet:predicate bacnet:passback-mode ;
    bacnet:value 300 .

bacnet:PropertyIdentifier.passback-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "passback-timeout"^^xsd:string ;
    bacnet:predicate bacnet:passback-timeout ;
    bacnet:value 301 .

bacnet:PropertyIdentifier.passenger-alarm a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "passenger-alarm"^^xsd:string ;
    bacnet:predicate bacnet:passenger-alarm ;
    bacnet:value 478 .

bacnet:PropertyIdentifier.polarity a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "polarity"^^xsd:string ;
    bacnet:predicate bacnet:polarity ;
    bacnet:value 84 .

bacnet:PropertyIdentifier.port-filter a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "port-filter"^^xsd:string ;
    bacnet:predicate bacnet:port-filter ;
    bacnet:value 363 .

bacnet:PropertyIdentifier.positive-access-rules a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "positive-access-rules"^^xsd:string ;
    bacnet:predicate bacnet:positive-access-rules ;
    bacnet:value 302 .

bacnet:PropertyIdentifier.power a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "power"^^xsd:string ;
    bacnet:predicate bacnet:power ;
    bacnet:value 384 .

bacnet:PropertyIdentifier.power-mode a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "power-mode"^^xsd:string ;
    bacnet:predicate bacnet:power-mode ;
    bacnet:value 479 .

bacnet:PropertyIdentifier.prescale a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "prescale"^^xsd:string ;
    bacnet:predicate bacnet:prescale ;
    bacnet:value 185 .

bacnet:PropertyIdentifier.present-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "present-value"^^xsd:string ;
    bacnet:predicate bacnet:present-value ;
    bacnet:value 85 .

bacnet:PropertyIdentifier.priority a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "priority"^^xsd:string ;
    bacnet:predicate bacnet:priority ;
    bacnet:value 86 .

bacnet:PropertyIdentifier.priority-array a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "priority-array"^^xsd:string ;
    bacnet:predicate bacnet:priority-array ;
    bacnet:value 87 .

bacnet:PropertyIdentifier.priority-for-writing a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "priority-for-writing"^^xsd:string ;
    bacnet:predicate bacnet:priority-for-writing ;
    bacnet:value 88 .

bacnet:PropertyIdentifier.process-identifier a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "process-identifier"^^xsd:string ;
    bacnet:predicate bacnet:process-identifier ;
    bacnet:value 89 .

bacnet:PropertyIdentifier.process-identifier-filter a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "process-identifier-filter"^^xsd:string ;
    bacnet:predicate bacnet:process-identifier-filter ;
    bacnet:value 361 .

bacnet:PropertyIdentifier.profile-location a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "profile-location"^^xsd:string ;
    bacnet:predicate bacnet:profile-location ;
    bacnet:value 485 .

bacnet:PropertyIdentifier.profile-name a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "profile-name"^^xsd:string ;
    bacnet:predicate bacnet:profile-name ;
    bacnet:value 168 .

bacnet:PropertyIdentifier.program-change a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "program-change"^^xsd:string ;
    bacnet:predicate bacnet:program-change ;
    bacnet:value 90 .

bacnet:PropertyIdentifier.program-location a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "program-location"^^xsd:string ;
    bacnet:predicate bacnet:program-location ;
    bacnet:value 91 .

bacnet:PropertyIdentifier.program-state a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "program-state"^^xsd:string ;
    bacnet:predicate bacnet:program-state ;
    bacnet:value 92 .

bacnet:PropertyIdentifier.property-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "property-list"^^xsd:string ;
    bacnet:predicate bacnet:property-list ;
    bacnet:value 371 .

bacnet:PropertyIdentifier.proportional-constant a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "proportional-constant"^^xsd:string ;
    bacnet:predicate bacnet:proportional-constant ;
    bacnet:value 93 .

bacnet:PropertyIdentifier.proportional-constant-units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "proportional-constant-units"^^xsd:string ;
    bacnet:predicate bacnet:proportional-constant-units ;
    bacnet:value 94 .

bacnet:PropertyIdentifier.protocol-level a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "protocol-level"^^xsd:string ;
    bacnet:predicate bacnet:protocol-level ;
    bacnet:value 482 .

bacnet:PropertyIdentifier.protocol-object-types-supported a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "protocol-object-types-supported"^^xsd:string ;
    bacnet:predicate bacnet:protocol-object-types-supported ;
    bacnet:value 96 .

bacnet:PropertyIdentifier.protocol-revision a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "protocol-revision"^^xsd:string ;
    bacnet:predicate bacnet:protocol-revision ;
    bacnet:value 139 .

bacnet:PropertyIdentifier.protocol-services-supported a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "protocol-services-supported"^^xsd:string ;
    bacnet:predicate bacnet:protocol-services-supported ;
    bacnet:value 97 .

bacnet:PropertyIdentifier.protocol-version a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "protocol-version"^^xsd:string ;
    bacnet:predicate bacnet:protocol-version ;
    bacnet:value 98 .

bacnet:PropertyIdentifier.pulse-rate a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "pulse-rate"^^xsd:string ;
    bacnet:predicate bacnet:pulse-rate ;
    bacnet:value 186 .

bacnet:PropertyIdentifier.read-only a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "read-only"^^xsd:string ;
    bacnet:predicate bacnet:read-only ;
    bacnet:value 99 .

bacnet:PropertyIdentifier.reason-for-disable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "reason-for-disable"^^xsd:string ;
    bacnet:predicate bacnet:reason-for-disable ;
    bacnet:value 303 .

bacnet:PropertyIdentifier.reason-for-halt a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "reason-for-halt"^^xsd:string ;
    bacnet:predicate bacnet:reason-for-halt ;
    bacnet:value 100 .

bacnet:PropertyIdentifier.recipient-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "recipient-list"^^xsd:string ;
    bacnet:predicate bacnet:recipient-list ;
    bacnet:value 102 .

bacnet:PropertyIdentifier.record-count a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "record-count"^^xsd:string ;
    bacnet:predicate bacnet:record-count ;
    bacnet:value 141 .

bacnet:PropertyIdentifier.records-since-notification a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "records-since-notification"^^xsd:string ;
    bacnet:predicate bacnet:records-since-notification ;
    bacnet:value 140 .

bacnet:PropertyIdentifier.reference-port a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "reference-port"^^xsd:string ;
    bacnet:predicate bacnet:reference-port ;
    bacnet:value 483 .

bacnet:PropertyIdentifier.registered-car-call a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "registered-car-call"^^xsd:string ;
    bacnet:predicate bacnet:registered-car-call ;
    bacnet:value 480 .

bacnet:PropertyIdentifier.reliability a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "reliability"^^xsd:string ;
    bacnet:predicate bacnet:reliability ;
    bacnet:value 103 .

bacnet:PropertyIdentifier.reliability-evaluation-inhibit a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "reliability-evaluation-inhibit"^^xsd:string ;
    bacnet:predicate bacnet:reliability-evaluation-inhibit ;
    bacnet:value 357 .

bacnet:PropertyIdentifier.relinquish-default a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "relinquish-default"^^xsd:string ;
    bacnet:predicate bacnet:relinquish-default ;
    bacnet:value 104 .

bacnet:PropertyIdentifier.represents a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "represents"^^xsd:string ;
    bacnet:predicate bacnet:represents ;
    bacnet:value 491 .

bacnet:PropertyIdentifier.requested-shed-level a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "requested-shed-level"^^xsd:string ;
    bacnet:predicate bacnet:requested-shed-level ;
    bacnet:value 218 .

bacnet:PropertyIdentifier.requested-update-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "requested-update-interval"^^xsd:string ;
    bacnet:predicate bacnet:requested-update-interval ;
    bacnet:value 348 .

bacnet:PropertyIdentifier.required a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "required"^^xsd:string ;
    bacnet:predicate bacnet:required ;
    bacnet:value 105 .

bacnet:PropertyIdentifier.resolution a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "resolution"^^xsd:string ;
    bacnet:predicate bacnet:resolution ;
    bacnet:value 106 .

bacnet:PropertyIdentifier.restart-notification-recipients a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "restart-notification-recipients"^^xsd:string ;
    bacnet:predicate bacnet:restart-notification-recipients ;
    bacnet:value 202 .

bacnet:PropertyIdentifier.restore-completion-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "restore-completion-time"^^xsd:string ;
    bacnet:predicate bacnet:restore-completion-time ;
    bacnet:value 340 .

bacnet:PropertyIdentifier.restore-preparation-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "restore-preparation-time"^^xsd:string ;
    bacnet:predicate bacnet:restore-preparation-time ;
    bacnet:value 341 .

bacnet:PropertyIdentifier.routing-table a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "routing-table"^^xsd:string ;
    bacnet:predicate bacnet:routing-table ;
    bacnet:value 428 .

bacnet:PropertyIdentifier.scale a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "scale"^^xsd:string ;
    bacnet:predicate bacnet:scale ;
    bacnet:value 187 .

bacnet:PropertyIdentifier.scale-factor a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "scale-factor"^^xsd:string ;
    bacnet:predicate bacnet:scale-factor ;
    bacnet:value 188 .

bacnet:PropertyIdentifier.schedule-default a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "schedule-default"^^xsd:string ;
    bacnet:predicate bacnet:schedule-default ;
    bacnet:value 174 .

bacnet:PropertyIdentifier.secured-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "secured-status"^^xsd:string ;
    bacnet:predicate bacnet:secured-status ;
    bacnet:value 235 .

bacnet:PropertyIdentifier.security-pdu-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "security-pdu-timeout"^^xsd:string ;
    bacnet:predicate bacnet:security-pdu-timeout ;
    bacnet:value 334 .

bacnet:PropertyIdentifier.security-time-window a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "security-time-window"^^xsd:string ;
    bacnet:predicate bacnet:security-time-window ;
    bacnet:value 335 .

bacnet:PropertyIdentifier.segmentation-supported a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "segmentation-supported"^^xsd:string ;
    bacnet:predicate bacnet:segmentation-supported ;
    bacnet:value 107 .

bacnet:PropertyIdentifier.serial-number a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "serial-number"^^xsd:string ;
    bacnet:predicate bacnet:serial-number ;
    bacnet:value 372 .

bacnet:PropertyIdentifier.setpoint a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "setpoint"^^xsd:string ;
    bacnet:predicate bacnet:setpoint ;
    bacnet:value 108 .

bacnet:PropertyIdentifier.setpoint-reference a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "setpoint-reference"^^xsd:string ;
    bacnet:predicate bacnet:setpoint-reference ;
    bacnet:value 109 .

bacnet:PropertyIdentifier.setting a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "setting"^^xsd:string ;
    bacnet:predicate bacnet:setting ;
    bacnet:value 162 .

bacnet:PropertyIdentifier.shed-duration a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "shed-duration"^^xsd:string ;
    bacnet:predicate bacnet:shed-duration ;
    bacnet:value 219 .

bacnet:PropertyIdentifier.shed-level-descriptions a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "shed-level-descriptions"^^xsd:string ;
    bacnet:predicate bacnet:shed-level-descriptions ;
    bacnet:value 220 .

bacnet:PropertyIdentifier.shed-levels a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "shed-levels"^^xsd:string ;
    bacnet:predicate bacnet:shed-levels ;
    bacnet:value 221 .

bacnet:PropertyIdentifier.silenced a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "silenced"^^xsd:string ;
    bacnet:predicate bacnet:silenced ;
    bacnet:value 163 .

bacnet:PropertyIdentifier.slave-address-binding a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "slave-address-binding"^^xsd:string ;
    bacnet:predicate bacnet:slave-address-binding ;
    bacnet:value 171 .

bacnet:PropertyIdentifier.slave-proxy-enable a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "slave-proxy-enable"^^xsd:string ;
    bacnet:predicate bacnet:slave-proxy-enable ;
    bacnet:value 172 .

bacnet:PropertyIdentifier.start-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "start-time"^^xsd:string ;
    bacnet:predicate bacnet:start-time ;
    bacnet:value 142 .

bacnet:PropertyIdentifier.state-change-values a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "state-change-values"^^xsd:string ;
    bacnet:predicate bacnet:state-change-values ;
    bacnet:value 396 .

bacnet:PropertyIdentifier.state-description a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "state-description"^^xsd:string ;
    bacnet:predicate bacnet:state-description ;
    bacnet:value 222 .

bacnet:PropertyIdentifier.state-text a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "state-text"^^xsd:string ;
    bacnet:predicate bacnet:state-text ;
    bacnet:value 110 .

bacnet:PropertyIdentifier.status-flags a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "status-flags"^^xsd:string ;
    bacnet:predicate bacnet:status-flags ;
    bacnet:value 111 .

bacnet:PropertyIdentifier.stop-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "stop-time"^^xsd:string ;
    bacnet:predicate bacnet:stop-time ;
    bacnet:value 143 .

bacnet:PropertyIdentifier.stop-when-full a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "stop-when-full"^^xsd:string ;
    bacnet:predicate bacnet:stop-when-full ;
    bacnet:value 144 .

bacnet:PropertyIdentifier.strike-count a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "strike-count"^^xsd:string ;
    bacnet:predicate bacnet:strike-count ;
    bacnet:value 391 .

bacnet:PropertyIdentifier.structured-object-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "structured-object-list"^^xsd:string ;
    bacnet:predicate bacnet:structured-object-list ;
    bacnet:value 209 .

bacnet:PropertyIdentifier.subordinate-annotations a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "subordinate-annotations"^^xsd:string ;
    bacnet:predicate bacnet:subordinate-annotations ;
    bacnet:value 210 .

bacnet:PropertyIdentifier.subordinate-list a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "subordinate-list"^^xsd:string ;
    bacnet:predicate bacnet:subordinate-list ;
    bacnet:value 211 .

bacnet:PropertyIdentifier.subordinate-node-types a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "subordinate-node-types"^^xsd:string ;
    bacnet:predicate bacnet:subordinate-node-types ;
    bacnet:value 487 .

bacnet:PropertyIdentifier.subordinate-relationships a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "subordinate-relationships"^^xsd:string ;
    bacnet:predicate bacnet:subordinate-relationships ;
    bacnet:value 489 .

bacnet:PropertyIdentifier.subordinate-tags a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "subordinate-tags"^^xsd:string ;
    bacnet:predicate bacnet:subordinate-tags ;
    bacnet:value 488 .

bacnet:PropertyIdentifier.subscribed-recipients a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "subscribed-recipients"^^xsd:string ;
    bacnet:predicate bacnet:subscribed-recipients ;
    bacnet:value 362 .

bacnet:PropertyIdentifier.supported-format-classes a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "supported-format-classes"^^xsd:string ;
    bacnet:predicate bacnet:supported-format-classes ;
    bacnet:value 305 .

bacnet:PropertyIdentifier.supported-formats a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "supported-formats"^^xsd:string ;
    bacnet:predicate bacnet:supported-formats ;
    bacnet:value 304 .

bacnet:PropertyIdentifier.supported-security-algorithms a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "supported-security-algorithms"^^xsd:string ;
    bacnet:predicate bacnet:supported-security-algorithms ;
    bacnet:value 336 .

bacnet:PropertyIdentifier.system-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "system-status"^^xsd:string ;
    bacnet:predicate bacnet:system-status ;
    bacnet:value 112 .

bacnet:PropertyIdentifier.tags a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "tags"^^xsd:string ;
    bacnet:predicate bacnet:tags ;
    bacnet:value 486 .

bacnet:PropertyIdentifier.threat-authority a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "threat-authority"^^xsd:string ;
    bacnet:predicate bacnet:threat-authority ;
    bacnet:value 306 .

bacnet:PropertyIdentifier.threat-level a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "threat-level"^^xsd:string ;
    bacnet:predicate bacnet:threat-level ;
    bacnet:value 307 .

bacnet:PropertyIdentifier.time-delay a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-delay"^^xsd:string ;
    bacnet:predicate bacnet:time-delay ;
    bacnet:value 113 .

bacnet:PropertyIdentifier.time-delay-normal a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-delay-normal"^^xsd:string ;
    bacnet:predicate bacnet:time-delay-normal ;
    bacnet:value 356 .

bacnet:PropertyIdentifier.time-of-active-time-reset a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-of-active-time-reset"^^xsd:string ;
    bacnet:predicate bacnet:time-of-active-time-reset ;
    bacnet:value 114 .

bacnet:PropertyIdentifier.time-of-device-restart a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-of-device-restart"^^xsd:string ;
    bacnet:predicate bacnet:time-of-device-restart ;
    bacnet:value 203 .

bacnet:PropertyIdentifier.time-of-state-count-reset a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-of-state-count-reset"^^xsd:string ;
    bacnet:predicate bacnet:time-of-state-count-reset ;
    bacnet:value 115 .

bacnet:PropertyIdentifier.time-of-strike-count-reset a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-of-strike-count-reset"^^xsd:string ;
    bacnet:predicate bacnet:time-of-strike-count-reset ;
    bacnet:value 392 .

bacnet:PropertyIdentifier.time-synchronization-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-synchronization-interval"^^xsd:string ;
    bacnet:predicate bacnet:time-synchronization-interval ;
    bacnet:value 204 .

bacnet:PropertyIdentifier.time-synchronization-recipients a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "time-synchronization-recipients"^^xsd:string ;
    bacnet:predicate bacnet:time-synchronization-recipients ;
    bacnet:value 116 .

bacnet:PropertyIdentifier.timer-running a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "timer-running"^^xsd:string ;
    bacnet:predicate bacnet:timer-running ;
    bacnet:value 397 .

bacnet:PropertyIdentifier.timer-state a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "timer-state"^^xsd:string ;
    bacnet:predicate bacnet:timer-state ;
    bacnet:value 398 .

bacnet:PropertyIdentifier.total-record-count a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "total-record-count"^^xsd:string ;
    bacnet:predicate bacnet:total-record-count ;
    bacnet:value 145 .

bacnet:PropertyIdentifier.trace-flag a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "trace-flag"^^xsd:string ;
    bacnet:predicate bacnet:trace-flag ;
    bacnet:value 308 .

bacnet:PropertyIdentifier.tracking-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "tracking-value"^^xsd:string ;
    bacnet:predicate bacnet:tracking-value ;
    bacnet:value 164 .

bacnet:PropertyIdentifier.transaction-notification-class a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "transaction-notification-class"^^xsd:string ;
    bacnet:predicate bacnet:transaction-notification-class ;
    bacnet:value 309 .

bacnet:PropertyIdentifier.transition a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "transition"^^xsd:string ;
    bacnet:predicate bacnet:transition ;
    bacnet:value 385 .

bacnet:PropertyIdentifier.trigger a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "trigger"^^xsd:string ;
    bacnet:predicate bacnet:trigger ;
    bacnet:value 205 .

bacnet:PropertyIdentifier.units a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "units"^^xsd:string ;
    bacnet:predicate bacnet:units ;
    bacnet:value 117 .

bacnet:PropertyIdentifier.update-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "update-interval"^^xsd:string ;
    bacnet:predicate bacnet:update-interval ;
    bacnet:value 118 .

bacnet:PropertyIdentifier.update-key-set-timeout a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "update-key-set-timeout"^^xsd:string ;
    bacnet:predicate bacnet:update-key-set-timeout ;
    bacnet:value 337 .

bacnet:PropertyIdentifier.update-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "update-time"^^xsd:string ;
    bacnet:predicate bacnet:update-time ;
    bacnet:value 189 .

bacnet:PropertyIdentifier.user-external-identifier a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "user-external-identifier"^^xsd:string ;
    bacnet:predicate bacnet:user-external-identifier ;
    bacnet:value 310 .

bacnet:PropertyIdentifier.user-information-reference a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "user-information-reference"^^xsd:string ;
    bacnet:predicate bacnet:user-information-reference ;
    bacnet:value 311 .

bacnet:PropertyIdentifier.user-name a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "user-name"^^xsd:string ;
    bacnet:predicate bacnet:user-name ;
    bacnet:value 317 .

bacnet:PropertyIdentifier.user-type a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "user-type"^^xsd:string ;
    bacnet:predicate bacnet:user-type ;
    bacnet:value 318 .

bacnet:PropertyIdentifier.uses-remaining a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "uses-remaining"^^xsd:string ;
    bacnet:predicate bacnet:uses-remaining ;
    bacnet:value 319 .

bacnet:PropertyIdentifier.utc-offset a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "utc-offset"^^xsd:string ;
    bacnet:predicate bacnet:utc-offset ;
    bacnet:value 119 .

bacnet:PropertyIdentifier.utc-time-synchronization-recipients a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "utc-time-synchronization-recipients"^^xsd:string ;
    bacnet:predicate bacnet:utc-time-synchronization-recipients ;
    bacnet:value 206 .

bacnet:PropertyIdentifier.valid-samples a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "valid-samples"^^xsd:string ;
    bacnet:predicate bacnet:valid-samples ;
    bacnet:value 146 .

bacnet:PropertyIdentifier.value-before-change a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "value-before-change"^^xsd:string ;
    bacnet:predicate bacnet:value-before-change ;
    bacnet:value 190 .

bacnet:PropertyIdentifier.value-change-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "value-change-time"^^xsd:string ;
    bacnet:predicate bacnet:value-change-time ;
    bacnet:value 192 .

bacnet:PropertyIdentifier.value-set a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "value-set"^^xsd:string ;
    bacnet:predicate bacnet:value-set ;
    bacnet:value 191 .

bacnet:PropertyIdentifier.value-source a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "value-source"^^xsd:string ;
    bacnet:predicate bacnet:value-source ;
    bacnet:value 433 .

bacnet:PropertyIdentifier.value-source-array a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "value-source-array"^^xsd:string ;
    bacnet:predicate bacnet:value-source-array ;
    bacnet:value 434 .

bacnet:PropertyIdentifier.variance-value a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "variance-value"^^xsd:string ;
    bacnet:predicate bacnet:variance-value ;
    bacnet:value 151 .

bacnet:PropertyIdentifier.vendor-identifier a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "vendor-identifier"^^xsd:string ;
    bacnet:predicate bacnet:vendor-identifier ;
    bacnet:value 120 .

bacnet:PropertyIdentifier.vendor-name a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "vendor-name"^^xsd:string ;
    bacnet:predicate bacnet:vendor-name ;
    bacnet:value 121 .

bacnet:PropertyIdentifier.verification-time a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "verification-time"^^xsd:string ;
    bacnet:predicate bacnet:verification-time ;
    bacnet:value 326 .

bacnet:PropertyIdentifier.virtual-mac-address-table a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "virtual-mac-address-table"^^xsd:string ;
    bacnet:predicate bacnet:virtual-mac-address-table ;
    bacnet:value 429 .

bacnet:PropertyIdentifier.vt-classes-supported a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "vt-classes-supported"^^xsd:string ;
    bacnet:predicate bacnet:vt-classes-supported ;
    bacnet:value 122 .

bacnet:PropertyIdentifier.weekly-schedule a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "weekly-schedule"^^xsd:string ;
    bacnet:predicate bacnet:weekly-schedule ;
    bacnet:value 123 .

bacnet:PropertyIdentifier.window-interval a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "window-interval"^^xsd:string ;
    bacnet:predicate bacnet:window-interval ;
    bacnet:value 147 .

bacnet:PropertyIdentifier.window-samples a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "window-samples"^^xsd:string ;
    bacnet:predicate bacnet:window-samples ;
    bacnet:value 148 .

bacnet:PropertyIdentifier.write-status a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "write-status"^^xsd:string ;
    bacnet:predicate bacnet:write-status ;
    bacnet:value 370 .

bacnet:PropertyIdentifier.zone-from a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "zone-from"^^xsd:string ;
    bacnet:predicate bacnet:zone-from ;
    bacnet:value 320 .

bacnet:PropertyIdentifier.zone-members a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "zone-members"^^xsd:string ;
    bacnet:predicate bacnet:zone-members ;
    bacnet:value 165 .

bacnet:PropertyIdentifier.zone-to a bacnet:PropertyIdentifierEnumerationValue ;
    bacnet:name "zone-to"^^xsd:string ;
    bacnet:predicate bacnet:zone-to ;
    bacnet:value 321 .

bacnet:ProtocolLevel.bacnet-application a bacnet:ProtocolLevelEnumerationValue ;
    bacnet:name "bacnet-application"^^xsd:string ;
    bacnet:value 2 .

bacnet:ProtocolLevel.non-bacnet-application a bacnet:ProtocolLevelEnumerationValue ;
    bacnet:name "non-bacnet-application"^^xsd:string ;
    bacnet:value 3 .

bacnet:ProtocolLevel.physical a bacnet:ProtocolLevelEnumerationValue ;
    bacnet:name "physical"^^xsd:string ;
    bacnet:value 0 .

bacnet:ProtocolLevel.protocol a bacnet:ProtocolLevelEnumerationValue ;
    bacnet:name "protocol"^^xsd:string ;
    bacnet:value 1 .

bacnet:ReadAccessResult.ListOfResults a bacnet:SequenceOf ;
    bacnet:memberType bacnet:ReadAccessResult.ListOfResultsSequence .

bacnet:RejectReason.buffer-overflow a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "buffer-overflow"^^xsd:string ;
    bacnet:value 1 .

bacnet:RejectReason.inconsistent-parameters a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "inconsistent-parameters"^^xsd:string ;
    bacnet:value 2 .

bacnet:RejectReason.invalid-parameter-data-type a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "invalid-parameter-data-type"^^xsd:string ;
    bacnet:value 3 .

bacnet:RejectReason.invalid-tag a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "invalid-tag"^^xsd:string ;
    bacnet:value 4 .

bacnet:RejectReason.missing-required-parameter a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "missing-required-parameter"^^xsd:string ;
    bacnet:value 5 .

bacnet:RejectReason.other a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "other"^^xsd:string ;
    bacnet:value 0 .

bacnet:RejectReason.parameter-out-of-range a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "parameter-out-of-range"^^xsd:string ;
    bacnet:value 6 .

bacnet:RejectReason.too-many-arguments a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "too-many-arguments"^^xsd:string ;
    bacnet:value 7 .

bacnet:RejectReason.undefined-enumeration a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "undefined-enumeration"^^xsd:string ;
    bacnet:value 8 .

bacnet:RejectReason.unrecognized-service a bacnet:RejectReasonEnumerationValue ;
    bacnet:name "unrecognized-service"^^xsd:string ;
    bacnet:value 9 .

bacnet:Relationship.adjusted-by a bacnet:RelationshipEnumerationValue ;
    bacnet:name "adjusted-by"^^xsd:string ;
    bacnet:value 9 .

bacnet:Relationship.adjusts a bacnet:RelationshipEnumerationValue ;
    bacnet:name "adjusts"^^xsd:string ;
    bacnet:value 8 .

bacnet:Relationship.commanded-by a bacnet:RelationshipEnumerationValue ;
    bacnet:name "commanded-by"^^xsd:string ;
    bacnet:value 7 .

bacnet:Relationship.commands a bacnet:RelationshipEnumerationValue ;
    bacnet:name "commands"^^xsd:string ;
    bacnet:value 6 .

bacnet:Relationship.contained-by a bacnet:RelationshipEnumerationValue ;
    bacnet:name "contained-by"^^xsd:string ;
    bacnet:value 3 .

bacnet:Relationship.contains a bacnet:RelationshipEnumerationValue ;
    bacnet:name "contains"^^xsd:string ;
    bacnet:value 2 .

bacnet:Relationship.default a bacnet:RelationshipEnumerationValue ;
    bacnet:name "default"^^xsd:string ;
    bacnet:value 1 .

bacnet:Relationship.egress a bacnet:RelationshipEnumerationValue ;
    bacnet:name "egress"^^xsd:string ;
    bacnet:value 11 .

bacnet:Relationship.ingress a bacnet:RelationshipEnumerationValue ;
    bacnet:name "ingress"^^xsd:string ;
    bacnet:value 10 .

bacnet:Relationship.receives-air a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-air"^^xsd:string ;
    bacnet:value 13 .

bacnet:Relationship.receives-cool-air a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-cool-air"^^xsd:string ;
    bacnet:value 17 .

bacnet:Relationship.receives-cool-water a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-cool-water"^^xsd:string ;
    bacnet:value 27 .

bacnet:Relationship.receives-gas a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-gas"^^xsd:string ;
    bacnet:value 21 .

bacnet:Relationship.receives-hot-air a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-hot-air"^^xsd:string ;
    bacnet:value 15 .

bacnet:Relationship.receives-hot-water a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-hot-water"^^xsd:string ;
    bacnet:value 25 .

bacnet:Relationship.receives-power a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-power"^^xsd:string ;
    bacnet:value 19 .

bacnet:Relationship.receives-steam a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-steam"^^xsd:string ;
    bacnet:value 29 .

bacnet:Relationship.receives-water a bacnet:RelationshipEnumerationValue ;
    bacnet:name "receives-water"^^xsd:string ;
    bacnet:value 23 .

bacnet:Relationship.supplies-air a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-air"^^xsd:string ;
    bacnet:value 12 .

bacnet:Relationship.supplies-cool-air a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-cool-air"^^xsd:string ;
    bacnet:value 16 .

bacnet:Relationship.supplies-cool-water a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-cool-water"^^xsd:string ;
    bacnet:value 26 .

bacnet:Relationship.supplies-gas a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-gas"^^xsd:string ;
    bacnet:value 20 .

bacnet:Relationship.supplies-hot-air a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-hot-air"^^xsd:string ;
    bacnet:value 14 .

bacnet:Relationship.supplies-hot-water a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-hot-water"^^xsd:string ;
    bacnet:value 24 .

bacnet:Relationship.supplies-power a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-power"^^xsd:string ;
    bacnet:value 18 .

bacnet:Relationship.supplies-steam a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-steam"^^xsd:string ;
    bacnet:value 28 .

bacnet:Relationship.supplies-water a bacnet:RelationshipEnumerationValue ;
    bacnet:name "supplies-water"^^xsd:string ;
    bacnet:value 22 .

bacnet:Relationship.unknown a bacnet:RelationshipEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:Relationship.used-by a bacnet:RelationshipEnumerationValue ;
    bacnet:name "used-by"^^xsd:string ;
    bacnet:value 5 .

bacnet:Relationship.uses a bacnet:RelationshipEnumerationValue ;
    bacnet:name "uses"^^xsd:string ;
    bacnet:value 4 .

bacnet:Reliability.activation-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "activation-failure"^^xsd:string ;
    bacnet:value 17 .

bacnet:Reliability.communication-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "communication-failure"^^xsd:string ;
    bacnet:value 12 .

bacnet:Reliability.configuration-error a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "configuration-error"^^xsd:string ;
    bacnet:value 10 .

bacnet:Reliability.faults-listed a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "faults-listed"^^xsd:string ;
    bacnet:value 23 .

bacnet:Reliability.lamp-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "lamp-failure"^^xsd:string ;
    bacnet:value 16 .

bacnet:Reliability.member-fault a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "member-fault"^^xsd:string ;
    bacnet:value 13 .

bacnet:Reliability.monitored-object-fault a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "monitored-object-fault"^^xsd:string ;
    bacnet:value 14 .

bacnet:Reliability.multi-state-fault a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "multi-state-fault"^^xsd:string ;
    bacnet:value 9 .

bacnet:Reliability.no-fault-detected a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "no-fault-detected"^^xsd:string ;
    bacnet:value 0 .

bacnet:Reliability.no-output a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "no-output"^^xsd:string ;
    bacnet:value 6 .

bacnet:Reliability.no-sensor a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "no-sensor"^^xsd:string ;
    bacnet:value 1 .

bacnet:Reliability.open-loop a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "open-loop"^^xsd:string ;
    bacnet:value 4 .

bacnet:Reliability.over-range a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "over-range"^^xsd:string ;
    bacnet:value 2 .

bacnet:Reliability.process-error a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "process-error"^^xsd:string ;
    bacnet:value 8 .

bacnet:Reliability.proprietary-command-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "proprietary-command-failure"^^xsd:string ;
    bacnet:value 22 .

bacnet:Reliability.referenced-object-fault a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "referenced-object-fault"^^xsd:string ;
    bacnet:value 24 .

bacnet:Reliability.renew-dhcp-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "renew-dhcp-failure"^^xsd:string ;
    bacnet:value 18 .

bacnet:Reliability.renew-fd-registration-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "renew-fd-registration-failure"^^xsd:string ;
    bacnet:value 19 .

bacnet:Reliability.restart-auto-negotiation-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "restart-auto-negotiation-failure"^^xsd:string ;
    bacnet:value 20 .

bacnet:Reliability.restart-failure a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "restart-failure"^^xsd:string ;
    bacnet:value 21 .

bacnet:Reliability.shorted-loop a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "shorted-loop"^^xsd:string ;
    bacnet:value 5 .

bacnet:Reliability.tripped a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "tripped"^^xsd:string ;
    bacnet:value 15 .

bacnet:Reliability.under-range a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "under-range"^^xsd:string ;
    bacnet:value 3 .

bacnet:Reliability.unreliable-other a bacnet:ReliabilityEnumerationValue ;
    bacnet:name "unreliable-other"^^xsd:string ;
    bacnet:value 7 .

bacnet:RestartReason.activate-changes a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "activate-changes"^^xsd:string ;
    bacnet:value 8 .

bacnet:RestartReason.coldstart a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "coldstart"^^xsd:string ;
    bacnet:value 1 .

bacnet:RestartReason.detected-power-lost a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "detected-power-lost"^^xsd:string ;
    bacnet:value 3 .

bacnet:RestartReason.detected-powered-off a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "detected-powered-off"^^xsd:string ;
    bacnet:value 4 .

bacnet:RestartReason.hardware-watchdog a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "hardware-watchdog"^^xsd:string ;
    bacnet:value 5 .

bacnet:RestartReason.software-watchdog a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "software-watchdog"^^xsd:string ;
    bacnet:value 6 .

bacnet:RestartReason.suspended a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "suspended"^^xsd:string ;
    bacnet:value 7 .

bacnet:RestartReason.unknown a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "unknown"^^xsd:string ;
    bacnet:value 0 .

bacnet:RestartReason.warmstart a bacnet:RestartReasonEnumerationValue ;
    bacnet:name "warmstart"^^xsd:string ;
    bacnet:value 2 .

bacnet:ResultFlags.first-item a bacnet:ResultFlagsNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "first-item"^^xsd:string .

bacnet:ResultFlags.last-item a bacnet:ResultFlagsNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "last-item"^^xsd:string .

bacnet:ResultFlags.more-items a bacnet:ResultFlagsNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "more-items"^^xsd:string .

bacnet:SecurityKeySet a sh:NodeShape ;
    rdfs:label "SecurityKeySet"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "UTC time, all wild if unknown"@en ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:expiration-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:key-ids ],
        [ a sh:PropertyShape ;
            bacnet:comment "0 if key set is not configured"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:key-revision ],
        [ a sh:PropertyShape ;
            bacnet:comment "UTC time, all wild if unknown"@en ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:activation-time ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:KeyIdentifier ;
                        sh:path ( bacnet:key-ids [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:key-ids ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:key-ids ] ] ) .

bacnet:SecurityLevel.encrypted a bacnet:SecurityLevelEnumerationValue ;
    bacnet:name "encrypted"^^xsd:string ;
    bacnet:value 3 .

bacnet:SecurityLevel.encrypted-end-to-end a bacnet:SecurityLevelEnumerationValue ;
    bacnet:name "encrypted-end-to-end"^^xsd:string ;
    bacnet:value 5 .

bacnet:SecurityLevel.incapable a bacnet:SecurityLevelEnumerationValue ;
    bacnet:name "incapable"^^xsd:string ;
    bacnet:value 0 .

bacnet:SecurityLevel.plain a bacnet:SecurityLevelEnumerationValue ;
    bacnet:name "plain"^^xsd:string ;
    bacnet:value 1 .

bacnet:SecurityLevel.signed a bacnet:SecurityLevelEnumerationValue ;
    bacnet:name "signed"^^xsd:string ;
    bacnet:value 2 .

bacnet:SecurityLevel.signed-end-to-end a bacnet:SecurityLevelEnumerationValue ;
    bacnet:name "signed-end-to-end"^^xsd:string ;
    bacnet:value 4 .

bacnet:SecurityPolicy.encrypted-trusted a bacnet:SecurityPolicyEnumerationValue ;
    bacnet:name "encrypted-trusted"^^xsd:string ;
    bacnet:value 3 .

bacnet:SecurityPolicy.plain-non-trusted a bacnet:SecurityPolicyEnumerationValue ;
    bacnet:name "plain-non-trusted"^^xsd:string ;
    bacnet:value 0 .

bacnet:SecurityPolicy.plain-trusted a bacnet:SecurityPolicyEnumerationValue ;
    bacnet:name "plain-trusted"^^xsd:string ;
    bacnet:value 1 .

bacnet:SecurityPolicy.signed-trusted a bacnet:SecurityPolicyEnumerationValue ;
    bacnet:name "signed-trusted"^^xsd:string ;
    bacnet:value 2 .

bacnet:Segmentation.no-segmentation a bacnet:SegmentationEnumerationValue ;
    bacnet:name "no-segmentation"^^xsd:string ;
    bacnet:value 3 .

bacnet:Segmentation.segmented-both a bacnet:SegmentationEnumerationValue ;
    bacnet:name "segmented-both"^^xsd:string ;
    bacnet:value 0 .

bacnet:Segmentation.segmented-receive a bacnet:SegmentationEnumerationValue ;
    bacnet:name "segmented-receive"^^xsd:string ;
    bacnet:value 2 .

bacnet:Segmentation.segmented-transmit a bacnet:SegmentationEnumerationValue ;
    bacnet:name "segmented-transmit"^^xsd:string ;
    bacnet:value 1 .

bacnet:ServicesSupported.acknowledge-alarm a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "acknowledge-alarm"^^xsd:string .

bacnet:ServicesSupported.add-list-element a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 8 ;
    bacnet:name "add-list-element"^^xsd:string .

bacnet:ServicesSupported.atomic-read-file a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 6 ;
    bacnet:name "atomic-read-file"^^xsd:string .

bacnet:ServicesSupported.atomic-write-file a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 7 ;
    bacnet:name "atomic-write-file"^^xsd:string .

bacnet:ServicesSupported.confirmed-cov-notification a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "confirmed-cov-notification"^^xsd:string .

bacnet:ServicesSupported.confirmed-cov-notification-multiple a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 42 ;
    bacnet:name "confirmed-cov-notification-multiple"^^xsd:string .

bacnet:ServicesSupported.confirmed-event-notification a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "confirmed-event-notification"^^xsd:string .

bacnet:ServicesSupported.confirmed-private-transfer a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 18 ;
    bacnet:name "confirmed-private-transfer"^^xsd:string .

bacnet:ServicesSupported.confirmed-text-message a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 19 ;
    bacnet:name "confirmed-text-message"^^xsd:string .

bacnet:ServicesSupported.create-object a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 10 ;
    bacnet:name "create-object"^^xsd:string .

bacnet:ServicesSupported.delete-object a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 11 ;
    bacnet:name "delete-object"^^xsd:string .

bacnet:ServicesSupported.device-communication-control a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 17 ;
    bacnet:name "device-communication-control"^^xsd:string .

bacnet:ServicesSupported.get-alarm-summary a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 3 ;
    bacnet:name "get-alarm-summary"^^xsd:string .

bacnet:ServicesSupported.get-enrollment-summary a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 4 ;
    bacnet:name "get-enrollment-summary"^^xsd:string .

bacnet:ServicesSupported.get-event-information a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 39 ;
    bacnet:name "get-event-information"^^xsd:string .

bacnet:ServicesSupported.i-am a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 26 ;
    bacnet:name "i-am"^^xsd:string .

bacnet:ServicesSupported.i-have a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 27 ;
    bacnet:name "i-have"^^xsd:string .

bacnet:ServicesSupported.life-safety-operation a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 37 ;
    bacnet:name "life-safety-operation"^^xsd:string .

bacnet:ServicesSupported.read-property a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 12 ;
    bacnet:name "read-property"^^xsd:string .

bacnet:ServicesSupported.read-property-multiple a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 14 ;
    bacnet:name "read-property-multiple"^^xsd:string .

bacnet:ServicesSupported.read-range a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 35 ;
    bacnet:name "read-range"^^xsd:string .

bacnet:ServicesSupported.reinitialize-device a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 20 ;
    bacnet:name "reinitialize-device"^^xsd:string .

bacnet:ServicesSupported.remove-list-element a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 9 ;
    bacnet:name "remove-list-element"^^xsd:string .

bacnet:ServicesSupported.subscribe-cov a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 5 ;
    bacnet:name "subscribe-cov"^^xsd:string .

bacnet:ServicesSupported.subscribe-cov-property a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 38 ;
    bacnet:name "subscribe-cov-property"^^xsd:string .

bacnet:ServicesSupported.subscribe-cov-property-multiple a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 41 ;
    bacnet:name "subscribe-cov-property-multiple"^^xsd:string .

bacnet:ServicesSupported.time-synchronization a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 32 ;
    bacnet:name "time-synchronization"^^xsd:string .

bacnet:ServicesSupported.unconfirmed-cov-notification a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 28 ;
    bacnet:name "unconfirmed-cov-notification"^^xsd:string .

bacnet:ServicesSupported.unconfirmed-cov-notification-multiple a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 43 ;
    bacnet:name "unconfirmed-cov-notification-multiple"^^xsd:string .

bacnet:ServicesSupported.unconfirmed-event-notification a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 29 ;
    bacnet:name "unconfirmed-event-notification"^^xsd:string .

bacnet:ServicesSupported.unconfirmed-private-transfer a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 30 ;
    bacnet:name "unconfirmed-private-transfer"^^xsd:string .

bacnet:ServicesSupported.unconfirmed-text-message a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 31 ;
    bacnet:name "unconfirmed-text-message"^^xsd:string .

bacnet:ServicesSupported.utc-time-synchronization a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 36 ;
    bacnet:name "utc-time-synchronization"^^xsd:string .

bacnet:ServicesSupported.vt-close a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 22 ;
    bacnet:name "vt-close"^^xsd:string .

bacnet:ServicesSupported.vt-data a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 23 ;
    bacnet:name "vt-data"^^xsd:string .

bacnet:ServicesSupported.vt-open a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 21 ;
    bacnet:name "vt-open"^^xsd:string .

bacnet:ServicesSupported.who-has a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 33 ;
    bacnet:name "who-has"^^xsd:string .

bacnet:ServicesSupported.who-is a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 34 ;
    bacnet:name "who-is"^^xsd:string .

bacnet:ServicesSupported.write-group a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 40 ;
    bacnet:name "write-group"^^xsd:string .

bacnet:ServicesSupported.write-property a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 15 ;
    bacnet:name "write-property"^^xsd:string .

bacnet:ServicesSupported.write-property-multiple a bacnet:ServicesSupportedNamedBits ;
    bacnet:bit 16 ;
    bacnet:name "write-property-multiple"^^xsd:string .

bacnet:ShedState.shed-compliant a bacnet:ShedStateEnumerationValue ;
    bacnet:name "shed-compliant"^^xsd:string ;
    bacnet:value 2 .

bacnet:ShedState.shed-inactive a bacnet:ShedStateEnumerationValue ;
    bacnet:name "shed-inactive"^^xsd:string ;
    bacnet:value 0 .

bacnet:ShedState.shed-non-compliant a bacnet:ShedStateEnumerationValue ;
    bacnet:name "shed-non-compliant"^^xsd:string ;
    bacnet:value 3 .

bacnet:ShedState.shed-request-pending a bacnet:ShedStateEnumerationValue ;
    bacnet:name "shed-request-pending"^^xsd:string ;
    bacnet:value 1 .

bacnet:SilencedState.all-silenced a bacnet:SilencedStateEnumerationValue ;
    bacnet:name "all-silenced"^^xsd:string ;
    bacnet:value 3 .

bacnet:SilencedState.audible-silenced a bacnet:SilencedStateEnumerationValue ;
    bacnet:name "audible-silenced"^^xsd:string ;
    bacnet:value 1 .

bacnet:SilencedState.unsilenced a bacnet:SilencedStateEnumerationValue ;
    bacnet:name "unsilenced"^^xsd:string ;
    bacnet:value 0 .

bacnet:SilencedState.visible-silenced a bacnet:SilencedStateEnumerationValue ;
    bacnet:name "visible-silenced"^^xsd:string ;
    bacnet:value 2 .

bacnet:StatusFlags.fault a bacnet:StatusFlagsNamedBits ;
    bacnet:bit 1 ;
    bacnet:name "fault"^^xsd:string .

bacnet:StatusFlags.in-alarm a bacnet:StatusFlagsNamedBits ;
    bacnet:bit 0 ;
    bacnet:name "in-alarm"^^xsd:string .

bacnet:StatusFlags.out-of-service a bacnet:StatusFlagsNamedBits ;
    bacnet:bit 3 ;
    bacnet:name "out-of-service"^^xsd:string .

bacnet:StatusFlags.overridden a bacnet:StatusFlagsNamedBits ;
    bacnet:bit 2 ;
    bacnet:name "overridden"^^xsd:string .

bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecifications a bacnet:SequenceOf ;
    bacnet:memberType bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence .

bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferences a bacnet:SequenceOf ;
    bacnet:memberType bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence .

bacnet:TimerState.expired a bacnet:TimerStateEnumerationValue ;
    bacnet:name "expired"^^xsd:string ;
    bacnet:value 2 .

bacnet:TimerState.idle a bacnet:TimerStateEnumerationValue ;
    bacnet:name "idle"^^xsd:string ;
    bacnet:value 0 .

bacnet:TimerState.running a bacnet:TimerStateEnumerationValue ;
    bacnet:name "running"^^xsd:string ;
    bacnet:value 1 .

bacnet:TimerTransition.expired-to-idle a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "expired-to-idle"^^xsd:string ;
    bacnet:value 6 .

bacnet:TimerTransition.expired-to-running a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "expired-to-running"^^xsd:string ;
    bacnet:value 7 .

bacnet:TimerTransition.forced-to-expired a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "forced-to-expired"^^xsd:string ;
    bacnet:value 5 .

bacnet:TimerTransition.idle-to-running a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "idle-to-running"^^xsd:string ;
    bacnet:value 1 .

bacnet:TimerTransition.none a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "none"^^xsd:string ;
    bacnet:value 0 .

bacnet:TimerTransition.running-to-expired a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "running-to-expired"^^xsd:string ;
    bacnet:value 4 .

bacnet:TimerTransition.running-to-idle a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "running-to-idle"^^xsd:string ;
    bacnet:value 2 .

bacnet:TimerTransition.running-to-running a bacnet:TimerTransitionEnumerationValue ;
    bacnet:name "running-to-running"^^xsd:string ;
    bacnet:value 3 .

bacnet:UnconfirmedCOVNotificationMultipleRequest a sh:NodeShape ;
    rdfs:label "UnconfirmedCOVNotificationMultipleRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:initiating-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-cov-notifications ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:timestamp ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence ;
                        sh:path ( bacnet:list-of-cov-notifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-cov-notifications ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-cov-notifications ] ] ) .

bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotifications a bacnet:SequenceOf ;
    bacnet:memberType bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence .

bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValues a bacnet:SequenceOf ;
    bacnet:memberType bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence .

bacnet:UnconfirmedServiceChoice.i-am a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "i-am"^^xsd:string ;
    bacnet:value 0 .

bacnet:UnconfirmedServiceChoice.i-have a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "i-have"^^xsd:string ;
    bacnet:value 1 .

bacnet:UnconfirmedServiceChoice.time-synchronization a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "time-synchronization"^^xsd:string ;
    bacnet:value 6 .

bacnet:UnconfirmedServiceChoice.unconfirmed-cov-notification a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "unconfirmed-cov-notification"^^xsd:string ;
    bacnet:value 2 .

bacnet:UnconfirmedServiceChoice.unconfirmed-cov-notification-multiple a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "unconfirmed-cov-notification-multiple"^^xsd:string ;
    bacnet:value 11 .

bacnet:UnconfirmedServiceChoice.unconfirmed-event-notification a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "unconfirmed-event-notification"^^xsd:string ;
    bacnet:value 3 .

bacnet:UnconfirmedServiceChoice.unconfirmed-private-transfer a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "unconfirmed-private-transfer"^^xsd:string ;
    bacnet:value 4 .

bacnet:UnconfirmedServiceChoice.unconfirmed-text-message a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "unconfirmed-text-message"^^xsd:string ;
    bacnet:value 5 .

bacnet:UnconfirmedServiceChoice.utc-time-synchronization a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "utc-time-synchronization"^^xsd:string ;
    bacnet:value 9 .

bacnet:UnconfirmedServiceChoice.who-has a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "who-has"^^xsd:string ;
    bacnet:value 7 .

bacnet:UnconfirmedServiceChoice.who-is a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "who-is"^^xsd:string ;
    bacnet:value 8 .

bacnet:UnconfirmedServiceChoice.write-group a bacnet:UnconfirmedServiceChoiceEnumerationValue ;
    bacnet:name "write-group"^^xsd:string ;
    bacnet:value 10 .

bacnet:VTClass.ansi-x3-64 a bacnet:VTClassEnumerationValue ;
    bacnet:name "ansi-x3-64"^^xsd:string ;
    bacnet:value 1 .

bacnet:VTClass.dec-vt100 a bacnet:VTClassEnumerationValue ;
    bacnet:name "dec-vt100"^^xsd:string ;
    bacnet:value 3 .

bacnet:VTClass.dec-vt220 a bacnet:VTClassEnumerationValue ;
    bacnet:name "dec-vt220"^^xsd:string ;
    bacnet:value 4 .

bacnet:VTClass.dec-vt52 a bacnet:VTClassEnumerationValue ;
    bacnet:name "dec-vt52"^^xsd:string ;
    bacnet:value 2 .

bacnet:VTClass.default-terminal a bacnet:VTClassEnumerationValue ;
    bacnet:name "default-terminal"^^xsd:string ;
    bacnet:value 0 .

bacnet:VTClass.hp-700-94 a bacnet:VTClassEnumerationValue ;
    bacnet:name "hp-700-94"^^xsd:string ;
    bacnet:value 5 .

bacnet:VTClass.ibm-3130 a bacnet:VTClassEnumerationValue ;
    bacnet:name "ibm-3130"^^xsd:string ;
    bacnet:value 6 .

bacnet:WeekNDay a sh:NodeShape ;
    rdfs:label "WeekNDay"^^xsd:string ;
    bacnet:comment "first octet: month (1..14), 1 =January, 13 = odd months, 14 = even months, X'FF' = any month; second octet: weekOfMonth where: 1 = days numbered 1-7, 2 = days numbered 8-14, 3 = days numbered 15-21, 4 = days numbered 22-28, 5 = days numbered 29-31, 6 = last 7 days of this month, X'FF' = any week of this month; third octet: dayOfWeek (1..7) where 1 = Monday... 7 = Sunday, X'FF' = any day of week"@en ;
    bacnet:maximumLength 3 ;
    bacnet:minimumLength 3 ;
    rdfs:subClassOf bacnet:OctetString .

bacnet:WriteStatus.failed a bacnet:WriteStatusEnumerationValue ;
    bacnet:name "failed"^^xsd:string ;
    bacnet:value 3 .

bacnet:WriteStatus.idle a bacnet:WriteStatusEnumerationValue ;
    bacnet:name "idle"^^xsd:string ;
    bacnet:value 0 .

bacnet:WriteStatus.in-progress a bacnet:WriteStatusEnumerationValue ;
    bacnet:name "in-progress"^^xsd:string ;
    bacnet:value 1 .

bacnet:WriteStatus.successful a bacnet:WriteStatusEnumerationValue ;
    bacnet:name "successful"^^xsd:string ;
    bacnet:value 2 .

qudtqk:AbsoluteTypographicMeasurement a qudt:QuantityKind ;
    rdfs:label "absolute typographic measurement"^^xsd:string ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD372"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD372"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:AccelerationOfGravity a qudt:QuantityKind ;
    rdfs:label "Acceleration Of Gravity"@en ;
    dcterms:description "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-SEC2,
        unit:FT-PER-SEC2,
        unit:G,
        unit:GALILEO,
        unit:IN-PER-SEC2,
        unit:KN-PER-SEC,
        unit:KiloM-PER-SEC2,
        unit:KiloPA-M2-PER-GM,
        unit:M-PER-SEC2,
        unit:MI_US-PER-SEC2,
        unit:MicroG,
        unit:MilliG,
        unit:MilliGAL,
        unit:MilliM-PER-SEC2,
        unit:YD-PER-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:plainTextDescription "The acceleration of freely falling bodies under the influence of terrestrial gravity, equal to approximately 9.81 meters (32 feet) per second per second."^^xsd:string ;
    qudt:symbol "g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Acceleration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Acceleration .

qudtqk:AcceptorDensity a qudt:QuantityKind ;
    rdfs:label "Acceptor Density"@en ;
    dcterms:description "\"Acceptor Density\" is the number per volume of acceptor levels."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Acceptor Density\" is the number per volume of acceptor levels."^^xsd:string ;
    qudt:symbol "n_a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:ActionTime a qudt:QuantityKind ;
    rdfs:label "Action Time"@en ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    rdfs:comment "Action Time (sec) "^^xsd:string,
        "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:ActiveEnergy a qudt:QuantityKind ;
    rdfs:label "Active Energy"@en ;
    dcterms:description """
  $\\textit{Active Energy}$ is the electrical energy transformable into some other form of energy.
  """^^qudt:LatexString ;
    qudt:abbreviation "active-energy"^^xsd:string ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=601-01-19"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$W = \\int_{t_1}^{t_2} p dt$, where $p$ is instantaneous power and the integral interval is the time interval from $t_1$ to $t_2$."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Active Energy\" is the electrical energy transformable into some other form of energy."^^xsd:string ;
    qudt:symbol "W"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:InstantaneousPower ;
    skos:broader qudtqk:Energy .

qudtqk:ActivityRelatedByMass a qudt:QuantityKind ;
    rdfs:label "activity related by mass"@en-us ;
    dcterms:description """
  $\\textit{Activity Related By Mass}$ is quantitative data of the radioactivity of the amount of a radionuclide in a particular state of energy at a defined point in time, 
   divided by the related mass of this quantity.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ-PER-KiloGM,
        unit:CI-PER-KiloGM,
        unit:KiloBQ-PER-KiloGM,
        unit:MegaBQ-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:plainTextDescription "quantitative Angabe der Radioaktivität einer Menge eines Radionuklids in einem bestimmten Energiezustand zu einem gegebenen Zeitpunkt dividiert durch die zugehörige Masse dieser Menge"@de,
        "quantitative data of the radioactivity of the amount of a radionuclide in a particular state of energy at a defined point in time, divided by the related mass of this quantity"@en ;
    qudt:symbol "0173-1#Z4-BAJ342#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassicActivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassicActivity .

qudtqk:ActivityThresholds a qudt:QuantityKind ;
    rdfs:label "Activity Thresholds"@en ;
    dcterms:description "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_t}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Activity Thresholds\" are thresholds of sensitivity for radioactivity."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Adaptation a qudt:QuantityKind ;
    rdfs:label "Adaptation"@en ;
    dcterms:description "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation), usually measured in units of time."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Neural_adaptation#Visual"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Adaptation\" is the recovery of visual ability following exposure to light (dark adaptation)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:AlphaDisintegrationEnergy a qudt:QuantityKind ;
    rdfs:label "Alpha Disintegration Energy"@en ;
    dcterms:description "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the $\\alpha$-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:latexSymbol "$Q_a$"^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Alpha Disintegration Energy\" is the sum of the kinetic energy of the alpha-particle produced in the disintegration process and the recoil energy of the product atom in the reference frame in which the emitting nucleus is at rest before its disintegration."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:AmbientPressure a qudt:QuantityKind ;
    rdfs:label "Ambient Pressure"@en ;
    dcterms:description """The ambient pressure on an object is the pressure of the surrounding medium, such as a gas or liquid, which comes into contact with the object.
The SI unit of pressure is the pascal (Pa), which is a very small unit relative to atmospheric pressure on Earth, so kilopascals ($kPa$) are more commonly used in this context. """^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:symbol "p_a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:AmountOfBiologicallyActiveSubstance a qudt:QuantityKind ;
    rdfs:label "amount of biologically active substance"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD370"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD370"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AmountOfSubstanceIonConcentration a qudt:QuantityKind ;
    rdfs:label "Ion Concentration"@en ;
    dcterms:description "\"Ion Concentration\" is the moles of ions per volume of solution."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-L,
        unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:NanoMOL-PER-L,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "\"Ion Concentration\" is the moles of ions per volume of solution."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Concentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Concentration .

qudtqk:AngleOfAttack a qudt:QuantityKind ;
    rdfs:label "Angle Of Attack"@en ;
    dcterms:description "Angle of attack  is the angle between the oncoming air or relative wind and a reference line on the airplane or wing."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "Angle of attack  is the angle between the oncoming air or relative wind and a reference line on the airplane or wing."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:AngleOfOpticalRotation a qudt:QuantityKind ;
    rdfs:label "Angle of Optical Rotation"@en ;
    dcterms:description "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Optical_rotation"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Angle of Optical Rotation\" is the angle through which plane-polarized light is rotated clockwise, as seen when facing the light source, in passing through an optically active medium."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:AngularDistance a qudt:QuantityKind ;
    rdfs:label "Angular Distance"@en ;
    dcterms:description "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\theta$"^^qudt:LatexString ;
    qudt:plainTextDescription "Angular distance travelled by orbiting vehicle measured from the azimuth of closest approach."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:ApogeeRadius a qudt:QuantityKind ;
    rdfs:label "Apogee Radius"@en ;
    dcterms:description "Apogee radius of an elliptical orbit"^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "Apogee radius of an elliptical orbit"^^xsd:string ;
    qudt:symbol "r_2"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Radius .

qudtqk:AreaChargeDensity a qudt:QuantityKind ;
    rdfs:label "areic charge density"^^xsd:string ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-CentiM2,
        unit:C-PER-M2,
        unit:C-PER-MilliM2,
        unit:C_Ab-PER-CentiM2,
        unit:C_Stat-PER-CentiM2,
        unit:KiloC-PER-M2,
        unit:MegaC-PER-M2,
        unit:MicroC-PER-M2,
        unit:MilliC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD013"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD013"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricChargePerArea .

qudtqk:AreaMass a qudt:QuantityKind ;
    rdfs:label "areic mass"^^xsd:string ;
    qudt:applicableUnit unit:GM-PER-CentiM2,
        unit:GM-PER-HA,
        unit:GM-PER-M2,
        unit:GM-PER-MilliM2,
        unit:KiloGM-PER-CentiM2,
        unit:KiloGM-PER-FT2,
        unit:KiloGM-PER-HA,
        unit:KiloGM-PER-KiloM2,
        unit:KiloGM-PER-M2,
        unit:LB-PER-AC,
        unit:LB-PER-FT2,
        unit:LB-PER-IN2,
        unit:LB-PER-YD2,
        unit:MegaGM-PER-HA,
        unit:MicroGM-PER-CentiM2,
        unit:MicroGM-PER-IN2,
        unit:MilliGM-PER-CentiM2,
        unit:MilliGM-PER-DeciM2,
        unit:MilliGM-PER-HA,
        unit:MilliGM-PER-M2,
        unit:NanoGM-PER-CentiM2,
        unit:OZ-PER-FT2,
        unit:OZ-PER-IN2,
        unit:OZ-PER-YD2,
        unit:SLUG-PER-FT2,
        unit:TONNE-PER-HA,
        unit:TON_Metric-PER-HA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD014"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD014"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassPerArea .

qudtqk:AreicChargeDensityOrElectricFluxDensityOrElectricPolarization a qudt:QuantityKind ;
    rdfs:label "areic charge density or electric flux density or electric polarization"@en-us ;
    dcterms:description "charge Q presented on an area of size A divided by the area A or vector quantity obtained at a given point by adding the electric polarization P to the product of the electric field strength E and the electric constant (permittivity) ε₀"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:plainTextDescription "auf einer Fläche mit dem Flächeninhalt A vorhandenen Ladung Q dividiert durch den Flächeninhalt A oder vektorielle Größe, die für einen gegebenen Punkt gleich der Summe der elektrischen Polarisation P und des Produkts aus der elektrischen Feldstärke E und der elektrischen Feldkonstante (Permittivität) ε₀ ist oder räumliche Dichte des elektrischen Moments molekularer Dipole"@de ;
    qudt:symbol "0173-1#Z4-BAJ320#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreicDataVolume a qudt:QuantityKind ;
    rdfs:label "areic data volume"@en-us ;
    dcterms:description "volume of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related area"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch die zugehörige Fläche"@de ;
    qudt:symbol "0173-1#Z4-BAJ321#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreicEnergyFlow a qudt:QuantityKind ;
    rdfs:label "areic energy flow"@en-us ;
    dcterms:description "energy in a defined direction of propagation through a surface perpendicular to this, divided by its area"@en ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:plainTextDescription "Leistung in festgelegter Ausbreitungsrichtung durch ein dazu senkrechtes Oberflächenelement, dividiert durch dessen Fläche"@de ;
    qudt:symbol "0173-1#Z4-BAJ322#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:AreicHeatFlowRate a qudt:QuantityKind ;
    rdfs:label "Aeric Heat Flow Rate"@en ;
    dcterms:description "Density of heat flow rate."^^qudt:LatexString ;
    qudt:abbreviation "heat-flow-rate"^^xsd:string ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = \\frac{\\Phi}{A}$, where $\\Phi$ is heat flow rate and $A$ is area."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "Density of heat flow rate."^^xsd:string ;
    qudt:symbol "φ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea ;
    skos:closeMatch <http://dbpedia.org/resource/Heat_transfer> .

qudtqk:AreicMass a qudt:QuantityKind ;
    rdfs:label "areic mass"@en-us ;
    dcterms:description "mass divided by the related area"@en ;
    qudt:applicableUnit unit:GM-PER-CentiM2,
        unit:GM-PER-HA,
        unit:GM-PER-M2,
        unit:GM-PER-MilliM2,
        unit:KiloGM-PER-CentiM2,
        unit:KiloGM-PER-FT2,
        unit:KiloGM-PER-HA,
        unit:KiloGM-PER-KiloM2,
        unit:KiloGM-PER-M2,
        unit:LB-PER-AC,
        unit:LB-PER-FT2,
        unit:LB-PER-IN2,
        unit:LB-PER-YD2,
        unit:MegaGM-PER-HA,
        unit:MicroGM-PER-CentiM2,
        unit:MicroGM-PER-IN2,
        unit:MilliGM-PER-CentiM2,
        unit:MilliGM-PER-DeciM2,
        unit:MilliGM-PER-HA,
        unit:MilliGM-PER-M2,
        unit:NanoGM-PER-CentiM2,
        unit:OZ-PER-FT2,
        unit:OZ-PER-IN2,
        unit:OZ-PER-YD2,
        unit:SLUG-PER-FT2,
        unit:TONNE-PER-HA,
        unit:TON_Metric-PER-HA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:plainTextDescription "Masse dividiert durch die zugehörige Fläche"@de ;
    qudt:symbol "0173-1#Z4-BAJ288#004"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassPerArea .

qudtqk:AreicTorque a qudt:QuantityKind ;
    rdfs:label "areic torque"@en-us ;
    dcterms:description "ratio of a torque acting on a surface and causing a rotation or shearing divided by this area"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:plainTextDescription "Quotient aus dem auf eine Fläche wirkenden, eine Verdrehung bzw. Abscherung verursachenden  Drehmoment dividiert durch diese Fläche"@de ;
    qudt:symbol "0173-1#Z4-BAJ420#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AtomicAttenuationCoefficient a qudt:QuantityKind ;
    rdfs:label "Atomic Attenuation Coefficient"@en ;
    dcterms:description "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu_a = -\\frac{\\mu}{n}$, where $\\mu$ is the linear attenuation coefficient and $n$ is the number density of the atoms in the substance."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Atomic Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per the number of atoms in the substance."^^xsd:string ;
    qudt:symbol "μₐ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area ;
    skos:closeMatch qudtqk:MolarAttenuationCoefficient .

qudtqk:AtomicCharge a qudt:QuantityKind ;
    rdfs:label "Atomic Charge"@en ;
    dcterms:description "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR,
        unit:A-SEC,
        unit:AttoC,
        unit:C,
        unit:C_Ab,
        unit:C_Stat,
        unit:CentiC,
        unit:DecaC,
        unit:DeciC,
        unit:E,
        unit:ElementaryCharge,
        unit:ExaC,
        unit:F,
        unit:FR,
        unit:FemtoC,
        unit:GigaC,
        unit:HectoC,
        unit:KiloA-HR,
        unit:KiloC,
        unit:KiloJ-PER-KiloV,
        unit:MegaC,
        unit:MicroC,
        unit:MilliA-HR,
        unit:MilliA-SEC,
        unit:MilliC,
        unit:NanoC,
        unit:PetaC,
        unit:PicoC,
        unit:PlanckCharge,
        unit:TeraC,
        unit:YoctoC,
        unit:YottaC,
        unit:ZeptoC,
        unit:ZettaC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:informativeReference "http://www.answers.com/topic/atomic-charge"^^xsd:anyURI ;
    qudt:plainTextDescription "The electric charge of an ion, equal to the number of electrons the atom has gained or lost in its ionization multiplied by the charge on one electron."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricCharge .

qudtqk:AtomicEnergy a qudt:QuantityKind ;
    rdfs:label "atomic energy"@en-us ;
    dcterms:description "scalar quantity of elementary particles which is retained within a system following any change and, as saved energy, constitutes the capability of a physical system to carry out work"@en ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:plainTextDescription "skalare Größe von Elementarteilchen, die bei beliebiger Umwandlung innerhalb eines Systems erhalten bleibt und als gespeichertes Arbeitsvermögen die Fähigkeit eines physikalischen Systems darstellt, Arbeit zu verrichten"@de ;
    qudt:symbol "0173-1#Z4-BAJ291#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:AtomicMass a qudt:QuantityKind ;
    rdfs:label "Atomic Mass"@en ;
    dcterms:description "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Atomic Mass\" is the mass of a specific isotope, most often expressed in unified atomic mass units."^^xsd:string ;
    qudt:symbol "m_a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:AtomicStoppingPower a qudt:QuantityKind ;
    rdfs:label "atomic stopping power"@en-us ;
    dcterms:description "ratio of the linear stopping power to the number density of the atoms in the medium"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ;
    qudt:plainTextDescription "Quotient aus dem linearen Bremsvermögen und der Anzahldichte der Atome in dem Medium"@de ;
    qudt:symbol "0173-1#Z4-BAJ292#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AuditoryThresholds a qudt:QuantityKind ;
    rdfs:label "Auditory Thresholds"@en ;
    dcterms:description "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing."^^qudt:LatexString ;
    qudt:applicableUnit unit:B,
        unit:DeciB,
        unit:DeciB_A,
        unit:DeciB_ISO,
        unit:DeciB_M,
        unit:DeciB_Z ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_a}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Auditory Thresholds\" is the thresholds of sensitivity to auditory signals and other input to the ear or the sense of hearing."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundPowerLevel"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SoundPowerLevel .

qudtqk:AuxillaryMagneticField a qudt:QuantityKind ;
    rdfs:label "Auxillary Magnetic Field"@en ;
    dcterms:description "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:AT-PER-IN,
        unit:AT-PER-M,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM,
        unit:OERSTED ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:latexSymbol "H"^^qudt:LatexString ;
    qudt:plainTextDescription "Magnetic Fields surround magnetic materials and electric currents and are detected by the force they exert on other magnetic materials and moving electric charges. The electric and magnetic fields are two interrelated aspects of a single object, called the electromagnetic field. A pure electric field in one reference frame is observed as a combination of both an electric field and a magnetic field in a moving reference frame. The Auxillary Magnetic Field, H characterizes how the true Magnetic Field B influences the organization of magnetic dipoles in a given medium."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFieldStrength_H"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MagneticFieldStrength_H .

qudtqk:AverageEnergyLossPerElementaryChargeProduced a qudt:QuantityKind ;
    rdfs:label "Average Energy Loss per Elementary Charge Produced"@en ;
    dcterms:description "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:latexDefinition "$W_i = \\frac{E_k}{N_i}$, where $E_k$ is the initial kinetic energy of an ionizing charged particle and $N_i$ is the total ionization produced by that particle."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Average Energy Loss per Elementary Charge Produced\" is also referred to as average energy loss per ion pair formed."^^xsd:string ;
    qudt:symbol "W_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:AverageHeadEndPressure a qudt:QuantityKind ;
    rdfs:label "Average Head End Pressure"@en ;
    qudt:abbreviation "AHEP"^^xsd:string ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:HeadEndPressure .

qudtqk:AverageSpecificImpulse a qudt:QuantityKind ;
    rdfs:label "Average Specific Impulse"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    rdfs:comment "Avg Specific Impulse (lbf-sec/lbm) "^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificImpulse .

qudtqk:AverageVacuumThrust a qudt:QuantityKind ;
    rdfs:label "Average Vacuum Thrust"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "AVT"^^xsd:string ;
    skos:broader qudtqk:VacuumThrust .

qudtqk:Azimuth a qudt:QuantityKind ;
    rdfs:label "Azimuth"@en ;
    dcterms:description """The horizontal angle between an object's orientation frame and a cardinal direction, generally north. 
  In the context of architecture, this would refer to the direction a structure faces relative to the direction north."""^^xsd:string ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription """The horizontal angle between an object and a cardinal direction, generally north. 
  In the context of architecture, this would refer to the direction a structure faces relative to the direction north."""^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:BandwidthDistanceProduct a qudt:QuantityKind ;
    rdfs:label "bandwidth distance product"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD016"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD016"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BandwidthLengthProduct a qudt:QuantityKind ;
    rdfs:label "bandwidth length product"@en-us ;
    dcterms:description "parameter of transmission media for determination of frequency and length restrictions as reciprocal value of the multimode distortion corresponding to the product of maximum pulse frequency and maximum transmission distance"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "Parameter von Übertragungsmedien zur Bestimmung der Frequenz- und Längenrestriktionen als reziproke Wert der Modendispersion entsprechend dem Produkt aus maximaler Impulsfrequenz mal maximaler Übertragungsstrecke"@de ;
    qudt:symbol "0173-1#Z4-BAJ293#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BendingMomentOfForce a qudt:QuantityKind ;
    rdfs:label "Bending Moment of Force"@en ;
    dcterms:description "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN-M,
        unit:DYN-CentiM,
        unit:DYN-M,
        unit:DeciN-M,
        unit:FT-LB_F,
        unit:IN-PDL,
        unit:KiloGM_F-M,
        unit:KiloN-M,
        unit:LB_F-FT,
        unit:LB_F-IN,
        unit:MegaN-M,
        unit:MicroN-M,
        unit:MilliN-M,
        unit:N-CentiM,
        unit:N-M,
        unit:OZ_F-IN,
        unit:PDL-FT,
        unit:PDL-IN ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bending_moment"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$M_b = M \\cdot e_Q$, where $M$ is the momentof force and $e_Q$ is a unit vector directed along a $Q-axis$ with respect to which the torque is considered."^^qudt:LatexString ;
    qudt:plainTextDescription "A bending moment exists in a structural element when a moment is applied to the element so that the element bends. It is the component of moment of force perpendicular to the longitudinal axis of a beam or a shaft."^^xsd:string ;
    qudt:symbol "M_b"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Torque"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Torque .

qudtqk:BetaDisintegrationEnergy a qudt:QuantityKind ;
    rdfs:label "Beta Disintegration Energy"@en ;
    dcterms:description "\"Beta Disintegration Energy\" is the  energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Decay_energy"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Beta Disintegration Energy\" is the  energy released by a beta particle radioactive decay. It is the sum of the maximum beta-particle kinetic energy and the recoil energy of the atom produced in the reference frame in which the emitting nucleus is at rest before its disintegration."^^xsd:string ;
    qudt:symbol "Qᵦ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:BevelGearPitchAngle a qudt:QuantityKind ;
    rdfs:label "Bevel Gear Pitch Angle"@en ;
    dcterms:description "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\theta$"^^qudt:LatexString ;
    qudt:plainTextDescription "Pitch angle in bevel gears is the angle between an element of a pitch cone and its axis. In external and internal bevel gears, the pitch angles are respectively less than and greater than 90 degrees."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:BiogeochemicalRate a qudt:QuantityKind ;
    rdfs:label "Biogeochemical Rate"@en ;
    dcterms:description "the rate at which a specific chemical element or compound is processed or transformed, as amount per unit mass of the relevant material Unreduced, SI unit is mole * kg-1 * s-1"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:plainTextDescription "the rate at which a specific chemical element or compound is processed or transformed, as amount per unit mass of the relevant material. Unreduced, SI unit is mole * kg-1 * s-1"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BitDataVolume a qudt:QuantityKind ;
    rdfs:label "bit data volume"@en-us ;
    dcterms:description "name for a particular quantity of data on the basis of the binary digit \"Bit\" (basic indissoluble information unit) which can only assume a state of 1 or 0"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Bezeichnung für eine bestimmte Anzahl von Daten auf Basis der Binärziffer Bit (en: Basic Indissoluble Information Unit, dt: kleinstmögliche Informationseinheit), welche nur den Zustand 1 oder 0 annehmen kann"@de ;
    qudt:symbol "0173-1#Z4-BAJ436#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BitTransmissionRate a qudt:QuantityKind ;
    rdfs:label "bit transmission rate"@en-us ;
    dcterms:description "speed with which one bit will be transmitted per second"@en ;
    qudt:applicableUnit unit:OCTET-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Geschwindigkeit, mit der Binärzeichen übertragen werden"@de ;
    qudt:symbol "0173-1#Z4-BAJ295#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BitRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:BitRate .

qudtqk:BraggAngle a qudt:QuantityKind ;
    rdfs:label "Bragg Angle"@en ;
    dcterms:description "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://reference.iucr.org/dictionary/Bragg_angle"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$2d\\sin{\\vartheta} = n\\lambda $"^^qudt:LatexString ;
    qudt:latexSymbol "$\\vartheta$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Bragg Angle\" describes the condition for a plane wave to be diffracted from a family of lattice planes, the angle between the wavevector of the incident plane wave, and the lattice planes."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:Breadth a qudt:QuantityKind ;
    rdfs:label "العرض"@ar,
        "šířka"@cs,
        "Breite"@de,
        "breadth"@en,
        "ancho"@es,
        "عرض"@fa,
        "largeur"@fr,
        "larghezza"@it,
        "幅"@ja,
        "lebar"@ms,
        "szerokość"@pl,
        "largura"@pt,
        "ширина"@ru,
        "širina"@sl,
        "genişliği"@tr,
        "寬度"@zh ;
    dcterms:description "\"Breadth\" is the extent or measure of how broad or wide something is."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wiktionary.org/wiki/breadth"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Breadth\" is the extent or measure of how broad or wide something is."^^xsd:string ;
    qudt:symbol "b"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:BucklingFactor a qudt:QuantityKind ;
    rdfs:label "Buckling Factor"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:symbol "B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:BurgersVector a qudt:QuantityKind ;
    rdfs:label "Burgers Vector"@en ;
    dcterms:description "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Burgers_vector"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Burgers Vector\" is the vector characterizing a dislocation, i.e. the closing vector in a Burgers circuit encircling a dislocation line."^^xsd:string ;
    qudt:symbol "b"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:BurnTime a qudt:QuantityKind ;
    rdfs:label "Burn Time"@en ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:symbol "t"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:ByteDataVolume a qudt:QuantityKind ;
    rdfs:label "byte data volume"@en-us ;
    dcterms:description "particular quantity of data based on a string consisting of 8 bits"@en ;
    qudt:applicableUnit unit:NUM,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Anzahl von Daten auf Basis einer Zeichenfolge, die aus je 8 Bit besteht"@de ;
    qudt:symbol "0173-1#Z4-BAJ435#004"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Count"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:ByteTransmissionRate a qudt:QuantityKind ;
    rdfs:label "byte transmission rate"@en-us ;
    dcterms:description "speed with which 8 bits are transmitted"@en ;
    qudt:applicableUnit unit:BYTE-PER-SEC,
        unit:GigaBYTE-PER-SEC,
        unit:MegaBYTE-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Geschwindigkeit, mit der 8 Binärzeichen übertragen werden"@de ;
    qudt:symbol "0173-1#Z4-BAJ297#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ByteRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ByteRate .

qudtqk:CENTER-OF-GRAVITY_X a qudt:QuantityKind ;
    rdfs:label "Center of Gravity in the X axis"@en ;
    dcterms:isReplacedBy qudtqk:CenterOfGravity_X ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ;
    qudt:symbol "cg"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:CENTER-OF-GRAVITY_Y a qudt:QuantityKind ;
    rdfs:label "Center of Gravity in the Y axis"@en ;
    dcterms:isReplacedBy qudtqk:CenterOfGravity_Y ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ;
    qudt:symbol "cg"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:CENTER-OF-GRAVITY_Z a qudt:QuantityKind ;
    rdfs:label "Center of Gravity in the Z axis"@en ;
    dcterms:isReplacedBy qudtqk:CenterOfGravity_Z ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ;
    qudt:symbol "cg"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:CENTER-OF-MASS a qudt:QuantityKind ;
    rdfs:label "Center of Mass (CoM)"@en ;
    dcterms:description "The point at which the distributed mass of a composite body can be acted upon by a force without inducing any rotation of the composite body."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Center_of_mass"^^xsd:anyURI ;
    qudt:plainTextDescription "The point at which the distributed mass of a composite body can be acted upon by a force without inducing any rotation of the composite body."^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "COM"^^xsd:string ;
    skos:broader qudtqk:PositionVector .

qudtqk:CONTRACT-END-ITEM-SPECIFICATION-MASS a qudt:QuantityKind ;
    rdfs:label "Contract End Item (CEI) Specification Mass."@en ;
    dcterms:description "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "Contractual mass requirement of a delivered item. Note that The term 'control mass' is sometimes utilized as a limit in lieu of CEI mass when a CEI mass does not exist. The term 'Interface Control Document Mass' is another alternative for specifying a contractual mass requirement."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "CEI"^^xsd:string ;
    skos:broader qudtqk:Mass .

qudtqk:CONTROL-MASS a qudt:QuantityKind ;
    rdfs:label "Control Mass."@en ;
    dcterms:description "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "The upper design gross mass limit of a system at a specified mission event against which margins are calculated after accounting for basic masses of flight hardware, MGA, and uncertainties. It may include propellants, crew, and cargo."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:CarrierLifetime a qudt:QuantityKind ;
    rdfs:label "Carrier LifetIme"@en ;
    dcterms:description "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Carrier_lifetime"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\tau, \\tau_n, \\tau_p$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Carrier LifetIme\" is a time constant for recombination or trapping of minority charge carriers in semiconductors."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:CartesianArea a qudt:QuantityKind ;
    rdfs:label "Cartesian Area"@en ;
    dcterms:description "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane."^^qudt:LatexString ;
    qudt:abbreviation "area"^^xsd:string ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Area"^^xsd:anyURI ;
    qudt:latexDefinition "$A = \\int\\int dxdy$, where $x$ and $y$ are cartesian coordinates."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Area\" is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area ;
    skos:closeMatch qudtqk:Area .

qudtqk:CartesianCoordinates a qudt:QuantityKind ;
    rdfs:label "Kartézská soustava souřadnic"@cs,
        "kartesische Koordinaten"@de,
        "Cartesian coordinates"@en,
        "مختصات دکارتی"@fa,
        "coordonnées cartésiennes"@fr,
        "coordinate cartesiane"@it,
        "Koordiant Kartesius"@ms,
        "coordenadas cartesianas"@pt,
        "kartezyen koordinatları"@tr,
        "直角坐标系"@zh ;
    dcterms:description "\"Cartesian Coordinates\" specify each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length. "^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cartesian_coordinate_system"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Cartesian Coordinates\" specify each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length. "^^xsd:string ;
    qudt:symbol "x, y, z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Kartézské souřadnice"@cs ;
    skos:broader qudtqk:Length .

qudtqk:CartesianVolume a qudt:QuantityKind ;
    rdfs:label "حجم"@ar,
        "Обем"@bg,
        "Objem"@cs,
        "Volumen"@de,
        "Επιτάχυνση"@el,
        "volume"@en,
        "volumen"@es,
        "حجم"@fa,
        "volume"@fr,
        "נפח"@he,
        "आयतन"@hi,
        "volume"@it,
        "体積"@ja,
        "Isipadu"@ms,
        "objętość"@pl,
        "volume"@pt,
        "volum"@ro,
        "Объём"@ru,
        "prostornina"@sl,
        "hacim"@tr,
        "体积"@zh ;
    dcterms:description "\"Volume\" is the quantity of three-dimensional space enclosed by some closed boundary, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC-FT,
        unit:AC-FT_US,
        unit:ANGSTROM3,
        unit:BBL,
        unit:BBL_UK_PET,
        unit:BU_US_DRY,
        unit:CentiM3,
        unit:DecaL,
        unit:DecaM3,
        unit:DeciL,
        unit:DeciM3,
        unit:FBM,
        unit:FT3,
        unit:FemtoL,
        unit:GI_UK,
        unit:GI_US,
        unit:GT,
        unit:HectoL,
        unit:IN3,
        unit:KiloCubicFT,
        unit:KiloL,
        unit:L,
        unit:M3,
        unit:MI3,
        unit:MI_UK3,
        unit:MegaL,
        unit:MicroL,
        unit:MicroM3,
        unit:MilliL,
        unit:MilliM3,
        unit:NT,
        unit:NanoL,
        unit:OZ_VOL_UK,
        unit:PINT,
        unit:PINT_UK,
        unit:PK_UK,
        unit:PicoL,
        unit:PlanckVolume,
        unit:QT_UK,
        unit:QT_US,
        unit:STANDARD,
        unit:STR,
        unit:TBSP,
        unit:TON_Register,
        unit:TON_SHIPPING_UK,
        unit:TON_SHIPPING_US,
        unit:TSP,
        unit:YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Volume"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$V = \\int\\int\\int dxdydz$, where $x$, $y$, and $z$ are cartesian coordinates."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Volume\" is the quantity of three-dimensional space enclosed by some closed boundary, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains."^^xsd:string ;
    qudt:symbol "V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Volume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Volume .

qudtqk:CelsiusTemperature a qudt:QuantityKind ;
    rdfs:label "درجة الحرارة المئوية أو السيلسيوس"@ar,
        "teplota"@cs,
        "Celsius-Temperatur"@de,
        "Celsius temperature"@en,
        "temperatura Celsius"@es,
        "دمای سلسیوس/سانتیگراد"@fa,
        "température Celsius"@fr,
        "צלזיוס"@he,
        "सेल्सियस तापमान"@hi,
        "temperatura Celsius"@it,
        "温度"@ja,
        "Suhu Celsius"@ms,
        "temperatura"@pl,
        "temperatura celsius"@pt,
        "temperatură Celsius"@ro,
        "Температура Цельсия"@ru,
        "temperatura"@sl,
        "Celsius sıcaklık"@tr,
        "温度"@zh ;
    dcterms:description "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD023"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD023"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition """"Celsius Temperature", the thermodynamic temperature $T_0$, is exactly $0.01$kelvin below the thermodynamic temperature of the triple point of water.
$t = T - T_0$, where $T$ is Thermodynamic Temperature and $T_0 = 273.15 K$."""^^qudt:LatexString ;
    qudt:plainTextDescription "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/TEMC> ;
    rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ThermodynamicTemperature ;
    prov:wasDerivedFrom qudtqk:ThermodynamicTemperature .

qudtqk:CharacteristicAcousticImpedance a qudt:QuantityKind ;
    rdfs:label "Characteristic Acoustic Impedance"@en ;
    dcterms:description "Characteristic impedance at a point in a non-dissipative medium and for a plane progressive wave, the quotient of the sound pressure $p$ by the component of the sound particle velocity $v$ in the direction of the wave propagation."^^qudt:LatexString ;
    qudt:applicableUnit unit:PA-SEC-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance#Characteristic_acoustic_impedance"^^xsd:anyURI ;
    qudt:latexDefinition "$Z_c = pc$, where $p$ is the sound pressure and $c$ is the phase speed of sound."^^qudt:LatexString ;
    qudt:symbol "Z"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AcousticImpedance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AcousticImpedance .

qudtqk:CharacteristicNumber a qudt:QuantityKind ;
    rdfs:label "characteristic number"@en-us ;
    dcterms:description "quantity of dimension one (as a result of measuring technology theory) which clarifies facts, states or developments and is used as a scale e.g. to represent causes and effects of events"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Größe der Dimension 1 (als Ergebnis der metrisierenden Messtheorie), die Sachverhalte, Zustände oder Entwicklungen verdeutlicht und als Maßstab dient, um z. B. Ursache und Wirkung von Vorgängen in kausalem Zusammenhang darzustellen"@de ;
    qudt:symbol "0173-1#Z4-BAJ279#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:CharacteristicVelocity a qudt:QuantityKind ;
    rdfs:label "Characteristic Velocity"@en ;
    dcterms:description "Characteristic velocity or $c^{*}$ is a measure of the combustion performance of a rocket engine independent of nozzle performance, and is used to compare different propellants and propulsion systems."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:latexSymbol "$c^{*}$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:ChemicalConsumptionPerMass a qudt:QuantityKind ;
    rdfs:label "Chemical Consumption per Mass"@en ;
    qudt:applicableUnit unit:CentiM3-PER-GM,
        unit:DeciL-PER-GM,
        unit:DeciM3-PER-KiloGM,
        unit:FT3-PER-LB,
        unit:IN3-PER-LB,
        unit:L-PER-KiloGM,
        unit:M3-PER-KiloGM,
        unit:MilliL-PER-GM,
        unit:MilliL-PER-KiloGM,
        unit:MilliM3-PER-GM,
        unit:MilliM3-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:plainTextDescription "In the context of a chemical durability test, this is measure of how much of a solution (often a corrosive or reactive one) is consumed or used up per unit mass of a material being tested. In other words, this the volume of solution needed to cause a certain level of chemical reaction or damage to a given mass of the material."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificVolume .

qudtqk:Circulation a qudt:QuantityKind ;
    rdfs:label "Circulation"@en ;
    dcterms:description "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-SEC,
        unit:FT2-PER-HR,
        unit:FT2-PER-SEC,
        unit:IN2-PER-SEC,
        unit:M2-HZ,
        unit:M2-PER-SEC,
        unit:MilliM2-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Circulation_%28fluid_dynamics%29"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:latexSymbol "$\\Gamma$"^^qudt:LatexString ;
    qudt:plainTextDescription "In fluid dynamics, circulation is the line integral around a closed curve of the fluid velocity. It has dimensions of length squared over time."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AreaPerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AreaPerTime .

qudtqk:ClosestApproachRadius a qudt:QuantityKind ;
    rdfs:label "Closest Approach Radius"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:symbol "r_o"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Radius .

qudtqk:CoherenceLength a qudt:QuantityKind ;
    rdfs:label "Coherence Length"@en ;
    dcterms:description "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Coherence_length"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Coherence Length\" characterizes the distance in a superconductor over which the effect of a perturbation is appreciable."^^xsd:string ;
    qudt:symbol "ξ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:ColdReceptorThreshold a qudt:QuantityKind ;
    rdfs:label "Cold Receptor Threshold"@en ;
    dcterms:description "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_c}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Cold Receptor Threshold\" is the threshold of cold-sensitive free nerve-ending."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:CombustionChamberTemperature a qudt:QuantityKind ;
    rdfs:label "Combustion Chamber Temperature"@en ;
    qudt:applicableUnit unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:symbol "T_c"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ThermodynamicTemperature .

qudtqk:ComplexFrequency_Real a qudt:QuantityKind ;
    rdfs:label "real part of complex frequency"^^xsd:string ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD199"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD199"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Frequency .

qudtqk:CompoundPlaneAngle a qudt:QuantityKind ;
    rdfs:label "Compound Plane Angle"@en ;
    dcterms:description "A \"Compound Plane Angle\" is a compound measure of plane angle in degrees, minutes, seconds, and optionally millionth-seconds of arc."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifccompoundplaneanglemeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "A \"Compound Plane Angle\" is a compound measure of plane angle in degrees, minutes, seconds, and optionally millionth-seconds of arc."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PlaneAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PlaneAngle .

qudtqk:CompressibilityFactor a qudt:QuantityKind ;
    rdfs:label "Compressibility Factor"@en ;
    dcterms:description "The compressibility factor ($Z$) is a useful thermodynamic property for modifying the ideal gas law to account for the real gas behaviour. The closer a gas is to a phase change, the larger the deviations from ideal behavior. It is simply defined as the ratio of the molar volume of a gas to the molar volume of an ideal gas at the same temperature and pressure. Values for compressibility are calculated using equations of state (EOS), such as the virial equation and van der Waals equation. The compressibility factor for specific gases can be obtained, with out calculation, from compressibility charts. These charts are created by plotting Z as a function of pressure at constant temperature."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:ConductiveHeatTransferRate a qudt:QuantityKind ;
    rdfs:label "Conductive Heat Transfer Rate"@en ;
    dcterms:description "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-MIN,
        unit:BTU_IT-PER-SEC,
        unit:BTU_TH-PER-HR,
        unit:BTU_TH-PER-MIN,
        unit:BTU_TH-PER-SEC,
        unit:CAL_TH-PER-MIN,
        unit:CAL_TH-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloBTU_TH-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloCAL_TH-PER-HR,
        unit:KiloCAL_TH-PER-MIN,
        unit:KiloCAL_TH-PER-SEC,
        unit:MegaBTU_IT-PER-HR,
        unit:THM_US-PER-HR,
        unit:TON_FG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Phi_k$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Conductive Heat Transfer Rate\" is proportional to temperature gradient and area of contact."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:HeatFlowRate .

qudtqk:ConvectiveHeatTransfer a qudt:QuantityKind ;
    rdfs:label "Convective Heat Transfer"@en ;
    dcterms:description "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. "^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-MIN,
        unit:BTU_IT-PER-SEC,
        unit:BTU_TH-PER-HR,
        unit:BTU_TH-PER-MIN,
        unit:BTU_TH-PER-SEC,
        unit:CAL_TH-PER-MIN,
        unit:CAL_TH-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloBTU_TH-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloCAL_TH-PER-HR,
        unit:KiloCAL_TH-PER-MIN,
        unit:KiloCAL_TH-PER-SEC,
        unit:MegaBTU_IT-PER-HR,
        unit:THM_US-PER-HR,
        unit:TON_FG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer#Convection"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Phi_c$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Convective Heat Transfer\" is convective heat transfer coefficient multiplied by temperature difference and exchange area. "^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:HeatFlowRate .

qudtqk:CrossSectionalArea a qudt:QuantityKind ;
    rdfs:label "Cross-sectional Area"@en ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:CubicExpansionCoefficient a qudt:QuantityKind ;
    rdfs:label "معامل التمدد الحجمى"@ar,
        "Вълново число"@bg,
        "Volumenausdehnungskoeffizient"@de,
        "Κυματαριθμός"@el,
        "cubic expansion coefficient"@en,
        "coeficiente de dilatación cúbica"@es,
        "ضریب انبساط گرمایی"@fa,
        "coefficient de dilatation volumique"@fr,
        "מספר גל"@he,
        "Hullámszám"@hu,
        "coefficiente di dilatazione volumica"@it,
        "線膨張係数"@ja,
        "współczynnik rozszerzalności objętościowej"@pl,
        "coeficiente de dilatação volúmica"@pt,
        "Температурный коэффициент"@ru,
        "kübik genleşme katsayısı"@tr,
        "体膨胀系数"@zh ;
    qudt:applicableUnit unit:M-PER-DEG_C-M,
        unit:MilliM-PER-DEG_C-M,
        unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK,
        unit:PPM-PER-K,
        unit:PPTM-PER-K ;
    qudt:expression "$cubic-exp-coef$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_V = \\frac{1}{V} \\; \\frac{dV}{dT}$, where $V$ is $volume$ and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha_v$"^^qudt:LatexString ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H1T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ExpansionRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ExpansionRatio .

qudtqk:CurrentOfTheAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "current of the amount of substance"@en-us ;
    dcterms:description "ratio of the amount of substance divided by the related time"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient Stoffmenge dividiert durch die zugehörige Zeit"@de ;
    qudt:symbol "0173-1#Z4-BAJ384#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CutoffCurrentRating a qudt:QuantityKind ;
    rdfs:label "I²t-value"@en-us ;
    dcterms:description "cut-off current parameter as rating for fuses and switches, derived from the so-called Joule integral"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Durchlassstrom-Kennwert als Bemessungsgröße für Sicherungen und Schalter, welcher abgeleitet ist aus dem sogenannten Joule-Integral"@de ;
    qudt:symbol "0173-1#Z4-BAJ325#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CyclotronAngularFrequency a qudt:QuantityKind ;
    rdfs:label "Larmor Angular Frequency"@en ;
    dcterms:description "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:PlanckFrequency_Ang,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_cyclotron_resonance"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\omega_c = \\frac{\\left | q \\right |}{m}B$, where $q$ is the electric charge, $m$ is its mass, and $B$ is the magnetic flux density."^^qudt:LatexString ;
    qudt:latexSymbol "$\\omega_c$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Cyclotron Angular Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularFrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularFrequency .

qudtqk:DELTA-V a qudt:QuantityKind ;
    rdfs:label "Delta-V"@en ;
    dcterms:description "The change in translational velocity including all losses for a propulsive system or module. Delta-V losses include, but are not limited to, gravity losses and steering losses."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Delta-v"^^xsd:anyURI ;
    qudt:latexSymbol "$\\bigtriangleup v$"^^qudt:LatexString ;
    qudt:plainTextDescription "The change in translational velocity including all losses for a propulsive system or module. Delta-V losses include, but are not limited to, gravity losses and steering losses."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:DRY-MASS a qudt:QuantityKind ;
    rdfs:label "Dry Mass"@en ;
    dcterms:description "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "Mass of a system without the propellants, pressurants, reserve or residual fluids, personnel and personnel provisions, and cargo."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:DataTransmissionRate a qudt:QuantityKind ;
    rdfs:label "data transmission rate"@en-us ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DatasetOfBytes a qudt:QuantityKind ;
    rdfs:label "dataset of bytes"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD028"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD028"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DebyeAngularFrequency a qudt:QuantityKind ;
    rdfs:label "Debye Angular Frequency"@en ;
    dcterms:description "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:PlanckFrequency_Ang,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Debye_model#Debye_frequency"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\omega_b$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Debye Angular Frequency\" is the cut-off angular frequency in the Debye model of the vibrational spectrum of a solid."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularFrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularFrequency .

qudtqk:DebyeTemperature a qudt:QuantityKind ;
    rdfs:label "Debye Temperature"@en ;
    dcterms:description "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Debye_model"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Theta_D = \\frac{\\hbar\\omega_D}{k}$, where $k$ is the Boltzmann constant, $\\hbar$ is the reduced Planck constant, and $\\omega_D$ is the Debye angular frequency."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Theta_D$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Debye Temperature\" is the temperature at which the highest-frequency mode (and hence all modes) are excited."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:DensityInCombustionChamber a qudt:QuantityKind ;
    rdfs:label "Density In Combustion Chamber"@en ;
    qudt:applicableUnit unit:DEGREE_BALLING,
        unit:DEGREE_BAUME,
        unit:DEGREE_BAUME_US_HEAVY,
        unit:DEGREE_BAUME_US_LIGHT,
        unit:DEGREE_BRIX,
        unit:DEGREE_OECHSLE,
        unit:DEGREE_PLATO,
        unit:DEGREE_TWADDELL,
        unit:FemtoGM-PER-L,
        unit:GM-PER-CentiM3,
        unit:GM-PER-DeciL,
        unit:GM-PER-DeciM3,
        unit:GM-PER-L,
        unit:GM-PER-M3,
        unit:GM-PER-MilliL,
        unit:GRAIN-PER-GAL,
        unit:GRAIN-PER-GAL_US,
        unit:GRAIN-PER-M3,
        unit:KiloGM-PER-CentiM3,
        unit:KiloGM-PER-DeciM3,
        unit:KiloGM-PER-L,
        unit:KiloGM-PER-M3,
        unit:LB-PER-FT3,
        unit:LB-PER-GAL,
        unit:LB-PER-GAL_UK,
        unit:LB-PER-GAL_US,
        unit:LB-PER-IN3,
        unit:LB-PER-M3,
        unit:LB-PER-YD3,
        unit:MegaGM-PER-M3,
        unit:MicroGM-PER-DeciL,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-M3,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-DeciL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-DeciL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-M3,
        unit:NanoGM-PER-MicroL,
        unit:NanoGM-PER-MilliL,
        unit:OZ-PER-GAL_IMP,
        unit:OZ-PER-GAL_UK,
        unit:OZ-PER-GAL_US,
        unit:OZ-PER-IN3,
        unit:OZ-PER-YD3,
        unit:PicoGM-PER-L,
        unit:PicoGM-PER-MilliL,
        unit:PlanckDensity,
        unit:SLUG-PER-FT3,
        unit:TONNE-PER-M3,
        unit:TON_LONG-PER-YD3,
        unit:TON_Metric-PER-M3,
        unit:TON_SHORT-PER-YD3,
        unit:TON_UK-PER-YD3,
        unit:TON_US-PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:latexSymbol "$\\rho_c$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MassDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassDensity .

qudtqk:DensityOfTheExhaustGases a qudt:QuantityKind ;
    rdfs:label "Density Of The Exhaust Gases"@en ;
    qudt:applicableUnit unit:DEGREE_BALLING,
        unit:DEGREE_BAUME,
        unit:DEGREE_BAUME_US_HEAVY,
        unit:DEGREE_BAUME_US_LIGHT,
        unit:DEGREE_BRIX,
        unit:DEGREE_OECHSLE,
        unit:DEGREE_PLATO,
        unit:DEGREE_TWADDELL,
        unit:FemtoGM-PER-L,
        unit:GM-PER-CentiM3,
        unit:GM-PER-DeciL,
        unit:GM-PER-DeciM3,
        unit:GM-PER-L,
        unit:GM-PER-M3,
        unit:GM-PER-MilliL,
        unit:GRAIN-PER-GAL,
        unit:GRAIN-PER-GAL_US,
        unit:GRAIN-PER-M3,
        unit:KiloGM-PER-CentiM3,
        unit:KiloGM-PER-DeciM3,
        unit:KiloGM-PER-L,
        unit:KiloGM-PER-M3,
        unit:LB-PER-FT3,
        unit:LB-PER-GAL,
        unit:LB-PER-GAL_UK,
        unit:LB-PER-GAL_US,
        unit:LB-PER-IN3,
        unit:LB-PER-M3,
        unit:LB-PER-YD3,
        unit:MegaGM-PER-M3,
        unit:MicroGM-PER-DeciL,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-M3,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-DeciL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-DeciL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-M3,
        unit:NanoGM-PER-MicroL,
        unit:NanoGM-PER-MilliL,
        unit:OZ-PER-GAL_IMP,
        unit:OZ-PER-GAL_UK,
        unit:OZ-PER-GAL_US,
        unit:OZ-PER-IN3,
        unit:OZ-PER-YD3,
        unit:PicoGM-PER-L,
        unit:PicoGM-PER-MilliL,
        unit:PlanckDensity,
        unit:SLUG-PER-FT3,
        unit:TONNE-PER-M3,
        unit:TON_LONG-PER-YD3,
        unit:TON_Metric-PER-M3,
        unit:TON_SHORT-PER-YD3,
        unit:TON_UK-PER-YD3,
        unit:TON_US-PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Density"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Density .

qudtqk:Depth a qudt:QuantityKind ;
    rdfs:label "Depth"@en ;
    dcterms:description "Depth typically refers to the vertical measure of length from the surface of a liquid."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "Depth typically refers to the vertical measure of length from the surface of a liquid."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:Diameter a qudt:QuantityKind ;
    rdfs:label "قطر"@ar,
        "průměr"@cs,
        "Durchmesser"@de,
        "diameter"@en,
        "diámetro"@es,
        "قطر"@fa,
        "diamètre"@fr,
        "diametro"@it,
        "直径"@ja,
        "średnica"@pl,
        "diâmetro"@pt,
        "диаметр"@ru,
        "premer"@sl,
        "çap"@tr,
        "直径"@zh ;
    dcterms:description "In classical geometry, the \"Diameter\" of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle. "^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Diameter"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Diameter"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$d = 2r$, where $r$ is the radius of the circle."^^qudt:LatexString ;
    qudt:plainTextDescription "In classical geometry, the \"Diameter\" of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle. "^^xsd:string ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:DiffusionArea a qudt:QuantityKind ;
    rdfs:label "Diffusion Area"@en ;
    dcterms:description "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+area"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Diffusion Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the point where a neutron enters a specified class and the point where it leaves that class."^^xsd:string ;
    qudt:symbol "L^2"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:DiffusionCoefficientForFluenceRate a qudt:QuantityKind ;
    rdfs:label "Diffusion Coefficient for Fluence Rate"@en ;
    dcterms:description "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ."^^qudt:LatexString ;
    qudt:abbreviation "m"^^xsd:string ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI ;
    qudt:latexDefinition "$D_\\varphi = -\\frac{J_x}{\\frac{\\partial d\\varphi}{\\partial dx}}$, where $J_x$ is the $x-component$ of the particle current and $\\varphi$ is the particle fluence rate."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Diffusion Coefficient for Fluence Rate\" is a proportionality constant between the ."^^xsd:string ;
    qudt:symbol "Dᵩ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:DiffusionLength a qudt:QuantityKind ;
    rdfs:label "Diffusion Length"@en ;
    dcterms:description "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/diffusion+length"^^xsd:anyURI ;
    qudt:latexDefinition "$L = \\sqrt{L^2}$, where $L^2$ is the diffusion area."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Diffusion Length\" is the average distance traveled by a particle, or a thermal neutron in a nuclear reactor, from the point at which it is formed to the point at which it is absorbed."^^xsd:string ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:Displacement a qudt:QuantityKind ;
    rdfs:label "Displacement"@en ;
    dcterms:description "\"Displacement\" is the shortest distance from the initial to the final position of a point P."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Displacement_(vector)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Delta r =  R_f - R_i$, where $R_f$ is the final position and $R_i$ is the initial position."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Delta r$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Displacement\" is the shortest distance from the initial to the final position of a point P."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:DisplacementVectorOfIon a qudt:QuantityKind ;
    rdfs:label "Displacement Vector of Ion"@en ;
    dcterms:description "\"Displacement Vector of Ion\" is the ."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Displacement"^^xsd:anyURI ;
    qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Displacement Vector of Ion\" is the ."^^xsd:string ;
    qudt:symbol "u"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:DistanceTraveledDuringBurn a qudt:QuantityKind ;
    rdfs:label "Distance Traveled During a Burn"@en ;
    qudt:applicableUnit unit:MI,
        unit:MicroIN,
        unit:PT_BIG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:symbol "s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Distance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Distance .

qudtqk:DonorDensity a qudt:QuantityKind ;
    rdfs:label "Donor Density"@en ;
    dcterms:description "\"Donor Density\" is the number per volume of donor levels."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Donor Density\" is the number per volume of donor levels."^^xsd:string ;
    qudt:symbol "n_d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:DoseEquivalentRate a qudt:QuantityKind ;
    rdfs:label "dose equivalent rate"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD034"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD034"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DragCoefficient a qudt:QuantityKind ;
    rdfs:label "Drag Coefficient"@en ;
    dcterms:description "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "In fluid dynamics, the drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment such as air or water."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:symbol "C_D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:DragForce a qudt:QuantityKind ;
    rdfs:label "Drag Force"@en ;
    dcterms:description """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity.
Drag forces always decrease fluid velocity relative to the solid object in the fluid's path."""^^xsd:string ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:plainTextDescription """In fluid dynamics, drag refers to forces which act on a solid object in the direction of the relative fluid flow velocity. Unlike other resistive forces such as dry friction, which is nearly independent of velocity, drag forces depend on velocity.
Drag forces always decrease fluid velocity relative to the solid object in the fluid's path."""^^xsd:string ;
    qudt:symbol "D or F_D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:DryBulbTemperature a qudt:QuantityKind ;
    rdfs:label "Dry Bulb Temperature"@en ;
    dcterms:description "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:plainTextDescription "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:DynamicFriction a qudt:QuantityKind ;
    rdfs:label "Dynamic Friction"@en ;
    dcterms:description "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Friction .

qudtqk:DynamicFrictionCoefficient a qudt:QuantityKind ;
    rdfs:label "Dynamic Friction Coefficient"@en ;
    dcterms:description "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu = \\frac{F}{N}$, where $F$ is the tangential component of the contact force and $N$ is the normal component of the contact force between two sliding bodies."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "Kinetic (or dynamic) friction occurs when two objects are moving relative to each other and rub together (like a sled on the ground)."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:FrictionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:FrictionCoefficient .

qudtqk:EarthClosestApproachVehicleVelocity a qudt:QuantityKind ;
    rdfs:label "Earth Closest Approach Vehicle Velocity"@en ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:symbol "V_o"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:VehicleVelocity .

qudtqk:EccentricityOfOrbit a qudt:QuantityKind ;
    rdfs:label "Eccentricity Of Orbit"@en ;
    dcterms:description "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\varepsilon$"^^qudt:LatexString ;
    qudt:plainTextDescription "The orbital eccentricity of an astronomical object is a parameter that determines the amount by which its orbit around another body deviates from a perfect circle. In a two-body problem with inverse-square-law force, every orbit is a Kepler orbit. The eccentricity of this Kepler orbit is a positive number that defines its shape."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:EffectiveExhaustVelocity a qudt:QuantityKind ;
    rdfs:label "Effective Exhaustvelocity"@en ;
    dcterms:description "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "The velocity of an exhaust stream after reduction by effects such as friction, non-axially directed flow, and pressure differences between the inside of the rocket and its surroundings. The effective exhaust velocity is one of two factors determining the thrust, or accelerating force, that a rocket can develop, the other factor being the quantity of reaction mass expelled from the rocket in unit time. In most cases, the effective exhaust velocity is close to the actual exhaust velocity."^^xsd:string ;
    qudt:symbol "v_{e}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:EffectiveMass a qudt:QuantityKind ;
    rdfs:label "Effective Mass"@en ;
    dcterms:description "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Effective_mass_(solid-state_physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$m^* = \\hbar^2k(\\frac{d\\varepsilon}{dk})$, where $\\hbar$ is the reduced Planck constant, $k$ is the wavenumber, and $\\varepsilon$ is the energy of the electron."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Effective Mass\" is used in the motional equation for electrons in solid state bodies, depending on the wavenumber and corresponding to its velocity and energy level."^^xsd:string ;
    qudt:symbol "m^*"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:Efficiency a qudt:QuantityKind ;
    rdfs:label "كفاءة"@ar,
        "Wirkungsgrad"@de,
        "efficiency"@en,
        "rendimiento"@es,
        "rendement"@fr,
        "efficienza"@it,
        "効率"@ja,
        "sprawność"@pl,
        "eficiência"@pt,
        "коэффициент полезного действия"@ru,
        "效率"@zh ;
    dcterms:description "Efficiency is the ratio of output power to input power."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\eta = \\frac{P_{out}}{P_{in}}$, where $P_{out}$ is the output power and $P_{in}$ is the input power."^^qudt:LatexString ;
    qudt:latexSymbol "$\\eta$"^^qudt:LatexString ;
    qudt:plainTextDescription "Efficiency is the ratio of output power to input power."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "rendimento"@it ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:EinsteinTransitionProbabilityForSpontaneousOrInducedEmissionAndAbsorption a qudt:QuantityKind ;
    rdfs:label "Einstein transition probability for spontaneous or induced emission and absorption"@en-us ;
    dcterms:description "nuclear constant for the special transition where the probability of the absorption, spontaneous emission or induced emission of energy depends on the number of existing quantums of light, expressed as energy density in the wave model of light: energy divided by volume and frequency"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ;
    qudt:plainTextDescription "atomare Konstante für den speziellen Übergang, wobei die Wahrscheinlichkeit der Absorption, der spontanen Emission und der induzierte Emission von Energie abhängig ist von der Zahl der vorhandenen Lichtquanten, ausgedrückt als Energiedichte im Wellenmodell des Lichtes: Energie durch Volumen und Frequenz"@de ;
    qudt:symbol "0173-1#Z4-BAJ456#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricDisplacementField a qudt:QuantityKind ;
    rdfs:label "Electric Displacement Field"@en ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-CentiM2,
        unit:C-PER-M2,
        unit:C-PER-MilliM2,
        unit:C_Ab-PER-CentiM2,
        unit:C_Stat-PER-CentiM2,
        unit:KiloC-PER-M2,
        unit:MegaC-PER-M2,
        unit:MicroC-PER-M2,
        unit:MilliC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricChargePerArea .

qudtqk:ElectricPropulsionPropellantMass a qudt:QuantityKind ;
    rdfs:label "Electric Propulsion Propellant Mass"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PropellantMass .

qudtqk:ElectricalPowerToMassRatio a qudt:QuantityKind ;
    rdfs:label "Electrical Power To Mass Ratio"@en ;
    qudt:applicableUnit unit:ERG-PER-GM-SEC,
        unit:GRAY-PER-HR,
        unit:GRAY-PER-MIN,
        unit:GRAY-PER-SEC,
        unit:MicroGRAY-PER-HR,
        unit:MicroGRAY-PER-MIN,
        unit:MicroGRAY-PER-SEC,
        unit:MicroSV-PER-MIN,
        unit:MicroSV-PER-SEC,
        unit:MilliGRAY-PER-HR,
        unit:MilliGRAY-PER-MIN,
        unit:MilliGRAY-PER-SEC,
        unit:MilliRAD_R-PER-HR,
        unit:MilliSV-PER-HR,
        unit:MilliSV-PER-MIN,
        unit:MilliSV-PER-SEC,
        unit:MilliW-PER-MilliGM,
        unit:NanoGRAY-PER-HR,
        unit:NanoGRAY-PER-MIN,
        unit:NanoGRAY-PER-SEC,
        unit:NanoSV-PER-HR,
        unit:NanoSV-PER-MIN,
        unit:NanoSV-PER-SEC,
        unit:REM-PER-SEC,
        unit:SV-PER-HR,
        unit:SV-PER-MIN,
        unit:SV-PER-SEC,
        unit:W-PER-GM,
        unit:W-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:latexSymbol "$\\xi$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificPower .

qudtqk:ElectromotiveForce a qudt:QuantityKind ;
    rdfs:label "قوة محركة كهربائية"@ar,
        "Elektromotorické napětí"@cs,
        "elektromotorische Kraft"@de,
        "electromotive force"@en,
        "fuerza electromotriz"@es,
        "نیروی محرک الکتریکی"@fa,
        "force électromotrice"@fr,
        "विद्युतवाहक बल"@hi,
        "forza elettromotrice"@it,
        "起電力"@ja,
        "Daya gerak elektrik"@ms,
        "siła elektromotoryczna"@pl,
        "força eletromotriz"@pt,
        "forță electromotoare"@ro,
        "электродвижущая сила"@ru,
        "elektromotorna sila"@sl,
        "Elektromotor kuvvet"@tr,
        "電動勢"@zh ;
    dcterms:description """
  In physics, $\\textit{Electromotive Force}$, or most commonly $emf$ (seldom capitalized), or (occasionally) electromotance is that which tends to cause current (actual electrons and ions) to flow. 
  More formally, $emf$ is the external work expended per unit of charge to produce an electric potential difference across two open-circuited terminals.
  $\\textit{Electromotive Force}$ is deprecated in the ISO System of Quantities.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electromotive_force"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyPerElectricCharge .

qudtqk:ElectronAffinity a qudt:QuantityKind ;
    rdfs:label "Electron Affinity"@en ;
    dcterms:description """
  $\\textit{Electron Affinity}$ is the energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor. 
  The amount of energy released when an electron is added to a neutral atom or molecule to form a negative ion.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_affinity"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Electron Affinity\" is the energy difference between an electron at rest at infinity and an electron at the lowest level of the conduction band in an insulator or semiconductor. The the amount of energy released when an electron is added to a neutral atom or molecule to form a negative ion."^^xsd:string ;
    qudt:symbol "χ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:ElectronDensity a qudt:QuantityKind ;
    rdfs:label "Electron Density"@en ;
    dcterms:description """
  $\\textit{Electron Density}$ is the number of electrons per volume in conduction bands. 
  It is the measure of the probability of an electron being present at a specific location.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_density"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Electron Density\" is the number of electrons per volume in conduction bands. It is the measure of the probability of an electron being present at a specific location."^^xsd:string ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:ElectronMeanFreePath a qudt:QuantityKind ;
    rdfs:label "Electron Mean Free Path"@en ;
    dcterms:description """
  $\\textit{Electron Mean Free Path}$ is the mean free path of electrons.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Electron Mean Free Path\" is the mean free path of electrons."^^xsd:string ;
    qudt:symbol "l_e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:ElectronMobility a qudt:QuantityKind ;
    rdfs:label "electron mobility"^^xsd:string ;
    qudt:applicableUnit unit:CentiM2-PER-V-SEC,
        unit:M2-PER-V-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD119"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD119"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Mobility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mobility .

qudtqk:ElectronRadius a qudt:QuantityKind ;
    rdfs:label "Electron Radius"@en ;
    dcterms:description """
  $\\textit{Electron Radius}$, also known as the Lorentz radius or the Thomson scattering length, is based on a classical (i.e., non-quantum) relativistic model of the electron.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Classical_electron_radius"^^xsd:anyURI ;
    qudt:latexDefinition "$r_e = \\frac{e^2}{4\\pi m_e c_0^2}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, item $m_e$ is the rest mass of electrons, and $c_0$ is the speed of light in vacuum."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Electron Radius\", also known as the Lorentz radius or the Thomson scattering length, is based on a classical (i.e., non-quantum) relativistic model of the electron."^^xsd:string ;
    qudt:symbol "r_e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:EllipticalOrbitApogeeVelocity a qudt:QuantityKind ;
    rdfs:label "Elliptical Orbit Apogee Velocity"@en ;
    dcterms:description "Velocity at apogee for an elliptical orbit velocity"^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "Velocity at apogee for an elliptical orbit velocity"^^xsd:string ;
    qudt:symbol "V_a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:VehicleVelocity .

qudtqk:EllipticalOrbitPerigeeVelocity a qudt:QuantityKind ;
    rdfs:label "Elliptical Orbit Perigee Velocity"@en ;
    dcterms:description "Velocity at apogee for an elliptical orbit velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "Velocity at apogee for an elliptical orbit velocity."^^xsd:string ;
    qudt:symbol "V_p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:VehicleVelocity .

qudtqk:EnergyContent a qudt:QuantityKind ;
    rdfs:label "energy content"^^xsd:string,
        "energy content"@en-us ;
    dcterms:description "saved quantity of energy which can be used physically or chemically"@en ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD046"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD046"^^xsd:anyURI ;
    qudt:plainTextDescription "gespeicherte Energiemenge, die physikalisch oder chemisch nutzbar ist"@de ;
    qudt:symbol "0173-1#Z4-BAJ319#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:EnergyExpenditure a qudt:QuantityKind ;
    rdfs:label "Energy Expenditure"@en ;
    dcterms:description """Energy expenditure is dependent on a person's sex, metabolic rate, body-mass composition, the thermic effects of food, and activity level.  The approximate energy expenditure of a man lying in bed is $1.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. For slow walking (just over two miles per hour), $3.0\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$. For fast steady running (about 10 miles per hour), $16.3\\,kilo\\,calorie\\,per\\,hour\\,per\\,kilogram$.
Females expend about 10 per cent less energy than males of the same size doing a comparable activity.  For people weighing the same, individuals with a high percentage of body fat usually expend less energy than lean people, because fat is not as metabolically active as muscle."""^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/9780198631477.001.0001/acref-9780198631477-e-594"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyFluenceRate a qudt:QuantityKind ;
    rdfs:label "Energy Fluence Rate"@en ;
    dcterms:description "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Psi = \\frac{d\\Psi}{dt}$, where $d\\Psi$ is the increment of the energy fluence during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Energy Fluence Rate\" can be used to describe the energy fluence delivered per unit time."^^xsd:string ;
    qudt:symbol "Ψ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:EnergyImparted a qudt:QuantityKind ;
    rdfs:label "Energy Imparted"@en ;
    dcterms:description "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ;
    qudt:latexDefinition "For ionizing radiation in the matter in a given 3D domain, $\\varepsilon = \\sum_i \\varepsilon_i$, where the energy deposit, $\\varepsilon_i$ is the energy deposited in a single interaction $i$, and is given by $\\varepsilon_i = \\varepsilon_{in} - \\varepsilon_{out} + Q$, where $\\varepsilon_{in}$ is the energy of the incident ionizing particle, excluding rest energy, $\\varepsilon_{out}$ is the sum of the energies of all ionizing particles leaving the interaction, excluding rest energy, and $Q$ is the change in the rest energies of the nucleus and of all particles involved in the interaction."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Energy Imparted\", is a physical quantity associated with the energy delivered to a particular volume of matter by all the directly and indirectly ionizing particles (i.e. charged and uncharged) entering that volume."^^xsd:string ;
    qudt:symbol "ε"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:EnergyKinetic a qudt:QuantityKind ;
    rdfs:label "طاقة حركية"@ar,
        "kinetická energie"@cs,
        "kinetische Energie"@de,
        "kinetic energy"@en,
        "energía cinética"@es,
        "انرژی جنبشی"@fa,
        "énergie cinétique"@fr,
        "गतिज ऊर्जा"@hi,
        "energia cinetica"@it,
        "運動エネルギー"@ja,
        "Tenaga kinetik"@ms,
        "energia kinetyczna"@pl,
        "energia cinética"@pt,
        "Energie cinetică"@ro,
        "кинетическая энергия"@ru,
        "Kinetik enerji"@tr,
        "动能"@zh ;
    dcterms:description "The kinetic energy of an object is the energy which it possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to its stated velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI ;
    qudt:plainTextDescription "The kinetic energy of an object is the energy which it possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to its stated velocity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:EnergyLevel a qudt:QuantityKind ;
    rdfs:label "Energy Level"@en ;
    dcterms:description "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Energy Level\" is the ionization energy for an electron at the Fermi energy in the interior of a substance."^^xsd:string ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:Energy_Squared a qudt:QuantityKind ;
    rdfs:label "Square Energy"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M2H0T-4D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EquilibriumConstantBasedOnConcentration a qudt:QuantityKind ;
    rdfs:label "equilibrium constant based on concentration"@en-us ;
    dcterms:description "Kc = ΠB(cB)νB for solutions"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Kc = ΠB(cB)νB für Lösungen"@de ;
    qudt:symbol "0173-1#Z4-BAJ458#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EquilibriumConstantBasedOnPressure a qudt:QuantityKind ;
    rdfs:label "equilibrium constant based on pressure"@en-us ;
    dcterms:description "Kp = ΠB(pB)νB for gases"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "Kp = ΠB(pB)νB für Gase"@de ;
    qudt:symbol "0173-1#Z4-BAJ459#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EquilibriumPositionVectorOfIon a qudt:QuantityKind ;
    rdfs:label "Equilibrium Position Vector of Ion"@en ;
    dcterms:description "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Equilibrium Position Vector of Ion\" is the position vector of a particle in equilibrium."^^xsd:string ;
    qudt:symbol "R_0"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:EquivalenceDoseOutput a qudt:QuantityKind ;
    rdfs:label "equivalence dose output"@en-us ;
    dcterms:description "ratio of equivalence dose within an appropriately small interval to this interval, calculated as the differential quotient: q • D = q • ∂D/∂t as a measure of the current radiation exposure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:plainTextDescription "Quotient aus der Äquivalenzdosis in einer angemessenen kleinen Zeitspanne und dieser Zeitspanne, berechenbar als Differentialquotient: q • D = q • ∂D/∂t als Maß für die aktuelle Strahlenbelastung"@de ;
    qudt:symbol "0173-1#Z4-BAJ450#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EquivalentAbsorptionArea a qudt:QuantityKind ;
    rdfs:label "Equivalent absorption area"@en ;
    dcterms:description "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power."^^qudt:LatexString ;
    qudt:abbreviation "m2"^^xsd:string ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "https://www.acoustic-glossary.co.uk/sound-absorption.htm#:~:text=Equivalent%20Sound%20Absorption%20Area%20(A,reverberation%20time%20in%20a%20room."^^xsd:anyURI ;
    qudt:plainTextDescription "In a diffuse sound field, the Equivalent Absorption Area is that area of a surface having an absorption factor equal to 1, which, if diffraction effects are neglected, would, in the same diffuse sound field, absorb the same power."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:EquivalentConcentration a qudt:QuantityKind ;
    rdfs:label "Equivalent Concentration"@en ;
    dcterms:description """"Equivalent Concentration" is the amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of 
another substance in a given chemical reaction, per volume."""^^rdf:HTML ;
    qudt:applicableUnit unit:CentiMOL-PER-L,
        unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:NanoMOL-PER-L,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_(chemistry)"^^xsd:anyURI ;
    qudt:plainTextDescription "The amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of another substance in a given chemical reaction, per volume."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Concentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Concentration .

qudtqk:EquivalentDensity a qudt:QuantityKind ;
    rdfs:label "Equivalent Density"@en ;
    dcterms:description """"Equivalent Density" is the mass of a substance that reacts with (or is equivalent to) an arbitrary mass of 
another substance in a given chemical reaction, per volume."""^^rdf:HTML ;
    qudt:applicableUnit unit:DEGREE_BALLING,
        unit:DEGREE_BAUME,
        unit:DEGREE_BAUME_US_HEAVY,
        unit:DEGREE_BAUME_US_LIGHT,
        unit:DEGREE_BRIX,
        unit:DEGREE_OECHSLE,
        unit:DEGREE_PLATO,
        unit:DEGREE_TWADDELL,
        unit:FemtoGM-PER-L,
        unit:GM-PER-CentiM3,
        unit:GM-PER-DeciL,
        unit:GM-PER-DeciM3,
        unit:GM-PER-L,
        unit:GM-PER-M3,
        unit:GM-PER-MilliL,
        unit:GRAIN-PER-GAL,
        unit:GRAIN-PER-GAL_US,
        unit:GRAIN-PER-M3,
        unit:KiloGM-PER-CentiM3,
        unit:KiloGM-PER-DeciM3,
        unit:KiloGM-PER-L,
        unit:KiloGM-PER-M3,
        unit:LB-PER-FT3,
        unit:LB-PER-GAL,
        unit:LB-PER-GAL_UK,
        unit:LB-PER-GAL_US,
        unit:LB-PER-IN3,
        unit:LB-PER-M3,
        unit:LB-PER-YD3,
        unit:MegaGM-PER-M3,
        unit:MicroGM-PER-DeciL,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-M3,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-DeciL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-DeciL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-M3,
        unit:NanoGM-PER-MicroL,
        unit:NanoGM-PER-MilliL,
        unit:OZ-PER-GAL_IMP,
        unit:OZ-PER-GAL_UK,
        unit:OZ-PER-GAL_US,
        unit:OZ-PER-IN3,
        unit:OZ-PER-YD3,
        unit:PicoGM-PER-L,
        unit:PicoGM-PER-MilliL,
        unit:PlanckDensity,
        unit:SLUG-PER-FT3,
        unit:TONNE-PER-M3,
        unit:TON_LONG-PER-YD3,
        unit:TON_Metric-PER-M3,
        unit:TON_SHORT-PER-YD3,
        unit:TON_UK-PER-YD3,
        unit:TON_US-PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Density"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Density .

qudtqk:Equivalent_Molar a qudt:QuantityKind ;
    rdfs:label "Molar Equivalent"@en ;
    dcterms:description """"Molar Equivalent" is the amount of a substance that reacts with (or is equivalent to) an arbitrary amount (typically one mole) of 
another substance in a given chemical reaction."""^^rdf:HTML ;
    qudt:applicableUnit unit:CentiMOL,
        unit:FemtoMOL,
        unit:IU,
        unit:KiloMOL,
        unit:MOL,
        unit:MOL_LB,
        unit:MicroMOL,
        unit:MilliMOL,
        unit:MilliOSM,
        unit:NanoMOL,
        unit:OSM,
        unit:PicoMOL,
        unit:SCF,
        unit:SCM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Equivalent_(chemistry)"^^xsd:anyURI ;
    qudt:symbol "equiv"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AmountOfSubstance .

qudtqk:EvaporativeHeatTransfer a qudt:QuantityKind ;
    rdfs:label "Evaporative Heat Transfer"@en ;
    dcterms:description "\"Evaporative Heat Transfer\" is "^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Phi_e$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Evaporative Heat Transfer\" is "^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ExhaustGasMeanMolecularWeight a qudt:QuantityKind ;
    rdfs:label "Exhaust Gas Mean Molecular Weight"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ExhaustGasesSpecificHeat a qudt:QuantityKind ;
    rdfs:label "Exhaust Gases Specific Heat"@en ;
    dcterms:description "Specific heat of exhaust gases at constant pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F,
        unit:BTU_IT-PER-LB-DEG_R,
        unit:BTU_TH-PER-LB-DEG_F,
        unit:CAL_IT-PER-GM-DEG_C,
        unit:CAL_IT-PER-GM-K,
        unit:CAL_TH-PER-GM-DEG_C,
        unit:CAL_TH-PER-GM-K,
        unit:J-PER-GM-DEG_C,
        unit:J-PER-GM-K,
        unit:J-PER-KiloGM-DEG_C,
        unit:J-PER-KiloGM-K,
        unit:KiloCAL-PER-GM-DEG_C,
        unit:KiloJ-PER-KiloGM-K,
        unit:M2-PER-SEC2-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:plainTextDescription "Specific heat of exhaust gases at constant pressure."^^xsd:string ;
    qudt:symbol "c_p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificHeatCapacity .

qudtqk:ExhaustStreamPower a qudt:QuantityKind ;
    rdfs:label "Exhaust Stream Power"@en ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Power .

qudtqk:ExitPlaneCrossSectionalArea a qudt:QuantityKind ;
    rdfs:label "Exit Plane Cross-sectional Area"@en ;
    dcterms:description "Cross-sectional area at exit plane of nozzle"^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:plainTextDescription "Cross-sectional area at exit plane of nozzle"^^xsd:string ;
    qudt:symbol "A_{e}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:ExitPlanePressure a qudt:QuantityKind ;
    rdfs:label "Exit Plane Pressure"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:symbol "p_{e}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:ExitPlaneTemperature a qudt:QuantityKind ;
    rdfs:label "Exit Plane Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:symbol "T_e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:Exposure a qudt:QuantityKind ;
    rdfs:label "Exposure"@en ;
    dcterms:description "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-KiloGM,
        unit:A-M2-PER-J-SEC,
        unit:C-PER-KiloGM,
        unit:HZ-PER-T,
        unit:KiloR,
        unit:MegaHZ-PER-T,
        unit:MilliC-PER-KiloGM,
        unit:MilliR,
        unit:PER-T-SEC,
        unit:R ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Exposure"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Exposure_%28photography%29"^^xsd:anyURI,
        "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "For X-or gamma radiation, $X = \\frac{dQ}{dm}$, where $dQ$ is the absolute value of the mean total electric charge of the ions of the same sign produced in dry air when all the electrons and positrons liberated or created by photons in an element of air are completely stopped in air, and $dm$ is the mass of that element."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/XPOS> ;
    qudt:symbol "X"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricChargePerMass .

qudtqk:ExposureOfIonizingRadiation a qudt:QuantityKind ;
    rdfs:label "exposure of ionizing radiation"@en-us ;
    dcterms:description "measure of an electromagnetic radiation field to which a material is exposed in terms of ionization, which the radiation produces as reference material air, expressed as ratio of ∂Q and ∂m, where ∂Q is the absolute value of the total charge of the ions of one sign produced in the air of mass ∂m when all of the electrons (and positrons) liberated by photons in this mass element are completely stopped"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:plainTextDescription "Maß für die Wirkung eines elektromagnetischen Feldes auf Materie in Form der Ionisation, die die Strahlung im Referenzmaterial Luft erzeugt, ausgedrückt als Quotient aus ∂Q und ∂m, wobei ∂Q der Absolutwert der gesamten elektrischen Ladung der Ionen eines Vorzeichens ist, die in Luft der Masse ∂m gebildet wird, wenn in diesem Massenelement alle Elektronen (und Positronen), die durch die Photonen freigesetzt werden, komplett gestoppt werden"@de ;
    qudt:symbol "0173-1#Z4-BAJ326#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ExposureRateOfIonizingRadiation a qudt:QuantityKind ;
    rdfs:label "exposure rate of ionizing radiation"@en-us ;
    dcterms:description "ratio between the exposure of ionizing radiation dJ in a time interval and the duration dt of this interval"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:plainTextDescription "Quotient Ionendosis dJ in einem Zeitintervall durch Dauer dt dieses Zeitintervalls"@de ;
    qudt:symbol "0173-1#Z4-BAJ327#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FLIGHT-PERFORMANCE-RESERVE-PROPELLANT-MASS a qudt:QuantityKind ;
    rdfs:label "Flight Performance Reserve Propellant Mass"@en ;
    dcterms:description "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "A quantity of propellant, at a nominal mixture ratio, along with fuel bias that is set aside from total propellant loaded to cover for statistical variations of flight hardware characteristics and environment conditions on the day of launch. The launch vehicle is designed to accommodate the maximum FPR loading."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "FPR"^^xsd:string ;
    skos:broader qudtqk:Mass .

qudtqk:FUEL-BIAS a qudt:QuantityKind ;
    rdfs:label "Fuel Bias"@en ;
    dcterms:description "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "An additional quantity of fuel to ensure depletion of high-weight oxidizer before fuel for systems with high-oxidizer mixing ratios (e.g., 6:1). This practice allows for more efficient propellant utilization. Denoted as a percentage."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:FahrenheitTemperature a qudt:QuantityKind ;
    rdfs:label "Fahrenheit temperature"^^xsd:string,
        "Fahrenheit temperature"@en-us ;
    dcterms:description "quantity whose zero point is defined by the temperature of a mixture of ice, water and ammonium chloride (-17.8 °C) and its fixed points on the Fahrenheit scale are 32 °F (melting point of ice) and 212 °F (boiling point of water)"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD263"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD263"^^xsd:anyURI ;
    qudt:plainTextDescription "Größe, deren Nullpunkt durch die Mischungstemperatur von Eis, Wasser und Salmiak (Ammoniumchlorid) definiert ist (-17,8 °C) und deren Fixpunkte auf der Fahrenheit-Skala 32 °F (Schmelztemperatur von Eis) und 212 °F (Siedetemperatur des Wassers) sind"@de ;
    qudt:symbol "0173-1#Z4-BAJ278#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:FailureRate a qudt:QuantityKind ;
    rdfs:label "failure rate"^^xsd:string,
        "failure rate"@en-us ;
    dcterms:description "limiting value - if it exists - of the ratio between the conditional probability that the fault time t of a resource will fall within a defined interval (t, t + Δt), and the duration of this interval if Δt approaches zero and the unit is in an operational state at the beginning of the interval"@en ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD051"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD051"^^xsd:anyURI ;
    qudt:plainTextDescription "Grenzwert - falls er existiert - des Quotienten aus der bedingten Wahrscheinlichkeit, dass der Ausfallzeitpunkt t eines Betriebsmittels in ein gegebenes Zeitintervall (t, t + Δt) fällt, und der Dauer dieses Zeitintervalls, wenn Δt gegen null geht und das Betriebsmittel sich zu Beginn des Zeitintervalls im betriebsfähigen Zustand befindet"@de ;
    qudt:symbol "0173-1#Z4-BAJ466#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Incidence .

qudtqk:FermiEnergy a qudt:QuantityKind ;
    rdfs:label "Fermi Energy"@en ;
    dcterms:description "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Fermi Energy\" in a metal is the highest occupied energy level at zero thermodynamic temperature."^^xsd:string ;
    qudt:symbol "E_F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:FermiTemperature a qudt:QuantityKind ;
    rdfs:label "Fermi Temperature"@en ;
    dcterms:description "\"Fermi Temperature\" is the temperature associated with the Fermi energy."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$T_F = \\frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Fermi Temperature\" is the temperature associated with the Fermi energy."^^xsd:string ;
    qudt:symbol "T_F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:FinalOrCurrentVehicleMass a qudt:QuantityKind ;
    rdfs:label "Final Or Current Vehicle Mass"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:FirstMomentOfArea a qudt:QuantityKind ;
    rdfs:label "First Moment of Area"@en ;
    dcterms:description "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC-FT,
        unit:AC-FT_US,
        unit:ANGSTROM3,
        unit:BBL,
        unit:BBL_UK_PET,
        unit:BU_US_DRY,
        unit:CentiM3,
        unit:DecaL,
        unit:DecaM3,
        unit:DeciL,
        unit:DeciM3,
        unit:FBM,
        unit:FT3,
        unit:FemtoL,
        unit:GI_UK,
        unit:GI_US,
        unit:GT,
        unit:HectoL,
        unit:IN3,
        unit:KiloCubicFT,
        unit:KiloL,
        unit:L,
        unit:M3,
        unit:MI3,
        unit:MI_UK3,
        unit:MegaL,
        unit:MicroL,
        unit:MicroM3,
        unit:MilliL,
        unit:MilliM3,
        unit:NT,
        unit:NanoL,
        unit:OZ_VOL_UK,
        unit:PINT,
        unit:PINT_UK,
        unit:PK_UK,
        unit:PicoL,
        unit:PlanckVolume,
        unit:QT_UK,
        unit:QT_US,
        unit:STANDARD,
        unit:STR,
        unit:TBSP,
        unit:TON_Register,
        unit:TON_SHIPPING_UK,
        unit:TON_SHIPPING_US,
        unit:TSP,
        unit:YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:plainTextDescription "The first moment of area is the summation of area times distance to an axis. It is a measure of the distribution of the area of a shape in relationship to an axis."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Volume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Volume .

qudtqk:FirstStageMassRatio a qudt:QuantityKind ;
    rdfs:label "First Stage Mass Ratio"@en ;
    dcterms:description "Mass ratio for the first stage of a multistage launcher."^^qudt:LatexString ;
    qudt:applicableUnit unit:FemtoGM-PER-KiloGM,
        unit:GM-PER-GM,
        unit:GM-PER-HectoGM,
        unit:GM-PER-KiloGM,
        unit:KiloGM-PER-KiloGM,
        unit:LB-PER-LB,
        unit:MicroGM-PER-GM,
        unit:MicroGM-PER-KiloGM,
        unit:MicroGM-PER-MilliGM,
        unit:MilliGM-PER-GM,
        unit:MilliGM-PER-KiloGM,
        unit:NanoGM-PER-KiloGM,
        unit:NanoGM-PER-MilliGM,
        unit:PicoGM-PER-GM,
        unit:PicoGM-PER-KiloGM,
        unit:PicoGM-PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Mass ratio for the first stage of a multistage launcher."^^xsd:string ;
    qudt:symbol "R_1"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassRatio .

qudtqk:FissionCoreRadiusToHeightRatio a qudt:QuantityKind ;
    rdfs:label "Fission Core Radius To Height Ratio"@en ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:symbol "R/H"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:FissionFuelUtilizationFactor a qudt:QuantityKind ;
    rdfs:label "Fission Fuel Utilization Factor"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:FissionMultiplicationFactor a qudt:QuantityKind ;
    rdfs:label "Fission Multiplication Factor"@en ;
    dcterms:description "The number of fission neutrons produced per absorption in the fuel."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "The number of fission neutrons produced per absorption in the fuel."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:FlightPathAngle a qudt:QuantityKind ;
    rdfs:label "Flight Path Angle"@en ;
    dcterms:description "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    qudt:plainTextDescription "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:ForceConstant a qudt:QuantityKind ;
    rdfs:label "force constant"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD055"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD055"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FundamentalLatticeVector a qudt:QuantityKind ;
    rdfs:label "Fundamental Lattice vector"@en ;
    dcterms:description "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Fundamental Lattice vector\" are fundamental translation vectors for the crystal lattice."^^xsd:string ;
    qudt:symbol "a_1, a_2, a_3"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LatticeVector .

qudtqk:FundamentalReciprocalLatticeVector a qudt:QuantityKind ;
    rdfs:label "Fundamental Reciprocal Lattice Vector"@en ;
    dcterms:description "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Reciprocal_lattice"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Fundamental Reciprocal Lattice Vector\" are fundamental, or primary, translation vectors the reciprocal lattice."^^xsd:string ;
    qudt:symbol "b_1, b_2, b_3"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularReciprocalLatticeVector"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularReciprocalLatticeVector .

qudtqk:GROSS-LIFT-OFF-WEIGHT a qudt:QuantityKind ;
    rdfs:label "Gross Lift-Off Weight"@en ;
    dcterms:description "The sum of a rocket's inert mass and usable fluids and gases at sea level."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Maximum_Takeoff_Weight"^^xsd:anyURI ;
    qudt:plainTextDescription "The sum of a rocket's inert mass and usable fluids and gases at sea level."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:Gain a qudt:QuantityKind ;
    rdfs:label "Gain"@en ;
    dcterms:description "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain.  An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gain"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "A general term used to denote an increase in signal power or signal strength in transmission from one point to another. Gain is usually expressed in decibels and is widely used to denote transducer gain.  An increase or amplification. In radar there are two general usages of the term: (a) antenna gain, or gain factor, is the ratio of the power transmitted along the beam axis to that of an isotropic radiator transmitting the same total power; (b) receiver gain, or video gain, is the amplification given a signal by the receiver."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:GasLeakRate a qudt:QuantityKind ;
    rdfs:label "gas leak rate"^^xsd:string,
        "gas leak rate"@en-us ;
    dcterms:description "ratio of the pV value of a gas (product of pressure and volume of a given quantity of gas at the respective temperature) flowing through a pipe cross-section during a time interval and the related interval"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD057"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD057"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient aus dem pV-Wert eines Gases (Produkt aus Druck und Volumen einer bestimmten Menge eines Gases bei der jeweils herrschenden Temperatur), das während einer Zeitspanne durch einen Leitungsquerschnitt strömt, und der zugehörigen Zeitspanne"@de ;
    qudt:symbol "0173-1#Z4-BAJ324#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GrandCanonicalPartitionFunction a qudt:QuantityKind ;
    rdfs:label "Grand Canonical Partition Function"@en ;
    dcterms:description "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Xi = \\sum_{N_A, N_B, ...} Z(N_A, N_B, ...) \\cdot \\lambda_A^{N_A} \\cdot \\lambda_B^{N_B} \\cdot ...$, where $Z(N_A, N_B, ...)$ is the canonical partition function for the given number of particles $A, B, ...,$, and $\\lambda_A, \\lambda_B, ...$ are the absolute activities of particles $A, B, ...$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Xi$"^^qudt:LatexString ;
    qudt:plainTextDescription "An \"Grand Canonical Partition Function\" for a grand canonical ensemble, a system that can exchange both heat and particles with the environment, which has a constant temperature and a chemical potential."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CanonicalPartitionFunction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CanonicalPartitionFunction .

qudtqk:GravitationalAttraction a qudt:QuantityKind ;
    rdfs:label "Gravitational Attraction"@en ;
    dcterms:description "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.thefreedictionary.com/gravitational+attraction"^^xsd:anyURI ;
    qudt:plainTextDescription "The force of attraction between all masses in the universe; especially the attraction of the earth's mass for bodies near its surface; the more remote the body the less the gravity; the gravitation between two bodies is proportional to the product of their masses and inversely proportional to the square of the distance between them."^^xsd:string ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:GustatoryThreshold a qudt:QuantityKind ;
    rdfs:label "Gustatory Threshold"@en ;
    dcterms:description "\"Gustatory Threshold\" are thresholds for classes of taste that can be detected by the human mouth and thresholds of sensitivity to foods, drinks and other substances."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_g}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Gustatory Threshold\" are thresholds for classes of taste that can be detected by the human mouth and thresholds of sensitivity to foods, drinks and other substances."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GyromagneticRatio a qudt:QuantityKind ;
    rdfs:label "Gyromagnetic Ratio"@en ;
    dcterms:description """
  $\\textit{Gyromagnetic Ratio}$, also sometimes known as the magnetogyric ratio in other disciplines,
   of a particle or system is the ratio of its magnetic dipole moment to its angular momentum,
  and it is often denoted by the symbol, $\\gamma$. 
  Its SI units are radian per second per tesla ($rad s^{-1} \\cdot T^{1}$) or, equivalently,
   coulomb per kilogram ($C \\cdot kg^{-1}$).
  """^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gyromagnetic_ratio"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gyromagnetic_ratio"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu = \\gamma J$, where $\\mu$ is the magnetic dipole moment, and $J$ is the total angular momentum."^^qudt:LatexString ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Half-Life a qudt:QuantityKind ;
    rdfs:label "Poločas rozpadu"@cs,
        "Halbwertszeit"@de,
        "half-life"@en,
        "semiperiodo"@es,
        "نیمه عمر"@fa,
        "temps de demi-vie"@fr,
        "tempo di dimezzamento"@it,
        "Separuh hayat"@ms,
        "meia-vida"@pt,
        "yarılanma süresi"@tr,
        "半衰期"@zh ;
    dcterms:description "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Half-life"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Half-Life\" is the average duration required for the decay of one half of the atoms or nuclei."^^xsd:string ;
    qudt:symbol "T_{1/2}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "semivita"@it ;
    skos:broader qudtqk:Time .

qudtqk:Half-ValueThickness a qudt:QuantityKind ;
    rdfs:label "Half-Value Thickness"@en ;
    dcterms:description "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Half-Value Thickness\" is the thickness of the material at which the intensity of radiation entering it is reduced by one half."^^xsd:string ;
    qudt:symbol "d_{1/2}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:Heat a qudt:QuantityKind ;
    rdfs:label "حرارة"@ar,
        "jednotka tepla"@cs,
        "Wärme"@de,
        "heat"@en,
        "calor"@es,
        "کمیت گرما"@fa,
        "quantité de chaleur"@fr,
        "ऊष्मा"@hi,
        "calore"@it,
        "熱量"@ja,
        "labor"@la,
        "kuantiti haba Haba"@ms,
        "ciepło"@pl,
        "quantidade de calor"@pt,
        "cantitate de căldură"@ro,
        "Теплота"@ru,
        "toplota"@sl,
        "ısı miktarı"@tr,
        "热量"@zh ;
    dcterms:description "\"Heat\" is the energy transferred by a thermal process.  Heat can be measured in terms of the dynamical units of energy, as the erg, joule, etc., or in terms of the amount of energy required to produce a definite thermal change in some substance, as, for example, the energy required per degree to raise the temperature of a unit mass of water at some temperature ( calorie, Btu)."^^qudt:LatexString ;
    qudt:abbreviation "heat"^^xsd:string ;
    qudt:applicableUnit unit:BTU_39DEG_F,
        unit:BTU_59DEG_F,
        unit:BTU_60DEG_F,
        unit:BTU_IT,
        unit:BTU_MEAN,
        unit:BTU_TH,
        unit:CAL_15_DEG_C,
        unit:CAL_20DEG_C,
        unit:CAL_IT,
        unit:CAL_MEAN,
        unit:CAL_TH,
        unit:GigaJ,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloCAL_IT,
        unit:KiloCAL_Mean,
        unit:KiloCAL_TH,
        unit:KiloJ,
        unit:MegaBTU_IT,
        unit:MegaJ,
        unit:NanoJ,
        unit:PicoJ,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TON_FG-HR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Heat"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Heat\" is the energy transferred by a thermal process.  Heat can be measured in terms of the dynamical units of energy, as the erg, joule, etc., or in terms of the amount of energy required to produce a definite thermal change in some substance, as, for example, the energy required per degree to raise the temperature of a unit mass of water at some temperature ( calorie, Btu)."^^xsd:string ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Wärmemenge"@de,
        "amount of heat"@en,
        "chaleur"@fr,
        "quantità di calore"@it,
        "jumlah haba"@ms ;
    skos:broader qudtqk:ThermalEnergy .

qudtqk:HeatCapacityRatio a qudt:QuantityKind ;
    rdfs:label "Heat Capacity Ratio"@en ;
    dcterms:description "The heat capacity ratio, or ratio of specific heats, is the ratio of the heat capacity at constant pressure ($C_P$) to heat capacity at constant volume ($C_V$). For an ideal gas, the heat capacity is constant with temperature ($\\theta$). Accordingly we can express the enthalpy as $H = C_P*\\theta$ and the internal energy as $U = C_V \\cdot \\theta$. Thus, it can also be said that the heat capacity ratio is the ratio between enthalpy and internal energy."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Heat_capacity_ratio"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity_ratio"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:HeatFlowRatePerArea a qudt:QuantityKind ;
    rdfs:label "Heat Flow Rate per Unit Area"@en ;
    dcterms:description "$\\textit{Heat Flux}$ is the heat rate per area. In SI units, heat flux is measured in $W/m^2$. Heat rate is a scalar quantity, while heat flux is a vectorial quantity. To define the heat flux at a certain point in space, one takes the limiting case where the size of the surface becomes infinitesimally small."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_flux"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:HeatFluxDensity a qudt:QuantityKind ;
    rdfs:label "Heat Flux Density"@en ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/HEFD> ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:HeatingValue a qudt:QuantityKind ;
    rdfs:label "Calorific Value"@en ;
    dcterms:description "The heating value (or energy value or calorific value) of a substance, usually a fuel or food (see food energy), is the amount of heat released during the combustion of a specified amount of it. "^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_of_combustion"^^xsd:anyURI ;
    qudt:plainTextDescription "The heating value (or energy value or calorific value) of a substance, usually a fuel or food (see food energy), is the amount of heat released during the combustion of a specified amount of it. "^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Energy Value"@en,
        "Heating Value"@en ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:Height a qudt:QuantityKind ;
    rdfs:label "Výška"@cs,
        "Höhe"@de,
        "height"@en,
        "altura"@es,
        "ارتفاع"@fa,
        "hauteur"@fr,
        "altezza"@it,
        "Ketinggian"@ms,
        "altura"@pt,
        "Înălțime"@ro,
        "высота"@ru,
        "yükseklik"@tr,
        "高度"@zh ;
    dcterms:description "\"Height\" is the measurement of vertical distance, but has two meanings in common use. It can either indicate how \"tall\" something is, or how \"high up\" it is."^^qudt:LatexString ;
    qudt:abbreviation "height"^^xsd:string ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Height"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Height"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Height\" is the measurement of vertical distance, but has two meanings in common use. It can either indicate how \"tall\" something is, or how \"high up\" it is."^^xsd:string ;
    qudt:symbol "h"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:HoleDensity a qudt:QuantityKind ;
    rdfs:label "Hole Density"@en ;
    dcterms:description "\"Hole Density\" is the number of holes per volume in a valence band."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Hole Density\" is the number of holes per volume in a valence band."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:HorizontalVelocity a qudt:QuantityKind ;
    rdfs:label "Horizontal Velocity"@en ;
    dcterms:description "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "Component of a projectile's velocity, which acts parallel to the ground and does not lift the projectile in the air."^^xsd:string ;
    qudt:symbol "V_{X}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:INERT-MASS a qudt:QuantityKind ;
    rdfs:label "Inert Mass"@en ;
    dcterms:description "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "The sum of the vehicle dry mass, residual fluids and gasses, personnel and personnel provisions, and cargo."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:IgnitionIntervalTime a qudt:QuantityKind ;
    rdfs:label "Ignition interval time"@en ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:InformationContent a qudt:QuantityKind ;
    rdfs:label "information content"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD066"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD066"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InformationContentExpressedAsALogarithmToBase10 a qudt:QuantityKind ;
    rdfs:label "information content expressed as a logarithm to base 10"@en-us ;
    dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the common logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) lg 1/p(x) Hart, where p(x) is the probability of the event x"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der dekatischer Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) lg 1/p(x) Hart, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ;
    qudt:symbol "0173-1#Z4-BAJ468#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InformationContentExpressedAsALogarithmToBase2 a qudt:QuantityKind ;
    rdfs:label "information content expressed as a logarithm to base 2"@en-us ;
    dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the binary logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) lb 1/p(x) Sh, where p(x) is the probability of the event x"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "I(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der binäre Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) = lb 1/p(x) Sh, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ;
    qudt:symbol "0173-1#Z4-BAJ463#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InformationContentExpressedAsALogarithmToBaseE a qudt:QuantityKind ;
    rdfs:label "information content expressed as a logarithm to base e"@en-us ;
    dcterms:description "I(xi) as the information content I(xi) of a result xi (e.g. the occurrence of a character xi) is the natural logarithm of the reciprocal of the probability p(xi) of its occurrence, i.e.: l(x) ln 1/p(x) nat, where p(x) is the probability of the event x"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "I(xi) als der Informationsgehalt I(xi) eines Ergebnisses xi (z. B. das Auftreten eines Zeichens xi) ist der natürliche Logarithmus des Kehrwertes der Wahrscheinlichkeit p (xi) für sein eintreten, also: l(x) = ln 1/p(x) nat, dabei ist p(x) die Wahrscheinlichkeit des Ereignisses x"@de ;
    qudt:symbol "0173-1#Z4-BAJ469#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InitialExpansionRatio a qudt:QuantityKind ;
    rdfs:label "Initial Expansion Ratio"@en ;
    qudt:applicableUnit unit:M-PER-DEG_C-M,
        unit:MilliM-PER-DEG_C-M,
        unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK,
        unit:PPM-PER-K,
        unit:PPTM-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ExpansionRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ExpansionRatio .

qudtqk:InitialNozzleThroatDiameter a qudt:QuantityKind ;
    rdfs:label "Initial Nozzle Throat Diameter"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NozzleThroatDiameter .

qudtqk:InitialVehicleMass a qudt:QuantityKind ;
    rdfs:label "Initial Vehicle Mass"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_{o}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:InitialVelocity a qudt:QuantityKind ;
    rdfs:label "Initial Velocity"@en ;
    dcterms:description "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "The velocity of a moving body at starting; especially, the velocity of a projectile as it leaves the mouth of a firearm from which it is discharged."^^xsd:string ;
    qudt:symbol "V_{i}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:IntinsicCarrierDensity a qudt:QuantityKind ;
    rdfs:label "Intinsic Carrier Density"@en ;
    dcterms:description "\"Intinsic Carrier Density\" is proportional to electron and hole densities."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:latexDefinition "$np = n_i^2$, where $n$ is electron density and $p$ is hole density."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Intinsic Carrier Density\" is proportional to electron and hole densities."^^xsd:string ;
    qudt:symbol "n_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:IonCurrent a qudt:QuantityKind ;
    rdfs:label "Ion Current"@en ;
    dcterms:description "An ion current is the influx and/or efflux of ions through an ion channel."^^qudt:LatexString ;
    qudt:applicableUnit unit:A,
        unit:A_Ab,
        unit:A_Stat,
        unit:AttoA,
        unit:BIOT,
        unit:FemtoA,
        unit:GigaA,
        unit:KiloA,
        unit:MegaA,
        unit:MicroA,
        unit:MilliA,
        unit:NanoA,
        unit:PetaA,
        unit:PicoA,
        unit:PlanckCurrent,
        unit:TeraA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:plainTextDescription "An ion current is the influx and/or efflux of ions through an ion channel."^^xsd:string ;
    qudt:symbol "j"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricCurrent .

qudtqk:IonicCharge a qudt:QuantityKind ;
    rdfs:label "Ionic Charge"@en ;
    dcterms:description "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR,
        unit:A-SEC,
        unit:AttoC,
        unit:C,
        unit:C_Ab,
        unit:C_Stat,
        unit:CentiC,
        unit:DecaC,
        unit:DeciC,
        unit:E,
        unit:ElementaryCharge,
        unit:ExaC,
        unit:F,
        unit:FR,
        unit:FemtoC,
        unit:GigaC,
        unit:HectoC,
        unit:KiloA-HR,
        unit:KiloC,
        unit:KiloJ-PER-KiloV,
        unit:MegaC,
        unit:MicroC,
        unit:MilliA-HR,
        unit:MilliA-SEC,
        unit:MilliC,
        unit:NanoC,
        unit:PetaC,
        unit:PicoC,
        unit:PlanckCharge,
        unit:TeraC,
        unit:YoctoC,
        unit:YottaC,
        unit:ZeptoC,
        unit:ZettaC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:plainTextDescription "The total charge of an ion. The charge of an electron; the charge of any ion is equal to this electron charge in magnitude, or is an integral multiple of it."^^xsd:string ;
    qudt:symbol "q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricCharge .

qudtqk:IsothermalMoistureCapacity a qudt:QuantityKind ;
    rdfs:label "Isothermal Moisture Capacity"@en ;
    dcterms:description "\"Isothermal Moisture Capacity\" is the capacity of a material to absorb moisture in the Effective Moisture Penetration Depth (EMPD) model."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-GM,
        unit:DeciL-PER-GM,
        unit:DeciM3-PER-KiloGM,
        unit:FT3-PER-LB,
        unit:IN3-PER-LB,
        unit:L-PER-KiloGM,
        unit:M3-PER-KiloGM,
        unit:MilliL-PER-GM,
        unit:MilliL-PER-KiloGM,
        unit:MilliM3-PER-GM,
        unit:MilliM3-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:informativeReference "https://bigladdersoftware.com/epx/docs/8-4/engineering-reference/effective-moisture-penetration-depth-empd.html#empd-nomenclature"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificVolume .

qudtqk:KinematicViscosityOrDiffusionConstantOrThermalDiffusivity a qudt:QuantityKind ;
    rdfs:label "kinematic viscosity or diffusion constant or thermal diffusivity"@en-us ;
    dcterms:description "ratio of the dynamic viscosity and the density of a material measured at the same temperature, or ratio of the diffusion current density and carrier density gradient, or ratio of thermal conductivity divided by heat capacity"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes oder Quotient Diffusionsstromdichte durch Gradient der Ladungsträgerdichte oder Quotient Wärmeleitfähigkeit durch Wärmekapazität"@de ;
    qudt:symbol "0173-1#Z4-BAJ328#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:KineticEnergy a qudt:QuantityKind ;
    rdfs:label "Kinetic Energy"@en ;
    dcterms:description "$\\textit{Kinetic Energy}$ is the energy which a body possesses as a consequence of its motion, defined as one-half the product of its mass $m$ and the square of its speed $v$, $ \\frac{1}{2} mv^{2} $. The kinetic energy per unit volume of a fluid parcel is the $ \\frac{1}{2}  p v^{2}$ , where $p$ is the density and $v$ the speed of the parcel. See potential energy. For relativistic speeds the kinetic energy is given by $E_k = mc^2 - m_0 c^2$, where $c$ is the velocity of light in a vacuum, $m_0$ is the rest mass, and $m$ is the moving mass."^^qudt:LatexString ;
    qudt:altSymbol "K"^^xsd:string ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kinetic_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD071"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kinetic_energy"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD071"^^xsd:anyURI ;
    qudt:latexDefinition "$T = \\frac{mv^2}{2}$, where $m$ is mass and $v$ is speed."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:symbol "KE"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:KineticOrThermalEnergy a qudt:QuantityKind ;
    rdfs:label "kinetic or thermal energy"@en-us ;
    dcterms:description "energy presented in the movement of a body, composed of translation and rotation energies, determined by the movement of this body compared to another system and by its mass (mass distribution) or energy in the terms of heat"@en ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:plainTextDescription "Energie, die in der Bewegung eines Körpers steckt und sich aus Translationsenergie und Rotationsenergie zusammen setzt, die durch die Bewegung dieses Körpers gegenüber einem anderen System und durch seine Masse (Massenverteilung) bestimmt wird oder Energie in Form von Wärme"@de ;
    qudt:symbol "0173-1#Z4-BAJ280#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:LarmorAngularFrequency a qudt:QuantityKind ;
    rdfs:label "Larmor Angular Frequency"@en ;
    dcterms:description "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:PlanckFrequency_Ang,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Larmor_precession#Larmor_frequency"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\omega_L = \\frac{e}{2m_e}B$, where $e$ is the elementary charge, $m_e$ is the rest mass of electron, and $B$ is the magnetic flux density."^^qudt:LatexString ;
    qudt:latexSymbol "$\\omega_L$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Larmor Frequency\" describes angular momentum vector precession about the external field axis with an angular frequency."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularFrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularFrequency .

qudtqk:LatticePlaneSpacing a qudt:QuantityKind ;
    rdfs:label "Lattice Plane Spacing"@en ;
    dcterms:description "\"Lattice Plane Spacing\" is the distance between successive lattice planes."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Lattice Plane Spacing\" is the distance between successive lattice planes."^^xsd:string ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:LengthByForce a qudt:QuantityKind ;
    rdfs:label "Length Force"@en ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Work .

qudtqk:LengthPerElectricCurrent a qudt:QuantityKind ;
    rdfs:label "Length per Electric Current"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M0H0T0D0> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LiftCoefficient a qudt:QuantityKind ;
    rdfs:label "Lift Coefficient"@en ;
    dcterms:description "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body, the dynamic pressure of the fluid flow around the body, and a reference area associated with the body."^^xsd:string ;
    qudt:symbol "C_{L}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:LiftForce a qudt:QuantityKind ;
    rdfs:label "Lift Force"@en ;
    dcterms:description "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "The lift force, lifting force or simply lift is the sum of all the forces on a body that force it to move perpendicular to the direction of flow."^^xsd:string ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:LinearElectricCharge a qudt:QuantityKind ;
    rdfs:label "lineic electric charge"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD075"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD075"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearForce a qudt:QuantityKind ;
    rdfs:label "Streckenlast"@de,
        "Linear Force"@en ;
    dcterms:description "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN-M-PER-M2,
        unit:DYN-PER-CentiM,
        unit:GigaN-M-PER-M2,
        unit:KiloGM_F-M-PER-CentiM2,
        unit:KiloLB_F-PER-FT,
        unit:KiloN-M-PER-M2,
        unit:KiloN-PER-M,
        unit:LB_F-PER-FT,
        unit:LB_F-PER-IN,
        unit:LB_F-PER-YD,
        unit:MegaN-M-PER-M2,
        unit:MicroN-M-PER-M2,
        unit:MilliN-M-PER-M2,
        unit:MilliN-PER-M,
        unit:N-M-PER-M2,
        unit:N-PER-CentiM,
        unit:N-PER-M,
        unit:N-PER-MilliM,
        unit:NanoN-M-PER-M2,
        unit:PDL-PER-IN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD077"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD077"^^xsd:anyURI ;
    qudt:plainTextDescription "Another name for Force Per Length, used by the Industry Foundation Classes (IFC) standard."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerLength .

qudtqk:LinearPower a qudt:QuantityKind ;
    rdfs:label "lineic power"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD080"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD080"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearStiffness a qudt:QuantityKind ;
    rdfs:label "Streckenlast"@de,
        "Linear Force"@en ;
    dcterms:description "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN-M-PER-M2,
        unit:DYN-PER-CentiM,
        unit:GigaN-M-PER-M2,
        unit:KiloGM_F-M-PER-CentiM2,
        unit:KiloLB_F-PER-FT,
        unit:KiloN-M-PER-M2,
        unit:KiloN-PER-M,
        unit:LB_F-PER-FT,
        unit:LB_F-PER-IN,
        unit:LB_F-PER-YD,
        unit:MegaN-M-PER-M2,
        unit:MicroN-M-PER-M2,
        unit:MilliN-M-PER-M2,
        unit:MilliN-PER-M,
        unit:N-M-PER-M2,
        unit:N-PER-CentiM,
        unit:N-PER-M,
        unit:N-PER-MilliM,
        unit:NanoN-M-PER-M2,
        unit:PDL-PER-IN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Stiffness"^^xsd:anyURI ;
    qudt:plainTextDescription "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerLength .

qudtqk:LinearVoltageCoefficient a qudt:QuantityKind ;
    rdfs:label "linear voltage coefficient"@en-us ;
    dcterms:description "ratio identifying the relationship between induced voltage and velocity"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Verhältnis, das den Zusammenhang zwischen induzierter Spannung zur Geschwindigkeit kennzeichnet"@de ;
    qudt:symbol "0173-1#Z4-BAJ336#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicCharge a qudt:QuantityKind ;
    rdfs:label "lineic charge"@en-us ;
    dcterms:description "electric charge divided by related length"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0> ;
    qudt:plainTextDescription "elektrische Ladung dividiert durch dazugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ457#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicDataVolume a qudt:QuantityKind ;
    rdfs:label "lineic data volume"@en-us ;
    dcterms:description "number of data, usually dependent on the respective information complexity or its coding procedure, divided by the related length"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch die zugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ331#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicLogarithmicRatio a qudt:QuantityKind ;
    rdfs:label "lineic logarithmic ratio"@en-us ;
    dcterms:description "logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:plainTextDescription "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ332#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicMass a qudt:QuantityKind ;
    rdfs:label "lineic mass"@en-us ;
    dcterms:description "ratio between mass divided by the related length"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:plainTextDescription "Quotient Masse dividiert durch die dazugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ341#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicQuantity a qudt:QuantityKind ;
    rdfs:label "lineic quantity"@en-us ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicResistance a qudt:QuantityKind ;
    rdfs:label "lineic resistance"@en-us ;
    dcterms:description "ratio of resistance divided by length"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Widerstand durch Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ333#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicTorque a qudt:QuantityKind ;
    rdfs:label "lineic torque"@en-us ;
    dcterms:description "torque divided by the appropriate length"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Drehmoment dividiert durch die zugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ433#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinkedFlux a qudt:QuantityKind ;
    rdfs:label "Linked Flux"@en ;
    dcterms:description "\"Linked Flux\" is defined as the path integral of the magnetic vector potential. This is the line integral of a magnetic vector potential $A$ along a curve $C$. The line vector element $dr$ is the differential of position vector $r$."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloLB_F-FT-PER-A,
        unit:KiloWB,
        unit:MX,
        unit:MilliWB,
        unit:N-M-PER-A,
        unit:UnitPole,
        unit:V_Ab-SEC,
        unit:WB ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ;
    qudt:expression "$linked-flux$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-24"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "http://www.oxfordreference.com/display/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1800"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Psi_m = \\int_C A \\cdot dr$, where $A$ is magnetic vector potential and $dr$ is the vector element of the curve $C$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Psi$"^^qudt:LatexString,
        "$\\Psi_m$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MagneticFlux .

qudtqk:Log10FrequencyInterval a qudt:QuantityKind ;
    rdfs:label "logarithmic frequency interval to base 10"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:iec61360Code "0112/2///62720#UAD084"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD084"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Log10Ratio a qudt:QuantityKind ;
    rdfs:label "logarithmic ratio to base 10"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD085"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD085"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogERatio a qudt:QuantityKind ;
    rdfs:label "logarithmic ratio to base e"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:iec61360Code "0112/2///62720#UAD086"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD086"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmRatioToBase10 a qudt:QuantityKind ;
    rdfs:label "logarithm ratio to base 10"@en-us ;
    dcterms:description "dekadischer Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art"@de,
        "common logarithm of the ratio between the value of a defined variable and the value of a reference variable of the same type"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/RLGB> ;
    qudt:symbol "0173-1#Z4-BAJ441#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmRatioToBaseE a qudt:QuantityKind ;
    rdfs:label "logarithm ratio to base e"@en-us ;
    dcterms:description "napierian logarithm of the ratio between the value of a given quantity and the value of a reference variable of the same type (base of logarithm: e = 2.718...)"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "natürlicher Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art (Basis des Logarithmus: e = 2,718...)"@de ;
    qudt:symbol "0173-1#Z4-BAJ440#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmicFrequencyIntervalToBase10 a qudt:QuantityKind ;
    rdfs:label "logarithmic frequency interval to base 10"@en-us ;
    dcterms:description "common logarithm of the ratio of two frequencies, whereby the frequency that forms the numerator is greater than the frequency that forms the denominator"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "dekadischer Logarithmus des Quotienten aus zwei Frequenzen, wobei die im Zähler stehende Frequenz größer als die Frequenz im Nenner ist"@de ;
    qudt:symbol "0173-1#Z4-BAJ472#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmicMedianInformationFlow_SourceToBase10 a qudt:QuantityKind ;
    rdfs:label "median information flow (from a source of information), expressed as a common logarithm "@en-us ;
    dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 10"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 10"@de ;
    qudt:symbol "0173-1#Z4-BAJ470#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmicMedianInformationFlow_SourceToBase2 a qudt:QuantityKind ;
    rdfs:label "median information flow (from a source of information), expressed as a binary logarithm"@en-us ;
    dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base 2"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis 2"@de ;
    qudt:symbol "0173-1#Z4-BAJ464#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmicMedianInformationFlow_SourceToBaseE a qudt:QuantityKind ;
    rdfs:label "median information flow (from a source of information), expressed as a natural logarithm "@en-us ;
    dcterms:description "ratio of the median information content divided by the expected value for the duration of a character, expressed as a logarithm to base e"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient mittlerer Informationsgehalt durch den Erwartungswert für die Dauer eines Zeichens, ausgedrückt als Logarithmus zur Basis e"@de ;
    qudt:symbol "0173-1#Z4-BAJ471#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LondonPenetrationDepth a qudt:QuantityKind ;
    rdfs:label "London Penetration Depth"@en ;
    dcterms:description "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/London_penetration_depth"^^xsd:anyURI ;
    qudt:latexDefinition "If an applied magnetic field is parallel to the plane surface of a semi-infinite superconductor, the field penetrates the superconductor according to the expression $B(x) = B(0) \\exp{(\\frac{-x}{\\lambda_L})}$, where $B$ is magnetic flux density and $x$ is the distance from the surface."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"London Penetration Depth\" characterizes the distance to which a magnetic field penetrates into a superconductor and becomes equal to 1/e times that of the magnetic field at the surface of the superconductor."^^xsd:string ;
    qudt:symbol "λₗ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:LossAngle a qudt:QuantityKind ;
    rdfs:label "Loss Angle"@en ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\delta = \\arctan d$, where $d$ is loss factor."^^qudt:LatexString ;
    qudt:latexSymbol "$\\delta$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:Loudness a qudt:QuantityKind ;
    rdfs:label "loudness"^^xsd:string,
        "loudness"@en-us ;
    dcterms:description "measure of the subjective hearing sensation on a scale extending from soft to loud; a progressive mono-frequency (single-frequency) wave of frequency 1 kHz and sound pressure level 40 dB, directed head-on to hearers is assigned the loudness 1 sone, and a tone which is identified by the listeners as being n-times as loud as that identified by 1 sone is assigned the loudness n sone"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD088"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD088"^^xsd:anyURI ;
    qudt:plainTextDescription "Maß für die Stärke der subjektiven Hörempfindung, welche auf einer Skala \"leise-laut\" in sone skaliert wird; einer frei fortschreitenden monofrequenten Welle mit der Frequenz 1 kHz und dem Schalldruckpegel 40 dB, die frontal auf die Zuhörer trifft, ist die Lautheit 1 sone zugeordnet und ein Laut, welcher von den Zuhörern als n-mal so laut wie derjenige mit 1 sone bezeichnet wird, erhält die Lautheit n sone zugeordnet"@de ;
    qudt:symbol "0173-1#Z4-BAJ334#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:LoudnessLevel a qudt:QuantityKind ;
    rdfs:label "loudness level"^^xsd:string,
        "loudness level"@en-us ;
    dcterms:description "value specified in phon as a measure of the level of the subjective perception of a sound which corresponds to the sound pressure level of a reference sound specified in dB which comprises a wave coming from the front with a frequency of 1000 Hz and assessed to be just as loud as the noise"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD089"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD089"^^xsd:anyURI ;
    qudt:plainTextDescription "in phon angegebener Wert als Maß für die Stärke der subjektiven Wahrnehmung eines Schallvorgange, der zahlenmäßig dem in dB angegebenen Schalldruckpegel eines Referenzschalls entspricht, der aus einer frontal einfallenden ebenen Welle mit der Frequenz 1000 Hz besteht und als gleich laut wie das Geräusch empfunden wird"@de ;
    qudt:symbol "0173-1#Z4-BAJ361#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:LuminousEmittance a qudt:QuantityKind ;
    rdfs:label "Luminous Emmitance"@en ;
    dcterms:description "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface."^^qudt:LatexString ;
    qudt:applicableUnit unit:FC,
        unit:LUX,
        unit:PHOT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD092"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD092"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Luminous Emittance\" is the luminous flux per unit area emitted from a surface."^^xsd:string ;
    qudt:symbol "M_v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LuminousFluxPerArea .

qudtqk:LuminousExitance a qudt:QuantityKind ;
    rdfs:label "luminous exitance"@en-us ;
    dcterms:description """
  $\\textit{Luminous Exitance}$ is the ratio of the luminous flux dΦ, leaving an element of the surface containing the point, by the area dA of that element.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:FC,
        unit:LUX,
        unit:PHOT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:plainTextDescription "Quotient aus dem Lichtstrom dΦ, der ein den Punkt enthaltendes Element der Oberfläche verlässt, und der Fläche dA dieses Elementes"@de,
        "Luminous Exitance is the ratio of the luminous flux dΦ, leaving an element of the surface containing the point, by the area dA of that element."@en ;
    qudt:symbol "0173-1#Z4-BAJ382#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LuminousFluxPerArea .

qudtqk:MASS-DELIVERED a qudt:QuantityKind ;
    rdfs:label "Mass Delivered"@en ;
    dcterms:description "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "The minimum mass a propulsive system can deliver to a specified target or location. Most mass- delivered requirements have associated Delta-V requirements, effectively specifying the path between the two points."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MASS-GROWTH-ALLOWANCE a qudt:QuantityKind ;
    rdfs:label "Mass Growth Allowance"@en ;
    dcterms:description "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "A factor applied to basic mass at the lowest level of design detail available based on type and maturity of hardware according to an approved MGA depletion schedule."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MGA"^^xsd:string ;
    skos:broader qudtqk:Mass .

qudtqk:MASS-MARGIN a qudt:QuantityKind ;
    rdfs:label "Mass Margin"@en ;
    dcterms:description "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "Requirement minus predicted value. Margin is used as a metric in risk management. Positive margin mitigates the risk of mass increases from requirements maturation and implementation, underestimated predicted system, or subsystem mass."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MASS-PROPERTY-UNCERTAINTY a qudt:QuantityKind ;
    rdfs:label "Mass Property Uncertainty"@en ;
    dcterms:description "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "Variation in predicted MP due to lack of definition, manufacturing variations, environment effects, or accuracy limitation of measuring devices."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MOMENT-OF-INERTIA_Y a qudt:QuantityKind ;
    rdfs:label "Moment of Inertia in the Y axis"@en ;
    dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-CentiM2,
        unit:KiloGM-M2,
        unit:KiloGM-MilliM2,
        unit:LB-FT2,
        unit:LB-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^xsd:string ;
    qudt:symbol "I_{y}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MOI"^^xsd:string ;
    skos:broader qudtqk:MomentOfInertia .

qudtqk:MOMENT-OF-INERTIA_Z a qudt:QuantityKind ;
    rdfs:label "Moment of Inertia in the Z axis"@en ;
    dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-CentiM2,
        unit:KiloGM-M2,
        unit:KiloGM-MilliM2,
        unit:LB-FT2,
        unit:LB-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^xsd:string ;
    qudt:symbol "I_{z}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MOI"^^xsd:string ;
    skos:broader qudtqk:MomentOfInertia .

qudtqk:MacroscopicCrossSection a qudt:QuantityKind ;
    rdfs:label "Macroscopic Cross-section"@en ;
    dcterms:description "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\sum = n_1\\sigma_1 + \\cdots + n_j\\sigma_j +$, where $n_j$ is the number density and $\\sigma_j$ the cross-section for entities of type $j$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\sum$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Macroscopic Cross-section\" is the sum of the cross-sections for a reaction or process of a specified type over all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CrossSection .

qudtqk:MacroscopicTotalCrossSection a qudt:QuantityKind ;
    rdfs:label "Macroscopic Total Cross-section"@en ;
    dcterms:description "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Nuclear_cross_section"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\sum_{tot}, \\sum_T$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Macroscopic Total Cross-section\" is the total cross-sections for all atoms or other entities in a given 3D domain, divided by the volume of that domain."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CrossSection .

qudtqk:MagneticDipoleMomentOfAMolecule a qudt:QuantityKind ;
    rdfs:label "magnetic dipole moment of a molecule"@en-us ;
    dcterms:description "Em = -m•B, where Em is the interaction energy of the molecule with the magnetic dipole moment m and a magnetic field with the magnetic induced flux density B"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:plainTextDescription "Em = -m•B, wobei Em die Interaktionsenergie vom Molekül ist mit dem magnetischem Dipolmoment m und einem Magnetfeld mit der magnetischen Induktionsflussdichte B"@de ;
    qudt:symbol "0173-1#Z4-BAJ460#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticFluxDensityOrMagneticPolarization a qudt:QuantityKind ;
    rdfs:label "magnetic flux density or magnetic polarization"@en-us ;
    dcterms:description "field vector B which exhibits a force F on any charged particle which has a velocity v, where the force is the product of the vector product v x B and the electric charge Q of the particle or vector quantity equal to the product of the magnetization M and the magnetic constant µ₀"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:plainTextDescription "vektorielle Feldgröße B, die auf jedes geladene Teilchen, das eine Geschwindigkeit v hat, eine Kraft F ausübt, die gleich dem Produkt aus dem Vektorprodukt v x B und der elektrischen Ladung Q des Teilchens ist oder vektorielle Größe gleich dem Produkt aus der Magnetisierung M und der magnetischen Feldkonstante µ₀"@de ;
    qudt:symbol "0173-1#Z4-BAJ221#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticPolarization a qudt:QuantityKind ;
    rdfs:label "Magnetic Polarization"@en ;
    dcterms:description """
$\\text{Magnetic Polarization}$ is a vector quantity equal to the product of the magnetization $M$ and the magnetic constant $\\mu_0$.
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD102"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-54"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD102"^^xsd:anyURI ;
    qudt:latexDefinition "$J_m = \\mu_0 M$,  where $\\mu_0$ is the magentic constant and $M$ is magnetization."^^qudt:LatexString ;
    qudt:latexSymbol "$J_m$"^^qudt:LatexString ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso <http://qudt.org/vocab/constant/MagneticConstant>,
        qudtqk:MagneticFieldStrength_H,
        qudtqk:Magnetization .

qudtqk:MagnetizationField a qudt:QuantityKind ;
    rdfs:label "Magnetization Field"@en ;
    dcterms:description "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:plainTextDescription "The Magnetization Field is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^xsd:string ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricCurrentPerLength .

qudtqk:MassAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "Mass Amount of Substance"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M1H0T0D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassExcess a qudt:QuantityKind ;
    rdfs:label "Mass Excess"@en ;
    dcterms:description "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Delta = m_a - Am_u$, where $m_a$ is the rest mass of the atom, $A$ is its nucleon number, and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Delta$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Mass Excess\" of a nuclide is the difference between its actual mass and its mass number in atomic mass units. It is one of the predominant methods for tabulating nuclear mass."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MassFluxDensity a qudt:QuantityKind ;
    rdfs:label "mass flux density"^^xsd:string,
        "mass flux density"@en-us ;
    dcterms:description "product of flow velocity and density"@en ;
    qudt:applicableUnit unit:DYN-SEC-PER-CentiM3,
        unit:GM-PER-CentiM2-YR,
        unit:GM-PER-M2-DAY,
        unit:GM-PER-M2-HR,
        unit:GM-PER-M2-YR,
        unit:GM_Carbon-PER-M2-DAY,
        unit:GM_Nitrogen-PER-M2-DAY,
        unit:KiloGM-PER-HA-YR,
        unit:KiloGM-PER-M2-DAY,
        unit:KiloGM-PER-M2-SEC,
        unit:KiloGM-PER-SEC-M2,
        unit:MegaGM-PER-HA-YR,
        unit:MicroGM-PER-CentiM2-WK,
        unit:MicroGM-PER-M2-DAY,
        unit:MilliGM-PER-M2-DAY,
        unit:MilliGM-PER-M2-HR,
        unit:MilliGM-PER-M2-SEC,
        unit:NanoGM-PER-CentiM2-DAY,
        unit:TONNE-PER-HA-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD108"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD108"^^xsd:anyURI ;
    qudt:plainTextDescription "Produkt aus Strömungsgeschwindigkeit und Dichte"@de ;
    qudt:symbol "0173-1#Z4-BAJ264#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerAreaTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassPerAreaTime .

qudtqk:MassOfElectricalPowerSupply a qudt:QuantityKind ;
    rdfs:label "Mass Of Electrical Power Supply"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_{E}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MassOfSolidBooster a qudt:QuantityKind ;
    rdfs:label "Mass Of Solid Booster"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_{SB}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MassOfTheEarth a qudt:QuantityKind ;
    rdfs:label "Mass Of The Earth"@en ;
    dcterms:description "Earth mass is the unit of mass equal to that of the Earth.  Earth mass is often used to describe masses of rocky terrestrial planets."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:latexSymbol "$M_{\\oplus}$"^^qudt:LatexString ;
    qudt:plainTextDescription "Earth mass is the unit of mass equal to that of the Earth.  Earth mass is often used to describe masses of rocky terrestrial planets."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MassRelatedElectricalCurrent a qudt:QuantityKind ;
    rdfs:label "mass-related electrical current"@en-us ;
    dcterms:description "electrical current intensity divided by the associated mass"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:plainTextDescription "elektrische Stromstärke dividiert durch die zugehörige Masse"@de ;
    qudt:symbol "0173-1#Z4-BAJ347#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassicPower a qudt:QuantityKind ;
    rdfs:label "massic power"^^xsd:string,
        "massic power"@en-us ;
    dcterms:description "ratio energy divided by time and related mass"@en ;
    qudt:applicableUnit unit:ERG-PER-GM-SEC,
        unit:GRAY-PER-HR,
        unit:GRAY-PER-MIN,
        unit:GRAY-PER-SEC,
        unit:MicroGRAY-PER-HR,
        unit:MicroGRAY-PER-MIN,
        unit:MicroGRAY-PER-SEC,
        unit:MicroSV-PER-MIN,
        unit:MicroSV-PER-SEC,
        unit:MilliGRAY-PER-HR,
        unit:MilliGRAY-PER-MIN,
        unit:MilliGRAY-PER-SEC,
        unit:MilliRAD_R-PER-HR,
        unit:MilliSV-PER-HR,
        unit:MilliSV-PER-MIN,
        unit:MilliSV-PER-SEC,
        unit:MilliW-PER-MilliGM,
        unit:NanoGRAY-PER-HR,
        unit:NanoGRAY-PER-MIN,
        unit:NanoGRAY-PER-SEC,
        unit:NanoSV-PER-HR,
        unit:NanoSV-PER-MIN,
        unit:NanoSV-PER-SEC,
        unit:REM-PER-SEC,
        unit:SV-PER-HR,
        unit:SV-PER-MIN,
        unit:SV-PER-SEC,
        unit:W-PER-GM,
        unit:W-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD113"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD113"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient Energie durch Zeit und durch zugehöriger Masse"@de ;
    qudt:symbol "0173-1#Z4-BAJ343#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificPower .

qudtqk:MassicTorque a qudt:QuantityKind ;
    rdfs:label "massic torque"^^xsd:string,
        "massic torque"@en-us ;
    dcterms:description "ratio of  torque divided by the mass to be moved"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD114"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD114"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient Drehmoment dividiert durch die Masse, die bewegt oder befördert wird"@de ;
    qudt:symbol "0173-1#Z4-BAJ442#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MaxExpectedOperatingThrust a qudt:QuantityKind ;
    rdfs:label "Maximum Expected Operating Thrust"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MEOT"^^xsd:string ;
    skos:broader qudtqk:MaxOperatingThrust .

qudtqk:MaxSeaLevelThrust a qudt:QuantityKind ;
    rdfs:label "Max Sea Level Thrust"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string,
        "Max Sea Level thrust (Mlbf) "^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Thrust .

qudtqk:MaximumBeta-ParticleEnergy a qudt:QuantityKind ;
    rdfs:label "Maximum Beta-Particle Energy"@en ;
    dcterms:description "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Maximum Beta-Particle Energy\" is the maximum energy of the energy spectrum in a beta-particle disintegration process."^^xsd:string ;
    qudt:symbol "Eᵦ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:MaximumExpectedOperatingPressure a qudt:QuantityKind ;
    rdfs:label "Maximum Expected Operating Pressure"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MEOP"^^xsd:string ;
    skos:broader qudtqk:Pressure .

qudtqk:MaximumOperatingPressure a qudt:QuantityKind ;
    rdfs:label "Maximum Operating Pressure"@en ;
    qudt:abbreviation "MOP"^^xsd:string ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:MeanEnergyImparted a qudt:QuantityKind ;
    rdfs:label "Mean Energy Imparted"@en ;
    dcterms:description "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ;
    qudt:latexDefinition "To the matter in a given domain, $\\bar{\\varepsilon} = R_{in} - R_{out} + \\sum Q$, where $R_{in}$ is the radiant energy of all those charged and uncharged ionizing particles that enter the domain, $R_{out}$ is the radiant energy of all those charged and uncharged ionizing particles that leave the domain, and $\\sum Q$ is the sum of all changes of the rest energy of nuclei and elementary particles that occur in that domain."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Mean Energy Imparted\", is the average energy imparted to irradiated matter."^^xsd:string ;
    qudt:symbol "ε̅"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:MeanFreePath a qudt:QuantityKind ;
    rdfs:label "Mean Free Path"@en ;
    dcterms:description "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties."^^qudt:LatexString ;
    qudt:abbreviation "m"^^xsd:string ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mean_free_path"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI,
        "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Mean Free Path\" is the average distance travelled by a moving particle (such as an atom, a molecule, a photon) between successive impacts (collisions) which modify its direction or energy or other particle properties."^^xsd:string ;
    qudt:symbol "λ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:MeanLifetime a qudt:QuantityKind ;
    rdfs:label "Mean Lifetime"@en ;
    dcterms:description "The \"Mean Lifetime\" is the average length of time that an element remains in the set of discrete elements in a decaying quantity, $N(t)$."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\tau = \\frac{1}{\\lambda}$, where $\\lambda$ is the decay constant."^^qudt:LatexString ;
    qudt:latexSymbol "$\\tau$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:MeanLinearRange a qudt:QuantityKind ;
    rdfs:label "Mean Linear Range"@en ;
    dcterms:description "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://goldbook.iupac.org/M03782.html"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Mean Linear Range\" is, in a given material, for specified charged particles of a specified energy, the average displacement of the particles before they stop. That is, the mean totl rectified path length travelled by a particle in the course of slowing down to rest (or to some suitable cut-off energy) in a given substance under specified conditions averaged over a group of particles having the same initial energy."^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:MechanicalEnergy a qudt:QuantityKind ;
    rdfs:label "Mechanical Energy"@en ;
    dcterms:description "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mechanical_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mechanical_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$E = T + V$, where $T$ is kinetic energy and $V$ is potential energy."^^qudt:LatexString ;
    qudt:plainTextDescription "Mechanical Energy is the sum of potential energy and kinetic energy. It is the energy associated with the motion and position of an object."^^xsd:string ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:MechanicalImpedance a qudt:QuantityKind ;
    rdfs:label "Mechanical Impedance"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD115"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD115"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MechanicalSurfaceImpedance a qudt:QuantityKind ;
    rdfs:label "Mechanical surface impedance"@en ;
    dcterms:description "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:latexDefinition "$Z_m = Z_a A^2$, where $A$ is the area of the surface considered and $Z_a$ is the acoustic impedance."^^qudt:LatexString ;
    qudt:plainTextDescription "Mechanical surface impedance at a surface, is the complex quotient of the total force on the surface by the component of the average sound particle velocity at the surface in the direction of the force"^^xsd:string ;
    qudt:symbol "Z"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "There are various interpretations of MechanicalSurfaceImpedance: Pressure/Velocity - https://apps.dtic.mil/sti/pdfs/ADA315595.pdf, Force / Speed - https://www.wikidata.org/wiki/Q6421317, and (Pressure / Velocity)**0.5 - https://www.sciencedirect.com/topics/engineering/mechanical-impedance. We are seeking a resolution to these differences."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MechanicalTension a qudt:QuantityKind ;
    rdfs:label "mechanical tension"@en-us ;
    dcterms:description "at a point of a body upon which a force acts which attempts to change the shape of the body, the limit value of the ratio between the force and area of a flat surface around this point when the dimensions approach zero"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:plainTextDescription "an einem Punkt eines Körpers, an dem eine Kraft angreift, welche die Form des Körpers zu verändern sucht, der Grenzwert des Quotienten Kraft durch Fläche einer ebenen Oberfläche um diesen Punkt, wenn deren Abmessungen gegen null gehen"@de ;
    qudt:symbol "0173-1#Z4-BAJ204#005"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerArea .

qudtqk:MicroCanonicalPartitionFunction a qudt:QuantityKind ;
    rdfs:label "Micro Canonical Partition Function"@en ;
    dcterms:description "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Microcanonical_ensemble"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)#Grand_canonical_partition_function"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Omega = \\sum_r 1$, where the sum is over all quantum states consistent with given energy. volume, external fields, and content."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Omega$"^^qudt:LatexString ;
    qudt:plainTextDescription "A \"Micro Canonical Partition Function\" applies to a micro canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and a fixed number of particles."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CanonicalPartitionFunction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CanonicalPartitionFunction .

qudtqk:MicrobialFormation a qudt:QuantityKind ;
    rdfs:label "Microbial Formation"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MigrationArea a qudt:QuantityKind ;
    rdfs:label "Migration Area"@en ;
    dcterms:description "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Migration Area\" is the sum of the slowing-down area from fission energy to thermal energy and the diffusion area for thermal neutrons."^^xsd:string ;
    qudt:symbol "M^2"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:MigrationLength a qudt:QuantityKind ;
    rdfs:label "Migration Length"@en ;
    dcterms:description "\"Migration Length\" is the square root of the migration area."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/migration+area"^^xsd:anyURI ;
    qudt:latexDefinition "$M = \\sqrt{M^2}$, where $M^2$ is the migration area."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Migration Length\" is the square root of the migration area."^^xsd:string ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:ModulusOfAdmittance a qudt:QuantityKind ;
    rdfs:label "Modulus Of Admittance"@en ;
    dcterms:description "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$Y = \\left | \\underline{Y} \\right |$, where $\\underline{Y}$ is admittance."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Modulus Of Admittance\" is the absolute value of the quantity \"admittance\"."^^xsd:string ;
    qudt:symbol "Y"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Admittance .

qudtqk:MoistureDiffusivity a qudt:QuantityKind ;
    rdfs:label "Moisture Diffusivity"@en ;
    qudt:applicableUnit unit:BBL_UK_PET-PER-DAY,
        unit:BBL_UK_PET-PER-HR,
        unit:BBL_UK_PET-PER-MIN,
        unit:BBL_UK_PET-PER-SEC,
        unit:BBL_US-PER-DAY,
        unit:BBL_US-PER-MIN,
        unit:BBL_US_PET-PER-HR,
        unit:BBL_US_PET-PER-SEC,
        unit:BU_UK-PER-DAY,
        unit:BU_UK-PER-HR,
        unit:BU_UK-PER-MIN,
        unit:BU_UK-PER-SEC,
        unit:BU_US_DRY-PER-DAY,
        unit:BU_US_DRY-PER-HR,
        unit:BU_US_DRY-PER-MIN,
        unit:BU_US_DRY-PER-SEC,
        unit:CentiM3-PER-DAY,
        unit:CentiM3-PER-HR,
        unit:CentiM3-PER-MIN,
        unit:CentiM3-PER-SEC,
        unit:DeciM3-PER-DAY,
        unit:DeciM3-PER-HR,
        unit:DeciM3-PER-MIN,
        unit:DeciM3-PER-SEC,
        unit:FT3-PER-DAY,
        unit:FT3-PER-HR,
        unit:FT3-PER-MIN,
        unit:FT3-PER-SEC,
        unit:GAL_UK-PER-DAY,
        unit:GAL_UK-PER-HR,
        unit:GAL_UK-PER-MIN,
        unit:GAL_UK-PER-SEC,
        unit:GAL_US-PER-DAY,
        unit:GAL_US-PER-HR,
        unit:GAL_US-PER-MIN,
        unit:GAL_US-PER-SEC,
        unit:GI_UK-PER-DAY,
        unit:GI_UK-PER-HR,
        unit:GI_UK-PER-MIN,
        unit:GI_UK-PER-SEC,
        unit:GI_US-PER-DAY,
        unit:GI_US-PER-HR,
        unit:GI_US-PER-MIN,
        unit:GI_US-PER-SEC,
        unit:IN3-PER-HR,
        unit:IN3-PER-MIN,
        unit:IN3-PER-SEC,
        unit:KiloL-PER-HR,
        unit:L-PER-DAY,
        unit:L-PER-HR,
        unit:L-PER-MIN,
        unit:L-PER-SEC,
        unit:M3-PER-DAY,
        unit:M3-PER-HR,
        unit:M3-PER-MIN,
        unit:M3-PER-SEC,
        unit:M3-PER-YR,
        unit:MilliL-PER-DAY,
        unit:MilliL-PER-HR,
        unit:MilliL-PER-MIN,
        unit:MilliL-PER-SEC,
        unit:OZ_VOL_UK-PER-DAY,
        unit:OZ_VOL_UK-PER-HR,
        unit:OZ_VOL_UK-PER-MIN,
        unit:OZ_VOL_UK-PER-SEC,
        unit:OZ_VOL_US-PER-DAY,
        unit:OZ_VOL_US-PER-HR,
        unit:OZ_VOL_US-PER-MIN,
        unit:OZ_VOL_US-PER-SEC,
        unit:PINT_UK-PER-DAY,
        unit:PINT_UK-PER-HR,
        unit:PINT_UK-PER-MIN,
        unit:PINT_UK-PER-SEC,
        unit:PINT_US-PER-DAY,
        unit:PINT_US-PER-HR,
        unit:PINT_US-PER-MIN,
        unit:PINT_US-PER-SEC,
        unit:PK_UK-PER-DAY,
        unit:PK_UK-PER-HR,
        unit:PK_UK-PER-MIN,
        unit:PK_UK-PER-SEC,
        unit:PK_US_DRY-PER-DAY,
        unit:PK_US_DRY-PER-HR,
        unit:PK_US_DRY-PER-MIN,
        unit:PK_US_DRY-PER-SEC,
        unit:QT_UK-PER-DAY,
        unit:QT_UK-PER-HR,
        unit:QT_UK-PER-MIN,
        unit:QT_UK-PER-SEC,
        unit:QT_US-PER-DAY,
        unit:QT_US-PER-HR,
        unit:QT_US-PER-MIN,
        unit:QT_US-PER-SEC,
        unit:YD3-PER-DAY,
        unit:YD3-PER-HR,
        unit:YD3-PER-MIN,
        unit:YD3-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:symbol "q_V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VolumeFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:VolumeFlowRate .

qudtqk:MolarDensity a qudt:QuantityKind ;
    rdfs:label "molar density"@en-us ;
    dcterms:description "quantity whose value is inversely proportional to the quantity of material"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M0H0T0D0> ;
    qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zu Stoffmengenwert verhält"@de ;
    qudt:symbol "0173-1#Z4-BAJ372#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarInternalEnergy a qudt:QuantityKind ;
    rdfs:label "molar internal energy"^^xsd:string ;
    qudt:applicableUnit unit:J-PER-MOL,
        unit:KiloCAL-PER-MOL,
        unit:KiloJ-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD124"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD124"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:MolarEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MolarEnergy .

qudtqk:MolarOpticalRotationalAbility a qudt:QuantityKind ;
    rdfs:label "molar optical rotational ability"@en-us ;
    dcterms:description "material-specific quantity resulting as the specific angle of rotation of a substance for a particular wavelength and a particular temperature from the relationship: ratio between measured angle of rotation divided by the concentration of material and the covered path"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:plainTextDescription "materialspezifische Größe, die sich als spezifischer Drehwinkel einer Substanz für eine bestimmte Wellenlänge und eine bestimmte Temperatur ergibt durch die Beziehung: Quotient aus gemessener Drehwinkel dividiert durch die Stoffmenegenkonzentration und die durchstrahlte Wegstrecke"@de ;
    qudt:symbol "0173-1#Z4-BAJ426#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarThermalCapacity a qudt:QuantityKind ;
    rdfs:label "molar thermal capacity"@en-us ;
    dcterms:description "thermal capacity divided by the amount of substance"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
    qudt:plainTextDescription "auf die Stoffmenge bezogene Wärmekapazität"@de ;
    qudt:symbol "0173-1#Z4-BAJ355#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarThermodynamicEnergy a qudt:QuantityKind ;
    rdfs:label "molar thermodynamic energy"@en-us ;
    dcterms:description "energy in relation to the amount of a substance"@en ;
    qudt:applicableUnit unit:J-PER-MOL,
        unit:KiloCAL-PER-MOL,
        unit:KiloJ-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:plainTextDescription "auf die Stoffmenge bezogene Energie"@de ;
    qudt:symbol "0173-1#Z4-BAJ353#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MolarEnergy .

qudtqk:MoleFraction a qudt:QuantityKind ;
    rdfs:label "Mole Fraction"@en ;
    dcterms:description "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mole_fraction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "In chemistry, the mole fraction of a component in a mixture is the relative proportion of molecules belonging to the component to those in the mixture, by number of molecules. It is one way of measuring concentration."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:MolecularConcentration a qudt:QuantityKind ;
    rdfs:label "Molecular Concentration"@en ;
    dcterms:description "The \"Molecular Concentration\" of substance B  is defined as the number of molecules of B  divided by the volume of the mixture "^^qudt:LatexString ;
    qudt:abbreviation "m^{-3}"^^xsd:string ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ;
    qudt:latexDefinition "$C_B = \\frac{N_B}{V}$, where $N_B$ is the number of molecules of $B$ and $V$ is the volume."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Molecular Concentration\" of substance B  is defined as the number of molecules of B  divided by the volume of the mixture "^^xsd:string ;
    qudt:symbol "C_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:MotorConstant a qudt:QuantityKind ;
    rdfs:label "motor constant"^^xsd:string,
        "motor constant"@en-us ;
    dcterms:description "quantitiy/variable which identifies a characteristic of a motor"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD129"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD129"^^xsd:anyURI ;
    qudt:plainTextDescription "Größe, die eine Eigenschaft eines Motors kennzeichnet"@de ;
    qudt:symbol "0173-1#Z4-BAJ358#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NOMINAL-ASCENT-PROPELLANT-MASS a qudt:QuantityKind ;
    rdfs:label "Nominal Ascent Propellant Mass"@en ;
    dcterms:description "The amount of propellant mass within a stage that is available for impulse for use in nominal payload performance prediction. This mass excludes loaded propellant that has been set aside for off- nominal performance behavior (FPR and fuel bias)."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://elib.dlr.de/68314/1/IAF10-D2.3.1.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "The amount of propellant mass within a stage that is available for impulse for use in nominal payload performance prediction. This mass excludes loaded propellant that has been set aside for off- nominal performance behavior (FPR and fuel bias)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:NeutralRatio a qudt:QuantityKind ;
    rdfs:label "neutral ratio"@en-us ;
    dcterms:description "ratio between two physical variables of the same type, expressed as a number which describes the relationship between these variables where the units are cancelled against each other"@en ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Quotient aus zwei physikalischen Größen gleicher Art als Zahl, welche das Verhältnis dieser Größen zueinander ausdrückt, wobei die einheiten gegeneinander gekürzt sind"@de ;
    qudt:symbol "0173-1#Z4-BAJ359#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:NeutronDiffusionLength a qudt:QuantityKind ;
    rdfs:label "Neutron Diffusion Length"@en ;
    dcterms:description "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e"^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "The neutron diffusion length is equivalent to the relaxation length, that is, to the distance, in which the neutron flux decreases by a factor e"^^xsd:string ;
    qudt:symbol "L_{r}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:NormalStress a qudt:QuantityKind ;
    rdfs:label "Normal Stress"@en ;
    dcterms:description "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\sigma = \\frac{dF_n}{dA}$, where $dF_n$ is the normal component of force and $dA$ is the area of the surface element."^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
    qudt:plainTextDescription "Normal stress is defined as the stress resulting from a force acting normal to a body surface. Normal stress can be caused by several loading methods, the most common being axial tension and compression, bending, and hoop stress."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Stress .

qudtqk:NormalizedDimensionlessRatio a qudt:QuantityKind ;
    rdfs:label "Positive Dimensionless Ratio"@en ;
    dcterms:description "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0"^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "A \"Normalized Dimensionless Ratio\" is a dimensionless ratio ranging from 0.0 to 1.0"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:NozzleThroatCrossSectionalArea a qudt:QuantityKind ;
    rdfs:label "Nozzle Throat Cross-sectional Area"@en ;
    dcterms:description "Cross-sectional area of the nozzle at the throat."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:plainTextDescription "Cross-sectional area of the nozzle at the throat."^^xsd:string ;
    qudt:symbol "A^*"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:NozzleThroatPressure a qudt:QuantityKind ;
    rdfs:label "Nozzle Throat Pressure"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:symbol "p^*"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:NozzleWallsThrustReaction a qudt:QuantityKind ;
    rdfs:label "Nozzle Walls Thrust Reaction"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:symbol "F_R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:NuclearEnergy a qudt:QuantityKind ;
    rdfs:label "nuclear energy"^^xsd:string ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD131"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD131"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:NuclearRadius a qudt:QuantityKind ;
    rdfs:label "Nuclear Radius"@en ;
    dcterms:description "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included"^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_nucleus"^^xsd:anyURI ;
    qudt:latexDefinition "This quantity is not exactly defined. It is given approximately for nuclei in their ground state only by $R = r_0 A^{\\frac{1}{3}}$, where $r_0 \\approx 1.2 x 10^{-15} m$ and $A$ is the nucleon number."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Nuclear Radius\" is the conventional radius of sphere in which the nuclear matter is included"^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:OlfactoryThreshold a qudt:QuantityKind ;
    rdfs:label "Olfactory Threshold"@en ;
    dcterms:description "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-L,
        unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:NanoMOL-PER-L,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Odor_detection_threshold"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_o}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Olfactory Threshold\" are thresholds for the concentrations of various classes of smell that can be detected."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Concentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Concentration .

qudtqk:OrbitalAngularMomentumPerMass a qudt:QuantityKind ;
    rdfs:label "Orbital Angular Momentum per Mass"@en ;
    dcterms:description "Angular momentum of the orbit per mass of the vehicle"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:plainTextDescription "Angular momentum of the orbit per mass of the vehicle"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:symbol "h"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:OrbitalRadialDistance a qudt:QuantityKind ;
    rdfs:label "Orbital Radial Distance"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:symbol "r"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:OsmoticConcentration a qudt:QuantityKind ;
    rdfs:label "Osmotic Concentration"@en ;
    dcterms:description "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "https://doi.org/10.1351/goldbook.O04343"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Osmotic_concentration"^^xsd:anyURI ;
    qudt:latexDefinition "$osmolarity = \\sum_{i} \\varphi_i n_i C_i, where \\varphi is the osmotic coefficient of the solution n, is the number of particles (e.g. ions), C is the molar concentration of the solute, and i is the index of solute$"^^qudt:LatexString ;
    qudt:latexSymbol "$\\c$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:OsmoticPressure a qudt:QuantityKind ;
    rdfs:label "Osmotický tlak"@cs,
        "osmotischer Druck"@de,
        "osmotic pressure"@en,
        "presión osmótica"@es,
        "فشار اسمزی"@fa,
        "pression osmotique"@fr,
        "pressione osmotica"@it,
        "Tekanan osmotik"@ms,
        "pressão osmótica"@pt,
        "ozmotik basıç"@tr,
        "渗透压"@zh ;
    dcterms:description "The \"Osmotic Pressure\" is the pressure which needs to be applied to a solution to prevent the inward flow of water across a semipermeable membrane."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Osmotic_pressure"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A$, where $M_A$ is the molar mass of the solvent $A$, $\\sum$ denotes summation over all the solutes, $b_B$ is the molality of solute $B$, and $a_A$ is the activity of solvent $A$."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Osmotic Pressure\" is the pressure which needs to be applied to a solution to prevent the inward flow of water across a semipermeable membrane."^^xsd:string ;
    qudt:symbol "Π"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:OverRangeDistance a qudt:QuantityKind ;
    rdfs:label "Over-range distance"@en ;
    dcterms:description "Additional distance traveled by a rocket because Of excessive initial velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "Additional distance traveled by a rocket because Of excessive initial velocity."^^xsd:string ;
    qudt:symbol "s_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:PREDICTED-MASS a qudt:QuantityKind ;
    rdfs:label "Predicted Mass"@en ;
    dcterms:description "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "Sum of the basic mass and the MGA. Current prediction of the final mass based on the current requirements and design."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:PRODUCT-OF-INERTIA_X a qudt:QuantityKind ;
    rdfs:label "Product of Inertia in the X axis"@en ;
    dcterms:description """
  The quantity kind $\\textit{Product of Inertia in the X axis}$ is a measure of a body's
   dynamic (or coupled) imbalance resulting in a precession when rotating about an
  axis other than the body's principal axis.
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PRODUCT-OF-INERTIA .

qudtqk:PRODUCT-OF-INERTIA_Y a qudt:QuantityKind ;
    rdfs:label "Product of Inertia in the Y axis"@en ;
    dcterms:description """
  The quantity kind $\\textit{Product of Inertia in the Y axis}$ is a measure of a body's
   dynamic (or coupled) imbalance resulting in a precession when rotating about an axis
   other than the body's principal axis.
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:plainTextDescription """
  The quantity kind 'Product of Inertia in the Y axis' is a measure of a body's 
  dynamic (or coupled) imbalance resulting in a precession when rotating about an axis
  other than the body's principal axis.
  """^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PRODUCT-OF-INERTIA .

qudtqk:PRODUCT-OF-INERTIA_Z a qudt:QuantityKind ;
    rdfs:label "Product of Inertia in the Z axis"@en ;
    dcterms:description """
  The quantity kind $\\textit{Product of Inertia in the Z axis}$ is a measure of a body's
   dynamic (or coupled) imbalance resulting in a precession when rotating about an axis
  other than the body's principal axis.
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PRODUCT-OF-INERTIA .

qudtqk:PartialPressure a qudt:QuantityKind ;
    rdfs:label "Partial Pressure"@en ;
    dcterms:description """
  The quantity kind $\\textit{Partial Pressure}$ is the pressure that the gas would
   have if it alone occupied the volume of the mixture at the same temperature.
  """^^qudt:LatexString ;
    qudt:abbreviation "pa"^^xsd:string ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Partial_pressure"^^xsd:anyURI ;
    qudt:latexDefinition "$p_B = x_B \\cdot p$, where $x_B$ is the amount-of-substance fraction of substance $B$ and $p$ is the total pressure."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Partial Pressure\" is the pressure that the gas would have if it alone occupied the volume of the mixture at the same temperature."^^xsd:string ;
    qudt:symbol "p_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:ParticleCurrent a qudt:QuantityKind ;
    rdfs:label "Particle Current"@en ;
    dcterms:description """
  The quantity kind $\\textit{Particle Current}$ can be used to describe the net number
   of particles passing through a surface in an infinitesimal time interval.
  """^^qudt:LatexString ;
    qudt:altSymbol "S"^^xsd:string ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\int J \\cdot e_n dA = \\frac{dN}{dt}$, where $e_ndA$ is the vector surface element, $N$ is the net number of particles passing over a surface, and $dt$ describes the time interval."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Particle Current\" can be used to describe the net number of particles passing through a surface in an infinitesimal time interval."^^xsd:string ;
    qudt:symbol "J"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Frequency .

qudtqk:ParticleCurrentDensity a qudt:QuantityKind ;
    rdfs:label "particle current density"^^xsd:string,
        "particle current density"@en-us ;
    dcterms:description """
  The quantity kind $\\textit{Particle Current Density}$ is a vector whose component is
   perpendicular to a surface equal to the net number of particles crossing that surface
   in the positive direction per unit area and per unit time.
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD132"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD132"^^xsd:anyURI ;
    qudt:plainTextDescription "Vektor, dessen Komponente senkrecht zu einer Fläche gleich der Nettoanzahl von Teilchen ist, die flächen- und zeitbezogen in positiver Richtung durch diese Fläche hindurchgehen"@de ;
    qudt:symbol "0173-1#Z4-BAJ388#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ParticleNumberDensity a qudt:QuantityKind ;
    rdfs:label "Particle Number Density"@en ;
    dcterms:description "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_number#Particle_number_density"^^xsd:anyURI ;
    qudt:latexDefinition "$n = \\frac{N}{V}$, where $N$ is the number of particles in the 3D domain with the volume $V$."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Particle Number Density\" is obtained by dividing the particle number of a system by its volume."^^xsd:string ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:ParticlePositionVector a qudt:QuantityKind ;
    rdfs:label "Particle Position Vector"@en ;
    dcterms:description "\"Particle Position Vector\" is the position vector of a particle."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Particle Position Vector\" is the position vector of a particle."^^xsd:string ;
    qudt:symbol "r, R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:PathLength a qudt:QuantityKind ;
    rdfs:label "Path Length"@en ;
    dcterms:description "\"PathLength\" is "^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Path_length"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"PathLength\" is "^^xsd:string ;
    qudt:symbol "s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:PayloadMass a qudt:QuantityKind ;
    rdfs:label "Payload Mass"@en ;
    dcterms:description "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "Payload mass is the mass of the payload carried by the craft. In a multistage spacecraft the payload mass of the last stage is the mass of the payload and the payload masses of the other stages are considered to be the gross masses of the next stages."^^xsd:string ;
    qudt:symbol "M_P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:PayloadRatio a qudt:QuantityKind ;
    rdfs:label "Payload Ratio"@en ;
    dcterms:description "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "The payload ratio is defined as the mass of the payload divided by the empty mass of the structure. Because of the extra cost involved in staging rockets, given the choice, it's often more economic to use few stages with a small payload ratio rather than more stages each with a high payload ratio."^^xsd:string ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:PeltierCoefficient a qudt:QuantityKind ;
    rdfs:label "Peltier Coefficient"@en ;
    dcterms:description "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermoelectric_effect"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Pi_{ab}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Peltier Coefficient\" represents how much heat current is carried per unit charge through a given material. It is the heat power developed at a junction, divided by the electric current flowing from substance a to substance b."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PhaseDifference a qudt:QuantityKind ;
    rdfs:label "اختلاف طور"@ar,
        "Phasenverschiebungswinkel"@de,
        "phase difference"@en,
        "diferencia de fase"@es,
        "différence de phase"@fr,
        "sfasamento angolare"@it,
        "位相差"@ja,
        "przesunięcie fazowe"@pl,
        "diferença de fase"@pt ;
    dcterms:description "\"Phase Difference\" is the difference, expressed in electrical degrees or time, between two waves having the same frequency and referenced to the same point in time. Two oscillators that have the same frequency and different phases have a phase difference, and the oscillators are said to be out of phase with each other. The amount by which such oscillators are out of step with each other can be expressed in degrees from $0^\\circ$ to $360^\\circ$, or in radians from 0 to ${2\\pi}$. If the phase difference is $180^\\circ$ ($\\pi$ radians), then the two oscillators are said to be in antiphase."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:expression "$phase-difference$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Phase_(waves)#Phase_difference"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=103-07-06"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = \\varphi_u - \\varphi_i$, where $\\varphi_u$ is the initial phase of the voltage and $\\varphi_i$ is the initial phase of the electric current."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "déphasage"@fr,
        "desfasagem"@pt ;
    skos:broader qudtqk:Angle .

qudtqk:PhononMeanFreePath a qudt:QuantityKind ;
    rdfs:label "Phonon Mean Free Path"@en ;
    dcterms:description "\"Phonon Mean Free Path\" is the mean free path of phonons."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Phonon Mean Free Path\" is the mean free path of phonons."^^xsd:string ;
    qudt:symbol "l_{ph}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:PhotoThresholdOfAwarenessFunction a qudt:QuantityKind ;
    rdfs:label "Photo Threshold of Awareness Function"@en ;
    dcterms:description "\"Photo Threshold of Awareness Function\" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation)."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "https://www.britannica.com/science/human-eye/Colour-vision"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PhotonLuminance a qudt:QuantityKind ;
    rdfs:label "photon luminance"^^xsd:string,
        "photon luminance"@en-us ;
    dcterms:description "ratio between the photon flux at a point on a surface and in a given direction and the product of the solid angle and the orthogonal projection of this element on a plane perpendicular to the given direction "@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD138"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD138"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient aus dem durch eine Fläche in einer Richtung durchgehenden Photonenstrom und dem Produkt aus dem durchstrahlten Raumwinkel und der Projektion dieser Fläche auf eine Ebene senkrecht zur betrachteten Fläche"@de ;
    qudt:symbol "0173-1#Z4-BAJ363#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Piece a qudt:QuantityKind ;
    rdfs:label "piece"^^xsd:string ;
    qudt:applicableUnit unit:NUM,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD146"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD146"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Count"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:PlanarForce a qudt:QuantityKind ;
    rdfs:label "Flächenlast"@de,
        "Planar Force"@en ;
    dcterms:description "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI ;
    qudt:plainTextDescription "Another name for Force Per Area, used by the Industry Foundation Classes (IFC) standard."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerArea .

qudtqk:PolarMomentOfInertia a qudt:QuantityKind ;
    rdfs:label "Polar moment of inertia"@en ;
    dcterms:description "The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area moment of inertia, which characterizes an object's ability to resist bending. "^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-CentiM2,
        unit:KiloGM-M2,
        unit:KiloGM-MilliM2,
        unit:LB-FT2,
        unit:LB-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ;
    qudt:plainTextDescription "The polar moment of inertia is a quantity used to predict an object's ability to resist torsion, in objects (or segments of objects) with an invariant circular cross-section and no significant warping or out-of-plane deformation. It is used to calculate the angular displacement of an object subjected to a torque. It is analogous to the area moment of inertia, which characterizes an object's ability to resist bending. "^^xsd:string ;
    qudt:symbol "J_{zz}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MomentOfInertia .

qudtqk:PolarizationField a qudt:QuantityKind ;
    rdfs:label "Polarization Field"@en ;
    dcterms:description "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-CentiM2,
        unit:C-PER-M2,
        unit:C-PER-MilliM2,
        unit:C_Ab-PER-CentiM2,
        unit:C_Stat-PER-CentiM2,
        unit:KiloC-PER-M2,
        unit:MegaC-PER-M2,
        unit:MicroC-PER-M2,
        unit:MilliC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:plainTextDescription "The Polarization Field is the vector field that expresses the density of permanent or induced electric dipole moments in a dielectric material. The polarization vector P is defined as the ratio of electric dipole moment per unit volume."^^xsd:string ;
    qudt:symbol "P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricChargePerArea .

qudtqk:PositiveDimensionlessRatio a qudt:QuantityKind ;
    rdfs:label "Positive Dimensionless Ratio"@en ;
    dcterms:description "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero"^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "A \"Positive Dimensionless Ratio\" is a dimensionless ratio that is greater than zero"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:PositiveLength a qudt:QuantityKind ;
    rdfs:label "Positive Length"@en ;
    dcterms:description "\"PositiveLength\" is a measure of length strictly greater than zero."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "\"PositiveLength\" is a measure of length strictly greater than zero."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NonNegativeLength .

qudtqk:PositivePlaneAngle a qudt:QuantityKind ;
    rdfs:label "Positive Plane Angle"@en ;
    dcterms:description "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI ;
    qudt:plainTextDescription "A \"PositivePlaneAngle\" is a plane angle strictly greater than zero."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PlaneAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PlaneAngle .

qudtqk:PotentialEnergy a qudt:QuantityKind ;
    rdfs:label "طاقة وضع"@ar,
        "potenciální energie"@cs,
        "potentielle Energie"@de,
        "potential energy"@en,
        "energía potencial"@es,
        "انرژی پتانسیل"@fa,
        "énergie potentielle"@fr,
        "स्थितिज ऊर्जा"@hi,
        "energia potenziale"@it,
        "位置エネルギー"@ja,
        "Tenaga keupayaan"@ms,
        "Energia potencjalna"@pl,
        "energia potencial"@pt,
        "Energie potențială"@ro,
        "потенциальная энергия"@ru,
        "Potansiyel enerji"@tr,
        "势能"@zh ;
    dcterms:description "Energy possessed by a body by virtue of its position in a gravity field in contrast with kinetic energy, that possessed by virtue of its motion."^^qudt:LatexString ;
    qudt:altSymbol "U"^^xsd:string ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Potential_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Potential_energy"^^xsd:anyURI ;
    qudt:latexDefinition "$V = -\\int F \\cdot dr$, where $F$ is a conservative force and $R$ is a position vector."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:plainTextDescription "Energy possessed by a body by virtue of its position in a gravity field in contrast with kinetic energy, that possessed by virtue of its motion."^^xsd:string ;
    qudt:symbol "PE"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:PowerConstant a qudt:QuantityKind ;
    rdfs:label "power constant"@en-us ;
    dcterms:description "ratio indicating the relationship between continuous power and continuous current"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Verhältnis, das den Zusammenhang zwischen der Dauerkraft zum Dauerstrom kennzeichnet"@de ;
    qudt:symbol "0173-1#Z4-BAJ330#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedAmountOfSubstanceConcentration a qudt:QuantityKind ;
    rdfs:label "pressure-based amount-of-substance concentration"@en-us ;
    dcterms:description "ratio between the amount-of-substance of a dissolved material and the mass of its solvent divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Molarität (Quotient aus der Stoffmenge eines gelösten Stoffes und dem Volumen der Lösung) dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ307#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedDensity a qudt:QuantityKind ;
    rdfs:label "pressure-based density"@en-us ;
    dcterms:description "ratio of density divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Dichte dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ299#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedDynamicViscosity a qudt:QuantityKind ;
    rdfs:label "pressure-based dynamic viscosity"@en-us ;
    dcterms:description "ratio of dynamic viscosity divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:plainTextDescription "Quotient aus der dynamischen Viskosität dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ300#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedElectricCurrent a qudt:QuantityKind ;
    rdfs:label "pressure-based electric current"@en-us ;
    dcterms:description "ratio of electric current divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient elektrische Stromstärke dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ309#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedElectricVoltage a qudt:QuantityKind ;
    rdfs:label "pressure-based electric voltage"@en-us ;
    dcterms:description "ratio of electric voltage divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient elektrischer Spannung dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ301#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedKinematicViscosity a qudt:QuantityKind ;
    rdfs:label "pressure-based kinematic viscosity"@en-us ;
    dcterms:description "ratio of dynamic viscosity and density of the material divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ303#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedLength a qudt:QuantityKind ;
    rdfs:label "pressure-based length"@en-us ;
    dcterms:description "ratio of length divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Länge dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ304#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedMass a qudt:QuantityKind ;
    rdfs:label "pressure-based mass"@en-us ;
    dcterms:description "ratio of mass divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Masse dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ305#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedMassFlow a qudt:QuantityKind ;
    rdfs:label "pressure-based mass flow"@en-us ;
    dcterms:description "ratio of mass flow divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Massenstrom dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ310#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedMolality a qudt:QuantityKind ;
    rdfs:label "pressure-based molality"@en-us ;
    dcterms:description "ratio of molality divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ;
    qudt:plainTextDescription "Quotient Molalität dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ306#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedQuantity a qudt:QuantityKind ;
    rdfs:label "pressure-based quantity"@en-us ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedTemperature a qudt:QuantityKind ;
    rdfs:label "pressure-based temperature"@en-us ;
    dcterms:description "ratio of temperature divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Temperatur dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ308#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedVelocity a qudt:QuantityKind ;
    rdfs:label "pressure-based velocity"@en-us ;
    dcterms:description "ratio of velocity divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Geschwindigkeit dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ302#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedVolume a qudt:QuantityKind ;
    rdfs:label "pressure-based volume"@en-us ;
    dcterms:description "ratio of volume divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Volumen dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ312#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBasedVolumeFlow a qudt:QuantityKind ;
    rdfs:label "pressure-based volume flow"@en-us ;
    dcterms:description "ratio of volume flow divided by the related pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient Volumenstrom dividiert durch den zugehörigen Druck"@de ;
    qudt:symbol "0173-1#Z4-BAJ311#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureBurningRateConstant a qudt:QuantityKind ;
    rdfs:label "Pressure Burning Rate Constant"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:PressureBurningRateIndex a qudt:QuantityKind ;
    rdfs:label "Pressure Burning Rate Index"@en ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\beta$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:PressureInRelationToVolumeFlow a qudt:QuantityKind ;
    rdfs:label "pressure in relation to volume flow"@en-us ;
    dcterms:description "ratio between pressure and the volume flow at a given cross-sectional area, passing through this cross-sectional area "@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ;
    qudt:plainTextDescription "an einer festgelegten Querschnittsfläche der Quotient Druck durch den Volumenstrom, der durch diese Querschnittsfläche hindurchgeht"@de ;
    qudt:symbol "0173-1#Z4-BAJ290#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PropellantMeanBulkTemperature a qudt:QuantityKind ;
    rdfs:label "Propellant Mean Bulk Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "PMBT"^^xsd:string ;
    skos:broader qudtqk:PropellantTemperature .

qudtqk:QuantityOfLight a qudt:QuantityKind ;
    rdfs:label "quantity of light"^^xsd:string,
        "quantity of light"@en-us ;
    dcterms:description "work of a light source provided in the form of light as the product of the luminous flux Φ produced by the light source and the time t for which this is radiated"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD147"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD147"^^xsd:anyURI ;
    qudt:plainTextDescription "in Form von Licht aufgebrachte Arbeit einer Lichtquelle als Produkt aus dem von der Lichtquelle ausgehenden Lichtstrom Φ und der Zeit t, während dieser ausgestrahlt wird"@de ;
    qudt:symbol "0173-1#Z4-BAJ243#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RESERVE-MASS a qudt:QuantityKind ;
    rdfs:label "Reserve Mass"@en ;
    dcterms:description "A quantity of mass held by Program/project management to mitigate the risk of over-predicted performance estimates, under predicted mass estimates, and future operational and mission specific requirements (program mass reserve, manager's mass reserve, launch window reserve, performance reserve, etc.)."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "A quantity of mass held by Program/project management to mitigate the risk of over-predicted performance estimates, under predicted mass estimates, and future operational and mission specific requirements (program mass reserve, manager's mass reserve, launch window reserve, performance reserve, etc.)."^^xsd:string ;
    qudt:symbol "M_{E}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:RF-Power a qudt:QuantityKind ;
    rdfs:label "RF-Power Level"@en ;
    dcterms:description "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-PER-M,
        unit:V_Ab-PER-CentiM,
        unit:V_Stat-PER-CentiM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:informativeReference "https://www.analog.com/en/technical-articles/measurement-control-rf-power-parti.html"^^xsd:anyURI ;
    qudt:plainTextDescription "Radio-Frequency Power. Power level of electromagnetic waves alternating at the frequency of radio waves (up to 10^10 Hz)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricField"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SignalStrength .

qudtqk:RadialDistance a qudt:QuantityKind ;
    rdfs:label "Radial Distance"@en ;
    dcterms:description "In classical geometry, the \"Radial Distance\" is a coordinate in polar coordinate systems (r, $\\theta$). Basically the radial distance is the scalar Euclidean distance between a point and the origin of the system of coordinates."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radial_distance_(geometry)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$d = \\sqrt{r_1^2 + r_2^2 -2r_1r_2\\cos{(\\theta_1 - \\theta_2)}}$, where $P_1$ and $P_2$ are two points with polar coordinates $(r_1, \\theta_1)$ and $(r_2, \\theta_2)$, respectively, and $d$ is the distance."^^qudt:LatexString ;
    qudt:latexSymbol "$r_Q, \\rho$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:RadiantEmmitance a qudt:QuantityKind ;
    rdfs:label "Radiant Emmitance"@en ;
    dcterms:description "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI ;
    qudt:latexDefinition "$M = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the radiant flux leaving the element of the surface area $dA$."^^qudt:LatexString ;
    qudt:plainTextDescription "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:RadiantEnergyExposure a qudt:QuantityKind ;
    rdfs:label "radiant energy exposure"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD149"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD149"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RadiantExposure a qudt:QuantityKind ;
    rdfs:label "Radiant Exposure"@en ;
    dcterms:description "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure."^^qudt:LatexString ;
    qudt:abbreviation "J-PER-CM2"^^xsd:string ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2,
        unit:BTU_TH-PER-FT2,
        unit:CAL_TH-PER-CentiM2,
        unit:CentiN-M-PER-M2,
        unit:ERG-PER-CentiM2,
        unit:FT-LB_F-PER-FT2,
        unit:FT-LB_F-PER-M2,
        unit:GigaJ-PER-M2,
        unit:GigaN-M-PER-M2,
        unit:J-PER-CentiM2,
        unit:J-PER-M2,
        unit:KiloBTU_IT-PER-FT2,
        unit:KiloCAL-PER-CentiM2,
        unit:KiloGM-PER-SEC2,
        unit:KiloN-M-PER-M2,
        unit:KiloW-HR-PER-M2,
        unit:LANGLEY,
        unit:LB_F-PER-IN,
        unit:MegaJ-PER-M2,
        unit:MegaN-M-PER-M2,
        unit:MicroN-M-PER-M2,
        unit:MilliJ-PER-M2,
        unit:MilliN-M-PER-M2,
        unit:N-M-PER-M2,
        unit:NanoN-M-PER-M2,
        unit:W-HR-PER-M2,
        unit:W-SEC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD150"^^xsd:string ;
    qudt:informativeReference "http://omlc.ogi.edu/education/ece532/class1/irradiance.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD150"^^xsd:anyURI ;
    qudt:latexDefinition "$H = \\int_{0}^{\\Delta t}{E}{dt}$, where $E$ is the irradiance acting during the time interval with duration $\\Delta t$."^^qudt:LatexString ;
    qudt:plainTextDescription "Radiant exposure is a measure of the total radiant energy incident on a surface per unit area; equal to the integral over time of the radiant flux density. Also known as exposure."^^xsd:string ;
    qudt:symbol "H_e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyPerArea .

qudtqk:RadiantFluenceRate a qudt:QuantityKind ;
    rdfs:label "Radiant Fluence Rate"@en ;
    dcterms:description "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^qudt:LatexString ;
    qudt:abbreviation "M-PER-T3"^^xsd:string ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://goldbook.iupac.org/FT07376.html"^^xsd:anyURI ;
    qudt:latexDefinition "$E_0 = \\int{L}{d\\Omega}$, where $d\\Omega$ is the solid angle of each elementary beam passing through the given point and $L$ its radiance at that point in the direction of the beam."^^qudt:LatexString ;
    qudt:plainTextDescription "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^xsd:string ;
    qudt:symbol "E_e,0"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:RadiantFlux a qudt:QuantityKind ;
    rdfs:label "قدرة إشعاعية"@ar,
        "Strahlungsfluss"@de,
        "radiant flux"@en,
        "potencia radiante"@es,
        "flux énergétique"@fr,
        "flusso radiante"@it,
        "放射パワー"@ja,
        "moc promieniowania"@pl,
        "potência radiante"@pt ;
    dcterms:description "Radiant Flux, or radiant power, is the measure of the total power of electromagnetic radiation (including infrared, ultraviolet, and visible light). The power may be the total emitted from a source, or the total landing on a particular surface."^^qudt:LatexString ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_flux"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Phi = \\frac{dQ}{dt}$, where $dQ$ is the radiant energy emitted, transferred, or received during a time interval of the duration $dt$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\phi$"^^qudt:LatexString ;
    qudt:plainTextDescription "Radiant Flux, or radiant power, is the measure of the total power of electromagnetic radiation (including infrared, ultraviolet, and visible light). The power may be the total emitted from a source, or the total landing on a particular surface."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Strahlungsleistung"@de,
        "radiant power"@en,
        "flujo radiante"@es,
        "puissance rayonnante"@fr,
        "potenza radiante"@it,
        "moc promienista"@pl,
        "fluxo energético"@pt ;
    skos:broader qudtqk:Power .

qudtqk:RadiativeHeatTransfer a qudt:QuantityKind ;
    rdfs:label "Radiative Heat Transfer"@en ;
    dcterms:description "\"Radiative Heat Transfer\" is proportional to $(T_1^4 - T_2^4)$ and area of the surface, where $T_1$ and $T_2$ are thermodynamic temperatures of two black surfaces, for non totally black surfaces an additional factor less than 1 is needed."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-MIN,
        unit:BTU_IT-PER-SEC,
        unit:BTU_TH-PER-HR,
        unit:BTU_TH-PER-MIN,
        unit:BTU_TH-PER-SEC,
        unit:CAL_TH-PER-MIN,
        unit:CAL_TH-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloBTU_TH-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloCAL_TH-PER-HR,
        unit:KiloCAL_TH-PER-MIN,
        unit:KiloCAL_TH-PER-SEC,
        unit:MegaBTU_IT-PER-HR,
        unit:THM_US-PER-HR,
        unit:TON_FG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer#Radiation"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Phi_r$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:HeatFlowRate .

qudtqk:RadioactiveDecay a qudt:QuantityKind ;
    rdfs:label "radioactive decay"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD152"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD152"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseTime .

qudtqk:Radioactivity a qudt:QuantityKind ;
    rdfs:label "radioactivity"@en-us ;
    dcterms:description "number of spontaneous nuclear transformations in a defined amount of substance during a sufficiently small period of time divided by this period, expressed as a ratio ∂N/∂t, where ∂N is the expected value for the number of spontaneous transformations from this state within the time period ∂t"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Anzahl der spontanen Kernumwandlungen in einer gegebenen Menge eines Stoffes während eines hinreichend kleinen Zeitintervalls, dividiert durch dieses Zeitintervall, ausgedrückt als Quotient ∂N/∂t, wobei ∂N der Erwartungswert für die Anzahl der spontanen Übergänge aus diesem Zustand im Zeitintervall ∂t ist"@de ;
    qudt:symbol "0173-1#Z4-BAJ230#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RadiusOfCurvature a qudt:QuantityKind ;
    rdfs:label "Radius of Curvature"@en ;
    dcterms:description "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radius_of_curvature_(mathematics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "In geometry, the \"Radius of Curvature\", R, of a curve at a point is a measure of the radius of the circular arc which best approximates the curve at that point."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:RankineTemperature a qudt:QuantityKind ;
    rdfs:label "Rankine temperature"^^xsd:string,
        "Rankine temperature"@en-us ;
    dcterms:description "quantity which uses a temperature scale with a zero value at the absolute temperature zero (0 K) like the Kelvin scale, but, in contrast with it, uses the scale intervals of the Fahrenheit scale"@en ;
    qudt:applicableUnit unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD308"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD308"^^xsd:anyURI ;
    qudt:plainTextDescription "Größe, die eine Temperaturskala benutzt, die wie die Kelvin-Skala beim absoluten Temperatur-Nullpunkt (0 K) ihren Nullwert hat, jedoch im Gegensatz zu dieser den Skalenabstand der Fahrenheit-Skala verwendet"@de ;
    qudt:symbol "0173-1#Z4-BAJ367#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ThermodynamicTemperature .

qudtqk:RateOfRiseOfVoltage a qudt:QuantityKind ;
    rdfs:label "rate of rise of voltage"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
    qudt:iec61360Code "0112/2///62720#UAD153"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD153"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReactionEnergy a qudt:QuantityKind ;
    rdfs:label "Reaction Energy"@en ;
    dcterms:description "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_reaction"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Reaction Energy\" in a nuclear reaction, is the sum of the kinetic energies and photon energies of the reaction products minus the sum of the kinetic and photon energies of the reactants."^^xsd:string ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:ReactorTimeConstant a qudt:QuantityKind ;
    rdfs:label "Reactor Time Constant"@en ;
    dcterms:description "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "https://www.euronuclear.org/glossary/reactor-time-constant/"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Reactor Time Constant\", also called the reactor period, is the time during which the neutron flux density in a reactor changes by the factor e = 2.718 (e: basis of natural logarithms), when the neutron flux density increases or decreases exponentially."^^xsd:string ;
    qudt:symbol "T"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:ReciprocalElectricResistance a qudt:QuantityKind ;
    rdfs:label "reciprocal electric resistance"@en-us ;
    dcterms:description "quantity whose value is inversely proportional to the resistance value"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Widerstandswert verhält"@de ;
    qudt:symbol "0173-1#Z4-BAJ375#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReciprocalEnergy a qudt:QuantityKind ;
    rdfs:label "reciprocal energy"@en-us ;
    dcterms:description "multiplicative inverse of energy"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:plainTextDescription "Kehrwert der Energie"@de ;
    qudt:symbol "0173-1#Z4-BAJ417#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReciprocalPlaneAngle a qudt:QuantityKind ;
    rdfs:label "reciprocal plane angle"@en-us ;
    dcterms:description "quantity whose value is inversely proportional to the angle value"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Winkelwert verhält"@de ;
    qudt:symbol "0173-1#Z4-BAJ376#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Reflectivity a qudt:QuantityKind ;
    rdfs:label "Reflectivity"@en ;
    dcterms:description """<p>For homogeneous and semi-infinite materials, reflectivity is the same as reflectance. Reflectivity is the square of the magnitude of the Fresnel reflection coefficient, which is the ratio of the reflected to incident electric field; as such the reflection coefficient can be expressed as a complex number as determined by the Fresnel equations for a single layer, whereas the reflectance is always a positive real number.</p>

<p>For layered and finite media, according to the CIE, <em>reflectivity</em> is distinguished from <em>reflectance</em> by the fact that reflectivity is a value that applies to <em>thick</em> reflecting objects.<span style=font-size:10.8333px> </span>When reflection occurs from thin layers of material, internal reflection effects can cause the reflectance to vary with surface thickness. Reflectivity is the limit value of reflectance as the sample becomes thick; it is the intrinsic reflectance of the surface, hence irrespective of other parameters such as the reflectance of the rear surface. Another way to interpret this is that the reflectance is the fraction of electromagnetic power reflected from a specific sample, while reflectivity is a property of the material itself, which would be measured on a perfect machine if the material filled half of all space."""^^rdf:HTML ;
    qudt:applicableUnit unit:FRACTION,
        unit:PERCENT,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription """For homogeneous and semi-infinite materials, reflectivity is the same as reflectance. Reflectivity is the square of the magnitude of the Fresnel reflection coefficient, which is the ratio of the reflected to incident electric field; as such the reflection coefficient can be expressed as a complex number as determined by the Fresnel equations for a single layer, whereas the reflectance is always a positive real number.

For layered and finite media, according to the CIE, reflectivity is distinguished from reflectance by the fact that reflectivity is a value that applies to thick reflecting objects. When reflection occurs from thin layers of material, internal reflection effects can cause the reflectance to vary with surface thickness. Reflectivity is the limit value of reflectance as the sample becomes thick; it is the intrinsic reflectance of the surface, hence irrespective of other parameters such as the reflectance of the rear surface. Another way to interpret this is that the reflectance is the fraction of electromagnetic power reflected from a specific sample, while reflectivity is a property of the material itself, which would be measured on a perfect machine if the material filled half of all space."""^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Reflectance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Reflectance .

qudtqk:RelativeAtomicMass a qudt:QuantityKind ;
    rdfs:label "Relative Atomic Mass"@en ;
    dcterms:description "\"Relative Atomic Mass \" is a dimensionless physical quantity, the ratio of the average mass of atoms of an element (from a given source) to 1/12 of the mass of an atom of carbon-12 (known as the unified atomic mass unit)"^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_atomic_mass"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Relative Atomic Mass \" is a dimensionless physical quantity, the ratio of the average mass of atoms of an element (from a given source) to 1/12 of the mass of an atom of carbon-12 (known as the unified atomic mass unit)"^^xsd:string ;
    qudt:symbol "A_r"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:RelativeMassDefect a qudt:QuantityKind ;
    rdfs:label "Relative Mass Defect"@en ;
    dcterms:description "The \"Relative Mass Defect\" is the mass defect between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$B_r = \\frac{B}{m_u}$, where $B$ is the mass defect and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Relative Mass Defect\" is the mass defect between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "B_r"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassDefect ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:RelativeMolecularMass a qudt:QuantityKind ;
    rdfs:label "Relative Molecular Mass"@en ;
    dcterms:description "\"Relative Molecular Mass \" is equivalent to the numerical value of the molecular mass expressed in unified atomic mass units. The molecular mass (m) is the mass of a molecule."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Relative Molecular Mass \" is equivalent to the numerical value of the molecular mass expressed in unified atomic mass units. The molecular mass (m) is the mass of a molecule."^^xsd:string ;
    qudt:symbol "M_r"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:RelaxationTIme a qudt:QuantityKind ;
    rdfs:label "Relaxation TIme"@en ;
    dcterms:description "\"Relaxation TIme\" is a time constant for exponential decay towards equilibrium."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relaxation_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\tau$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Relaxation TIme\" is a time constant for exponential decay towards equilibrium."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:ResistanceBasedInductance a qudt:QuantityKind ;
    rdfs:label "resistance-based inductance"@en-us ;
    dcterms:description "magnetic flux through the loop, caused by an electric current in the loop, divided by the product of this current and the resistance which prevents the flow of current"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:plainTextDescription "Magnetfluss durch die Schleife, verursacht durch einen elektrischen Strom in der Schleife, dividiert durch das Produkt aus diesen Strom und dem Widerstand, der diesen Stromfluss behindert"@de ;
    qudt:symbol "0173-1#Z4-BAJ411#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ResonanceEnergy a qudt:QuantityKind ;
    rdfs:label "Resonance Energy"@en ;
    dcterms:description "\"Resonance Energy\" in a nuclear reaction, is the kinetic energy of an incident particle, in the reference frame of the target, corresponding to a resonance in a nuclear reaction."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_reaction_analysis"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Resonance Energy\" in a nuclear reaction, is the kinetic energy of an incident particle, in the reference frame of the target, corresponding to a resonance in a nuclear reaction."^^xsd:string ;
    qudt:symbol "E_r, E_{res}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:ResonanceEscapeProbabilityForFission a qudt:QuantityKind ;
    rdfs:label "Resonance Escape Probability For Fission"@en ;
    dcterms:description "Fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:RestEnergy a qudt:QuantityKind ;
    rdfs:label "Rest Energy"@en ;
    dcterms:description "\"Rest Energy\" is the energy equivalent of the rest mass of a body, equal to the rest mass multiplied by the speed of light squared."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Invariant_mass#Rest_energy"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "For a particle, $E_0 = m_0 c_0^2$, where $m_0$ is the rest mass of that particle, and $c_0$ is the speed of light in vacuum."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Rest Energy\" is the energy equivalent of the rest mass of a body, equal to the rest mass multiplied by the speed of light squared."^^xsd:string ;
    qudt:symbol "E_0"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:RestMass a qudt:QuantityKind ;
    rdfs:label "كتلة ساكنة"@ar,
        "Klidová hmotnost"@cs,
        "Ruhemasse"@de,
        "rest mass"@en,
        "masa invariante"@es,
        "جرم سکون"@fa,
        "masse au repos"@fr,
        "निश्चर द्रव्यमान"@hi,
        "massa a riposo"@it,
        "不変質量"@ja,
        "Jisim rehat"@ms,
        "masa spoczynkowa"@pl,
        "massa de repouso"@pt,
        "masa invariantă"@ro,
        "инвариантная масса"@ru,
        "Mirovna masa"@sl,
        "dinlenme kütlesi"@tr,
        "静止质量"@zh ;
    dcterms:description "The $\\textit{Rest Mass}$, the invariant mass, intrinsic mass, proper mass, or (in the case of bound systems or objects observed in their center of momentum frame) simply mass, is a characteristic of the total energy and momentum of an object or a system of objects that is the same in all frames of reference related by Lorentz transformations. The mass of a particle type X (electron, proton or neutron) when that particle is at rest. For an electron: $m_e = 9,109 382 15(45) 10^{-31} kg$, for a proton: $m_p = 1,672 621 637(83) 10^{-27} kg$, for a neutron: $m_n = 1,674 927 211(84) 10^{-27} kg$. Rest mass is often denoted $m_0$."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Invariant_mass"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m_X"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Proper Mass"^^xsd:string,
        "träge Masse"@de,
        "masse invariante"@fr,
        "masse propre"@fr,
        "masa niezmiennicza"@pl,
        "масса покоя"@ru,
        "invariantna masa"@sl,
        "lastna masa"@sl ;
    skos:broader qudtqk:Mass .

qudtqk:ReverberationTime a qudt:QuantityKind ;
    rdfs:label "Reverberation Time"@en ;
    dcterms:description "Reverberation Time is the time required for reflections of a direct sound to decay by 60 dB below the level of the direct sound."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Reverberation"^^xsd:anyURI ;
    qudt:plainTextDescription "Reverberation Time is the time required for reflections of a direct sound to decay by 60 dB below the level of the direct sound."^^xsd:string ;
    qudt:symbol "T"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:RiseOfOffStateVoltage a qudt:QuantityKind ;
    rdfs:label "rise of off-state voltage"@en-us ;
    dcterms:description "du/dt as time dependent change in voltage"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
    qudt:plainTextDescription "du/dt als zeitabhängige änderung der Spannung"@de ;
    qudt:symbol "0173-1#Z4-BAJ289#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RocketAtmosphericTransverseForce a qudt:QuantityKind ;
    rdfs:label "Rocket Atmospheric Transverse Force"@en ;
    dcterms:description "Transverse force on rocket due to an atmosphere"^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Transverse force on rocket due to an atmosphere"^^xsd:string ;
    qudt:symbol "T"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:RotaryShock a qudt:QuantityKind ;
    rdfs:label "rotary shock"@en-us ;
    dcterms:description "product of the moment of force M in a time interval multiplied by the duration of this interval"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:plainTextDescription "Produkt Drehmoment M in einem Zeitintervall mal Dauer dt dieses Zeitintervalls"@de ;
    qudt:symbol "0173-1#Z4-BAJ234#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RotationalStiffness a qudt:QuantityKind ;
    rdfs:label "Rotational Stiffness"@en ;
    dcterms:description "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque."^^qudt:LatexString ;
    qudt:applicableUnit unit:N-M-PER-ARCMIN,
        unit:N-M-PER-DEG,
        unit:N-M-PER-MIN_Angle,
        unit:N-M-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:plainTextDescription "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TorquePerAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:TorquePerAngle .

qudtqk:SecondRadiationConstant a qudt:QuantityKind ;
    rdfs:label "second radiation constant"@en-us ;
    dcterms:description "constant in Planck's radiation law on the dependence of the spectral density of various radiation variables on the wavelength of the electromagnetic radiation and the absolute temperature of the black radiator, derived from the product of Planck's quantum of action times the velocity of light in relation to Boltzmann's constant"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
    qudt:plainTextDescription "Konstante im Planckschen Strahlungsgesetz über die Abhängigkeit der spektralen Dichte verschiedener Strahlungsgrößen von der Wellenlänge der elektromagnetischen Strahlung und der absoluten Temperatur beim schwarzen Strahler, welche sich zusammensetzt aus dem Produkt Plancksches Wirkungsquantum mal Lichtgeschwindigkeit bezogen auf die Boltzmann-Konstante"@de ;
    qudt:symbol "0173-1#Z4-BAJ428#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SecondStageMassRatio a qudt:QuantityKind ;
    rdfs:label "Second Stage Mass Ratio"@en ;
    dcterms:description "Mass ratio for the second stage of a multistage launcher."^^qudt:LatexString ;
    qudt:applicableUnit unit:FemtoGM-PER-KiloGM,
        unit:GM-PER-GM,
        unit:GM-PER-HectoGM,
        unit:GM-PER-KiloGM,
        unit:KiloGM-PER-KiloGM,
        unit:LB-PER-LB,
        unit:MicroGM-PER-GM,
        unit:MicroGM-PER-KiloGM,
        unit:MicroGM-PER-MilliGM,
        unit:MilliGM-PER-GM,
        unit:MilliGM-PER-KiloGM,
        unit:NanoGM-PER-KiloGM,
        unit:NanoGM-PER-MilliGM,
        unit:PicoGM-PER-GM,
        unit:PicoGM-PER-KiloGM,
        unit:PicoGM-PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Mass ratio for the second stage of a multistage launcher."^^xsd:string ;
    qudt:symbol "R_2"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassRatio .

qudtqk:ShannonDiversityIndex a qudt:QuantityKind ;
    rdfs:label "Shannon Diversity Index"@en ;
    dcterms:description "Information entropy applied to a collection of indiviual organisms [of selected species] in a sample area. A measure of biodiversity."^^qudt:LatexString ;
    qudt:applicableUnit unit:BAN,
        unit:BIT,
        unit:BYTE,
        unit:ERLANG,
        unit:ExaBIT,
        unit:ExaBYTE,
        unit:ExbiBIT,
        unit:ExbiBYTE,
        unit:GibiBYTE,
        unit:GigaBYTE,
        unit:HART,
        unit:KibiBYTE,
        unit:KiloBYTE,
        unit:MebiBYTE,
        unit:MegaBYTE,
        unit:NAT,
        unit:PebiBIT,
        unit:PebiBYTE,
        unit:PetaBYTE,
        unit:SHANNON,
        unit:TebiBIT,
        unit:TebiBYTE,
        unit:TeraBYTE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Information entropy applied to a collection of indiviual organisms [of selected species] in a sample area. A measure of biodiversity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:InformationEntropy"^^xsd:string ;
    rdfs:isDefinedBy <https://data.agrimetrics.co.uk/ontologies/qudt-extension> ;
    skos:broader qudtqk:InformationEntropy .

qudtqk:ShearStrain a qudt:QuantityKind ;
    rdfs:label "Shear Strain"@en ;
    dcterms:description "Shear Strain is the amount of deformation perpendicular to a given line rather than parallel to it. "^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\gamma = \\frac{\\Delta x}{d}$, where $\\Delta x$ is the parallel displacement between two surfaces of a layer of thickness $d$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    qudt:plainTextDescription "Shear Strain is the amount of deformation perpendicular to a given line rather than parallel to it. "^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Strain .

qudtqk:ShearStress a qudt:QuantityKind ;
    rdfs:label "Shear Stress"@en ;
    dcterms:description "Shear stress occurs when the force  occurs in shear, or perpendicular to the normal."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stress_(mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\tau = \\frac{dF_t}{dA}$, where $dF_t$ is the tangential component of force and $dA$ is the area of the surface element."^^qudt:LatexString ;
    qudt:latexSymbol "$\\tau$"^^qudt:LatexString ;
    qudt:plainTextDescription "Shear stress occurs when the force  occurs in shear, or perpendicular to the normal."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Stress .

qudtqk:SingleStageLauncherMassRatio a qudt:QuantityKind ;
    rdfs:label "Single Stage Launcher Mass Ratio"@en ;
    qudt:applicableUnit unit:FemtoGM-PER-KiloGM,
        unit:GM-PER-GM,
        unit:GM-PER-HectoGM,
        unit:GM-PER-KiloGM,
        unit:KiloGM-PER-KiloGM,
        unit:LB-PER-LB,
        unit:MicroGM-PER-GM,
        unit:MicroGM-PER-KiloGM,
        unit:MicroGM-PER-MilliGM,
        unit:MilliGM-PER-GM,
        unit:MilliGM-PER-KiloGM,
        unit:NanoGM-PER-KiloGM,
        unit:NanoGM-PER-MilliGM,
        unit:PicoGM-PER-GM,
        unit:PicoGM-PER-KiloGM,
        unit:PicoGM-PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:symbol "R_o"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassRatio .

qudtqk:Slowing-DownArea a qudt:QuantityKind ;
    rdfs:label "Slowing-Down Area"@en ;
    dcterms:description "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Slowing-Down Area\" in an infinite homogenous medium, is one-sixth of the mean square distance between the neutron source and the point where a neutron reaches a given energy."^^xsd:string ;
    qudt:symbol "L_s^2"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:Slowing-DownLength a qudt:QuantityKind ;
    rdfs:label "Slowing-Down Length"@en ;
    dcterms:description "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://nuclearpowertraining.tpub.com/h1013v2/css/h1013v2_32.htm"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Slowing-Down Length\" is the average straight-line distance that a fast neutron will travel between its introduction into the slowing-downmedium (moderator) and thermalization."^^xsd:string ;
    qudt:symbol "L_s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:SolidStateDiffusionLength a qudt:QuantityKind ;
    rdfs:label "Diffusion Length (Solid State Physics)"@en ;
    dcterms:description "\"Solid State Diffusion Length\" is the average distance traveled by a particle, such as a minority carrier in a semiconductor "^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://pveducation.org/pvcdrom/pn-junction/diffusion-length"^^xsd:anyURI ;
    qudt:latexDefinition "$L = \\sqrt{D\\tau}$, where $D$ is the diffusion coefficient and $\\tau$ is lifetime."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Solid State Diffusion Length\" is the average distance traveled by a particle, such as a minority carrier in a semiconductor "^^xsd:string ;
    qudt:symbol "L, L_n, L_p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:SoundEnergyDensity a qudt:QuantityKind ;
    rdfs:label "Sound energy density"@en ;
    dcterms:description "Sound energy density is the time-averaged sound energy in a given volume divided by that volume. The sound energy density or sound density (symbol $E$ or $w$) is an adequate measure to describe the sound field at a given point as a sound energy value."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT3,
        unit:BTU_TH-PER-FT3,
        unit:ERG-PER-CentiM3,
        unit:J-PER-M3,
        unit:MegaJ-PER-M3,
        unit:W-HR-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_energy_density"^^xsd:anyURI ;
    qudt:latexDefinition "$E = \\frac{I}{c}$, where $I$ is the sound intensity in $\\frac{W}{m^2}$ and $c$ is the sound speed in $\\frac{m}{s}$."^^qudt:LatexString ;
    qudt:symbol "E"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyDensity .

qudtqk:SoundParticleAcceleration a qudt:QuantityKind ;
    rdfs:label "Sound particle acceleration"@en ;
    dcterms:description "In a compressible sound transmission medium - mainly air - air particles get an accelerated motion: the particle acceleration or sound acceleration with the symbol a in $m/s2$. In acoustics or physics, acceleration (symbol: $a$) is defined as the rate of change (or time derivative) of velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-SEC2,
        unit:FT-PER-SEC2,
        unit:G,
        unit:GALILEO,
        unit:IN-PER-SEC2,
        unit:KN-PER-SEC,
        unit:KiloM-PER-SEC2,
        unit:KiloPA-M2-PER-GM,
        unit:M-PER-SEC2,
        unit:MI_US-PER-SEC2,
        unit:MicroG,
        unit:MilliG,
        unit:MilliGAL,
        unit:MilliM-PER-SEC2,
        unit:YD-PER-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_acceleration"^^xsd:anyURI ;
    qudt:latexDefinition "$a = \\frac{\\partial v}{\\partial t}$, where $v$ is sound particle velocity and $t$ is time."^^qudt:LatexString ;
    qudt:symbol "a"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Acceleration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Acceleration .

qudtqk:SoundParticleDisplacement a qudt:QuantityKind ;
    rdfs:label "Sound Particle Displacement"@en ;
    dcterms:description "Sound Particle Displacement is the nstantaneous displacement of a particle in a medium from what would be its position in the absence of sound waves."^^qudt:LatexString ;
    qudt:abbreviation "l"^^xsd:string ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_displacement"^^xsd:anyURI ;
    qudt:plainTextDescription "Sound Particle Displacement is the nstantaneous displacement of a particle in a medium from what would be its position in the absence of sound waves."^^xsd:string ;
    qudt:symbol "ξ"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:SoundPower a qudt:QuantityKind ;
    rdfs:label "القدرة الصوتية"@ar,
        "Schallleistung"@de,
        "sound power"@en,
        "potencie acústica"@es,
        "puissance acoustique"@fr,
        "potenza sonora"@it,
        "音源の音響出力"@ja,
        "moc akustyczna"@pl,
        "potência acústica"@pt,
        "звуковая мощность"@ru ;
    dcterms:description "Sound power or acoustic power $P_a$ is a measure of sonic energy $E$ per time $t$ unit. It is measured in watts and can be computed as sound intensity ($I$) times area ($A$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_power"^^xsd:anyURI ;
    qudt:latexDefinition "$P_a = IA$, where $I$ is the sound intensity in $\\frac{W}{m^2}$ and $A$ is the area in $m^2$."^^qudt:LatexString ;
    qudt:symbol "P"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "potência sonora"@pt ;
    skos:broader qudtqk:Power .

qudtqk:SourceVoltage a qudt:QuantityKind ;
    rdfs:label "Source Voltage"@en ;
    dcterms:description """
  The quantity kind $\\textit{Source Voltage}$, also referred to as $\\textit{Source Tension}$
   is the voltage between the two terminals of a voltage source when there is no electric current through the source. 
  The name $\\text{electromotive force}$ with the abbreviation $\\textit{EMF}$ and the symbol $E$ is deprecated.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:symbol "U_s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Voltage"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Voltage .

qudtqk:SourceVoltageBetweenSubstances a qudt:QuantityKind ;
    rdfs:label "Source Voltage Between Substances"@en ;
    dcterms:description "\"Source Voltage Between Substances\" is the source voltage between substance a and b."^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Source Voltage Between Substances\" is the source voltage between substance a and b."^^xsd:string ;
    qudt:symbol "E_{ab}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Voltage"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Voltage .

qudtqk:SpatialSummationFunction a qudt:QuantityKind ;
    rdfs:label "Spatial Summation Function"@en ;
    dcterms:description "\"Spatial Summation Function\" is he ability to produce a composite signal from the signals coming into the eyes from different directions."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Summation_(neurophysiology)#Spatial_summation"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Spatial Summation Function\" is he ability to produce a composite signal from the signals coming into the eyes from different directions."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:SpecificEnergyImparted a qudt:QuantityKind ;
    rdfs:label "Specific Energy Imparted"@en ;
    dcterms:description "The \"Specific Energy Imparted\", is the energy imparted to an element of irradiated matter divided by the mass, dm, of that element."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "http://www.answers.com/topic/energy-imparted"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "For ionizing radiation, $z = \\frac{\\varepsilon}{m}$, where $\\varepsilon$ is the energy imparted to irradiated matter and $m$ is the mass of that matter."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Specific Energy Imparted\", is the energy imparted to an element of irradiated matter divided by the mass, dm, of that element."^^xsd:string ;
    qudt:symbol "z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:SpecificHeatsRatio a qudt:QuantityKind ;
    rdfs:label "Specific Heats Ratio"@en ;
    dcterms:description "The ratio of specific heats, for the exhaust gases adiabatic gas constant, is the relative amount of compression/expansion energy that goes into temperature $T$ versus pressure $P$ can be characterized by the heat capacity ratio: $\\gamma\\frac{C_P}{C_V}$, where $C_P$ is the specific heat (also called heat capacity) at constant pressure, while $C_V$ is the specific heat at constant volume. "^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:SpecificImpulseByMass a qudt:QuantityKind ;
    rdfs:label "Specific Impulse by Mass"@en ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:SpecificImpulseByWeight a qudt:QuantityKind ;
    rdfs:label "Specific Impulse by Weight"@en ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificImpulse,
        qudtqk:Time .

qudtqk:SpecificOpticalRotationalAbility a qudt:QuantityKind ;
    rdfs:label "specific optical rotational ability"^^xsd:string,
        "specific optical rotational ability"@en-us ;
    dcterms:description "material-specific quantity, which results as angle of rotation of a substance for a defined wavelength and a defined temperature from the relation: quotient of measured angle of rotation divided by the mass concentration and the radiographed distance"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD174"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD174"^^xsd:anyURI ;
    qudt:plainTextDescription "materialspezifische Größe, die sich als Drehwinkel einer Substanz für eine bestimmte Wellenlänge und eine bestimmte Temperatur ergibt durch die Beziehung: Quotient aus gemessener Drehwinkel dividiert durch die Massenkonzentration und die durchstrahlte Wegstrecke"@de ;
    qudt:symbol "0173-1#Z4-BAJ425#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificThrust a qudt:QuantityKind ;
    rdfs:label "Specific thrust"@en ;
    dcterms:description "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation."^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_thrust"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:id "Q-160-100"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Specific_thrust"^^xsd:anyURI ;
    qudt:plainTextDescription "Specific impulse (usually abbreviated Isp) is a way to describe the efficiency of rocket and jet engines. It represents the force with respect to the amount of propellant used per unit time.[1] If the \"amount\" of propellant is given in terms of mass (such as kilograms), then specific impulse has units of velocity. If it is given in terms of Earth-weight (such as kiloponds), then specific impulse has units of time. The conversion constant between the two versions of specific impulse is g. The higher the specific impulse, the lower the propellant flow rate required for a given thrust, and in the case of a rocket the less propellant is needed for a given delta-v per the Tsiolkovsky rocket equation."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:SpecificImpulse .

qudtqk:SpectralConcentrationOfRadiantEnergyDensity a qudt:QuantityKind ;
    rdfs:label "spectral concentration of radiant energy density"@en-us ;
    dcterms:description "energy distribution of the instantaneous value of radiant energy in relation to the volume of the propagation medium"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:plainTextDescription "Energieverteilung des Augenblickswertes der Strahlungsenergie, bezogen auf das Volumen des Ausbreitungsmediums"@de ;
    qudt:symbol "0173-1#Z4-BAJ379#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpectralConcentrationOfVibrationalModes a qudt:QuantityKind ;
    rdfs:label "spectral concentration of vibrational modes (in terms of angular frequency)"@en-us ;
    dcterms:description "number of vibrational modes in an infinitesimal interval of angular frequency, divided by the size of that interval and by volume"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:plainTextDescription "Anzahl von Vibrationsmodi in einem infinitesimalen Energie-Intervall der Kreisfrequenz, dividiert durch die Größe dieses Energie-Intervalls und durch das zugehörige Volumen"@de ;
    qudt:symbol "0173-1#Z4-BAJ431#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpectralLuminousEfficiency a qudt:QuantityKind ;
    rdfs:label "Spectral Luminous Efficiency"@en ;
    dcterms:description "The Spectral Luminous Efficiency is a measure of how well a light source produces visible light. It is the ratio of luminous flux to power. A common choice is to choose units such that the maximum possible efficacy, 683 lm/W, corresponds to an efficiency of 100%."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI ;
    qudt:latexDefinition "$V(\\lambda) = \\frac{\\Phi_\\lambda(\\lambda_m)}{\\Phi_\\lambda(\\lambda)}$, where $\\Phi_\\lambda(\\lambda_m)$ is the spectral radiant flux at wavelength $\\lambda_m$ and $\\Phi_\\lambda(\\lambda)$ is the spectral radiant flux at wavelength $\\lambda$, such that both radiations produce equal luminous sensations under specified photometric conditions and $\\lambda_m$ is chosen so that the maximum value of this ratio is equal to 1."^^qudt:LatexString ;
    qudt:plainTextDescription "The Spectral Luminous Efficiency is a measure of how well a light source produces visible light. It is the ratio of luminous flux to power. A common choice is to choose units such that the maximum possible efficacy, 683 lm/W, corresponds to an efficiency of 100%."^^xsd:string ;
    qudt:symbol "V"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpectralRadiantEnergyDensityInTermsOfWavelength a qudt:QuantityKind ;
    rdfs:label "spectral radiant energy density in terms of wavelength"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD179"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD179"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpeedOfLight a qudt:QuantityKind ;
    rdfs:label "سرعة الضوء"@ar,
        "Rychlost světla"@cs,
        "Lichtgeschwindigkeit"@de,
        "speed of light"@en,
        "velocidad de la luz"@es,
        "سرعت نور"@fa,
        "vitesse de la lumière"@fr,
        "प्रकाश का वेग"@hi,
        "velocità della luce"@it,
        "光速"@ja,
        "Kelajuan cahaya"@ms,
        "Prędkość światła"@pl,
        "Velocidade da luz"@pt,
        "Viteza luminii"@ro,
        "Скорость света"@ru,
        "Hitrost svetlobe"@sl,
        "Işık hızı"@tr,
        "光速"@zh ;
    dcterms:description """
  The quantity kind $\\text{Speed of Light}$ is the speed of electomagnetic waves in a given medium.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BFT,
        unit:FT3-PER-MIN-FT2,
        unit:GigaHZ-M,
        unit:HZ-M,
        unit:IN-PER-YR,
        unit:M-PER-SEC,
        unit:MegaHZ-M,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-34"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Speed"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso <http://qudt.org/vocab/constant/MagneticConstant>,
        <http://qudt.org/vocab/constant/PermittivityOfVacuum>,
        <http://qudt.org/vocab/constant/SpeedOfLight_Vacuum> ;
    skos:broader qudtqk:Speed .

qudtqk:SpeedRatio a qudt:QuantityKind ;
    rdfs:label "Speed Ratio"@en ;
    dcterms:description "Speed ratio generally refers to the ratio of the rotational speeds of two interconnected rotating components, but it sometimes relates linear speeds."^^xsd:string ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://sciencing.com/calculate-speed-ratio-7598425.html"^^xsd:anyURI ;
    qudt:plainTextDescription "Speed ratio generally refers to the ratio of the rotational speeds of two interconnected rotating components, but it sometimes relates linear speeds."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:SphericalIlluminance a qudt:QuantityKind ;
    rdfs:label "Illuminance"@en ;
    dcterms:description "Spherical illuminance is equal to quotient of the total luminous flux $\\Phi_v$ incident on a small sphere by the cross section area of that sphere."^^qudt:LatexString ;
    qudt:applicableUnit unit:FC,
        unit:LUX,
        unit:PHOT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ;
    qudt:latexDefinition "$E_v,0 = \\int_{4\\pi sr}{L_v}{d\\Omega}$, where $d\\Omega$ is the solid angle of each elementary beam passing through the given point and $L_v$ is its luminance at that point in the direction of the beam."^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Illuminance .

qudtqk:Spin a qudt:QuantityKind ;
    rdfs:label "لف مغزلي"@ar,
        "spin"@cs,
        "Spin"@de,
        "spin"@en,
        "espín"@es,
        "اسپین/چرخش"@fa,
        "spin"@fr,
        "spin"@it,
        "スピン角運動量"@ja,
        "Spin"@ms,
        "spin"@pl,
        "spin"@pt,
        "Spin"@ro,
        "Спин"@ru,
        "spin"@sl,
        "Spin"@tr,
        "自旋"@zh ;
    dcterms:description "In quantum mechanics and particle physics \"Spin\" is an intrinsic form of angular momentum carried by elementary particles, composite particles (hadrons), and atomic nuclei."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-SEC,
        unit:EV-SEC,
        unit:FT-LB_F-SEC,
        unit:J-SEC,
        unit:KiloGM-M2-PER-SEC,
        unit:N-M-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Spin_(physics)"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "In quantum mechanics and particle physics \"Spin\" is an intrinsic form of angular momentum carried by elementary particles, composite particles (hadrons), and atomic nuclei."^^xsd:string ;
    qudt:symbol "s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularMomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularMomentum .

qudtqk:StagePropellantMass a qudt:QuantityKind ;
    rdfs:label "Stage Propellant Mass"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:StageStructuralMass a qudt:QuantityKind ;
    rdfs:label "Stage Structure Mass"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_S"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:StandardChemicalPotential a qudt:QuantityKind ;
    rdfs:label "Standard Chemical Potential"@en ;
    dcterms:description "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions"^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-MOL,
        unit:KiloCAL-PER-MOL,
        unit:KiloJ-PER-MOL ;
    qudt:expression "$j-mol^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu_B^\\Theta$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Standard Chemical Potential\" is the value of the chemical potential at standard conditions"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ChemicalPotential .

qudtqk:StateDensity a qudt:QuantityKind ;
    rdfs:label "state density"@en-us ;
    dcterms:description "function of energy in a solid, determined by the number of permissible quantum states in the energy range between E and E+dE per volume of material of this solid"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Funktion der Energie in einem Festkörper, bestimmt durch die Anzahl von erlaubten Quantenzuständen im Energiebereich zwischen E und E+dE je Volumen des Materials dieses Festkörpers"@de ;
    qudt:symbol "0173-1#Z4-BAJ427#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StateDensityAsExpressionOfAngularFrequency a qudt:QuantityKind ;
    rdfs:label "state density as expression of angular frequency)"^^xsd:string,
        "state density as expression of angular frequency"@en-us ;
    dcterms:description "ratio between number of vibration modes in an infinitesimal interval of the angular frequency and the length of this interval and the volume"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD180"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD180"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient aus Anzahl von Vibrationsmodi in einem infinitesimalen Intervall der Kreisfrequenz durch die Spannweite dieses Intervalls und das Volumen"@de ;
    qudt:symbol "0173-1#Z4-BAJ454#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StateOfCharge a qudt:QuantityKind ;
    rdfs:label "StateOfCharge"@en ;
    dcterms:description "\"State of Charge\",quantifies the remaining capacity available in a battery at a given time and in relation to a given state of ageing."^^qudt:LatexString ;
    qudt:applicableSIUnit unit:PERCENT ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/State_of_charge"^^xsd:anyURI ;
    qudt:plainTextDescription "\"\"State of Charge\",quantifies the remaining capacity available in a battery at a given time and in relation to a given state of ageing."^^xsd:string ;
    qudt:symbol "SoC"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:StaticFriction a qudt:QuantityKind ;
    rdfs:label "Static Friction"@en ;
    dcterms:description "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Friction .

qudtqk:StaticFrictionCoefficient a qudt:QuantityKind ;
    rdfs:label "Static Friction Coefficient"@en ;
    dcterms:description "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu = \\frac{F_max}{N}$, where $F_max$ is the maximum tangential component of the contact force and $N$ is the normal component of the contact force between two bodies at relative rest."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "Static friction is friction between two or more solid objects that are not moving relative to each other. For example, static friction can prevent an object from sliding down a sloped surface. "^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:FrictionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:FrictionCoefficient .

qudtqk:StrainEnergyDensity a qudt:QuantityKind ;
    rdfs:label "Strain Energy Density"@en ;
    dcterms:description "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology"^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT3,
        unit:BTU_TH-PER-FT3,
        unit:ERG-PER-CentiM3,
        unit:J-PER-M3,
        unit:MegaJ-PER-M3,
        unit:W-HR-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Defined as the 'work done' for a given strain, that is the area under the stress-strain curve after a specified eation. Source(s): http://www.prepol.com/product-range/product-subpages/terminology"^^xsd:string ;
    qudt:symbol "u"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyDensity .

qudtqk:StructuralEfficiency a qudt:QuantityKind ;
    rdfs:label "Structural Efficiency"@en ;
    dcterms:description "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    qudt:plainTextDescription "Structural efficiency is a function of the weight of structure to the afforded vehicle's strength."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:SuperconductorEnergyGap a qudt:QuantityKind ;
    rdfs:label "Superconductor Energy Gap"@en ;
    dcterms:description "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/BCS_theory"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Superconductor Energy Gap\" is the width of the forbidden energy band in a superconductor."^^xsd:string ;
    qudt:symbol "Δ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:GapEnergy .

qudtqk:SurfaceTension a qudt:QuantityKind ;
    rdfs:label "توتر سطحي"@ar,
        "povrchové napětí"@cs,
        "Oberflächenspannung"@de,
        "surface tension"@en,
        "tensión superficial"@es,
        "کشش سطحی"@fa,
        "tension superficielle"@fr,
        "पृष्ठ तनाव"@hi,
        "tensione superficiale"@it,
        "表面張力"@ja,
        "Tegangan permukaan"@ms,
        "napięcie powierzchniowe"@pl,
        "tensão superficial"@pt,
        "Tensiune superficială"@ro,
        "поверхностное натяжение"@ru,
        "površinska napetost"@sl,
        "Yüzey gerilimi"@tr,
        "表面张力"@zh ;
    dcterms:description "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2,
        unit:BTU_TH-PER-FT2,
        unit:CAL_TH-PER-CentiM2,
        unit:CentiN-M-PER-M2,
        unit:ERG-PER-CentiM2,
        unit:FT-LB_F-PER-FT2,
        unit:FT-LB_F-PER-M2,
        unit:GigaJ-PER-M2,
        unit:GigaN-M-PER-M2,
        unit:J-PER-CentiM2,
        unit:J-PER-M2,
        unit:KiloBTU_IT-PER-FT2,
        unit:KiloCAL-PER-CentiM2,
        unit:KiloGM-PER-SEC2,
        unit:KiloN-M-PER-M2,
        unit:KiloW-HR-PER-M2,
        unit:LANGLEY,
        unit:LB_F-PER-IN,
        unit:MegaJ-PER-M2,
        unit:MegaN-M-PER-M2,
        unit:MicroN-M-PER-M2,
        unit:MilliJ-PER-M2,
        unit:MilliN-M-PER-M2,
        unit:N-M-PER-M2,
        unit:NanoN-M-PER-M2,
        unit:W-HR-PER-M2,
        unit:W-SEC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD184"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Surface_tension"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD184"^^xsd:anyURI ;
    qudt:latexDefinition "$\\gamma = \\frac{dF}{dl}$, where $F$ is the force component perpendicular to a line element in a surface and $l$ is the length of the line element."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Surface Tension\" is a contractive tendency of the surface of a liquid that allows it to resist an external force."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/SUTE> ;
    qudt:symbol "γ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "tension de surface"@fr ;
    skos:broader qudtqk:EnergyPerArea .

qudtqk:SurgeImpedanceOfTheMedium a qudt:QuantityKind ;
    rdfs:label "surge impedance of the medium"^^xsd:string,
        "surge impedance of the medium"@en-us ;
    dcterms:description "in a mechanical system the area-related quotient of a force affecting to a point divided by the resulting component of the particle velocity in direction of the force"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD185"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD185"^^xsd:anyURI ;
    qudt:plainTextDescription "in einem mechanischen System der flächenbezogene Quotient einer an einem Punkt angreifenden Kraft durch die resultierende Komponente der Teilchengeschwindigkeit in Richtung der Kraft"@de ;
    qudt:symbol "0173-1#Z4-BAJ323#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Susceptance a qudt:QuantityKind ;
    rdfs:label "Susceptance"@en ;
    dcterms:description "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. "^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Susceptance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Susceptance?oldid=430151986"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-54"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$B = \\lim{\\underline{Y}}$, where $\\underline{Y}$ is admittance."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Susceptance\" is the imaginary part of admittance. The inverse of admittance is impedance and the real part of admittance is conductance. "^^xsd:string ;
    qudt:symbol "B"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Conductance,
        qudtqk:Impedance .

qudtqk:SymbolTransmissionRate a qudt:QuantityKind ;
    rdfs:label "symbol transmission rate"@en-us ;
    dcterms:description "rate, at which a symbol, consisting of one or more bits, is transmitted per second"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Geschwindigkeit, mit der ein aus mehreren Bit bestehendes Symbol je Sekunde übertragen wird"@de ;
    qudt:symbol "0173-1#Z4-BAJ386#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TARGET-BOGIE-MASS a qudt:QuantityKind ;
    rdfs:label "Target Bogie Mass"@en ;
    dcterms:description "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:plainTextDescription "An informal mass limit established by a Project Office (at the Element Integrated Product Team (IPT) level or below) to control mass."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:TemperatureBasedAmountOfSubstanceConcentration a qudt:QuantityKind ;
    rdfs:label "temperature-based amount-of-substance concentration"@en-us ;
    dcterms:description "ratio of material concentration divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Stoffmengenkonzentration dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ395#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedDensity a qudt:QuantityKind ;
    rdfs:label "temperature-based density"@en-us ;
    dcterms:description "ratio of density divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Dichte dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ389#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedDynamicViscosity a qudt:QuantityKind ;
    rdfs:label "temperature-based dynamic viscosity"@en-us ;
    dcterms:description "ratio of dynamic viscosity, divided by temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient der dynamischen Viskosität dividiert durch die Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ390#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedKinematicViscosity a qudt:QuantityKind ;
    rdfs:label "temperature-based kinematic viscosity"@en-us ;
    dcterms:description "ratio of dynamic viscosity and the density of a material, divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus der dynamischen Viskosität und der Dichte eines Stoffes dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ392#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedLength a qudt:QuantityKind ;
    rdfs:label "temperature-based length"@en-us ;
    dcterms:description "ratio of length divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:plainTextDescription "Quotient aus Länge dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ393#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedMass a qudt:QuantityKind ;
    rdfs:label "temperature-based mass"@en-us ;
    dcterms:description "ratio of mass divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Masse dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ394#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedMassFlowRate a qudt:QuantityKind ;
    rdfs:label "temperature-based mass flow rate"@en-us ;
    dcterms:description "ratio of mass flow divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Massenstrom dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ396#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedQuantity a qudt:QuantityKind ;
    rdfs:label "temperature-based quantity"@en-us ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedVelocity a qudt:QuantityKind ;
    rdfs:label "temperature-based velocity"@en-us ;
    dcterms:description "ratio of velocity divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Geschwindigkeit dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ391#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureBasedVolumeFlowRate a qudt:QuantityKind ;
    rdfs:label "temperature-based volume flow rate"@en-us ;
    dcterms:description "ratio of volume flow divided by the related temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Quotient aus Volumenstrom dividiert durch die zugehörige Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ397#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureDifference a qudt:QuantityKind ;
    rdfs:label "Temperaturdifferenz"@de,
        "temperature difference"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "https://www.merusonline.com/delta-t-temperature/"^^xsd:anyURI ;
    qudt:plainTextDescription "Temperature difference (Delta T) is the difference of temperatures between two measuring points"^^xsd:string ;
    qudt:symbol "ΔT"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:TemperatureRateOfChange a qudt:QuantityKind ;
    rdfs:label "Temperature Rate of Change"@en ;
    dcterms:description "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C-PER-HR,
        unit:DEG_C-PER-MIN,
        unit:DEG_C-PER-SEC,
        unit:DEG_C-PER-YR,
        unit:DEG_F-PER-HR,
        unit:DEG_F-PER-MIN,
        unit:DEG_F-PER-SEC,
        unit:DEG_R-PER-HR,
        unit:DEG_R-PER-MIN,
        unit:DEG_R-PER-SEC,
        unit:K-PER-HR,
        unit:K-PER-MIN,
        unit:K-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD186"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD186"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Temperature Rate of Change\" measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s."^^xsd:string ;
    qudt:symbol "0173-1#Z4-BAJ416#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TemperaturePerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:TemperaturePerTime .

qudtqk:TemperatureRelatedMolarMass a qudt:QuantityKind ;
    rdfs:label "temperature-related molar mass"@en-us ;
    dcterms:description "molarity (mass of a substance in relation to the amount of this substance) divided by temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:plainTextDescription "Molarität (Masse einer Substanz bezogen auf die Stoffmenge dieser Substanz ) dividiert durch die Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ443#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureRelatedVolume a qudt:QuantityKind ;
    rdfs:label "temperature-related volume  "@en-us ;
    dcterms:description "volume divided by temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:plainTextDescription "Volumen dividiert durch Temperatur"@de ;
    qudt:symbol "0173-1#Z4-BAJ398#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Tension a qudt:QuantityKind ;
    rdfs:label "Tension"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tension"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForceMagnitude .

qudtqk:ThermalAdmittance a qudt:QuantityKind ;
    rdfs:label "Thermal Admittance"@en ;
    dcterms:description "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F,
        unit:BTU_IT-PER-FT2-SEC-DEG_F,
        unit:BTU_IT-PER-HR-FT2-DEG_F,
        unit:BTU_IT-PER-HR-FT2-DEG_R,
        unit:BTU_IT-PER-SEC-FT2-DEG_F,
        unit:BTU_IT-PER-SEC-FT2-DEG_R,
        unit:BTU_TH-PER-HR-FT2-DEG_F,
        unit:BTU_TH-PER-SEC-FT2-DEG_F,
        unit:CAL_IT-PER-SEC-CentiM2-K,
        unit:CAL_TH-PER-SEC-CentiM2-K,
        unit:KiloGM-PER-SEC3-K,
        unit:KiloW-PER-M2-K,
        unit:W-PER-M2-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
    qudt:plainTextDescription "The heat transfer coefficient is also known as thermal admittance in the sense that the material may be seen as admitting heat to flow."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CoefficientOfHeatTransfer .

qudtqk:ThermalCoefficientOfLinearExpansion a qudt:QuantityKind ;
    rdfs:label "thermal coefficient of linear expansion"@en-us ;
    dcterms:description "median relative change in length over a specific length of the test piece, divided by the temperature range caused by it"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:plainTextDescription "auf eine festgelegte Länge des Probekörpers bezogene mittlere relative Längenänderung dividiert durch die sie verursachende Temperaturänderung"@de ;
    qudt:symbol "0173-1#Z4-BAJ473#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalDiffusivity a qudt:QuantityKind ;
    rdfs:label "Thermal Diffusivity"@en ;
    dcterms:description "In heat transfer analysis, thermal diffusivity (usually denoted $\\alpha$ but $a$, $\\kappa$,$k$, and $D$ are also used) is the thermal conductivity divided by density and specific heat capacity at constant pressure. The formula is: $\\alpha = {k \\over {\\rho c_p}}$, where k is thermal conductivity ($W/(\\mu \\cdot K)$), $\\rho$ is density ($kg/m^{3}$), and $c_p$ is specific heat capacity ($\\frac{J}{(kg \\cdot K)}$) .The denominator $\\rho c_p$, can be considered the volumetric heat capacity ($\\frac{J}{(m^{3} \\cdot K)}$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-SEC,
        unit:FT2-PER-HR,
        unit:FT2-PER-SEC,
        unit:IN2-PER-SEC,
        unit:M2-HZ,
        unit:M2-PER-SEC,
        unit:MilliM2-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_diffusivity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_diffusivity"^^xsd:anyURI ;
    qudt:latexDefinition "$a = \\frac{\\lambda}{\\rho   c_\\rho}$, where $\\lambda$ is thermal conductivity, $\\rho$ is mass density and $c_\\rho$ is specific heat capacity at constant pressure."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:symbol "a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AreaPerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AreaPerTime .

qudtqk:ThermalEfficiency a qudt:QuantityKind ;
    rdfs:label "Thermal Efficiency"@en ;
    dcterms:description "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_efficiency"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "Thermal efficiency is a dimensionless performance measure of a thermal device such as an internal combustion engine, a boiler, or a furnace. The input to the device is heat, or the heat-content of a fuel that is consumed. The desired output is mechanical work, or heat, or possibly both."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:ThermalInsulation a qudt:QuantityKind ;
    rdfs:label "thermal insulation"@en-us ;
    dcterms:description "temperature difference between two surfaces divided by areic heat flow rate in the direction of the temperature gradient"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:plainTextDescription "Temperaturdifferenz zwischen zwei Oberflächen dividiert durch den flächenbezogenen Wärmestrom in der Richtung des Temperaturgradienten"@de ;
    qudt:symbol "0173-1#Z4-BAJ404#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalTransmittance a qudt:QuantityKind ;
    rdfs:label "Thermal Transmittance"@en ;
    dcterms:description "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F,
        unit:BTU_IT-PER-FT2-SEC-DEG_F,
        unit:BTU_IT-PER-HR-FT2-DEG_F,
        unit:BTU_IT-PER-HR-FT2-DEG_R,
        unit:BTU_IT-PER-SEC-FT2-DEG_F,
        unit:BTU_IT-PER-SEC-FT2-DEG_R,
        unit:BTU_TH-PER-HR-FT2-DEG_F,
        unit:BTU_TH-PER-SEC-FT2-DEG_F,
        unit:CAL_IT-PER-SEC-CentiM2-K,
        unit:CAL_TH-PER-SEC-CentiM2-K,
        unit:KiloGM-PER-SEC3-K,
        unit:KiloW-PER-M2-K,
        unit:W-PER-M2-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD195"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD195"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Thermal_transmittance"^^xsd:anyURI ;
    qudt:plainTextDescription "Thermal transmittance is the rate of transfer of heat through matter. The thermal transmittance of a material (such as insulation or concrete) or an assembly (such as a wall or window) is expressed as a U-value. The concept of thermal transmittance is closely related to that of thermal resistance. The thermal resistance of a structure is the reciprocal of its thermal transmittance."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CoefficientOfHeatTransfer .

qudtqk:ThermalUtilizationFactorForFission a qudt:QuantityKind ;
    rdfs:label "Thermal Utilization Factor For Fission"@en ;
    dcterms:description "Probability that a neutron that gets absorbed does so in the fuel material."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "Probability that a neutron that gets absorbed does so in the fuel material."^^xsd:string ;
    qudt:symbol "f"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:ThermodynamicCriticalMagneticFluxDensity a qudt:QuantityKind ;
    rdfs:label "Thermodynamic Critical Magnetic Flux Density"@en ;
    dcterms:description "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting."^^qudt:LatexString ;
    qudt:applicableUnit unit:GAMMA,
        unit:GAUSS,
        unit:KiloGAUSS,
        unit:KiloT,
        unit:MicroT,
        unit:MilliT,
        unit:NanoT,
        unit:T,
        unit:T_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$G_n - G_s = \\frac{1}{2}\\frac{B_c^2 \\cdot V}{\\mu_0}$, where $G_n$ and $G_s$ are the Gibbs energies at zero magnetic flux density in a normal conductor and superconductor, respectively, $\\mu_0$ is the magnetic constant, and $V$ is volume."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Thermodynamic Critical Magnetic Flux Density\" is the maximum magnetic field strength below which a material remains superconducting."^^xsd:string ;
    qudt:symbol "B_c"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MagneticFluxDensity .

qudtqk:ThermodynamicEntropy a qudt:QuantityKind ;
    rdfs:label "Thermodynamic Entropy"@en ;
    dcterms:description "Thermodynamic Entropy is a measure of the unavailability of a system’s energy to do work. It is a measure of the randomness of molecules in a system and is central to the second law of thermodynamics and the fundamental thermodynamic relation, which deal with physical processes and whether they occur spontaneously. The dimensions of entropy are energy divided by temperature, which is the same as the dimensions of Boltzmann's constant ($kB$) and heat capacity. The SI unit of entropy is $joule\\ per\\ kelvin$. [Wikipedia]"^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloJ-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyPerTemperature .

qudtqk:Thickness a qudt:QuantityKind ;
    rdfs:label "Thickness"@en ;
    dcterms:description "\"Thickness\" is the the smallest of three dimensions: length, width, thickness."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thickness"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.merriam-webster.com/dictionary/thickness"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Thickness\" is the the smallest of three dimensions: length, width, thickness."^^xsd:string ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:ThrustCoefficient a qudt:QuantityKind ;
    rdfs:label "Thrust Coefficient"@en ;
    dcterms:description "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure "^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:plainTextDescription "The thrust force of a jet-propulsion engine per unit of frontal area per unit of incompressible dynamic pressure "^^xsd:string ;
    qudt:symbol "C_{F}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThrustToWeightRatio a qudt:QuantityKind ;
    rdfs:label "Thrust To Weight Ratio"@en ;
    dcterms:description "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexSymbol "$\\psi$"^^qudt:LatexString ;
    qudt:plainTextDescription "Thrust-to-weight ratio is a ratio of thrust to weight of a rocket, jet engine, propeller engine, or a vehicle propelled by such an engine. It is a dimensionless quantity and is an indicator of the performance of the engine or vehicle."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:Tilt a qudt:QuantityKind ;
    rdfs:label "Tilt"@en ;
    dcterms:description """The angle between an object's orientation vector relative to a reference frame.  
  In the context of architecture, this would refer to the angle between the ground and the face of a surface."""^^xsd:string ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription """The angle between an object's orientation vector relative to a reference frame.  
  In the context of architecture, this would refer to the angle between the ground and the face of a surface."""^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Angle .

qudtqk:TimeAveragedSoundIntensity a qudt:QuantityKind ;
    rdfs:label "Time averaged sound intensity"@en ;
    dcterms:description "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^qudt:LatexString ;
    qudt:abbreviation "w/m2"^^xsd:string ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ;
    qudt:latexDefinition "$I = \\frac{1}{t2 - t1} \\int_{t1}^{t2}i(t)dt$, where $t1$ and $t2$ are the starting and ending times for the integral and $i$ is sound intensity."^^qudt:LatexString ;
    qudt:plainTextDescription "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SoundIntensity .

qudtqk:TimeConstant_Inductance a qudt:QuantityKind ;
    rdfs:label "time constant (inductance based)"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD198"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD198"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TimeRelatedLogarithmicRatio a qudt:QuantityKind ;
    rdfs:label "time-related logarithmic ratio"@en-us ;
    dcterms:description "logarithm of the ratio of the value of a defined variable to the value of a reference variable of the same type, divided by the related time"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Zeit"@de ;
    qudt:symbol "0173-1#Z4-BAJ415#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TorqueConstant a qudt:QuantityKind ;
    rdfs:label "torque constant"^^xsd:string,
        "torque constant"@en-us ;
    dcterms:description "product of magnetic induction, number of turns per unit length, and the area enclosed by the coil corresponding to the gradient of the curve representing the ratio between the torque of the motor and the current"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD201"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD201"^^xsd:anyURI ;
    qudt:plainTextDescription "Produkt aus der magnetischen Induktion, der Windungszahl und der von der Spule eingeschlossenen Fläche entsprechend der Steigung der Kurve des Verhältnisses Drehmoment des Motors zum Strom"@de ;
    qudt:symbol "0173-1#Z4-BAJ298#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TorsionalRigidity a qudt:QuantityKind ;
    rdfs:label "torsional rigidity"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD202"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD202"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TotalAngularMomentum a qudt:QuantityKind ;
    rdfs:label "Total Angular Momentum"@en ;
    dcterms:description "\"Total Angular Momentum\" combines both the spin and orbital angular momentum of all particles and fields. In atomic and nuclear physics, orbital angular momentum is usually denoted by $l$ or $L$ instead of $\\Lambda$. The magnitude of $J$ is quantized so that $J^2 = \\hbar^2 j(j + 1)$, where $j$ is the total angular momentum quantum number."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-SEC,
        unit:EV-SEC,
        unit:FT-LB_F-SEC,
        unit:J-SEC,
        unit:KiloGM-M2-PER-SEC,
        unit:N-M-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Angular_momentum#Spin.2C_orbital.2C_and_total_angular_momentum"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "J"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularMomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularMomentum .

qudtqk:TotalCrossSection a qudt:QuantityKind ;
    rdfs:label "Total Cross-section"@en ;
    dcterms:description "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Total Cross-section\" is related to the absorbance of the light intensity through Beer-Lambert's law. It is the sum of all cross-sections corresponding to the various reactions or processes between an incident particle of specified type and energy and a target particle."^^xsd:string ;
    qudt:symbol "σₜ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:CrossSection .

qudtqk:TotalPressure a qudt:QuantityKind ;
    rdfs:label "Total Pressure"@en ;
    dcterms:description " The total pressure is the sum of the dynamic and static pressures, that is $P_0 = P + q$."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:symbol "P_0"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:TotalRadiance a qudt:QuantityKind ;
    rdfs:label "total radiance"@en-us ;
    dcterms:description "ratio between the differential change in the energy fluence dΨ and the time interval dt: ψ = dΨ / dt; the total radiance is identical to the product of the particle flux density and the average energy of the particles"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:plainTextDescription "Quotient aus der differentiellen Änderung der Energiefluenz dΨ im Zeitintervall dt: ψ = dΨ / dt; die Energieflussdichte ist identisch mit dem Produkt der Teilchenflussdichte und der mittleren Teilchenenergie"@de ;
    qudt:symbol "0173-1#Z4-BAJ318#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TouchThresholds a qudt:QuantityKind ;
    rdfs:label "Touch Thresholds"@en ;
    dcterms:description "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_t}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Touch Thresholds\" are thresholds for touch, vibration and other stimuli to the skin."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TrafficIntensity a qudt:QuantityKind ;
    rdfs:label "traffic intensity"^^xsd:string,
        "traffic intensity"@en-us ;
    dcterms:description "number of all simultaneously occupied units in a particular group of units"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD205"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD205"^^xsd:anyURI ;
    qudt:plainTextDescription "Anzahl aller gleichzeitig belegten Einrichtungen in einer bestimmten Gruppe von einrichtungen"@de ;
    qudt:symbol "0173-1#Z4-BAJ462#001"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TransmissionRatioBetweenRotationAndTranslation a qudt:QuantityKind ;
    rdfs:label "transmission ratio between rotation and translation"@en-us ;
    dcterms:description "relationship between rotational and longitudinal movements as a measure of how an angle is converted into a linear path"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "Zusammenhang zwischen Dreh- und Längsbewegung als Maß dafür, wie ein überstrichener Drehwinkel in eine lineare Wegstrecke umgesetzt wird"@de ;
    qudt:symbol "0173-1#Z4-BAJ400#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Transmittance a qudt:QuantityKind ;
    rdfs:label "Transmittance"@en ;
    dcterms:description "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Transmittance"^^xsd:anyURI ;
    qudt:latexDefinition "$\\tau = \\frac{\\Phi_t}{\\Phi_m}$, where $\\Phi_t$ is the transmitted radiant flux or the transmitted luminous flux, and $\\Phi_m$ is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ;
    qudt:latexSymbol "$\\tau, T$"^^qudt:LatexString ;
    qudt:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:TrueExhaustVelocity a qudt:QuantityKind ;
    rdfs:label "True Exhaust Velocity"@en ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:symbol "u_{e}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:VerticalVelocity a qudt:QuantityKind ;
    rdfs:label "Vertical Velocity"@en ;
    dcterms:description "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "The rate at which a body moves upwards at an angle of 90 degrees to the ground. It is the component of a projectile's velocity which is concerned with lifting the projectile."^^xsd:string ;
    qudt:symbol "V_{Z}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:VisibleRadiantEnergy a qudt:QuantityKind ;
    rdfs:label "Visible Radiant Energy"@en ;
    dcterms:description "\"Visible Radiant Energy\", also known as luminous energy, is the energy of electromagnetic waves. It is energy of the particles that are emitted, transferred, or received as radiation."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ;
    qudt:latexDefinition "Q"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Visible Radiant Energy\", also known as luminous energy, is the energy of electromagnetic waves. It is energy of the particles that are emitted, transferred, or received as radiation."^^xsd:string ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy ;
    skos:closeMatch qudtqk:LuminousEnergy .

qudtqk:VisionThresholds a qudt:QuantityKind ;
    rdfs:label "Vision Thresholds"@en ;
    dcterms:description "\"Vision Thresholds\" is an abstract term to refer to a variety of measures for the thresholds of sensitivity of the eye."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Absolute_threshold#Vision"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_v}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Vision Thresholds\" is the thresholds of sensitivity of the eye."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumeDensityOfCharge a qudt:QuantityKind ;
    rdfs:label "volume density of charge"@en-us ;
    dcterms:description "volume density of the electric charge Q present in a volume V"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:plainTextDescription "räumliche Dichte der in einem Raumgebiet vom Volumen V enthaltenen elektrischen Ladung Q"@de ;
    qudt:symbol "0173-1#Z4-BAJ368#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumeFlowRatio a qudt:QuantityKind ;
    rdfs:label "Volume Flow Ratio"@en ;
    dcterms:description """Volume flow ratio is commonly used in fluid dynamics and engineering, 
  referring to the ratio of the flow rates of two or more fluid streams within a system. In HVAC systems, 
  the flow ratio could compare the amount of fresh air introduced to the amount of recirculated air."""^^xsd:string ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription """Volume flow ratio is commonly used in fluid dynamics and engineering, 
  referring to the ratio of the flow rates of two or more fluid streams within a system. In HVAC systems, 
  the flow ratio could compare the amount of fresh air introduced to the amount of recirculated air."""^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:VolumeOrSectionModulus a qudt:QuantityKind ;
    rdfs:label "volume or section modulus"@en-us ;
    dcterms:description "domain completely enclosed by a surface, which can be determined for Cartesian coordinates by integration according to the following equation: V = ∫∫∫ dx dy dz or for a homogeneous material, it is the ratio of the moment of inertia and the distance to any point on the neutral axis at which the stress is to be calculated"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:plainTextDescription "der von einer Oberfläche eingeschlossene gesamte Rauminhalt, der für kartesische Koordinaten durch Integration nach folgender Gleichung ermittelt werden kann: V = ∫∫∫ dx dy dz oder bei einem homogenen Werkstoff Quotient Trägheitsmoment dividiert durch den Abstand zu einem Punkt auf der neutralen Achse, bei dem die Belastung berechnet werden soll"@de ;
    qudt:symbol "0173-1#Z4-BAJ251#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumeStrain a qudt:QuantityKind ;
    rdfs:label "Volume Strain"@en ;
    dcterms:description "Volume, or volumetric, Strain, or dilatation (the relative variation of the volume) is the trace of the tensor $\\vartheta$."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\vartheta = \\frac{\\Delta V}{V_0}$, where $\\Delta V$ is the increase in volume and $V_0$ is the volume in a reference state to be specified."^^qudt:LatexString ;
    qudt:latexSymbol "$\\vartheta$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Strain .

qudtqk:VolumetricElectricCharge a qudt:QuantityKind ;
    rdfs:label "volumic electric charge"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD242"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD242"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumetricEntityDensity a qudt:QuantityKind ;
    rdfs:label "volumetric entity density"@en-us ;
    dcterms:description "quantity whose value is inversely proportional to the volume value"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Volumenwert verhält"@de ;
    qudt:symbol "0173-1#Z4-BAJ377#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumetricOutputPower a qudt:QuantityKind ;
    rdfs:label "volumic output power"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD243"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD243"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumicAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "volumic amount of substance"@en-us ;
    dcterms:description "quantity proportional to the number of single particles of a defined type present in a given sample, divided by the related volume of this sample"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "Größe proportional der Anzahl von Einzelteilchen festgelegter Art, die in einer gegebenen Substanzprobe enthalten sind, dividiert durch das zugehörige Volumen dieser Substanzprobe"@de ;
    qudt:symbol "0173-1#Z4-BAJ402#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumicDataQuantity a qudt:QuantityKind ;
    rdfs:label "volumic data quantity"@en-us ;
    dcterms:description "amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen"@de ;
    qudt:symbol "0173-1#Z4-BAJ401#002"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumicOutput a qudt:QuantityKind ;
    rdfs:label "volumic output"@en-us ;
    dcterms:description "ratio released power divided by volume"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:plainTextDescription "Quotient freigesetzte Wärmeleistung durch Volumen"@de ;
    qudt:symbol "0173-1#Z4-BAJ366#003"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Vorticity a qudt:QuantityKind ;
    rdfs:label "Vorticity"@en ;
    dcterms:description "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:PlanckFrequency_Ang,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:latexSymbol "$\\omega$"^^qudt:LatexString ;
    qudt:plainTextDescription "In the simplest sense, vorticity is the tendency for elements of a fluid to \"spin.\" More formally, vorticity can be related to the amount of \"circulation\" or \"rotation\" (or more strictly, the local angular rate of rotation) in a fluid. The average vorticity in a small region of fluid flow is equal to the circulation C around the boundary of the small region, divided by the area A of the small region. Mathematically, vorticity is a vector field and is defined as the curl of the velocity field."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AngularVelocity .

qudtqk:WarmReceptorThreshold a qudt:QuantityKind ;
    rdfs:label "Warm Receptor Threshold"@en ;
    dcterms:description "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexSymbol "$\\overline{T_w}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:WaterHorsepower a qudt:QuantityKind ;
    rdfs:label "Water Horsepower"@en ;
    dcterms:description "No pump can convert all of its mechanical power into water power. Mechanical power is lost in the pumping process due to friction losses and other physical losses. It is because of these losses that the horsepower going into the pump has to be greater than the water horsepower leaving the pump. The efficiency of any given pump is defined as the ratio of the water horsepower out of the pump compared to the mechanical horsepower into the pump."^^qudt:LatexString ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "https://pubs.nmsu.edu/_m/M227/index.html#:~:text=Water%20horsepower%20is%20the%20minimum,produce%20that%20flow%20are%20known."^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Power .

qudtqk:Wavelength a qudt:QuantityKind ;
    rdfs:label "Vlnové délka"@cs,
        "Wellenlänge"@de,
        "wavelength"@en,
        "longitud de onda"@es,
        "طول موج"@fa,
        "longueur d'onde"@fr,
        "lunghezza d'onda"@it,
        "Jarak gelombang"@ms,
        "comprimento de onda"@pt,
        "длина волны"@ru,
        "dalga boyu"@tr,
        "波长"@zh ;
    dcterms:description "For a monochromatic wave, \"wavelength\" is the distance between two successive points in a direction perpendicular to the wavefront where at a given instant the phase differs by $2\\pi$. The wavelength of a sinusoidal wave is the spatial period of the wave—the distance over which the wave's shape repeats. The SI unit of wavelength is the meter."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Wavelength"^^xsd:anyURI ;
    qudt:latexDefinition "$\\lambda = \\frac{c}{\\nu}$, where $\\lambda$ is the wave length, $\\nu$ is the frequency, and $c$ is the speed of light in the medium."^^qudt:LatexString ;
    qudt:symbol "λ"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:Wavenumber a qudt:QuantityKind ;
    rdfs:label "عدد الموجة"@ar,
        "Vlnové číslo"@cs,
        "Repetenz"@de,
        "wavenumber"@en,
        "número de ola"@es,
        "عدد موج"@fa,
        "nombre d'onde"@fr,
        "numero d'onda"@it,
        "波数"@ja,
        "Bilangan gelombang"@ms,
        "Liczba falowa"@pl,
        "número de onda"@pt,
        "Волновое число"@ru,
        "valovno število"@sl,
        "dalga sayısı"@tr,
        "波数"@zh ;
    dcterms:description "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M."^^qudt:LatexString ;
    qudt:applicableUnit unit:KY,
        unit:M-PER-HA,
        unit:M-PER-M2,
        unit:MESH,
        unit:NUM-PER-M,
        unit:PER-ANGSTROM,
        unit:PER-CentiM,
        unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ;
    qudt:latexDefinition """$\\sigma = \\frac{\\nu}{c}$, where $\\sigma$ is the wave number, $\\nu$ is the frequency, and $c$ is the speed of light in the medium.

Or:

$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave."""^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/WANU> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:AngularWavenumber ;
    skos:altLabel "Wellenzahl"@de ;
    skos:broader qudtqk:InverseLength .

qudtqk:WebTime a qudt:QuantityKind ;
    rdfs:label "Web Time"@en ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string,
        "Web Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:WebTimeAveragePressure a qudt:QuantityKind ;
    rdfs:label "Web Time Average Pressure"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:WebTimeAverageThrust a qudt:QuantityKind ;
    rdfs:label "Web Time Average Thrust"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string,
        "Web Time Avg Thrust (Mlbf)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Thrust .

qudtqk:Weight a qudt:QuantityKind ;
    rdfs:label "وزن"@ar,
        "tíha"@cs,
        "Gewicht"@de,
        "weight"@en,
        "peso"@es,
        "وزن"@fa,
        "poids"@fr,
        "forza peso"@it,
        "重さ"@ja,
        "Berat"@ms,
        "Siła ciężkości"@pl,
        "peso"@pt,
        "greutate"@ro,
        "Вес"@ru,
        "Ağırlık"@tr,
        "重量"@zh ;
    dcterms:description "The force with which a body is attracted toward an astronomical body.  Or, the product of the mass of a body and the acceleration acting on a body.  In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Weight"^^xsd:anyURI ;
    qudt:plainTextDescription "The force with which a body is attracted toward an astronomical body.  Or, the product of the mass of a body and the acceleration acting on a body.  In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity."^^xsd:string ;
    qudt:symbol "bold letter W"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:WetBulbTemperature a qudt:QuantityKind ;
    rdfs:label "Wet Bulb Temperature"@en ;
    dcterms:description "The temperature of a parcel of air cooled to saturation (100% relative humidity) by the evaporation of water into it, with the latent heat supplied by the parcel."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:plainTextDescription "the temperature of a parcel of air cooled to saturation (100% relative humidity) by the evaporation of water into it, with the latent heat supplied by the parcel."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:Width a qudt:QuantityKind ;
    rdfs:label "Width"@en ;
    dcterms:description "\"Width\" is the middle of three dimensions: length, width, thickness."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "\"Width\" is the middle of three dimensions: length, width, thickness."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:WorkFunction a qudt:QuantityKind ;
    rdfs:label "Work Function"@en ;
    dcterms:description "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Work_function"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Work Function\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The minimum energy (usually measured in electronvolts) needed to remove an electron from a solid to a point immediately outside the solid surface (or energy needed to move an electron from the Fermi level into vacuum)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

unit:CM_H2O qudt:scalingOf unit:PA .

unit:Ci qudt:scalingOf unit:BQ .

unit:Da a qudt:Unit ;
    rdfs:label "Dalton"@en ;
    dcterms:description "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^qudt:LatexString ;
    dcterms:isReplacedBy unit:DA ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ;
    qudt:conversionMultiplierSN 1.660539e-27 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ;
    qudt:deprecated true ;
    qudt:exactMatch unit:AMU,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MolecularMass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/dalton> ;
    qudt:symbol "Da"^^xsd:string ;
    qudt:ucumCode "u"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "atomic-mass-unit"^^xsd:string .

unit:Debye a qudt:Unit ;
    rdfs:label "Debye"@en ;
    dcterms:description "\"Debye\" is a C.G.S System unit for  'Electric Dipole Moment' expressed as $D$."^^qudt:LatexString ;
    dcterms:isReplacedBy unit:DEBYE ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000000000000000000000000000333564 ;
    qudt:conversionMultiplierSN 3.33564e-30 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricDipoleMoment ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> ;
    qudt:scalingOf unit:C-M ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Denier a qudt:Unit ;
    rdfs:label "Denier"@en ;
    dcterms:description "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ;
    dcterms:isReplacedBy unit:DENIER ;
    qudt:conversionMultiplier 0.00000011 ;
    qudt:conversionMultiplierSN 1.1e-07 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAB244"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ;
    qudt:scalingOf unit:GM-PER-MilliM ;
    qudt:symbol "D"^^xsd:string ;
    qudt:ucumCode "[den]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaV-A a qudt:Unit ;
    rdfs:label "exavolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:ExaVA ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ExaV ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB537"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537"^^xsd:anyURI ;
    qudt:symbol "EV·A"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Gamma a qudt:Unit ;
    rdfs:label "Gamma"@en ;
    dcterms:description "\"Gamma\" is a C.G.S System unit for  'Magnetic Field'."^^rdf:HTML ;
    dcterms:isReplacedBy unit:GAMMA ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticField,
        qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAB213"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> ;
    qudt:scalingOf unit:T ;
    qudt:symbol "γ"^^xsd:string ;
    qudt:uneceCommonCode "P12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaV-A a qudt:Unit ;
    rdfs:label "gigavolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:GigaV ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaV ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB534"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534"^^xsd:anyURI ;
    qudt:symbol "GV·A"^^xsd:string ;
    qudt:ucumCode "GV.A"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaV-A_Reactive a qudt:Unit ;
    rdfs:label "gigavolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000001 of the unit volt ampere reactive"^^xsd:string ;
    dcterms:isReplacedBy unit:GigaVAR ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaV ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC508"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508"^^xsd:anyURI ;
    qudt:symbol "GV·A{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Gs a qudt:Unit ;
    rdfs:label "Gs"@en ;
    dcterms:description """
  The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, 
  which is also known as the "magnetic flux density" or the "magnetic induction".
  One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). 
  The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, 
  it corresponds in the SI, with its extra base unit the ampere. 
  The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, 
  but it is subdivided, with $1 gauss = 105 gamma$. 
  This unit of magnetic induction is also known as the $\\textit{abtesla}$.
  """^^qudt:LatexString ;
    dcterms:isReplacedBy unit:GAUSS ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gauss_%28unit%29"^^xsd:anyURI ;
    qudt:deprecated true ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFluxDensity ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI,
        "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:anyURI ;
    qudt:scalingOf unit:T ;
    qudt:symbol "G"^^xsd:string ;
    qudt:ucumCode "G"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Kilo-FT3 qudt:scalingOf unit:M3 .

unit:KiloV-A a qudt:Unit ;
    rdfs:label "Kilovolt Ampere"@en ;
    dcterms:description "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ;
    dcterms:isReplacedBy unit:KiloVA ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower ;
    qudt:iec61360Code "0112/2///62720#UAA581"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ;
    qudt:symbol "kV·A"^^xsd:string ;
    qudt:ucumCode "kV.A"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KVA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloV-A-PER-K a qudt:Unit ;
    rdfs:label "kilovolt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:KiloVA-PER-K ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD908"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908"^^xsd:anyURI ;
    qudt:symbol "kV·A/K"^^xsd:string ;
    qudt:ucumCode "kV.A.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloV-A_Reactive a qudt:Unit ;
    rdfs:label "Kilovolt Ampere Reactive"@en ;
    dcterms:description "1 000-fold of the unit var"^^rdf:HTML ;
    dcterms:isReplacedBy unit:KiloVAR ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAA648"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the unit var"^^xsd:string ;
    qudt:symbol "kV·A{Reactive}"^^xsd:string ;
    qudt:ucumCode "kV.A{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KVR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloV-A_Reactive-PER-K a qudt:Unit ;
    rdfs:label "kilovolt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:KiloVAR-PER-K ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD904"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904"^^xsd:anyURI ;
    qudt:symbol "kvar/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaDOLLAR_US-PER-FLIGHT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Million US Dollars per Flight"@en ;
    dcterms:isReplacedBy unit:MegaCCY_USD-PER-FLIGHT ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:deprecated true ;
    qudt:expression "$M\\$/Flight$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:FLIGHT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaDOLLAR_US ] ;
    qudt:hasQuantityKind qudtqk:CurrencyPerFlight ;
    qudt:symbol "$M/flight"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaV-A a qudt:Unit ;
    rdfs:label "Megavolt Ampere"@en ;
    dcterms:description "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ;
    dcterms:isReplacedBy unit:MegaVA ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower ;
    qudt:iec61360Code "0112/2///62720#UAA222"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ;
    qudt:symbol "MV·A"^^xsd:string ;
    qudt:ucumCode "MV.A"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MVA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaV-A_Reactive a qudt:Unit ;
    rdfs:label "Megavolt Ampere Reactive"@en ;
    dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ;
    dcterms:isReplacedBy unit:MegaVAR ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAB199"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the unit volt ampere reactive"^^xsd:string ;
    qudt:symbol "MV·A{Reactive}"^^xsd:string ;
    qudt:ucumCode "MV.A{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MAR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroV-A a qudt:Unit ;
    rdfs:label "microvolt ampere"^^xsd:string ;
    dcterms:description "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:MicroVA ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroV ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB532"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532"^^xsd:anyURI ;
    qudt:symbol "µV·A"^^xsd:string ;
    qudt:ucumCode "uV.A"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroV-A-PER-K a qudt:Unit ;
    rdfs:label "microvolt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:MicroVA-PER-K ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroV ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD907"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907"^^xsd:anyURI ;
    qudt:symbol "µV·A/K"^^xsd:string ;
    qudt:ucumCode "uV.A.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroV-A_Reactive a qudt:Unit ;
    rdfs:label "microvolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000001 of the unit volt ampere reactive"^^xsd:string ;
    dcterms:isReplacedBy unit:MicroVAR ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC506"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506"^^xsd:anyURI ;
    qudt:symbol "µV·A{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroV-A_Reactive-PER-K a qudt:Unit ;
    rdfs:label "microvolt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:MicroVAR-PER-K ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD903"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903"^^xsd:anyURI ;
    qudt:symbol "µvar/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-A a qudt:Unit ;
    rdfs:label "millivolt ampere"^^xsd:string ;
    dcterms:description "0.001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:MilliVA ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB533"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533"^^xsd:anyURI ;
    qudt:symbol "mV·A"^^xsd:string ;
    qudt:ucumCode "mV.A"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-A-PER-K a qudt:Unit ;
    rdfs:label "millivolt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:MilliVA-PER-K ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD906"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906"^^xsd:anyURI ;
    qudt:symbol "mV·A/K"^^xsd:string ;
    qudt:ucumCode "mV.A.K-1"^^qudt:UCUMcs,
        "mV.A/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-A_Reactive a qudt:Unit ;
    rdfs:label "millivolt ampere reactive"^^xsd:string ;
    dcterms:description "0.001 of the unit volt ampere reactive"^^xsd:string ;
    dcterms:isReplacedBy unit:MilliVAR ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC507"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507"^^xsd:anyURI ;
    qudt:symbol "mV·A{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-A_Reactive-PER-K a qudt:Unit ;
    rdfs:label "millivolt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:MilliVAR-PER-K ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD902"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902"^^xsd:anyURI ;
    qudt:symbol "mvar/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MillionUSD-PER-YR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Million US Dollars per Year"@en ;
    dcterms:isReplacedBy unit:MegaCCY_USD-PER-YR ;
    qudt:deprecated true ;
    qudt:expression "$M\\$/yr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MillionUSD ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "$M/a"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoV-A a qudt:Unit ;
    rdfs:label "nanovolt ampere"^^xsd:string ;
    dcterms:description "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:NanoVA ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB531"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531"^^xsd:anyURI ;
    qudt:symbol "nV·A"^^xsd:string ;
    qudt:ucumCode "nV.A"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoV-A_Reactive a qudt:Unit ;
    rdfs:label "nanovolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000001-fold of the unit volt ampere reactive"^^xsd:string ;
    dcterms:isReplacedBy unit:NanoVAR ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoV ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC505"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505"^^xsd:anyURI ;
    qudt:symbol "nV·A{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:P qudt:factorUnitScalar 0.00980665 ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] .

unit:PER-KiloV-A-HR a qudt:Unit ;
    rdfs:label "Reciprocal Kilovolt Ampere Hour"@en ;
    dcterms:description "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:PER-KiloVA-HR ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloV ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA098"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^xsd:string ;
    qudt:symbol "/(kV·A·h)"^^xsd:string ;
    qudt:ucumCode "kV-1.A-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-V-A-SEC a qudt:Unit ;
    rdfs:label "reciprocal volt ampere second"^^xsd:string ;
    dcterms:description "reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second"^^xsd:string ;
    dcterms:isReplacedBy unit:PER-VA-SEC ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB498"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498"^^xsd:anyURI ;
    qudt:symbol "/(V·A·s)"^^xsd:string ;
    qudt:ucumCode "V-1.A-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-100KiloCount a qudt:Unit ;
    rdfs:label "percent per one hundred thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 100,000"^^xsd:string ;
    dcterms:isReplacedBy unit:PERCENT-PER-100KiloCOUNT ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:deprecated true ;
    qudt:exactMatch unit:PERCENT-PER-HectoKiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:100KiloCount ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "%/100k"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-10KiloCount a qudt:Unit ;
    rdfs:label "percent per ten thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 10,000"^^xsd:string ;
    dcterms:isReplacedBy unit:PERCENT-PER-10KiloCOUNT ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:deprecated true ;
    qudt:exactMatch unit:PERCENT-PER-DecaKiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:10KiloCount ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA004"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ;
    qudt:symbol "%/10k"^^xsd:string ;
    qudt:uneceCommonCode "H91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DecaCount a qudt:Unit ;
    rdfs:label "percent per hundred"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 100"^^xsd:string ;
    dcterms:isReplacedBy unit:PERCENT-PER-DecaCOUNT ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DecaCount ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA006"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006"^^xsd:anyURI ;
    qudt:symbol "%/100"^^xsd:string ;
    qudt:uneceCommonCode "H93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DecaKiloCount a qudt:Unit ;
    rdfs:label "percent per ten thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 10,000"^^xsd:string ;
    dcterms:isReplacedBy unit:PERCENT-PER-DecaKiloCOUNT ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:deprecated true ;
    qudt:exactMatch unit:PERCENT-PER-10KiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DecaKiloCount ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA005"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005"^^xsd:anyURI ;
    qudt:symbol "%/10000"^^xsd:string ;
    qudt:uneceCommonCode "H92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-HectoKiloCount a qudt:Unit ;
    rdfs:label "percent per one hundred thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 100,000"^^xsd:string ;
    dcterms:isReplacedBy unit:PERCENT-PER-HectoKiloCOUNT ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:deprecated true ;
    qudt:exactMatch unit:PERCENT-PER-100KiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HectoKiloCount ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "%/100k"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-KiloCount a qudt:Unit ;
    rdfs:label "percent per thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 1,000"^^xsd:string ;
    dcterms:isReplacedBy unit:PERCENT-PER-KiloCOUNT ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloCount ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA007"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007"^^xsd:anyURI ;
    qudt:symbol "%/1000"^^xsd:string ;
    qudt:uneceCommonCode "H94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPTR_VOL a qudt:Unit ;
    rdfs:label "Parts per trillion by volume"@en ;
    dcterms:isReplacedBy unit:PPT_VOL ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "pptr"^^xsd:string ;
    qudt:ucumCode "[pptr]{vol}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Pennyweight a qudt:Unit ;
    rdfs:label "Pennyweight"@en ;
    dcterms:description "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ;
    dcterms:isReplacedBy unit:PENNYWEIGHT ;
    qudt:conversionMultiplier 0.00155517384 ;
    qudt:conversionMultiplierSN 1.555174e-03 ;
    qudt:deprecated true ;
    qudt:exactMatch unit:DWT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB182"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "dwt"^^xsd:string ;
    qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DWT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaV-A a qudt:Unit ;
    rdfs:label "petavolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:PetaVA ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PetaV ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB536"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536"^^xsd:anyURI ;
    qudt:symbol "PV·A"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoV-A a qudt:Unit ;
    rdfs:label "picovolt ampere"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:PicoVA ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB530"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530"^^xsd:anyURI ;
    qudt:symbol "pV·A"^^xsd:string ;
    qudt:ucumCode "pV.A"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoV-A_Reactive a qudt:Unit ;
    rdfs:label "picovolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the unit volt ampere reactive"^^xsd:string ;
    dcterms:isReplacedBy unit:PicoVAR ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC504"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504"^^xsd:anyURI ;
    qudt:symbol "pV·A{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RT qudt:scalingOf unit:M3 .

unit:Standard a qudt:Unit ;
    rdfs:label "Standard"@en ;
    dcterms:description "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ;
    dcterms:isReplacedBy unit:STANDARD ;
    qudt:conversionMultiplier 4.672 ;
    qudt:conversionMultiplierSN 4.672e+00 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB116"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "standard"^^xsd:string ;
    qudt:ucumCode "1980.[bf_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "WSD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraV-A a qudt:Unit ;
    rdfs:label "teravolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    dcterms:isReplacedBy unit:TeraVA ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TeraV ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB535"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535"^^xsd:anyURI ;
    qudt:symbol "TV·A"^^xsd:string ;
    qudt:ucumCode "TV.A"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraV-A_Reactive a qudt:Unit ;
    rdfs:label "teravolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000000001 of the unit volt ampere reactive"^^xsd:string ;
    dcterms:isReplacedBy unit:TeraVAR ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TeraV ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC509"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509"^^xsd:anyURI ;
    qudt:symbol "TV·A{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-A a qudt:Unit ;
    rdfs:label "فولت. أمبير"@ar,
        "Voltampere"@de,
        "volt ampere"@en,
        "voltiamperio"@es,
        "voltampère"@fr,
        "volt ampere"@it,
        "volt-ampere"@pt,
        "вольт-ампер"@ru ;
    dcterms:description "product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ;
    dcterms:isReplacedBy unit:VA ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAA298"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ;
    qudt:symbol "V·A"^^xsd:string ;
    qudt:ucumCode "V.A"^^qudt:UCUMcs ;
    qudt:udunitsCode "VA"^^xsd:string ;
    qudt:uneceCommonCode "D46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-A-PER-K a qudt:Unit ;
    rdfs:label "volt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:VA-PER-K ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD905"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905"^^xsd:anyURI ;
    qudt:symbol "V·A/K"^^xsd:string ;
    qudt:ucumCode "V.A.K-1"^^qudt:UCUMcs,
        "V.A/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-A_Reactive a qudt:Unit ;
    rdfs:label "Volt Ampere Reactive"@en ;
    dcterms:description "unit with special name for reactive power"^^rdf:HTML ;
    dcterms:isReplacedBy unit:VAR ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAB023"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023"^^xsd:anyURI ;
    qudt:plainTextDescription "unit with special name for reactive power"^^xsd:string ;
    qudt:symbol "V·A{Reactive}"^^xsd:string ;
    qudt:ucumCode "V.A{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-A_Reactive-PER-K a qudt:Unit ;
    rdfs:label "volt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    dcterms:isReplacedBy unit:VAR-PER-K ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD901"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901"^^xsd:anyURI ;
    qudt:symbol "var/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:failures-in-time a qudt:Unit ;
    rdfs:label "Failures In Time"@en ;
    dcterms:description "unit of failure rate"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAB403"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB403"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of failure rate"^^xsd:string ;
    qudt:symbol "failures/s"^^xsd:string ;
    qudt:ucumCode "s-1{failures}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FIT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

<http://voag.linkedmodel.org/schema/voag#QUDT-UNITS-VocabCatalogEntry> a ns1:CatalogEntry ;
    rdfs:label "QUDT UNITS Vocab Catalog Entry"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Ablutions_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ablutions Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A room for performing cleansing rituals before prayer"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Ablutions ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ablutions_Room" ;
    brick:hasAssociatedTag tag:Ablutions,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Room .

brick:Absolute_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Absolute Humidity Sensor"@en ;
    rdfs:subClassOf brick:Humidity_Sensor ;
    skos:definition "Measures the present state of absolute humidity"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:AbsoluteHumidityObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Absolute ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Absolute,
        tag:Air,
        tag:Humidity,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:AbsoluteHumidity ;
    brick:hasSubstance brick:Air .

brick:Absorption_Chiller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Absorption Chiller"@en ;
    rdfs:subClassOf brick:Chiller ;
    skos:definition "A chiller that utilizes a thermal or/and chemical process to produce the refrigeration effect necessary to provide chilled water. There is no mechanical compression of the refrigerant taking place within the machine, as occurs within more traditional vapor compression type chillers."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Absorption ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chiller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Absorption,
        tag:Chiller,
        tag:Equipment .

brick:Acceleration_Time owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Acceleration_Time' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Time' directly." ;
    brick:isReplacedBy qudtqk:Time .

brick:Acceleration_Time_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Acceleration Time Setpoint"@en ;
    rdfs:subClassOf brick:Time_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Acceleration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Acceleration,
        tag:Point,
        tag:Setpoint,
        tag:Time ;
    brick:hasQuantity qudtqk:Time .

brick:Access_Reader a owl:Class,
        sh:NodeShape ;
    rdfs:label "Access Reader"@en ;
    rdfs:subClassOf brick:Access_Control_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Access ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Control ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reader ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Access,
        tag:Control,
        tag:Equipment,
        tag:Reader,
        tag:Security .

brick:Active_Chilled_Beam a owl:Class,
        sh:NodeShape ;
    rdfs:label "Active Chilled Beam"@en ;
    rdfs:subClassOf brick:Chilled_Beam ;
    skos:definition "A Chilled Beam with an integral primary air connection that induces air flow through the device."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Active ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Beam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Active,
        tag:Beam,
        tag:Chilled,
        tag:Equipment .

brick:Active_Power_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Active Power Sensor"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/AC_power#Active,_reactive,_and_apparent_power> ;
    rdfs:subClassOf brick:Electric_Power_Sensor ;
    skos:definition "Measures the portion of power that, averaged over a complete cycle of the AC waveform, results in net transfer of energy in one direction"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Real ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Point,
        tag:Power,
        tag:Real,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ActivePower .

brick:Air_Cooled_Chiller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Cooled Chiller"@en ;
    rdfs:subClassOf brick:Chiller ;
    skos:definition "A chiller that uses air to cool the refrigerant, used in various commercial and industrial cooling applications"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chiller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chiller,
        tag:Cooled,
        tag:Equipment,
        tag:Water .

brick:Air_Flow_Loss_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Loss Alarm"@en ;
    rdfs:subClassOf brick:Air_Flow_Alarm ;
    skos:definition "An alarm that indicates loss in air flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loss ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Flow,
        tag:Loss,
        tag:Point .

brick:Air_Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Loop"@en ;
    rdfs:subClassOf brick:Loop ;
    skos:definition "The set of connected equipment serving one path of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Loop .

brick:Alarm_Delay_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Alarm Delay Parameter"@en ;
    rdfs:subClassOf brick:Delay_Parameter ;
    skos:definition "A parameter determining how long to delay an alarm after sufficient conditions have been met"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Delay ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Delay,
        tag:Parameter,
        tag:Point .

brick:Alternating_Current_Frequency a brick:Quantity ;
    rdfs:label "Alternating Current Frequency"@en ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Frequency ;
    skos:definition "The frequency of the oscillations of alternating current",
        "The frequency of the oscillations of alternating current"@en .

brick:Ammonia_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ammonia Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Ammonia ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Ammonia,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Ammonia_Concentration ;
    brick:hasSubstance brick:Air .

brick:Atmospheric_Pressure owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Atmospheric_Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/AtmosphericPressure' directly." ;
    brick:isReplacedBy qudtqk:AtmosphericPressure .

brick:Atrium a owl:Class,
        sh:NodeShape ;
    rdfs:label "Atrium"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Atrium_(architecture)> ;
    rdfs:subClassOf brick:Common_Space ;
    owl:deprecated true ;
    skos:definition "a large open-air or skylight covered space surrounded by a building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Atrium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Atrium" ;
    brick:hasAssociatedTag tag:Atrium,
        tag:Common,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Atrium .

brick:Auditorium a owl:Class,
        sh:NodeShape ;
    rdfs:label "Auditorium"@en ;
    rdfs:subClassOf brick:Common_Space ;
    owl:deprecated true ;
    skos:definition "A space for performances or larger gatherings"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Auditorium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Auditorium" ;
    brick:hasAssociatedTag tag:Auditorium,
        tag:Common,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Auditorium .

brick:Automatic_Mode_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Automatic Mode Command"@en ;
    rdfs:subClassOf brick:Mode_Command ;
    skos:definition "Controls whether or not a device or controller is operating in \"Automatic\" mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Automatic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Automatic,
        tag:Command,
        tag:Mode,
        tag:Point .

brick:Automatic_Tint_Window a owl:Class,
        sh:NodeShape ;
    rdfs:label "Automatic Tint Window"@en ;
    rdfs:subClassOf brick:Shading_Equipment ;
    skos:definition "A window with tint control."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Automatic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shade ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Window ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Automatic,
        tag:Equipment,
        tag:Shade,
        tag:Tint,
        tag:Window .

brick:Automatic_Tint_Window_Array a owl:Class,
        sh:NodeShape ;
    rdfs:label "Automatic Tint Window Array"@en ;
    rdfs:subClassOf brick:System ;
    skos:definition "An array of Automatic Tint Windows."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Array ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shade ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Array,
        tag:Shade,
        tag:System,
        tag:Tint .

brick:Automatic_Transfer_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Automatic Transfer Switch"@en ;
    rdfs:subClassOf brick:Automatic_Switch,
        brick:Transfer_Switch ;
    skos:definition "An automatic transfer switch (ATS) is a device that automatically transfers a power supply from its primary source to a backup source when it senses a failure or outage in the primary source."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Automatic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Transfer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Automatic,
        tag:Equipment,
        tag:Switch,
        tag:Transfer .

brick:Availability_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Availability Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a piece of equipment, system, or functionality is available for operation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Availability ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Availability,
        tag:Point,
        tag:Status .

brick:Average_Cooling_Demand_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Average Cooling Demand Sensor"@en ;
    rdfs:subClassOf brick:Cooling_Demand_Sensor ;
    skos:definition "Measures the average power consumed by a cooling process as the amount of power consumed over some interval"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Average ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Average,
        tag:Cool,
        tag:Demand,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Average_Exhaust_Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Average Exhaust Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Exhaust_Air_Static_Pressure_Sensor ;
    skos:definition "The computed average static pressure of air in exhaust regions of an HVAC system over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Average ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Average,
        tag:Exhaust,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure .

brick:Average_Heating_Demand_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Average Heating Demand Sensor"@en ;
    rdfs:subClassOf brick:Heating_Demand_Sensor ;
    skos:definition "Measures the average power consumed by a heating process as the amount of power consumed over some interval"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Average ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Average,
        tag:Demand,
        tag:Heat,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Average_Zone_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Average Zone Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Sensor ;
    skos:definition "The computed average temperature of air in a zone, over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Average ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Average,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Backflow_Preventer_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Backflow Preventer Valve"@en ;
    rdfs:subClassOf brick:Check_Valve ;
    skos:definition "Valve designed to prevent the reverse flow of fluid, typically water, thereby protecting potable water supplies from contamination or pollution."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Backflow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Preventer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Backflow,
        tag:Preventer,
        tag:Valve .

brick:Basement a owl:Class,
        sh:NodeShape ;
    rdfs:label "Basement"@en ;
    rdfs:subClassOf brick:Floor ;
    owl:deprecated true ;
    skos:definition "The floor of a building which is partly or entirely below ground level."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Basement ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Floor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BasementLevel" ;
    brick:hasAssociatedTag tag:Basement,
        tag:Floor,
        tag:Location ;
    brick:isReplacedBy rec:BasementLevel .

brick:Battery a owl:Class,
        sh:NodeShape ;
    rdfs:label "Battery"@en ;
    rdfs:subClassOf brick:Energy_Storage ;
    skos:definition "A container that stores chemical energy that can be converted into electricity and used as a source of power"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Battery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Battery,
        tag:Energy,
        tag:Equipment,
        tag:Storage .

brick:Battery_Energy_Storage_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Battery Energy Storage System"@en ;
    rdfs:subClassOf brick:Energy_Storage_System ;
    skos:definition "A collection of batteries that provides energy storage, along with their supporting equipment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Battery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Battery,
        tag:Energy,
        tag:Storage,
        tag:System .

brick:Battery_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Battery Room"@en ;
    rdfs:subClassOf brick:Electrical_Room ;
    owl:deprecated true ;
    skos:definition "A room used to hold batteries for backup power"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Battery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ;
    brick:hasAssociatedTag tag:Battery,
        tag:Electrical,
        tag:Location,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:ElectricityRoom .

brick:Battery_Voltage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Battery Voltage Sensor"@en ;
    rdfs:subClassOf brick:Voltage_Sensor ;
    skos:definition "Measures the capacity of a battery"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Battery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Battery,
        tag:Point,
        tag:Sensor,
        tag:Voltage ;
    brick:hasQuantity qudtqk:Voltage .

brick:Bench_Space a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bench Space"@en ;
    rdfs:subClassOf brick:Outdoor_Area ;
    owl:deprecated true ;
    skos:definition "For areas of play in a stadium, the area for partcipants and referees by the side of the field"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Area ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Bench ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outdoor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider creating a rec:Zone that is part of a rec:Stadium" ;
    brick:hasAssociatedTag tag:Area,
        tag:Bench,
        tag:Location,
        tag:Outdoor ;
    brick:isReplacedBy rec:Zone .

brick:Blind a owl:Class,
        sh:NodeShape ;
    rdfs:label "Blind"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Window_blind> ;
    rdfs:subClassOf brick:Shading_Equipment ;
    skos:definition "A window covering."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Blind ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shade ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Blind,
        tag:Equipment,
        tag:Shade .

brick:Blind_Group a owl:Class,
        sh:NodeShape ;
    rdfs:label "Blind Group"@en ;
    rdfs:subClassOf brick:Shading_System ;
    skos:definition "A group of Blinds commonly attached to a single controller."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Blind ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Group ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shade ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Blind,
        tag:Group,
        tag:Shade,
        tag:System .

brick:Boiler_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Boiler Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "A command to control a boiler"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Boiler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Boiler,
        tag:Command,
        tag:Point .

brick:Booster_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Booster Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "Fan activated to increase airflow beyond what is provided by the default configuration"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Booster ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Booster,
        tag:Equipment,
        tag:Fan .

brick:Box_Mode_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Box Mode Command"@en ;
    rdfs:subClassOf brick:Mode_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Box,
        tag:Command,
        tag:Mode,
        tag:Point .

brick:Branch_Selector a owl:Class,
        sh:NodeShape ;
    rdfs:label "Branch Selector"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A device in VRF systems that regulates the flow of refrigerant to different indoor units or branches, ensuring optimal distribution of heating or cooling according to the specific requirements of each zone or area in the building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Branch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:HVAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Selector ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Branch,
        tag:Equipment,
        tag:HVAC,
        tag:Selector .

brick:Breaker_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Breaker Panel"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "Breaker Panel distributes power into various end-uses."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Breaker ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Breaker,
        tag:Equipment .

brick:Broadcast_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Broadcast Room"@en ;
    rdfs:subClassOf brick:Media_Room ;
    owl:deprecated true ;
    skos:definition "A space to organize and manage a broadcast. Separate from studio"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Broadcast ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Media ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom" ;
    brick:hasAssociatedTag tag:Broadcast,
        tag:Location,
        tag:Media,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:RecordingRoom .

brick:Building_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Setpoint for humidity in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Building,
        tag:Humidity,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Building_Air .

brick:Building_Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Sensor ;
    skos:definition "The static pressure of air within a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Building,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Building_Air .

brick:Building_Air_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Air Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Air_Pressure_Setpoint,
        brick:Static_Pressure_Setpoint ;
    skos:definition "Sets static pressure of the entire building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Building,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Building_Air .

brick:Building_Chilled_Water_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Chilled Water Meter"@en ;
    rdfs:subClassOf brick:Building_Meter,
        brick:Chilled_Water_Meter ;
    skos:definition "A meter that measures the usage or consumption of chilled water of a whole building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Chilled,
        tag:Equipment,
        tag:Meter,
        tag:Water ;
    brick:hasSubstance brick:Chilled_Water .

brick:Building_Disconnect_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Disconnect Switch"@en ;
    rdfs:subClassOf brick:Disconnect_Switch ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disconnect ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Disconnect,
        tag:Equipment,
        tag:Switch .

brick:Building_Electrical_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Electrical Meter"@en ;
    rdfs:subClassOf brick:Building_Meter,
        brick:Electrical_Meter ;
    skos:definition "A meter that measures the usage or consumption of electricity of a whole building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Electrical,
        tag:Equipment,
        tag:Meter .

brick:Building_Gas_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Gas Meter"@en ;
    rdfs:subClassOf brick:Building_Meter,
        brick:Gas_Meter ;
    skos:definition "A meter that measures the usage or consumption of gas of a whole building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Equipment,
        tag:Gas,
        tag:Meter ;
    brick:hasSubstance brick:Natural_Gas .

brick:Building_Hot_Water_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Hot Water Meter"@en ;
    rdfs:subClassOf brick:Building_Meter,
        brick:Hot_Water_Meter ;
    skos:definition "A meter that measures the usage or consumption of hot water of a whole building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Equipment,
        tag:Hot,
        tag:Meter,
        tag:Water ;
    brick:hasSubstance brick:Hot_Water .

brick:Building_Water_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Water Meter"@en ;
    rdfs:subClassOf brick:Building_Meter,
        brick:Water_Meter ;
    skos:definition "A meter that measures the usage or consumption of water of a whole building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Equipment,
        tag:Meter,
        tag:Water ;
    brick:hasSubstance brick:Water .

brick:Bus_Riser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bus Riser"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "Bus Risers are commonly fed from a switchgear and rise up through a series of floors to the main power distribution source for each floor."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Riser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Riser .

brick:Bypass_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of bypass air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Bypass,
        tag:Flow,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Bypass_Air .

brick:Bypass_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Humidity setpoint for bypass air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Bypass,
        tag:Humidity,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Bypass_Air .

brick:Bypass_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Command"@en ;
    rdfs:subClassOf brick:Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Command,
        tag:Point .

brick:Bypass_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A bypass damper is a type of damper that is employed in forced-air bypass applications to reduce the buildup of static pressure, usually when certain zone dampers are closed."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Damper,
        tag:Equipment .

brick:Bypass_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of bypass water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Bypass_Water .

brick:Bypass_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of bypass water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Bypass_Water .

brick:CO2_Alarm_Sensitivity_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO2 Alarm Sensitivity Parameter"@en ;
    rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ;
    skos:definition "A parameter indicates the sensitivity to activate a CO2 alarm."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensitivity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:CO2,
        tag:Parameter,
        tag:Point,
        tag:Sensitivity .

brick:CO2_Differential_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO2 Differential Sensor"@en ;
    rdfs:subClassOf brick:CO2_Sensor ;
    skos:definition "Measures the difference between CO2 levels of inside and outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO2,
        tag:Differential,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_CO2_Concentration ;
    brick:hasSubstance brick:Air .

brick:CO_Differential_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO Differential Sensor"@en ;
    rdfs:subClassOf brick:CO_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO,
        tag:Differential,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_CO_Concentration ;
    brick:hasSubstance brick:Air .

brick:CO_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO Level Sensor"@en ;
    rdfs:subClassOf brick:CO_Sensor ;
    skos:definition "Measures the concentration of CO"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO,
        tag:Level,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:CO_Concentration .

brick:Cafeteria a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cafeteria"@en ;
    rdfs:subClassOf brick:Common_Space ;
    owl:deprecated true ;
    skos:definition "A space to serve food and beverages"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cafeteria ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CafeteriaRoom" ;
    brick:hasAssociatedTag tag:Cafeteria,
        tag:Common,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:CafeteriaRoom .

brick:Capacity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Capacity Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Capacity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Capacity,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Capacity .

brick:Capillary_Tube_Metering_Device a owl:Class,
        sh:NodeShape ;
    rdfs:label "Capillary Tube Metering Device"@en ;
    rdfs:subClassOf brick:Refrigerant_Metering_Device ;
    skos:definition "A fixed orifice device in refrigeration systems that controls refrigerant flow based on its diameter and length, without moving parts"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Metering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fixed,
        tag:Gas,
        tag:Liquid,
        tag:Metering,
        tag:Refrigerant .

brick:Cassette_Fan_Coil_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cassette Fan Coil Unit"@en ;
    rdfs:subClassOf brick:Fan_Coil_Unit ;
    skos:definition "A type of fan coil unit installed within the ceiling void, typically using a cassette for air delivery"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cassette ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ceiling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:FCU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cassette,
        tag:Ceiling,
        tag:Coil,
        tag:Equipment,
        tag:FCU,
        tag:Fan,
        tag:Unit .

brick:Ceiling_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ceiling Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "A fan installed on the ceiling of a room for the purpose of air circulation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Ceiling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Ceiling,
        tag:Equipment,
        tag:Fan .

brick:Centrifugal_Chiller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Centrifugal Chiller"@en ;
    rdfs:seeAlso <https://bellomyims.com/your-definitive-guide-to-centrifugal-chillers/> ;
    rdfs:subClassOf brick:Chiller ;
    skos:definition "A chiller that uses the vapor compression cycle to chill water. It throws off the heat collected from the chilled water plus the heat from the compressor to a water loop"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Centrifugal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chiller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Centrifugal,
        tag:Chiller,
        tag:Equipment .

brick:Change_Filter_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Change Filter Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates that a filter must be changed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Change ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Change,
        tag:Filter,
        tag:Point .

brick:Chilled_Water_Booster_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Booster Pump"@en ;
    rdfs:subClassOf brick:Booster_Pump,
        brick:Chilled_Water_Pump ;
    skos:definition "Used to increase the pressure and flow of chilled water in a system to ensure adequate supply where needed."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Booster ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Booster,
        tag:Chilled,
        tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Chilled_Water_Circulator_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Circulator Pump"@en ;
    rdfs:subClassOf brick:Chilled_Water_Pump,
        brick:Circulator_Pump ;
    skos:definition "Used to move chilled water in a closed circuit, ensuring continuous flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Circulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Circulator,
        tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Chilled_Water_Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Coil"@en ;
    rdfs:subClassOf brick:Cooling_Coil ;
    skos:definition "A cooling element made of pipe or tube that removes heat from equipment, machines or airflows that is filled with chilled water."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Coil,
        tag:Cool,
        tag:Equipment,
        tag:Water .

brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of differential pressure of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Deadband,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Time,
        tag:Water .

brick:Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Load Shed Reset Status"@en ;
    rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Reset,
        tag:Shed,
        tag:Status,
        tag:Water .

brick:Chilled_Water_Differential_Pressure_Load_Shed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Load Shed Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Differential_Pressure_Setpoint,
        brick:Load_Shed_Differential_Pressure_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Shed,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Chilled_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Chilled,
        tag:Differential,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Water .

brick:Chilled_Water_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Water_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in water pressure on either side of a chilled water valve"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chilled_Water_Differential_Pressure_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Step Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Step,
        tag:Water .

brick:Chilled_Water_Differential_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor,
        brick:Water_Differential_Temperature_Sensor ;
    skos:definition "Measures the difference in temperature between the entering water to the chiller or other water cooling device and leaving water from the same chiller or other water cooling device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Temperature ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chilled_Water_Discharge_Flow_Sensor a owl:Class ;
    rdfs:label "Chilled Water Discharge Flow Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Sensor,
        brick:Discharge_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Sensor .

brick:Chilled_Water_Discharge_Flow_Setpoint a owl:Class ;
    rdfs:label "Chilled Water Discharge Flow Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint,
        brick:Discharge_Water_Flow_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Setpoint .

brick:Chilled_Water_Discharge_Temperature_Sensor a owl:Class ;
    rdfs:label "Chilled Water Discharge Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor,
        brick:Discharge_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Sensor .

brick:Chilled_Water_Gauge_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Gauge Pressure Sensor"@en ;
    rdfs:subClassOf brick:Gauge_Pressure_Sensor ;
    skos:definition "Sensor measuring the gauge pressure (zero-referenced against ambient air pressure) of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gauge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Gauge,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:GaugePressure .

brick:Chilled_Water_Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Loop"@en ;
    rdfs:subClassOf brick:Water_Loop ;
    skos:definition "A collection of equipment that transport and regulate chilled water among each other"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Loop,
        tag:Water .

brick:Chilled_Water_Return_Flow_Sensor a owl:Class ;
    rdfs:label "Chilled Water Return Flow Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Sensor,
        brick:Return_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Chilled_Water_Flow_Sensor .

brick:Chilled_Water_Return_Temperature_Sensor a owl:Class ;
    rdfs:label "Chilled Water Return Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor,
        brick:Return_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Chilled_Water_Temperature_Sensor .

brick:Chilled_Water_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    skos:definition "Sets static pressure of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Water ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chilled_Water_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Storage Tank"@en ;
    rdfs:subClassOf brick:Water_Storage_Tank ;
    skos:definition "A tank specifically designed to store chilled water in HVAC systems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Equipment,
        tag:Storage,
        tag:Water .

brick:Chilled_Water_Supply_Flow_Sensor a owl:Class ;
    rdfs:label "Chilled Water Supply Flow Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Sensor,
        brick:Supply_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Sensor .

brick:Chilled_Water_Supply_Flow_Setpoint a owl:Class ;
    rdfs:label "Chilled Water Supply Flow Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint,
        brick:Supply_Water_Flow_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Flow_Setpoint .

brick:Chilled_Water_Supply_Temperature_Sensor a owl:Class ;
    rdfs:label "Chilled Water Supply Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor,
        brick:Supply_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Sensor .

brick:Chilled_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water System"@en ;
    rdfs:subClassOf brick:Water_System ;
    skos:definition "The equipment, devices and conduits that handle the production and distribution of chilled water in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:System,
        tag:Water .

brick:Chilled_Water_System_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water System Enable Command"@en ;
    rdfs:subClassOf brick:System_Enable_Command ;
    skos:definition "Enables operation of the chilled water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Command,
        tag:Enable,
        tag:Point,
        tag:System,
        tag:Water .

brick:Chilled_Water_Thermal_Energy_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Thermal Energy Storage Tank"@en ;
    rdfs:subClassOf brick:Thermal_Energy_Storage_Tank ;
    skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Energy,
        tag:Equipment,
        tag:Storage,
        tag:Tank,
        tag:Thermal,
        tag:Water .

brick:Chilled_Water_Thermal_Expansion_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Thermal Expansion Tank"@en ;
    rdfs:subClassOf brick:Thermal_Expansion_Tank ;
    skos:definition "A thermal expansion tank designed specifically for chilled water systems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Equipment,
        tag:Expansion,
        tag:Tank,
        tag:Thermal .

brick:Chilled_Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Valve"@en ;
    rdfs:subClassOf brick:HVAC_Valve,
        brick:Water_Valve ;
    skos:definition "A valve that modulates the flow of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Equipment,
        tag:Valve,
        tag:Water .

brick:Close_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Close Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Close_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Close ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Close,
        tag:Limit,
        tag:Parameter,
        tag:Point .

brick:Cloudage a brick:Quantity ;
    rdfs:label "Cloudage"@en ;
    qudt:applicableUnit unit:OKTA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless ;
    skos:definition "The fraction of the sky obscured by clouds when observed from a particular location",
        "The fraction of the sky obscured by clouds when observed from a particular location"@en .

brick:Cold_Box a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cold Box"@en ;
    rdfs:subClassOf brick:Laboratory ;
    owl:deprecated true ;
    skos:definition "in a gas separation unit, the insulated section that contains the low-temperature heat exchangers and distillation columns."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cold ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Laboratory ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory" ;
    brick:hasAssociatedTag tag:Box,
        tag:Cold,
        tag:Laboratory,
        tag:Location,
        tag:Room ;
    brick:isReplacedBy rec:Laboratory .

brick:Cold_Water_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cold Water Storage Tank"@en ;
    rdfs:subClassOf brick:Water_Storage_Tank ;
    skos:definition "A tank used to store cold water, usually in a building's water supply system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cold ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cold,
        tag:Equipment,
        tag:Storage,
        tag:Water .

brick:Coldest_Zone_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Coldest Zone Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Sensor ;
    skos:definition "The zone temperature that is coldest; drives the supply temperature of hot air. A computed value rather than a physical sensor. Also referred to as a 'Lowest Zone Air Temperature Sensor'"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Coldest ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Coldest,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Collection_Basin_Water_Heater a owl:Class,
        sh:NodeShape ;
    rdfs:label "Collection Basin Water Heater"@en ;
    rdfs:seeAlso <https://www.coolingtowerworld.com/c-30-basin-heater.aspx> ;
    rdfs:subClassOf brick:Water_Heater ;
    skos:definition "Basin heaters prevent cold water basin freeze-up, e.g. in cooling towers, closed circuit fluid coolers, or evaporative condensers"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Basin ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heater ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Basin,
        tag:Collection,
        tag:Equipment,
        tag:Heater,
        tag:Water .

brick:Collection_Basin_Water_Level_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Collection Basin Water Level Alarm"@en ;
    rdfs:subClassOf brick:Water_Level_Alarm ;
    skos:definition "An alarm that indicates a high or low level of water in the collection basin, e.g. within a Cooling_Tower"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Basin ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Basin,
        tag:Collection,
        tag:Level,
        tag:Point,
        tag:Water .

brick:Collection_Basin_Water_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Collection Basin Water Level Sensor"@en ;
    rdfs:subClassOf brick:Water_Level_Sensor ;
    skos:definition "Measures the level of the water in the collection basin, e.g. within a Cooling_Tower"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Basin ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Basin,
        tag:Collection,
        tag:Level,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Level ;
    brick:hasSubstance brick:Collection_Basin_Water .

brick:Collection_Basin_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Collection Basin Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of the water in the collection basin, e.g. within a Cooling_Tower"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Basin ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Basin,
        tag:Collection,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Collection_Basin_Water .

brick:Communication_Loss_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Communication Loss Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates a loss of communication e.g. with a device or controller"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Communication ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loss ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Communication,
        tag:Loss,
        tag:Point .

brick:Compressor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Compressor"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "(1) device for mechanically increasing the pressure of a gas. (2) often described as being either open, hermetic, or semihermetic to describe how the compressor and motor drive is situated in relation to the gas or vapor being compressed. Types include centrifugal, axial flow, reciprocating, rotary screw, rotary vane, scroll, or diaphragm. 1. device for mechanically increasing the pressure of a gas. 2. specific machine, with or without accessories, for compressing refrigerant vapor."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Compressor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Compressor,
        tag:Equipment .

brick:Concession a owl:Class,
        sh:NodeShape ;
    rdfs:label "Concession"@en ;
    rdfs:subClassOf brick:Food_Service_Room ;
    owl:deprecated true ;
    skos:definition "A space to sell food and beverages. Usually embedded in a larger space and does not include a space where people consume their purchases"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Concessions ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Food ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ;
    brick:hasAssociatedTag tag:Concessions,
        tag:Food,
        tag:Location,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:FoodHandlingRoom .

brick:Condensate_Leak_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condensate Leak Alarm"@en ;
    rdfs:subClassOf brick:Leak_Alarm ;
    skos:definition "An alarm that indicates a leak of condensate from a cooling system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leak ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Condensate,
        tag:Leak,
        tag:Point .

brick:Condenser owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Condenser' and 'Condensing Unit' are interchangable terms. Renaming class to 'Condensing_Unit' to further aligns with ASHRAE's terminology." ;
    brick:isReplacedBy brick:Condensing_Unit .

brick:Condenser_Heat_Exchanger a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Heat Exchanger"@en ;
    rdfs:subClassOf brick:Heat_Exchanger ;
    skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exchanger ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Equipment,
        tag:Exchanger,
        tag:Heat .

brick:Condenser_Water_Booster_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Booster Pump"@en ;
    rdfs:subClassOf brick:Booster_Pump,
        brick:Condenser_Water_Pump ;
    skos:definition "Used to increase the pressure and flow of condenser water in a system to ensure adequate supply where needed."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Booster ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Booster,
        tag:Condenser,
        tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Condenser_Water_Bypass_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Bypass Valve"@en ;
    rdfs:subClassOf brick:Bypass_Valve ;
    skos:definition "A valve installed in a bypass line of a condenser water loop"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Condenser,
        tag:Equipment,
        tag:Valve,
        tag:Water .

brick:Condenser_Water_Circulator_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Circulator Pump"@en ;
    rdfs:subClassOf brick:Circulator_Pump,
        brick:Condenser_Water_Pump ;
    skos:definition "Used to move chilled water in a closed circuit, ensuring continuous flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Circulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Circulator,
        tag:Condenser,
        tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Condenser_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Condenser_Water .

brick:Condenser_Water_Isolation_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Isolation Valve"@en ;
    rdfs:subClassOf brick:Isolation_Valve ;
    skos:definition "An isolation valve installed in the condenser water loop"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Isolation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Equipment,
        tag:Isolation,
        tag:Valve,
        tag:Water .

brick:Condenser_Water_Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Loop"@en ;
    rdfs:subClassOf brick:Water_Loop ;
    skos:definition "A collection of equipment that transport and regulate condenser water among each other"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Loop,
        tag:Water .

brick:Condenser_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water System"@en ;
    rdfs:seeAlso <https://www.linquip.com/blog/condenser-water-system-an-overview/> ;
    rdfs:subClassOf brick:Water_System ;
    skos:definition "A heat rejection system consisting of (typically) cooling towers, condenser water pumps, chillers and the piping connecting the components"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:System,
        tag:Water .

brick:Condenser_Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Valve"@en ;
    rdfs:subClassOf brick:HVAC_Valve,
        brick:Water_Valve ;
    skos:definition "A valve that modulates the flow of condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Equipment,
        tag:Valve,
        tag:Water .

brick:Condensing_Natural_Gas_Boiler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condensing Natural Gas Boiler"@en ;
    rdfs:subClassOf brick:Natural_Gas_Boiler ;
    skos:definition "A closed, pressure vessel that uses natural gas and heat exchanger that capture and reuse any latent heat for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Boiler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Boiler,
        tag:Condensing,
        tag:Equipment,
        tag:Gas,
        tag:Natural .

brick:Conference_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Conference Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space dedicated in which to hold a meetings"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Conference ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ConferenceRoom" ;
    brick:hasAssociatedTag tag:Conference,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:ConferenceRoom .

brick:Contact_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Contact Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Senses or detects contact, such as for determining if a door is closed."@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:BooleanValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Contact ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Contact,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Control_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Control Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space from which operations are managed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Control ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom" ;
    brick:hasAssociatedTag tag:Control,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:SecurityRoom .

brick:Cooling_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls the amount of cooling to be delivered (typically as a proportion of total cooling output)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Cool,
        tag:Point .

brick:Cooling_Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Demand Setpoint"@en ;
    rdfs:subClassOf brick:Demand_Setpoint ;
    skos:definition "Sets the rate required for cooling"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Demand,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Power .

brick:Cooling_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Enable Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Command that enables cooling functionality in equipment but certain condition(s) must be met first before actively cooling. For the actively cooling control, see Cooling_Command."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Cooling,
        tag:Enable,
        tag:Point .

brick:Cooling_Only_Air_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Only Air Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Source,
        tag:Unit,
        tag:Water .

brick:Cooling_Only_Ground_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Only Ground Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ground ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Ground,
        tag:Source,
        tag:Unit .

brick:Cooling_Only_Water_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Only Water Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Cooling_Only_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Source,
        tag:Unit,
        tag:Water .

brick:Cooling_Start_Stop_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Start Stop Status"@en ;
    rdfs:subClassOf brick:Start_Stop_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Point,
        tag:Start,
        tag:Status,
        tag:Stop .

brick:Cooling_Tower a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Tower"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Cooling_tower> ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A cooling tower is a heat rejection device that rejects waste heat to the atmosphere through the cooling of a water stream to a lower temperature. Cooling towers may either use the evaporation of water to remove process heat and cool the working fluid to near the wet-bulb air temperature or, in the case of closed circuit dry cooling towers, rely solely on air to cool the working fluid to near the dry-bulb air temperature."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tower ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Equipment,
        tag:Tower .

brick:Cooling_Tower_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Tower Fan"@en ;
    rdfs:seeAlso <https://highperformancehvac.com/cooling-tower-fan/> ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "A fan that pulls air through a cooling tower and across the louvers where the water falls to aid in heat exchange by the process of evaporation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tower ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Equipment,
        tag:Fan,
        tag:Tower .

brick:Cooling_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Valve"@en ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Valve ;
    skos:definition "A valve that controls air temperature by modulating the amount of cold water flowing through a cooling coil"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Equipment,
        tag:Valve .

brick:Copy_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Copy Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A room set aside for common office equipment, including printers and copiers"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Copy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CopyingRoom" ;
    brick:hasAssociatedTag tag:Copy,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:CopyingRoom .

brick:Core_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Core Temperature Sensor"@en ;
    rdfs:subClassOf brick:Embedded_Temperature_Sensor ;
    skos:definition "Measures the internal temperature of the radiant layer at the heat source or sink level of the radiant heating and cooling HVAC system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Core ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Core,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Core_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Core Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Embedded_Temperature_Setpoint ;
    skos:definition "Sets temperature for the core, i.e. the temperature at the heat source or sink level, of the radiant panel."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Core ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Core,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Cubicle a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cubicle"@en ;
    rdfs:subClassOf brick:Office ;
    owl:deprecated true ;
    skos:definition "A smaller space set aside for an individual, but not with a door and without full-height walls"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cubicle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workspace perhaps with a rec:Desk" ;
    brick:hasAssociatedTag tag:Cubicle,
        tag:Location,
        tag:Office,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Workspace .

brick:Current_Angle a brick:Quantity ;
    rdfs:label "Current Angle"@en ;
    qudt:applicableUnit unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Phasor_Angle ;
    skos:definition "Angle of current phasor",
        "Angle of current phasor"@en .

brick:Current_Imbalance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Current Imbalance Sensor"@en ;
    rdfs:subClassOf brick:Imbalance_Sensor ;
    skos:definition "A sensor which measures the current difference (imbalance) between phases of an electrical system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Imbalance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Imbalance,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Current_Imbalance .

brick:Current_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Current Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Current_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Limit,
        tag:Parameter,
        tag:Point .

brick:Current_Ratio_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Current Ratio Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets the ratio of currents in a transformer"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ratio ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Electric,
        tag:Point,
        tag:Ratio,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:ElectricCurrent .

brick:Current_Total_Harmonic_Distortion a brick:Quantity ;
    rdfs:label "Current Total Harmonic Distortion"@en ;
    qudt:applicableUnit unit:DeciB_M,
        unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless ;
    skos:definition "Measurement of harmonic distortion present in a signal defined as the sum of the powers of all harmonic components to the power of the fundamental frequency. (https://en.wikipedia.org/wiki/Total_harmonic_distortion)",
        "Measurement of harmonic distortion present in a signal defined as the sum of the powers of all harmonic components to the power of the fundamental frequency. (https://en.wikipedia.org/wiki/Total_harmonic_distortion)"@en .

brick:Curtailment_Override_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Curtailment Override Command"@en ;
    rdfs:subClassOf brick:Override_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Curtailment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Override ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Curtailment,
        tag:Override,
        tag:Point .

brick:DC_Bus_Voltage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "DC Bus Voltage Sensor"@en ;
    rdfs:subClassOf brick:Voltage_Sensor ;
    skos:definition "Measures the voltage across a DC bus"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bus ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dc ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bus,
        tag:Dc,
        tag:Point,
        tag:Sensor,
        tag:Voltage ;
    brick:hasQuantity qudtqk:Voltage .

brick:Damper_Position_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Damper Position Command"@en ;
    rdfs:subClassOf brick:Damper_Command,
        brick:Position_Command ;
    skos:definition "Controls the position (the degree of openness) of a damper"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Damper,
        tag:Point,
        tag:Position ;
    brick:hasQuantity brick:Position .

brick:Damper_Position_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Damper Position Sensor"@en ;
    rdfs:subClassOf brick:Position_Sensor ;
    skos:definition "Measures the current position of a damper in terms of the percent of fully open"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Point,
        tag:Position,
        tag:Sensor ;
    brick:hasQuantity brick:Position .

brick:Damper_Position_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Damper Position Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets the position of damper"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Point,
        tag:Position,
        tag:Setpoint ;
    brick:hasQuantity brick:Position .

brick:Damper_Position_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Damper Position Status"@en ;
    rdfs:subClassOf brick:Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Point,
        tag:Position,
        tag:Status ;
    brick:hasQuantity brick:Position .

brick:Deceleration_Time owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Deceleration_Time' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Time' directly." ;
    brick:isReplacedBy qudtqk:Time .

brick:Deceleration_Time_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Deceleration Time Setpoint"@en ;
    rdfs:subClassOf brick:Time_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deceleration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deceleration,
        tag:Point,
        tag:Setpoint,
        tag:Time ;
    brick:hasQuantity qudtqk:Time .

brick:Dehumidification_Start_Stop_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dehumidification Start Stop Status"@en ;
    rdfs:subClassOf brick:Start_Stop_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Dehumidification ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Dehumidification,
        tag:Point,
        tag:Start,
        tag:Status,
        tag:Stop .

brick:Dehumidify_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dehumidify Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Triggers the dehumidification process, actively removing moisture from the air to achieve desired humidity levels"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dehumidify ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Dehumidify,
        tag:Point ;
    brick:hasSubstance brick:Air .

brick:Deionised_Water_Conductivity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Deionised Water Conductivity Sensor"@en ;
    rdfs:subClassOf brick:Conductivity_Sensor ;
    skos:definition "Measures the electrical conductance of deionised water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Conductivity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deionised ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Conductivity,
        tag:Deionised,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:Conductivity ;
    brick:hasSubstance brick:Deionized_Water .

brick:Deionised_Water_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Deionised Water Level Sensor"@en ;
    rdfs:subClassOf brick:Water_Level_Sensor ;
    skos:definition "Measures the height/level of deionised water in some container"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deionised ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deionised,
        tag:Level,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Level ;
    brick:hasSubstance brick:Deionized_Water .

brick:Deionized_Water_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Deionized Water Alarm"@en ;
    rdfs:subClassOf brick:Water_Alarm ;
    skos:definition "An alarm that indicates deionized water leaks."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deionized ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Deionized,
        tag:Point,
        tag:Water .

brick:Derivative_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Derivative Gain Parameter"@en ;
    rdfs:subClassOf brick:Gain_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Derivative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Derivative,
        tag:Gain,
        tag:PID,
        tag:Parameter,
        tag:Point .

brick:Derivative_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Derivative Time Parameter"@en ;
    rdfs:subClassOf brick:Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Derivative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Derivative,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Time .

brick:Detention_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Detention Room"@en ;
    rdfs:subClassOf brick:Security_Service_Room ;
    owl:deprecated true ;
    skos:definition "A space for the temporary involuntary confinement of people"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Detention ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Detention_Room" ;
    brick:hasAssociatedTag tag:Detention,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Room .

brick:Dewpoint_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dewpoint Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets dew point"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Dewpoint,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:DewPointTemperature .

brick:Differential_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Temperature_Setpoint ;
    skos:definition "Sets temperature of diffrential air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity brick:Differential_Temperature .

brick:Differential_Discharge_Return_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Differential Discharge Return Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Differential_Entering_Leaving_Water_Temperature_Sensor .

brick:Differential_Pressure_Bypass_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Bypass Valve"@en ;
    rdfs:subClassOf brick:Bypass_Valve ;
    skos:definition "A 2-way, self contained proportional valve with an integral differential pressure adjustment setting."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Differential,
        tag:Equipment,
        tag:Pressure,
        tag:Valve .

brick:Differential_Speed_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Speed Sensor"@en ;
    rdfs:subClassOf brick:Speed_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Sensor,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Differential_Speed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Speed Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Setpoint ;
    skos:definition "Sets differential speed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Setpoint,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Differential_Supply_Return_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Differential Supply Return Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Differential_Entering_Leaving_Water_Temperature_Sensor .

brick:Dimmer a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dimmer"@en ;
    rdfs:subClassOf brick:Switch ;
    skos:definition "A switch providing continuous control over all or part of a lighting installation; typically potentiometer-based"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Dimmer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Interface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Dimmer,
        tag:Equipment,
        tag:Interface,
        tag:Switch .

brick:Direct_Expansion_Cooling_Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Direct Expansion Cooling Coil"@en ;
    rdfs:subClassOf brick:Cooling_Coil ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Direct ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Cool,
        tag:Direct,
        tag:Equipment,
        tag:Expansion .

brick:Direct_Expansion_Heating_Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Direct Expansion Heating Coil"@en ;
    rdfs:subClassOf brick:Heating_Coil ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Direct ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Direct,
        tag:Equipment,
        tag:Expansion,
        tag:Heat .

brick:Direction_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Direction Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Commands that affect the direction of some phenomenon"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Direction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Direction,
        tag:Point ;
    brick:hasQuantity brick:Direction .

brick:Disable_Differential_Enthalpy_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Differential Enthalpy Command"@en ;
    rdfs:subClassOf brick:Disable_Command ;
    skos:definition "Disables the use of differential enthalpy control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Differential,
        tag:Disable,
        tag:Enthalpy,
        tag:Point .

brick:Disable_Differential_Temperature_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Differential Temperature Command"@en ;
    rdfs:subClassOf brick:Disable_Command ;
    skos:definition "Disables the use of differential temperature control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Differential,
        tag:Disable,
        tag:Point,
        tag:Temperature .

brick:Disable_Fixed_Enthalpy_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Fixed Enthalpy Command"@en ;
    rdfs:subClassOf brick:Disable_Command ;
    skos:definition "Disables the use of fixed enthalpy control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Disable,
        tag:Enthalpy,
        tag:Fixed,
        tag:Point .

brick:Disable_Fixed_Temperature_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Fixed Temperature Command"@en ;
    rdfs:subClassOf brick:Disable_Command ;
    skos:definition "Disables the use of fixed temperature temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Disable,
        tag:Fixed,
        tag:Point,
        tag:Temperature .

brick:Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Hot Water System Outside Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ;
    skos:definition "Disables hot water system when outside air temperature reaches the indicated value"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Disable,
        tag:Hot,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:System,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Disable_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if functionality has been disabled"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Disable,
        tag:Point,
        tag:Status .

brick:Discharge_Chilled_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Chilled_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water .

brick:Discharge_Chilled_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Discharge Chilled Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Setpoint .

brick:Discharge_Condenser_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Condenser_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water .

brick:Discharge_Condenser_Water_Flow_Sensor a owl:Class ;
    rdfs:label "Discharge Condenser Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Flow_Sensor,
        brick:Discharge_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water_Flow_Sensor .

brick:Discharge_Condenser_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Discharge Condenser Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor,
        brick:Discharge_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Sensor .

brick:Discharge_Condenser_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Discharge Condenser Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Setpoint .

brick:Discharge_Hot_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Hot_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water .

brick:Discharge_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water .

brick:Displacement_Flow_Air_Diffuser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Displacement Flow Air Diffuser"@en ;
    rdfs:subClassOf brick:Air_Diffuser ;
    skos:definition "An air diffuser that is designed for low discharge air speeds to minimize turbulence and induction of room air. This diffuser is used with displacement ventilation systems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Diffuser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Displacement ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Diffuser,
        tag:Displacement,
        tag:Equipment,
        tag:Flow .

brick:Domestic_Hot_Water_Circulator_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water Circulator Pump"@en ;
    rdfs:subClassOf brick:Hot_Water_Circulator_Pump ;
    skos:definition "Used to move domestic hot water in a closed circuit, ensuring continuous flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Circulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Circulator,
        tag:Domestic,
        tag:Equipment,
        tag:Hot,
        tag:Pump,
        tag:Water .

brick:Domestic_Hot_Water_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ;
    skos:definition "Measures the pressure difference in domestic hot water systems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Domestic,
        tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Domestic_Hot_Water_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ;
    skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe used to carry domestic hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Domestic,
        tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Domestic_Hot_Water_Discharge_Temperature_Sensor a owl:Class ;
    rdfs:label "Domestic Hot Water Discharge Temperature Sensor"@en ;
    rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Sensor .

brick:Domestic_Hot_Water_Discharge_Temperature_Setpoint a owl:Class ;
    rdfs:label "Domestic Hot Water Discharge Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Hot_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint .

brick:Domestic_Hot_Water_Supply_Temperature_Sensor a owl:Class ;
    rdfs:label "Domestic Hot Water Supply Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Sensor .

brick:Domestic_Hot_Water_Supply_Temperature_Setpoint a owl:Class ;
    rdfs:label "Domestic Hot Water Supply Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Hot_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint .

brick:Domestic_Hot_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water System"@en ;
    rdfs:subClassOf brick:System ;
    skos:definition "The equipment, devices and conduits that handle the production and distribution of domestic hot water in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Hot,
        tag:System,
        tag:Water .

brick:Domestic_Hot_Water_System_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water System Enable Command"@en ;
    rdfs:subClassOf brick:Hot_Water_System_Enable_Command ;
    skos:definition "Enables operation of the domestic hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Domestic,
        tag:Enable,
        tag:Hot,
        tag:Point,
        tag:System,
        tag:Water .

brick:Domestic_Hot_Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water Valve"@en ;
    rdfs:subClassOf brick:Hot_Water_Valve ;
    skos:definition "A valve regulating the flow of domestic hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Equipment,
        tag:Heat,
        tag:Hot,
        tag:Valve,
        tag:Water .

brick:Domestic_Water_Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Water Loop"@en ;
    rdfs:subClassOf brick:Water_Loop ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Loop,
        tag:Water .

brick:Drench_Hose a owl:Class,
        sh:NodeShape ;
    rdfs:label "Drench Hose"@en ;
    rdfs:subClassOf brick:Emergency_Wash_Station ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Drench ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hose ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wash ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Drench,
        tag:Emergency,
        tag:Equipment,
        tag:Hose,
        tag:Safety,
        tag:Station,
        tag:Wash .

brick:Drive_Ready_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Drive Ready Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a hard drive or other storage device is ready to be used, e.g. in the context of RAID"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Drive ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ready ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Drive,
        tag:Point,
        tag:Ready,
        tag:Status .

brick:Dry_Cooler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dry Cooler"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A dry cooler is a fluid cooler that uses air, a relatively dry, non-liquid fluid to accomplish process cooling. (https://submer.com/submer-academy/library/dry-cooler/)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cooler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dry ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:HVAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cooler,
        tag:Dry,
        tag:Equipment,
        tag:HVAC .

brick:Duct_Air_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Duct Air Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Duct ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Duct,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Air .

brick:Dynamic_Pressure owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Dynamic_Pressure' (also referred to as Velocity_Pressure) is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/DynamicPressure' directly." ;
    brick:isReplacedBy qudtqk:DynamicPressure .

brick:EconCycle_Start_Stop_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "EconCycle Start Stop Status"@en ;
    rdfs:subClassOf brick:Start_Stop_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Econcycle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Econcycle,
        tag:Point,
        tag:Start,
        tag:Status,
        tag:Stop .

brick:Economizer a owl:Class,
        sh:NodeShape ;
    rdfs:label "Economizer"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Device that, on proper variable sensing, initiates control signals or actions to conserve energy. A control system that reduces the mechanical heating and cooling requirement."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Economizer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Economizer,
        tag:Equipment .

brick:Economizer_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Economizer Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that is part of an economizer that is used to module the flow of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Economizer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Economizer,
        tag:Equipment .

brick:Effective_Air_Temperature_Cooling_Setpoint a owl:Class ;
    rdfs:label "Effective Air Temperature Cooling Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "The class 'Effective_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ;
    brick:isReplacedBy brick:Effective_Cooling_Zone_Air_Temperature_Setpoint .

brick:Effective_Air_Temperature_Heating_Setpoint a owl:Class ;
    rdfs:label "Effective Air Temperature Heating Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "The class 'Effective_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ;
    brick:isReplacedBy brick:Effective_Heating_Zone_Air_Temperature_Setpoint .

brick:Effective_Return_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Return Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint,
        brick:Return_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Effective,
        tag:Heat,
        tag:Point,
        tag:Return,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Effective_Room_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Room Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint,
        brick:Room_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Effective,
        tag:Heat,
        tag:Point,
        tag:Room,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Effective_Zone_Air_Temperature_Setpoint a owl:Class ;
    rdfs:label "Effective Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "The class 'Effective_Zone_Air_Temperature_Setpoint' is deprecated and replaced to better represent its function as a target setpoint" ;
    brick:isReplacedBy brick:Effective_Target_Zone_Air_Temperature_Setpoint .

brick:Electric_Baseboard_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Baseboard Radiator"@en ;
    rdfs:subClassOf brick:Baseboard_Radiator,
        brick:Electric_Radiator ;
    skos:definition "Electric heating device located at or near the floor"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Baseboard ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Baseboard,
        tag:Electric,
        tag:Equipment,
        tag:Radiator .

brick:Electric_Boiler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Boiler"@en ;
    rdfs:subClassOf brick:Boiler ;
    skos:definition "A closed, pressure vessel that uses electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Boiler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Boiler,
        tag:Electric,
        tag:Equipment .

brick:Electric_Current owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Electric_Current' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/ElectricCurrent' directly." ;
    brick:isReplacedBy qudtqk:ElectricCurrent .

brick:Electrical_Energy_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electrical Energy Usage Sensor"@en ;
    rdfs:subClassOf brick:Energy_Usage_Sensor ;
    skos:definition "A sensor that records the quantity of electrical energy consumed in a given period"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Energy,
        tag:Point,
        tag:Sensor,
        tag:Usage ;
    brick:hasQuantity brick:Electric_Energy .

brick:Electronic_Expansion_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electronic Expansion Valve"@en ;
    rdfs:subClassOf brick:Refrigerant_Metering_Device ;
    skos:definition "A digitally controlled valve in HVAC systems that precisely regulates refrigerant flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Metering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Modulating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Expansion,
        tag:Gas,
        tag:Liquid,
        tag:Metering,
        tag:Modulating,
        tag:Refrigerant,
        tag:Valve .

brick:Electronic_Mixing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electronic Mixing Valve"@en ;
    rdfs:subClassOf brick:Mixing_Valve ;
    skos:definition "Electronically controlled valve for precise mixing of hot and cold fluid."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electronic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electronic,
        tag:Equipment,
        tag:Mixed,
        tag:Valve .

brick:Elevator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Elevator"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Elevator> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A device that provides vertical transportation between floors, levels or decks of a building, vessel or other structure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Elevator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Elevator,
        tag:Equipment .

brick:Emergency_Air_Flow_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Air Flow System"@en ;
    rdfs:subClassOf brick:Safety_System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Emergency,
        tag:Flow,
        tag:System .

brick:Emergency_Air_Flow_System_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Air Flow System Status"@en ;
    rdfs:subClassOf brick:System_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Emergency,
        tag:Flow,
        tag:Point,
        tag:Status,
        tag:System .

brick:Emergency_Generator_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Generator Alarm"@en ;
    rdfs:subClassOf brick:Emergency_Alarm ;
    skos:definition "An alarm that indicates off-normal conditions associated with an emergency generator"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Generator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Emergency,
        tag:Generator,
        tag:Point .

brick:Emergency_Generator_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Generator Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if an emergency generator is active"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Generator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Generator,
        tag:Point,
        tag:Status .

brick:Emergency_Phone a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Phone"@en ;
    rdfs:subClassOf brick:Intercom_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Intercom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Phone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Equipment,
        tag:Intercom,
        tag:Phone,
        tag:Security .

brick:Emergency_Power_Off_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Power Off System"@en ;
    rdfs:subClassOf brick:Safety_System ;
    skos:definition "A system that can power down a single piece of equipment or a single system from a single point"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Off,
        tag:Power,
        tag:System .

brick:Emergency_Power_Off_System_Activated_By_High_Temperature_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Power Off System Activated By High Temperature Status"@en ;
    rdfs:subClassOf brick:Emergency_Power_Off_System_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:High,
        tag:Off,
        tag:Point,
        tag:Power,
        tag:Status,
        tag:System,
        tag:Temperature .

brick:Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Power Off System Activated By Leak Detection System Status"@en ;
    rdfs:subClassOf brick:Emergency_Power_Off_System_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Detection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leak ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Detection,
        tag:Emergency,
        tag:Leak,
        tag:Off,
        tag:Point,
        tag:Power,
        tag:Status,
        tag:System .

brick:Emergency_Push_Button_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Push Button Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if an emergency button has been pushed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Button ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Push ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Button,
        tag:Emergency,
        tag:Point,
        tag:Push,
        tag:Status .

brick:Employee_Entrance_Lobby a owl:Class,
        sh:NodeShape ;
    rdfs:label "Employee Entrance Lobby"@en ;
    rdfs:subClassOf brick:Lobby ;
    owl:deprecated true ;
    skos:definition "An open space near an entrance that is typicaly only used for employees"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Employee ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entrance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lobby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ;
    brick:hasAssociatedTag tag:Common,
        tag:Employee,
        tag:Entrance,
        tag:Lobby,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:ServiceEntrance .

brick:Enable_Differential_Enthalpy_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Differential Enthalpy Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Enables the use of differential enthalpy control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Differential,
        tag:Enable,
        tag:Enthalpy,
        tag:Point .

brick:Enable_Differential_Temperature_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Differential Temperature Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Enables the use of differential temperature control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Differential,
        tag:Enable,
        tag:Point,
        tag:Temperature .

brick:Enable_Fixed_Enthalpy_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Fixed Enthalpy Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Enables the use of fixed enthalpy control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Enthalpy,
        tag:Fixed,
        tag:Point .

brick:Enable_Fixed_Temperature_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Fixed Temperature Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Enables the use of fixed temperature control"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Fixed,
        tag:Point,
        tag:Temperature .

brick:Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Hot Water System Outside Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ;
    skos:definition "Enables hot water system when outside air temperature reaches the indicated value"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Enable,
        tag:Hot,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:System,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Energy owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Energy' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Energy' directly." ;
    brick:isReplacedBy qudtqk:Energy .

brick:Energy_Generation_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Generation Sensor"@en ;
    rdfs:subClassOf brick:Generation_Sensor ;
    skos:definition "A sensor measuring the amount of generated energy."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Generation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Generation,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Energy .

brick:Energy_Zone a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Zone"@en ;
    rdfs:subClassOf brick:Zone ;
    owl:deprecated true ;
    skos:definition "A space or group of spaces that are managed or monitored as one unit for energy purposes"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ;
    brick:hasAssociatedTag tag:Energy,
        tag:Location,
        tag:Zone ;
    brick:isReplacedBy rec:Zone .

brick:Entering_Chilled_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Chilled Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint,
        brick:Entering_Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of chilled entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Entering,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Chilled_Water .

brick:Entering_Domestic_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Domestic Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor,
        brick:Entering_Hot_Water_Temperature_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Entering,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Domestic_Hot_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Domestic Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint,
        brick:Entering_Water_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Entering,
        tag:Hot,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Hot_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Entering_Water_Flow_Setpoint,
        brick:Hot_Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of hot entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Flow,
        tag:Hot,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Hot_Water .

brick:Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Medium Temperature Hot Water Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:High,
        tag:Hot,
        tag:Medium,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Medium Temperature Hot Water Temperature Load Shed Setpoint"@en ;
    rdfs:subClassOf brick:Load_Shed_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Shed,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Power .

brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Medium Temperature Hot Water Temperature Load Shed Status"@en ;
    rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Shed,
        tag:Status,
        tag:Temperature,
        tag:Water .

brick:Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Medium Temperature Hot Water Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Low,
        tag:Medium,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Water_Differential_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Differential Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of differential pressure of entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Differential,
        tag:Entering,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Entering_Water .

brick:Entering_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Differential Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Entering,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Time,
        tag:Water .

brick:Entering_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Differential Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Differential,
        tag:Entering,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Water .

brick:Entering_Water_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Pressure Sensor"@en ;
    rdfs:subClassOf brick:Water_Pressure_Sensor ;
    skos:definition "Measures the water pressure at the entry point of a system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:Pressure .

brick:Entering_Water_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Temperature Alarm"@en ;
    rdfs:subClassOf brick:Water_Temperature_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the entering water."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Entering,
        tag:Point,
        tag:Temperature,
        tag:Water .

brick:Entering_Water_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Entering,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Water .

brick:Entering_Water_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Integral_Time_Parameter,
        brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Temperature,
        tag:Time,
        tag:Water .

brick:Entering_Water_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter,
        brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Entering,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Temperature,
        tag:Water .

brick:Enthalpy_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enthalpy Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets enthalpy"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Enthalpy,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Enthalpy .

brick:Entrance a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entrance"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "The location and space of a building where people enter and exit the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entrance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Entrance" ;
    brick:hasAssociatedTag tag:Entrance,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Entrance .

brick:Environment_Box a owl:Class,
        sh:NodeShape ;
    rdfs:label "Environment Box"@en ;
    rdfs:subClassOf brick:Laboratory ;
    owl:deprecated true ;
    skos:definition "(also known as climatic chamber), enclosed space designed to create a particular environment."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Environment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Laboratory ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Environment_Box" ;
    brick:hasAssociatedTag tag:Box,
        tag:Environment,
        tag:Laboratory,
        tag:Location,
        tag:Room ;
    brick:isReplacedBy rec:Laboratory .

brick:Equipment_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Equipment Room"@en ;
    rdfs:subClassOf brick:Telecom_Room ;
    owl:deprecated true ;
    skos:definition "A telecommunications room where equipment that serves the building is stored"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Location,
        tag:Room,
        tag:Space,
        tag:Telecom ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Evaporative_Heat_Exchanger a owl:Class,
        sh:NodeShape ;
    rdfs:label "Evaporative Heat Exchanger"@en ;
    rdfs:subClassOf brick:Heat_Exchanger ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Evaporative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exchanger ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Evaporative,
        tag:Exchanger,
        tag:Heat .

brick:Even_Month_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Even Month Status"@en ;
    rdfs:subClassOf brick:Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Even ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Month ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Even,
        tag:Month,
        tag:Point,
        tag:Status .

brick:Exercise_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exercise Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "An indoor room used for exercise and physical activities"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Exercise ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ExerciseRoom" ;
    brick:hasAssociatedTag tag:Exercise,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:ExerciseRoom .

brick:Exhaust_Air_Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Dewpoint Sensor"@en ;
    rdfs:subClassOf brick:Dewpoint_Sensor ;
    skos:definition "Measures dewpoint of exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Dewpoint,
        tag:Exhaust,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:DewPointTemperature ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in pressure between an upstream and downstream of an air duct or other air conduit used to exhaust air from the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Exhaust,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ;
    skos:definition "Sets the target air differential pressure between an upstream and downstream point in a exhaust air duct or conduit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Exhaust,
        tag:Point,
        tag:Pressure,
        tag:Setpoint ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    skos:definition "Measures the relative humidity of exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Humidity,
        tag:Point,
        tag:Relative,
        tag:Sensor ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Humidity setpoint for exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Humidity,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Stack Flow Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Deadband_Setpoint,
        brick:Exhaust_Air_Stack_Flow_Setpoint ;
    skos:definition "Sets the size of a deadband of exhaust air stack flow"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stack ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Deadband,
        tag:Exhaust,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Stack ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Exhaust_Air_Stack_Flow_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Stack Flow Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Exhaust_Air_Flow_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stack ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Flow,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Stack,
        tag:Time .

brick:Exhaust_Air_Stack_Flow_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Stack Flow Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Exhaust_Air_Flow_Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stack ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Exhaust,
        tag:Flow,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Stack .

brick:Exhaust_Air_Stack_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Stack Flow Sensor"@en ;
    rdfs:subClassOf brick:Exhaust_Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of air in the exhaust air stack"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stack ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Stack ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Exhaust_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Static Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Exhaust,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Static .

brick:Exhaust_Air_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    skos:definition "Sets static pressure of exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Velocity Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Velocity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Velocity ;
    brick:hasQuantity qudtqk:DynamicPressure ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that modulates the flow of exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Exhaust .

brick:Exhaust_Fan_Disable_Command a owl:Class ;
    rdfs:label "Exhaust Fan Disable Command"@en ;
    rdfs:subClassOf brick:Command ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Exhaust_Fan_Disable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ;
    brick:isReplacedBy brick:Disable_Command .

brick:Exhaust_Fan_Enable_Command owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Exhaust_Fan_Enable_Command is deprecated as a point name should not include more specific equipment names than top level equipment names" ;
    brick:isReplacedBy brick:Enable_Command .

brick:Eye_Wash_Station a owl:Class,
        sh:NodeShape ;
    rdfs:label "Eye Wash Station"@en ;
    rdfs:subClassOf brick:Emergency_Wash_Station ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Eye ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wash ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Equipment,
        tag:Eye,
        tag:Safety,
        tag:Station,
        tag:Wash .

brick:Fan_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan On Off Status"@en ;
    rdfs:subClassOf brick:Fan_Status,
        brick:On_Off_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fan,
        tag:Off,
        tag:On,
        tag:Point,
        tag:Status .

brick:Fan_Speed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan Speed Command"@en ;
    rdfs:subClassOf brick:Fan_Command ;
    skos:definition "Controls the speed of fans"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Fan,
        tag:Point,
        tag:Speed .

brick:Fan_VFD a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan VFD"@en ;
    rdfs:subClassOf brick:Variable_Frequency_Drive ;
    skos:definition "Variable-frequency drive for fans"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:VFD ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:VFD .

brick:Fault_Reset_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fault Reset Command"@en ;
    rdfs:subClassOf brick:Reset_Command ;
    skos:definition "Clears a fault status"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fault ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Fault,
        tag:Point,
        tag:Reset .

brick:Field_Of_Play a owl:Class,
        sh:NodeShape ;
    rdfs:label "Field Of Play"@en ;
    rdfs:subClassOf brick:Outdoor_Area ;
    owl:deprecated true ;
    skos:definition "The area of a stadium where athletic events occur, e.g. the soccer pitch"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Area ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Field ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outdoor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Play ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Field_Of_Play" ;
    brick:hasAssociatedTag tag:Area,
        tag:Field,
        tag:Location,
        tag:Outdoor,
        tag:Play ;
    brick:isReplacedBy rec:OutdoorSpace .

brick:Filter_Air_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Filter Air Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Sensor,
        brick:Filter_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in air pressure before and after an air filter."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Filter,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Filter_Reset_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Filter Reset Command"@en ;
    rdfs:subClassOf brick:Reset_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Filter,
        tag:Point,
        tag:Reset .

brick:Filter_Water_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Filter Water Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Filter_Differential_Pressure_Sensor,
        brick:Water_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in water pressure before and after a water filter."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Filter,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Final_Filter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Final Filter"@en ;
    rdfs:subClassOf brick:Filter ;
    skos:definition "The last, high-efficiency filter installed in a sequence to remove the finest particulates from the substance being filtered"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Final ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Filter,
        tag:Final .

brick:Fire_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Alarm"@en ;
    rdfs:subClassOf brick:Fire_Safety_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Equipment,
        tag:Fire,
        tag:Safety .

brick:Fire_Alarm_Control_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Alarm Control Panel"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Fire_alarm_control_panel> ;
    rdfs:subClassOf brick:Fire_Safety_Equipment ;
    skos:definition "Fire alarm panel is the controlling component of a fire alarm system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Control ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Control,
        tag:Equipment,
        tag:Fire,
        tag:Panel,
        tag:Safety .

brick:Fire_Alarm_Manual_Call_Point a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Alarm Manual Call Point"@en ;
    rdfs:seeAlso <http://www.coopermedc.com/products/manual-alarm-call-points> ;
    rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ;
    skos:definition "Manual alarm call points are designed for the purpose of raising an alarm manually once verification of a fire or emergency condition exists. by operating the push button or break glass the alarm signal can be raised."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Call ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Manual ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Call,
        tag:Equipment,
        tag:Fire,
        tag:Manual,
        tag:Safety,
        tag:Station .

brick:Fire_Alarm_Pull_Station a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Alarm Pull Station"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Manual_fire_alarm_activation#Fire_alarm_pull_station> ;
    rdfs:subClassOf brick:Manual_Fire_Alarm_Activation_Equipment ;
    skos:definition "An active fire protection device (usually wall-mounted) that when activated initiates an alarm on a fire alarm system. In its simplest form the user activates the alarm by pulling the handle down."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Manual ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pull ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Equipment,
        tag:Fire,
        tag:Manual,
        tag:Pull,
        tag:Safety,
        tag:Station .

brick:Fire_Control_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Control Panel"@en ;
    rdfs:subClassOf brick:Fire_Safety_Equipment ;
    skos:definition "A panel-mounted device that provides status and control of a fire safety system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Control ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Control,
        tag:Equipment,
        tag:Fire,
        tag:Panel,
        tag:Safety .

brick:Fire_Safety_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Safety System"@en ;
    rdfs:seeAlso <https://assetinsights.net/Glossary/G_Fire_Safety_System.html> ;
    rdfs:subClassOf brick:Safety_System ;
    skos:definition "A system containing devices and equipment that monitor, detect and suppress fire hazards"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fire,
        tag:Safety,
        tag:System .

brick:Fire_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the presence of fire"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:BooleanValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fire,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Fire_Sprinkler_Thermal_Expansion_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Sprinkler Thermal Expansion Tank"@en ;
    rdfs:subClassOf brick:Thermal_Expansion_Tank ;
    skos:definition "A specialized thermal expansion tank that is part of a building's fire suppression system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Expansion,
        tag:Fire,
        tag:Tank,
        tag:Thermal .

brick:Fire_Sprinkler_Water_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Sprinkler Water Storage Tank"@en ;
    rdfs:subClassOf brick:Water_Storage_Tank ;
    skos:definition "A specialized tank intended to store water that can be quickly accessed for fire suppression."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fire,
        tag:Storage,
        tag:Water .

brick:Fire_Zone a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Zone"@en ;
    rdfs:subClassOf brick:Zone ;
    owl:deprecated true ;
    skos:definition "A logical subdivision of a building that is monitored for fire; may also have a classification for the type of fire hazard that can occur"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ServiceEntrance" ;
    brick:hasAssociatedTag tag:Fire,
        tag:Location,
        tag:Zone ;
    brick:isReplacedBy rec:ServiceEntrance .

brick:First_Aid_Kit a owl:Class,
        sh:NodeShape ;
    rdfs:label "First Aid Kit"@en ;
    rdfs:subClassOf brick:Safety_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Aid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:FirstAid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Aid,
        tag:Equipment,
        tag:FirstAid,
        tag:Safety .

brick:First_Aid_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "First Aid Room"@en ;
    rdfs:subClassOf brick:Medical_Room ;
    owl:deprecated true ;
    skos:definition "A room for a person with minor injuries can be treated or temporarily treated until transferred to a more advanced medical facility"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Aid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:First ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meidcal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for First_Aid_Room" ;
    brick:hasAssociatedTag tag:Aid,
        tag:First,
        tag:Location,
        tag:Meidcal,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:TreatmentRoom .

brick:Floor_Fan_Coil_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Floor Fan Coil Unit"@en ;
    rdfs:subClassOf brick:Fan_Coil_Unit ;
    skos:definition "A fan coil unit installed on the floor, typically against a wall, for providing heating and cooling in residential or small office spaces"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:FCU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Floor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Equipment,
        tag:FCU,
        tag:Fan,
        tag:Floor,
        tag:Unit .

brick:Formaldehyde_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Formaldehyde Level Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures the concentration of formaldehyde in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Formaldehyde ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Formaldehyde,
        tag:Level,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Formaldehyde_Concentration ;
    brick:hasSubstance brick:Air .

brick:Freeze_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Freeze Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a substance contained within a vessel has frozen"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Freeze ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Freeze,
        tag:Point,
        tag:Status .

brick:Freezer a owl:Class,
        sh:NodeShape ;
    rdfs:label "Freezer"@en ;
    rdfs:subClassOf brick:Laboratory ;
    owl:deprecated true ;
    skos:definition "cold chamber usually kept at a temperature of 22°F to 31°F (–5°C to –1°C), with high-volume air circulation."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Freezer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Laboratory ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Freezer" ;
    brick:hasAssociatedTag tag:Freezer,
        tag:Laboratory,
        tag:Location,
        tag:Room ;
    brick:isReplacedBy rec:Room .

brick:Frequency owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Frequency' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Frequency' directly." ;
    brick:isReplacedBy qudtqk:Frequency .

brick:Frequency_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Frequency Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets frequency"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Frequency,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Frequency .

brick:Fresh_Air_Fan a owl:Class ;
    rdfs:label "Fresh Air Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Fresh Air Fan is deprecated in favor of Outside Fan because the latter is a more accurate representation" ;
    brick:isReplacedBy brick:Outside_Fan .

brick:Frost_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Frost Sensor"@en ;
    rdfs:subClassOf brick:Sensor,
        brick:Temperature_Sensor ;
    skos:definition "Senses the presence of frost or conditions that may cause frost"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:BooleanValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Frost ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Frost,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Frost .

brick:Fume_Hood a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fume Hood"@en ;
    rdfs:subClassOf brick:Exhaust_Fan ;
    skos:definition "A fume hood is a type of local exhaust ventilation device designed to protect users from exposure to hazardous fumes, vapors, and dust. It is typically mounted over a workspace, table, or shelf to capture and conduct unwanted gases away from the enclosed area."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fume ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hood ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fume,
        tag:Hood .

brick:Fume_Hood_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fume Hood Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of air in a fume hood"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fume ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hood ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Fume,
        tag:Hood,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Gas_Distribution a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gas Distribution"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "Utilize a gas distribution source to represent how gas is distributed across multiple destinations"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Distribution ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Distribution,
        tag:Equipment,
        tag:Gas .

brick:Gas_Pressure_Regulator_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gas Pressure Regulator Valve"@en ;
    rdfs:subClassOf brick:Gas_Valve,
        brick:Pressure_Regulator_Valve ;
    skos:definition "Valve designed to maintain controlled downstream gas pressure with varying upstream pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Regulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:Pressure,
        tag:Regulator,
        tag:Valve .

brick:Gas_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gas Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures gas concentration (other than CO2)"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Gas_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gas System"@en ;
    rdfs:subClassOf brick:System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:System .

brick:Gatehouse a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gatehouse"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "The standalone building used to manage the entrance to a campus or building grounds"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gatehouse ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Gatehouse" ;
    brick:hasAssociatedTag tag:Gatehouse,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Building .

brick:Gauge_Pressure owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Gauge_Pressure' is deprecated. Use the QUDT quantity 'qudt:QuantityKind/Pressure' and indicate contextually that it is gauge pressure if necessary." ;
    brick:isReplacedBy qudtqk:Pressure .

brick:Generator_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Generator Room"@en ;
    rdfs:subClassOf brick:Electrical_Room ;
    owl:deprecated true ;
    skos:definition "A room for electrical equipment, specifically electrical generators."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Generator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ;
    brick:hasAssociatedTag tag:Electrical,
        tag:Generator,
        tag:Location,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:ElectricityRoom .

brick:Grease_Interceptor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Grease Interceptor"@en ;
    rdfs:subClassOf brick:Separation_Tank ;
    skos:definition "A larger, more industrial version of a grease trap designed to handle higher volumes of wastewater and more efficiently separate grease and fats."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Waste ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Tank,
        tag:Waste .

brick:HVAC_Zone a owl:Class,
        sh:NodeShape ;
    rdfs:label "HVAC Zone"@en ;
    rdfs:subClassOf brick:Zone ;
    owl:deprecated true ;
    skos:definition "a space or group of spaces, within a building with heating, cooling, and ventilating requirements, that are sufficiently similar so that desired conditions (e.g., temperature) can be maintained throughout using a single sensor (e.g., thermostat or temperature sensor)."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:HVAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HVACZone" ;
    brick:hasAssociatedTag tag:HVAC,
        tag:Location,
        tag:Zone ;
    brick:isReplacedBy rec:HVACZone .

brick:Hail_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hail Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures hail in terms of its size and damage potential"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hail ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hail,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless ;
    brick:hasSubstance brick:Hail .

brick:Hallway a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hallway"@en ;
    rdfs:subClassOf brick:Common_Space ;
    owl:deprecated true ;
    skos:definition "A common space, used to connect other parts of a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hallway ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Hallway" ;
    brick:hasAssociatedTag tag:Common,
        tag:Hallway,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Hallway .

brick:Hazardous_Materials_Storage a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hazardous Materials Storage"@en ;
    rdfs:subClassOf brick:Storage_Room ;
    owl:deprecated true ;
    skos:definition "A storage space set aside (usually with restricted access) for the storage of materials that can be hazardous to living beings or the environment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hazardous ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Materials ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Hazardous_Materials_Storage" ;
    brick:hasAssociatedTag tag:Hazardous,
        tag:Location,
        tag:Materials,
        tag:Room,
        tag:Space,
        tag:Storage ;
    brick:isReplacedBy rec:Room .

brick:Heat_Detector a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Detector"@en ;
    rdfs:subClassOf brick:Fire_Safety_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Detector ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Detector,
        tag:Equipment,
        tag:Fire,
        tag:Heat,
        tag:Safety .

brick:Heat_Exchanger_Discharge_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Heat Exchanger Discharge Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor .

brick:Heat_Exchanger_Supply_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Heat Exchanger Supply Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor .

brick:Heat_Exchanger_System_Enable_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Exchanger System Enable Status"@en ;
    rdfs:subClassOf brick:Enable_Status,
        brick:System_Status ;
    skos:definition "Indicates if the heat exchanger system has been enabled"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exchanger ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Enable,
        tag:Exchanger,
        tag:Heat,
        tag:Point,
        tag:Status,
        tag:System .

brick:Heat_Pump_Air_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Pump Air Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Heat,
        tag:Pump,
        tag:Source .

brick:Heat_Pump_Ground_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Pump Ground Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ground ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Ground,
        tag:Heat,
        tag:Pump,
        tag:Source .

brick:Heat_Pump_Water_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Pump Water Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Heat_Pump_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Pump,
        tag:Source,
        tag:Water .

brick:Heat_Recovery_Air_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Recovery Air Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Heat_Recovery_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Recovery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Heating,
        tag:Recovery,
        tag:Source,
        tag:Unit,
        tag:Water .

brick:Heat_Recovery_Hot_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Recovery Hot Water System"@en ;
    rdfs:subClassOf brick:Hot_Water_System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Recovery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Hot,
        tag:Recovery,
        tag:System,
        tag:Water .

brick:Heat_Recovery_Water_Source_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Recovery Water Source Condensing Unit"@en ;
    rdfs:subClassOf brick:Heat_Recovery_Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Recovery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Heating,
        tag:Recovery,
        tag:Source,
        tag:Unit,
        tag:Water .

brick:Heat_Sensor a owl:Class ;
    rdfs:label "Heat Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    owl:deprecated true ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "This class has a poor definition is supplanted by Temperature_Sensor" ;
    brick:isReplacedBy brick:Temperature_Sensor .

brick:Heat_Sink_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Sink Temperature Sensor"@en ;
    rdfs:subClassOf brick:Temperature_Sensor ;
    skos:definition "Measure temperature of the heat sink on a device such as a VFD."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat_Sink ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat_Sink,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Heat_Wheel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Wheel"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Thermal_wheel> ;
    rdfs:subClassOf brick:Heat_Exchanger ;
    skos:definition "A rotary heat exchanger positioned within the supply and exhaust air streams of an air handling system in order to recover heat energy"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wheel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Wheel .

brick:Heat_Wheel_VFD a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Wheel VFD"@en ;
    rdfs:subClassOf brick:Variable_Frequency_Drive ;
    skos:definition "A VFD that drives a heat wheel"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:VFD ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wheel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:VFD,
        tag:Wheel .

brick:Heating_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls the amount of heating to be delivered (typically as a proportion of total heating output)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Heat,
        tag:Point .

brick:Heating_Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Demand Setpoint"@en ;
    rdfs:subClassOf brick:Demand_Setpoint ;
    skos:definition "Sets the rate required for heating"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Demand,
        tag:Heat,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Power .

brick:Heating_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Enable Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Command that enables heating functionality in equipment but certain condition(s) must be met first before actively heating. For the actively heating control, see Heating_Command."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Heating,
        tag:Point .

brick:Heating_Start_Stop_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Start Stop Status"@en ;
    rdfs:subClassOf brick:Start_Stop_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Point,
        tag:Start,
        tag:Status,
        tag:Stop .

brick:Heating_Thermal_Power_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Thermal Power Sensor"@en ;
    rdfs:subClassOf brick:Thermal_Power_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Point,
        tag:Power,
        tag:Sensor,
        tag:Thermal ;
    brick:hasQuantity qudtqk:Power .

brick:High_Air_Flow_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Air Flow Alarm"@en ;
    rdfs:subClassOf brick:Air_Flow_Alarm ;
    skos:definition "An alarm that indicates that the air flow is higher than normal."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Flow,
        tag:High,
        tag:Point .

brick:High_CO2_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High CO2 Alarm"@en ;
    rdfs:subClassOf brick:CO2_Alarm ;
    skos:definition "A device that indicates high concentration of carbon dioxide."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:CO2,
        tag:High,
        tag:Point .

brick:High_Head_Pressure_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Head Pressure Alarm"@en ;
    rdfs:subClassOf brick:Pressure_Alarm ;
    skos:definition "An alarm that indicates a high pressure generated on the output side of a gas compressor in a refrigeration or air conditioning system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Head ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Head,
        tag:High,
        tag:Point,
        tag:Pressure .

brick:High_Humidity_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Humidity Alarm"@en ;
    rdfs:subClassOf brick:Humidity_Alarm ;
    skos:definition "An alarm that indicates high concentration of water vapor in the air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:High,
        tag:Humidity,
        tag:Point .

brick:High_Humidity_Alarm_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Humidity Alarm Parameter"@en ;
    rdfs:subClassOf brick:Humidity_Parameter ;
    skos:definition "A parameter determining the humidity level at which to trigger a high humidity alarm"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:High,
        tag:Humidity,
        tag:Parameter,
        tag:Point .

brick:High_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Outside Air Lockout Temperature Differential Parameter"@en ;
    rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ;
    skos:definition "The upper bound of the outside air temperature lockout range"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lockout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:High,
        tag:Lockout,
        tag:Outside,
        tag:Parameter,
        tag:Point,
        tag:Temperature .

brick:High_Return_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Return Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:High_Temperature_Alarm,
        brick:Return_Air_Temperature_Alarm ;
    skos:definition "An alarm that indicates that return air temperature is too high"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:High,
        tag:Point,
        tag:Return,
        tag:Temperature .

brick:High_Static_Pressure_Cutout_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Static Pressure Cutout Setpoint Limit"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a High_Static_Pressure_Cutout_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cutout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cutout,
        tag:High,
        tag:Limit,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static .

brick:High_Temperature_Alarm_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Temperature Alarm Parameter"@en ;
    rdfs:subClassOf brick:Temperature_Parameter ;
    skos:definition "A parameter determining the temperature level at which to trigger a high temperature alarm"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:High,
        tag:Parameter,
        tag:Point,
        tag:Temperature .

brick:High_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ;
    rdfs:label "High Temperature Hot Water Discharge Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor .

brick:High_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ;
    rdfs:label "High Temperature Hot Water Return Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor .

brick:High_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ;
    rdfs:label "High Temperature Hot Water Supply Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor .

brick:Hold_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hold Status"@en ;
    rdfs:subClassOf brick:Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hold ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hold,
        tag:Point,
        tag:Status .

brick:Hospitality_Box a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hospitality Box"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A room at a stadium, usually overlooking the field of play, that is physical separate from the other seating at the venue"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hospitality ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Hospitality_Box" ;
    brick:hasAssociatedTag tag:Box,
        tag:Hospitality,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Room .

brick:Hot_Box a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Box"@en ;
    rdfs:subClassOf brick:Laboratory ;
    owl:deprecated true ;
    skos:definition "hot air chamber forming part of an air handler."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Laboratory ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Hot_Box" ;
    brick:hasAssociatedTag tag:Box,
        tag:Hot,
        tag:Laboratory,
        tag:Location,
        tag:Room ;
    brick:isReplacedBy rec:Room .

brick:Hot_Water_Baseboard_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Baseboard Radiator"@en ;
    rdfs:subClassOf brick:Baseboard_Radiator,
        brick:Hot_Water_Radiator ;
    skos:definition "Hydronic heating device located at or near the floor"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Baseboard ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Baseboard,
        tag:Equipment,
        tag:Hot,
        tag:Radiator,
        tag:Water .

brick:Hot_Water_Booster_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Booster Pump"@en ;
    rdfs:subClassOf brick:Booster_Pump,
        brick:Hot_Water_Pump ;
    skos:definition "Used to increase the pressure and flow of hot water in a system to ensure adequate supply where needed."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Booster ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Booster,
        tag:Equipment,
        tag:Hot,
        tag:Pump,
        tag:Water .

brick:Hot_Water_Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Coil"@en ;
    rdfs:subClassOf brick:Heating_Coil ;
    skos:definition "A heating element typically made of pipe, tube or wire that emits heat that is filled with hot water."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Equipment,
        tag:Heat,
        tag:Hot,
        tag:Water .

brick:Hot_Water_Differential_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of differential pressure of hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Differential,
        tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Hot_Water .

brick:Hot_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Time,
        tag:Water .

brick:Hot_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Load Shed Reset Status"@en ;
    rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Reset,
        tag:Shed,
        tag:Status,
        tag:Water .

brick:Hot_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Differential,
        tag:Hot,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Water .

brick:Hot_Water_Differential_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Differential_Temperature_Sensor ;
    skos:definition "Measures the difference in temperature between the entering water to the boiler or other water heating device and leaving water from the same boiler or other water heating device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Temperature .

brick:Hot_Water_Discharge_Flow_Sensor a owl:Class ;
    rdfs:label "Hot Water Discharge Flow Sensor"@en ;
    rdfs:subClassOf brick:Discharge_Water_Flow_Sensor,
        brick:Hot_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Flow_Sensor .

brick:Hot_Water_Discharge_Flow_Setpoint a owl:Class ;
    rdfs:label "Hot Water Discharge Flow Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Water_Flow_Setpoint,
        brick:Hot_Water_Flow_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Flow_Setpoint .

brick:Hot_Water_Gauge_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Gauge Pressure Sensor"@en ;
    rdfs:subClassOf brick:Gauge_Pressure_Sensor ;
    skos:definition "Sensor measuring the gauge pressure (zero-referenced against ambient air pressure) of hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gauge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gauge,
        tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:GaugePressure .

brick:Hot_Water_Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Loop"@en ;
    rdfs:subClassOf brick:Water_Loop ;
    skos:definition "A collection of equipment that transport and regulate hot water among each other"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Loop,
        tag:Water .

brick:Hot_Water_Return_Flow_Sensor a owl:Class ;
    rdfs:label "Hot Water Return Flow Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Flow_Sensor,
        brick:Return_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Hot_Water_Flow_Sensor .

brick:Hot_Water_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    skos:definition "Sets static pressure of hot air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Water ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Hot_Water .

brick:Hot_Water_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Storage Tank"@en ;
    rdfs:subClassOf brick:Water_Storage_Tank ;
    skos:definition "A tank designed to store hot water in an HVAC system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hot,
        tag:Storage,
        tag:Water .

brick:Hot_Water_Supply_Flow_Sensor a owl:Class ;
    rdfs:label "Hot Water Supply Flow Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Flow_Sensor,
        brick:Supply_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Flow_Sensor .

brick:Hot_Water_Supply_Flow_Setpoint a owl:Class ;
    rdfs:label "Hot Water Supply Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Flow_Setpoint .

brick:Hot_Water_Thermal_Energy_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Thermal Energy Storage Tank"@en ;
    rdfs:subClassOf brick:Thermal_Energy_Storage_Tank ;
    skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Equipment,
        tag:Hot,
        tag:Storage,
        tag:Tank,
        tag:Thermal,
        tag:Water .

brick:Hot_Water_Thermal_Expansion_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Thermal Expansion Tank"@en ;
    rdfs:subClassOf brick:Thermal_Expansion_Tank ;
    skos:definition "A thermal expansion tank used in hot water heating systems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Expansion,
        tag:Hot,
        tag:Tank,
        tag:Thermal .

brick:Hot_Water_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Usage Sensor"@en ;
    rdfs:subClassOf brick:Water_Usage_Sensor ;
    skos:definition "Measures the amount of hot water that is consumed, over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Usage,
        tag:Water ;
    brick:hasQuantity qudtqk:Volume .

brick:Humidification_Start_Stop_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidification Start Stop Status"@en ;
    rdfs:subClassOf brick:Start_Stop_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidification ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidification,
        tag:Point,
        tag:Start,
        tag:Status,
        tag:Stop .

brick:Humidifier a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidifier"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A device that adds moisture to air or other gases"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidifier ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Humidifier .

brick:Humidifier_Fault_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidifier Fault Status"@en ;
    rdfs:subClassOf brick:Fault_Status ;
    skos:definition "Indicates the presence of a fault in a humidifier"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fault ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidifier ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fault,
        tag:Humidifier,
        tag:Point,
        tag:Status .

brick:Humidify_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidify Command"@en ;
    rdfs:subClassOf brick:Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidify ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Humidify,
        tag:Point ;
    brick:hasSubstance brick:Air .

brick:Humidity_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidity Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of humidity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Humidity,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity .

brick:Humidity_Tolerance_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidity Tolerance Parameter"@en ;
    rdfs:subClassOf brick:Humidity_Parameter,
        brick:Tolerance_Parameter ;
    skos:definition "A parameter determining the difference between upper and lower limits of humidity."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tolerance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidity,
        tag:Parameter,
        tag:Point,
        tag:Tolerance .

brick:IDF a owl:Class,
        sh:NodeShape ;
    rdfs:label "IDF"@en ;
    rdfs:subClassOf brick:Distribution_Frame ;
    owl:deprecated true ;
    skos:definition "An room for an intermediate distribution frame, where cables carrying signals from the main distrubtion frame terminate and then feed out to endpoints"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Distribution ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frame ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:IDF ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ;
    brick:hasAssociatedTag tag:Distribution,
        tag:Frame,
        tag:IDF,
        tag:Location,
        tag:Room,
        tag:Space,
        tag:Telecom ;
    brick:isReplacedBy rec:CableRoom .

brick:Ice_Tank_Leaving_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ice Tank Leaving Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of water leaving an ice tank"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Ice ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Ice,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Tank,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Illuminance_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Illuminance Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Target Illuminance of the zone."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Illuminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Illuminance,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Illuminance .

brick:Induction_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Induction Unit"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    skos:definition "A device with an primary air connection and integrated coil and condensate pan that performs sensible and latent cooling of a space. Essentially an Active Chilled Beam with a built in condensate pan."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Induction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Induction,
        tag:Unit .

brick:Information_Area a owl:Class,
        sh:NodeShape ;
    rdfs:label "Information Area"@en ;
    rdfs:subClassOf brick:Outdoor_Area ;
    owl:deprecated true ;
    skos:definition "An information booth or kiosk where visitors would look for information"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Area ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Information ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outdoor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Information_Area" ;
    brick:hasAssociatedTag tag:Area,
        tag:Information,
        tag:Location,
        tag:Outdoor ;
    brick:isReplacedBy rec:Reception .

brick:Inside_Face_Surface_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Inside Face Surface Temperature Sensor"@en ;
    rdfs:subClassOf brick:Radiant_Panel_Temperature_Sensor ;
    skos:definition "Measures the inside surface (relative to the space) of the radiant panel of the radiant heating and cooling HVAC system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Face ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Inside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Face,
        tag:Inside,
        tag:Point,
        tag:Sensor,
        tag:Surface,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Inside_Face_Surface_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Inside Face Surface Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ;
    skos:definition "Sets temperature for the inside face surface temperature of the radiant panel."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Face ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Inside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Face,
        tag:Inside,
        tag:Point,
        tag:Setpoint,
        tag:Surface,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Intake_Air_Filter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Intake Air Filter"@en ;
    rdfs:subClassOf brick:Filter ;
    skos:definition "Filters air intake"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Intake ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Filter,
        tag:Intake .

brick:Intake_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Intake Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ;
    skos:definition "Measures air at the interface between the building and the outside"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Intake ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Intake,
        tag:Outside,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Intrusion_Detection_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Intrusion Detection Equipment"@en ;
    rdfs:subClassOf brick:Security_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Detection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Intrusion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Detection,
        tag:Equipment,
        tag:Intrusion,
        tag:Security .

brick:Irradiance owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Irradiance' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Irradiance' directly. For specific solar irradiance, use brick:Solar_Irradiance." ;
    brick:isReplacedBy qudtqk:Irradiance .

brick:Isolation_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Isolation Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that isolates a section of ductwork or other air handling system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Isolation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Isolation .

brick:Janitor_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Janitor Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A room set aside for the storage of cleaning equipment and supplies"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Janitor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:BackOffice" ;
    brick:hasAssociatedTag tag:Janitor,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:BackOffice .

brick:Jet_Nozzle_Air_Diffuser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Jet Nozzle Air Diffuser"@en ;
    rdfs:subClassOf brick:Air_Diffuser ;
    skos:definition "An air diffuser that is designed to produce high velocity discharge air stream to throw the air over a large distance or target the air stream to a localize area"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Diffuser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Jet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Nozzle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Diffuser,
        tag:Equipment,
        tag:Jet,
        tag:Nozzle .

brick:Laminar_Flow_Air_Diffuser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Laminar Flow Air Diffuser"@en ;
    rdfs:subClassOf brick:Air_Diffuser ;
    skos:definition "An air diffuser that is designed for low discharge air speeds to provide uniform and unidirectional air pattern which minimizes room air entrainment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Diffuser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Laminar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Diffuser,
        tag:Equipment,
        tag:Flow,
        tag:Laminar .

brick:Last_Fault_Code_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Last Fault Code Status"@en ;
    rdfs:subClassOf brick:Fault_Status ;
    skos:definition "Indicates the last fault code that occurred"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Code ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fault ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Last ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Code,
        tag:Fault,
        tag:Last,
        tag:Point,
        tag:Status .

brick:Lead_Lag_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lead Lag Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Enables lead/lag operation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lag ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lead ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Lag,
        tag:Lead,
        tag:Point .

brick:Lead_Lag_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lead Lag Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if lead/lag operation is enabled"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Lag ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lead ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Lag,
        tag:Lead,
        tag:Point,
        tag:Status .

brick:Lead_On_Off_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lead On Off Command"@en ;
    rdfs:subClassOf brick:On_Off_Command ;
    skos:definition "Controls the active/inactive status of the \"lead\" part of a lead/lag system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lead ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Lead,
        tag:Off,
        tag:On,
        tag:Point .

brick:Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Medium Temperature Hot Water Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:High,
        tag:Hot,
        tag:Leaving,
        tag:Medium,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Medium Temperature Hot Water Temperature Load Shed Setpoint"@en ;
    rdfs:subClassOf brick:Load_Shed_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Shed,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Power .

brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Medium Temperature Hot Water Temperature Load Shed Status"@en ;
    rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Shed,
        tag:Status,
        tag:Temperature,
        tag:Water .

brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Medium Temperature Hot Water Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Low,
        tag:Medium,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Water_Differential_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Differential Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of differential pressure of leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Differential,
        tag:Leaving,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Leaving_Water .

brick:Leaving_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Differential Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Integral,
        tag:Leaving,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Time,
        tag:Water .

brick:Leaving_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Differential Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Proportional_Band ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Differential,
        tag:Leaving,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Water .

brick:Leaving_Water_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Pressure Sensor"@en ;
    rdfs:subClassOf brick:Water_Pressure_Sensor ;
    skos:definition "Measures the water pressure at the exit point of a system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Leaving,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:Pressure .

brick:Leaving_Water_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Temperature Alarm"@en ;
    rdfs:subClassOf brick:Water_Temperature_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the leaving water."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Leaving,
        tag:Point,
        tag:Temperature,
        tag:Water .

brick:Leaving_Water_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Water .

brick:Leaving_Water_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Integral_Time_Parameter,
        brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Integral,
        tag:Leaving,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Temperature,
        tag:Time,
        tag:Water .

brick:Leaving_Water_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter,
        brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Leaving,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Temperature,
        tag:Water .

brick:Level_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Level Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Adjusts the operational state to a specific level within a predefined range."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Level,
        tag:Point .

brick:Level_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Level Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "The current operational state of a specific level within a predefined range."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Point,
        tag:Status .

brick:Library a owl:Class,
        sh:NodeShape ;
    rdfs:label "Library"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A place for the storage and/or consumption of physical media, e.g. books, periodicals, and DVDs/CDs"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Library ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Library" ;
    brick:hasAssociatedTag tag:Library,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Library .

brick:Light_Command a owl:Class ;
    rdfs:label "Light Command"@en ;
    rdfs:subClassOf brick:Command ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.1" ;
    brick:deprecationMitigationMessage "Replaced with Lighting_Command to represent its function more precisely." ;
    brick:isReplacedBy brick:Lighting_Level_Command .

brick:Lighting_Correlated_Color_Temperature_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting Correlated Color Temperature Command"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Color_temperature#Correlated_color_temperature> ;
    rdfs:subClassOf brick:Command ;
    skos:definition "A command to set correlated color temperature (CCT) which is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Color ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Correlated ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lighting ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Color,
        tag:Command,
        tag:Correlated,
        tag:Lighting,
        tag:Point,
        tag:Temperature .

brick:Lighting_Correlated_Color_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting Correlated Color Temperature Sensor"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Color_temperature#Correlated_color_temperature> ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "A sensor to measure correlated color temperature (CCT) which is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Color ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Correlated ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lighting ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Color,
        tag:Correlated,
        tag:Lighting,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:CorrelatedColorTemperature ;
    brick:hasSubstance brick:Light .

brick:Lighting_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting System"@en ;
    rdfs:subClassOf brick:System ;
    skos:definition "The equipment, devices and interfaces that serve or are a part of the lighting subsystem in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Lighting ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Lighting,
        tag:System .

brick:Lighting_Zone a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting Zone"@en ;
    rdfs:subClassOf brick:Zone ;
    owl:deprecated true ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Lighting ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Lighting_Zone" ;
    brick:hasAssociatedTag tag:Lighting,
        tag:Location,
        tag:Zone ;
    brick:isReplacedBy rec:Zone .

brick:Liquid_Detection_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Liquid Detection Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Detection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Detection,
        tag:Liquid,
        tag:Point .

brick:Load_Current_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Current Sensor"@en ;
    rdfs:subClassOf brick:Current_Sensor ;
    skos:definition "Measures the current consumed by a load"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Load,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ElectricCurrent .

brick:Loading_Dock a owl:Class,
        sh:NodeShape ;
    rdfs:label "Loading Dock"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A part of a facility where delivery trucks can load and unload. Usually partially enclosed with specific traffic lanes leading to the dock"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Dock ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loading ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Loading_Dock" ;
    brick:hasAssociatedTag tag:Dock,
        tag:Loading,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:LoadingReceivingRoom .

brick:Locally_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Locally On Off Status"@en ;
    rdfs:subClassOf brick:On_Off_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Locally ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Locally,
        tag:Off,
        tag:On,
        tag:Point,
        tag:Status .

brick:Lockout_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lockout Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a piece of equipment, system, or functionality has been locked out from operation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Lockout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Lockout,
        tag:Point,
        tag:Status .

brick:Low_Battery_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Battery Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the battery is low."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Battery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Battery,
        tag:Low,
        tag:Point .

brick:Low_Freeze_Protect_Temperature_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Freeze Protect Temperature Parameter"@en ;
    rdfs:subClassOf brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Freeze ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Protect ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Freeze,
        tag:Low,
        tag:Parameter,
        tag:Point,
        tag:Protect,
        tag:Temperature .

brick:Low_Humidity_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Humidity Alarm"@en ;
    rdfs:subClassOf brick:Humidity_Alarm ;
    skos:definition "An alarm that indicates low concentration of water vapor in the air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Humidity,
        tag:Low,
        tag:Point .

brick:Low_Humidity_Alarm_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Humidity Alarm Parameter"@en ;
    rdfs:subClassOf brick:Humidity_Parameter ;
    skos:definition "A parameter determining the humidity level at which to trigger a low humidity alarm"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Humidity,
        tag:Low,
        tag:Parameter,
        tag:Point .

brick:Low_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Outside Air Lockout Temperature Differential Parameter"@en ;
    rdfs:subClassOf brick:Outside_Air_Lockout_Temperature_Differential_Parameter ;
    skos:definition "The lower bound of the outside air temperature lockout range"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lockout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Lockout,
        tag:Low,
        tag:Outside,
        tag:Parameter,
        tag:Point,
        tag:Temperature .

brick:Low_Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Outside Air Temperature Enable Differential Sensor"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Enable_Differential_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Enable,
        tag:Low,
        tag:Outside,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Low_Outside_Air_Temperature_Enable_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Outside Air Temperature Enable Setpoint"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Enable,
        tag:Low,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Low_Return_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Return Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Low_Temperature_Alarm,
        brick:Return_Air_Temperature_Alarm ;
    skos:definition "An alarm that indicates that return air temperature is too low"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Low,
        tag:Point,
        tag:Return,
        tag:Temperature .

brick:Low_Suction_Pressure_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Suction Pressure Alarm"@en ;
    rdfs:subClassOf brick:Pressure_Alarm ;
    skos:definition "An alarm that indicates a low suction pressure in the compressor in a refrigeration or air conditioning system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Suction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Low,
        tag:Point,
        tag:Pressure,
        tag:Suction .

brick:Low_Temperature_Alarm_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Temperature Alarm Parameter"@en ;
    rdfs:subClassOf brick:Temperature_Parameter ;
    skos:definition "A parameter determining the temperature level at which to trigger a low temperature alarm"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Low,
        tag:Parameter,
        tag:Point,
        tag:Temperature .

brick:Low_Voltage_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Voltage Alarm"@en ;
    rdfs:subClassOf brick:Voltage_Alarm ;
    skos:definition "An alarm that indicates the voltage is lower than its normal state."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Low,
        tag:Point,
        tag:Voltage .

brick:Lowest_Exhaust_Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lowest Exhaust Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Exhaust_Air_Static_Pressure_Sensor ;
    skos:definition "The lowest observed static pressure of air in exhaust regions of an HVAC system over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lowest ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Lowest,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure .

brick:Luminaire a owl:Class,
        sh:NodeShape ;
    rdfs:label "Luminaire"@en ;
    rdfs:subClassOf brick:Lighting ;
    skos:definition "A complete lighting unit consisting of a lamp or lamps and ballast(s) (when applicable) together with the parts designed to distribute the light, to position and protect the lamps, and to connect the lamps to the power supply."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Luminaire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Luminaire .

brick:Luminaire_Driver a owl:Class,
        sh:NodeShape ;
    rdfs:label "Luminaire Driver"@en ;
    rdfs:subClassOf brick:Lighting ;
    skos:definition "A power source for a luminaire"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Driver ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Luminaire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Driver,
        tag:Equipment,
        tag:Luminaire .

brick:Luminance_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Luminance Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Luminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Luminance,
        tag:Point .

brick:Luminance_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Luminance Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls the amount of luminance delivered by a lighting system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Luminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Luminance,
        tag:Point .

brick:Luminance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Luminance Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the luminous intensity per unit area of light travelling in a given direction"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:LuminanceObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Luminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Luminance,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Luminance .

brick:Luminance_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Luminance Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets luminance"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Luminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Luminance,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Luminance .

brick:MDF a owl:Class,
        sh:NodeShape ;
    rdfs:label "MDF"@en ;
    rdfs:subClassOf brick:Distribution_Frame ;
    owl:deprecated true ;
    skos:definition "A room for the Main Distribution Frame, the central place of a building where cables carrying signals meet and connect to the outside world"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Distribution ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frame ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:MDF ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ;
    brick:hasAssociatedTag tag:Distribution,
        tag:Frame,
        tag:Location,
        tag:MDF,
        tag:Room,
        tag:Space,
        tag:Telecom ;
    brick:isReplacedBy rec:CableRoom .

brick:Mail_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mail Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A room where mail is recieved and sorted for distribution to the rest of the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mail ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:MailRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Mail,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:MailRoom .

brick:Main_Circuit_Breaker a owl:Class,
        sh:NodeShape ;
    rdfs:label "Main Circuit Breaker"@en ;
    rdfs:subClassOf brick:Circuit_Breaker ;
    skos:definition "All breaker panels generally have a main circuit breaker before the bus / MCBs. In some older panels there may be a Main Disconnect Switch instead. It is also possible to have a main disconnect switch, and a main circuit breaker in a panel."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Breaker ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Circuit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Main ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Breaker,
        tag:Circuit,
        tag:Equipment,
        tag:Main .

brick:Main_Disconnect_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Main Disconnect Switch"@en ;
    rdfs:subClassOf brick:Disconnect_Switch ;
    skos:definition "Building power is most commonly provided by utility company through a master disconnect switch (sometimes called a service disconnect) in the main electrical room of a building. The Utility Company provided master disconnect switch often owns or restricts access to this switch. There can also be other cases where a disconnect is placed into an electrical system to allow service cut-off to a portion of the building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Disconnect ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Main ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Disconnect,
        tag:Equipment,
        tag:Main,
        tag:Switch .

brick:Maintenance_Mode_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Maintenance Mode Command"@en ;
    rdfs:subClassOf brick:Mode_Command ;
    skos:definition "Controls whether or not a device or controller is operating in \"Maintenance\" mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Maintenance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Maintenance,
        tag:Mode,
        tag:Point .

brick:Maintenance_Required_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Maintenance Required Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates that repair/maintenance is required on an associated device or equipment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Maintenance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Required ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Maintenance,
        tag:Point,
        tag:Required .

brick:Majlis a owl:Class,
        sh:NodeShape ;
    rdfs:label "Majlis"@en ;
    rdfs:subClassOf brick:Lounge ;
    owl:deprecated true ;
    skos:definition "In Arab countries, an Majlis is a private lounge where visitors are recieved and entertained"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lounge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Majlis ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Majlis" ;
    brick:hasAssociatedTag tag:Common,
        tag:Location,
        tag:Lounge,
        tag:Majlis,
        tag:Space ;
    brick:isReplacedBy rec:Lounge .

brick:Makeup_Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Makeup Water Valve"@en ;
    rdfs:subClassOf brick:HVAC_Valve,
        brick:Water_Valve ;
    skos:definition "A valve regulating the flow of makeup water into a water holding tank, e.g. a cooling tower, hot water tank"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fluid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Makeup ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fluid,
        tag:Liquid,
        tag:Makeup,
        tag:Valve,
        tag:Water .

brick:Manual_Auto_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Manual Auto Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a system is under manual or automatic operation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Auto ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Manual ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Auto,
        tag:Manual,
        tag:Point,
        tag:Status .

brick:Massage_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Massage Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "Usually adjunct to an athletic facility, a private/semi-private space where massages are performed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Massage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TherapyRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Massage,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:TherapyRoom .

brick:Max_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "Setpoint for maximum air temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Max,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Chilled Water Differential Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint_Limit,
        brick:Max_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Chilled_Water_Differential_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water .

brick:Max_Frequency_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Frequency Command"@en ;
    rdfs:subClassOf brick:Frequency_Command ;
    skos:definition "Sets the maximum permitted frequency"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Frequency,
        tag:Max,
        tag:Point ;
    brick:hasQuantity qudtqk:Frequency .

brick:Max_Fresh_Air_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Fresh Air Setpoint Limit"@en ;
    rdfs:subClassOf brick:Fresh_Air_Setpoint_Limit,
        brick:Max_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fresh ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Fresh,
        tag:Limit,
        tag:Max,
        tag:Point,
        tag:Setpoint .

brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Hot Water Differential Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint_Limit,
        brick:Max_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Hot_Water_Differential_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water .

brick:Max_Load_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Load Setpoint"@en ;
    rdfs:subClassOf brick:Load_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Load,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Max_Outside_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Outside Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Outside_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Limit,
        tag:Max,
        tag:Outside,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Max_Position_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Position Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Limit,
        brick:Position_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Position_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Max,
        tag:Point,
        tag:Position,
        tag:Setpoint .

brick:Max_Speed_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Speed Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Limit,
        brick:Speed_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Speed_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Speed .

brick:Max_Water_Level_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Water Level Alarm"@en ;
    rdfs:subClassOf brick:Water_Level_Alarm ;
    skos:definition "Alarm indicating that the maximum water level was reached"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Level,
        tag:Max,
        tag:Point,
        tag:Water .

brick:Max_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    skos:definition "Setpoint for max water temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Max,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Water .

brick:Media_Hot_Desk a owl:Class,
        sh:NodeShape ;
    rdfs:label "Media Hot Desk"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "A non-enclosed space used by members of the media temporarily to cover an event while they are present at a venue"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Desk ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Media ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Media_Hot_Desk" ;
    brick:hasAssociatedTag tag:Desk,
        tag:Location,
        tag:Media,
        tag:Space ;
    brick:isReplacedBy rec:RecordingRoom .

brick:Media_Production_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Media Production Room"@en ;
    rdfs:subClassOf brick:Media_Room ;
    owl:deprecated true ;
    skos:definition "A enclosed space used by media professionals for the production of media"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Media ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Production ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Media_Production_Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Media,
        tag:Production,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:RecordingRoom .

brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Reset Status"@en ;
    rdfs:subClassOf brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Reset,
        tag:Shed,
        tag:Status,
        tag:Temperature .

brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Shed,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Medium_Temperature_Hot_Water_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Medium Temperature Hot Water Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in water pressure between sections of a medium temperature hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Medium Temperature Hot Water Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Hot_Water_Differential_Pressure_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Medium_Temperature_Hot_Water_Discharge_Temperature_Sensor a owl:Class ;
    rdfs:label "Medium Temperature Hot Water Discharge Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Discharge_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor .

brick:Medium_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ;
    rdfs:label "Medium Temperature Hot Water Return Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Return_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor .

brick:Medium_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ;
    rdfs:label "Medium Temperature Hot Water Supply Temperature Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Supply_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor .

brick:Methane_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Methane Level Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures the concentration of methane in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Methane ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Methane,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Methane_Concentration ;
    brick:hasSubstance brick:Air .

brick:Min_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "Setpoint for minimum air temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Min,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Chilled Water Differential Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint_Limit,
        brick:Min_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Chilled_Water_Differential_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water .

brick:Min_Frequency_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Frequency Command"@en ;
    rdfs:subClassOf brick:Frequency_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Frequency,
        tag:Min,
        tag:Point ;
    brick:hasQuantity qudtqk:Frequency .

brick:Min_Fresh_Air_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Fresh Air Setpoint Limit"@en ;
    rdfs:subClassOf brick:Fresh_Air_Setpoint_Limit,
        brick:Min_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Fresh_Air_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fresh ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Fresh,
        tag:Limit,
        tag:Min,
        tag:Point,
        tag:Setpoint .

brick:Min_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Hot Water Differential Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint_Limit,
        brick:Min_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Hot_Water_Differential_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water .

brick:Min_Load_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Load Setpoint"@en ;
    rdfs:subClassOf brick:Load_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Load,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Min_Outside_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Outside Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Outside_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Limit,
        tag:Min,
        tag:Outside,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Min_Position_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Position Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Limit,
        brick:Position_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Position_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Min,
        tag:Point,
        tag:Position,
        tag:Setpoint .

brick:Min_Speed_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Speed Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Limit,
        brick:Speed_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Speed_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Speed .

brick:Min_Water_Level_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Water Level Alarm"@en ;
    rdfs:subClassOf brick:Water_Level_Alarm ;
    skos:definition "Alarm indicating that the minimum water level was reached"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Level,
        tag:Min,
        tag:Point,
        tag:Water .

brick:Min_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    skos:definition "Setpoint for min water temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Min,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Water .

brick:Mixed_Air_Filter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Air Filter"@en ;
    rdfs:subClassOf brick:Filter ;
    skos:definition "A filter that is applied to the mixture of recirculated and outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Filter,
        tag:Mixed .

brick:Mixed_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of mixed air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Mixed,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Mixed_Air .

brick:Mixed_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    skos:definition "Measures the humidity of mixed air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Mixed,
        tag:Point,
        tag:Relative,
        tag:Sensor ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Mixed_Air .

brick:Mixed_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Humidity setpoint for mixed air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Mixed,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Mixed_Air .

brick:Mixed_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of mixed air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Mixed,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Mixed_Air .

brick:Mixed_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of mixed air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Mixed,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Mixed_Air .

brick:Mixed_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixed Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that modulates the flow of the mixed outside and return air streams"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Mixed .

brick:Motor_Control_Center a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor Control Center"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "The Motor Control Center is a specialized type of switchgear which provides electrical power to major mechanical systems in the building such as HVAC components."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Center ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Control ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Center,
        tag:Control,
        tag:Equipment .

brick:Motor_Current_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor Current Sensor"@en ;
    rdfs:subClassOf brick:Current_Sensor ;
    skos:definition "Measures the current consumed by a motor"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Motor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Motor,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ElectricCurrent .

brick:Motor_Direction_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor Direction Status"@en ;
    rdfs:subClassOf brick:Direction_Status ;
    skos:definition "Indicates which direction a motor is operating in, e.g. forward or reverse"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Direction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Motor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Direction,
        tag:Motor,
        tag:Point,
        tag:Status ;
    brick:hasQuantity brick:Direction .

brick:Motor_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor On Off Status"@en ;
    rdfs:subClassOf brick:On_Off_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Motor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Motor,
        tag:Off,
        tag:On,
        tag:Point,
        tag:Status .

brick:Motor_Speed_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor Speed Sensor"@en ;
    rdfs:subClassOf brick:Speed_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Motor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Motor,
        tag:Point,
        tag:Sensor,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Motor_Torque_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor Torque Sensor"@en ;
    rdfs:subClassOf brick:Torque_Sensor ;
    skos:definition "Measures the torque, or rotating power, of a motor"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Motor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Torque ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Motor,
        tag:Point,
        tag:Sensor,
        tag:Torque ;
    brick:hasQuantity qudtqk:Torque .

brick:NO2_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "NO2 Level Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures the concentration of NO2 in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:NO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:NO2,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:NO2_Concentration ;
    brick:hasSubstance brick:Air .

brick:Natural_Gas_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Natural Gas Flow Sensor"@en ;
    rdfs:subClassOf brick:Flow_Sensor ;
    skos:definition "Measures the rate of flow of natural gas"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Gas,
        tag:Natural,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Natural_Gas .

brick:Natural_Gas_Seismic_Shutoff_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Natural Gas Seismic Shutoff Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "Valves that automatically shut off your natural gas service when an earthquake of a sufficient magnitude occurs at the location."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Seismic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shutoff ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Gas,
        tag:Natural,
        tag:Seismic,
        tag:Shutoff,
        tag:Valve .

brick:Natural_Gas_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Natural Gas Temperature Sensor"@en ;
    rdfs:subClassOf brick:Temperature_Sensor ;
    skos:definition "Measures the temperature of natural gas"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:Natural,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Natural_Gas .

brick:Natural_Gas_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Natural Gas Usage Sensor"@en ;
    rdfs:subClassOf brick:Usage_Sensor ;
    skos:definition "Measures the amount of natural gas that is consumed or used, over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:Natural,
        tag:Point,
        tag:Sensor,
        tag:Usage ;
    brick:hasQuantity qudtqk:Volume .

brick:No_Water_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "No Water Alarm"@en ;
    rdfs:subClassOf brick:Water_Alarm ;
    skos:definition "Alarm indicating that there is no water in the equipment or system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:No ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:No,
        tag:Point,
        tag:Water .

brick:Noncondensing_Natural_Gas_Boiler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Noncondensing Natural Gas Boiler"@en ;
    rdfs:subClassOf brick:Natural_Gas_Boiler ;
    skos:definition "A closed, pressure vessel that uses natural gas with no system to capture latent heat for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Boiler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Noncondensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Boiler,
        tag:Equipment,
        tag:Gas,
        tag:Natural,
        tag:Noncondensing .

brick:Occupancy_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls whether or not a device or controller is operating in \"Occupied\" mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupancy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Occupancy,
        tag:Point .

brick:Occupancy_Count_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy Count Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Sensors measuring the number of people in an area"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:IntegerValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Count ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupancy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Count,
        tag:Occupancy,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Occupancy_Count .

brick:Occupancy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Detects occupancy of some space or area"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:BooleanValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Occupancy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Occupancy,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Occupancy .

brick:Occupied_Air_Temperature_Cooling_Setpoint a owl:Class ;
    rdfs:label "Occupied Air Temperature Cooling Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Occupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ;
    brick:isReplacedBy brick:Occupied_Cooling_Zone_Air_Temperature_Setpoint .

brick:Occupied_Air_Temperature_Heating_Setpoint a owl:Class ;
    rdfs:label "Occupied Air Temperature Heating Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Occupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ;
    brick:isReplacedBy brick:Occupied_Heating_Zone_Air_Temperature_Setpoint .

brick:Occupied_Cooling_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Cooling Mode Status"@en ;
    rdfs:subClassOf brick:Cooling_Mode_Status,
        brick:Occupied_Mode_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Mode,
        tag:Occupied,
        tag:Point,
        tag:Status .

brick:Occupied_Cooling_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Cooling Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature for cooling when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Deadband,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Cooling_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Cooling Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint ;
    skos:definition "Sets temperature for cooling when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Heating_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Heating Mode Status"@en ;
    rdfs:subClassOf brick:Heating_Mode_Status,
        brick:Occupied_Mode_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Mode,
        tag:Occupied,
        tag:Point,
        tag:Status .

brick:Occupied_Heating_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Heating Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature for heating when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Heating_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Heating Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint ;
    skos:definition "Sets temperature for heating when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Target humidity level when the location is occupied."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidity,
        tag:Occupied,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity .

brick:Occupied_Return_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Return Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint,
        brick:Return_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Return,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Room_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Room Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint,
        brick:Room_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Room,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Zone_Air_Temperaure_Setpoint a owl:Class ;
    rdfs:label "Occupied Zone Air Temperaure Setpoint"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Occupied_Zone_Air_Temperature_Setpoint' is deprecated in favor of further specifying that it is a target setpoint" ;
    brick:isReplacedBy brick:Occupied_Target_Zone_Air_Temperature_Setpoint .

brick:Off_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Off Command"@en ;
    rdfs:subClassOf brick:On_Off_Command ;
    skos:definition "An Off Command controls or reports the binary 'off' status of a control loop, relay or equipment activity. It can only be used to stop/deactivate an associated equipment or process, or determine that the related entity is 'off'"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Off,
        tag:Point .

brick:Office_Kitchen a owl:Class,
        sh:NodeShape ;
    rdfs:label "Office Kitchen"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A common space, usually near or in a breakroom, where minor food preperation occurs"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Kitchen ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Kitchenette" ;
    brick:hasAssociatedTag tag:Kitchen,
        tag:Location,
        tag:Office,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Kitchenette .

brick:On_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "On Command"@en ;
    rdfs:subClassOf brick:On_Off_Command ;
    skos:definition "An On Command controls or reports the binary 'on' status of a control loop, relay or equipment activity. It can only be used to start/activate an associated equipment or process, or determine that the related entity is 'on'"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:On,
        tag:Point .

brick:Open_Close_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Open Close Command"@en ;
    rdfs:subClassOf brick:On_Off_Command ;
    skos:definition "A binary signal given to a device, such as a damper or valve, to either open or close"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Close ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Open ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Close,
        tag:Command,
        tag:Open,
        tag:Point .

brick:Open_Close_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Open Close Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates the open/close status of a device such as a damper or valve"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Close ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Open ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Close,
        tag:Open,
        tag:Point,
        tag:Status .

brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Open Heating Valve Outside Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint,
        brick:Outside_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Open ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Open,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Valve ;
    brick:hasQuantity qudtqk:Temperature .

brick:Open_Office a owl:Class,
        sh:NodeShape ;
    rdfs:label "Open Office"@en ;
    rdfs:subClassOf brick:Office ;
    owl:deprecated true ;
    skos:definition "An open space used for work or study by mulitple people. Usuaully subdivided into cubicles or desks"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Open ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ;
    brick:hasAssociatedTag tag:Location,
        tag:Office,
        tag:Open,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:OfficeLandscape .

brick:Operative_Temperature a brick:Quantity ;
    rdfs:label "Operative Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Temperature ;
    skos:definition "The uniform temperature of an imaginary black enclosure in which an occupant would exchange the same amount of heat by radiation plus convection as in the actual nonuniform environment (https://en.wikipedia.org/wiki/Operative_temperature)",
        "The uniform temperature of an imaginary black enclosure in which an occupant would exchange the same amount of heat by radiation plus convection as in the actual nonuniform environment (https://en.wikipedia.org/wiki/Operative_temperature)"@en .

brick:Output_Frequency_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Output Frequency Sensor"@en ;
    rdfs:subClassOf brick:Frequency_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Output ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Frequency,
        tag:Output,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Frequency .

brick:Output_Voltage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Output Voltage Sensor"@en ;
    rdfs:subClassOf brick:Voltage_Sensor ;
    skos:definition "Measures the voltage output by some process or device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Output ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Output,
        tag:Point,
        tag:Sensor,
        tag:Voltage ;
    brick:hasQuantity qudtqk:Voltage .

brick:Outside a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Outside" ;
    brick:hasAssociatedTag tag:Location,
        tag:Outside ;
    brick:isReplacedBy rec:OutdoorSpace .

brick:Outside_Air_CO2_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air CO2 Sensor"@en ;
    rdfs:subClassOf brick:CO2_Sensor ;
    skos:definition "Measures the concentration of CO2 in outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CO2,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:CO2_Concentration ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_CO_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air CO Sensor"@en ;
    rdfs:subClassOf brick:CO_Sensor ;
    skos:definition "Measures the concentration of CO in outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CO,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:CO_Concentration ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Dewpoint Sensor"@en ;
    rdfs:subClassOf brick:Dewpoint_Sensor ;
    skos:definition "Senses the dewpoint temperature of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Dewpoint,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:DewPointTemperature ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Enthalpy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Enthalpy Sensor"@en ;
    rdfs:subClassOf brick:Air_Enthalpy_Sensor ;
    skos:definition "Measures the total heat content of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Enthalpy,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Enthalpy ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of outside air into the system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint ;
    skos:definition "Sets outside air flow rate"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Outside,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Grains_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Grains Sensor"@en ;
    rdfs:subClassOf brick:Air_Grains_Sensor ;
    skos:definition "Measures the mass of water vapor in outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Grains ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Grains,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:GrainsOfMoisture ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    skos:definition "Measures the relative humidity of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Outside,
        tag:Point,
        tag:Relative,
        tag:Sensor ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Humidity setpoint for outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Outside,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Lockout_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Lockout Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lockout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Lockout,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Outside_Air_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:High,
        tag:Outside,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Low,
        tag:Outside,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Air_Wet_Bulb_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Wet Bulb Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Wet_Bulb_Temperature_Sensor,
        brick:Outside_Air_Temperature_Sensor ;
    skos:definition "A sensor measuring the wet-bulb temperature of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Bulb ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Bulb,
        tag:Outside,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Wet ;
    brick:hasQuantity brick:Wet_Bulb_Temperature ;
    brick:hasSubstance brick:Outside_Air .

brick:Outside_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that modulates the flow of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Outside .

brick:Outside_Face_Surface_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Face Surface Temperature Sensor"@en ;
    rdfs:subClassOf brick:Radiant_Panel_Temperature_Sensor ;
    skos:definition "Measures the outside surface (relative to the space) of the radiant panel of a radiant heating and cooling HVAC system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Face ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Face,
        tag:Outside,
        tag:Point,
        tag:Sensor,
        tag:Surface,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Outside_Face_Surface_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Face Surface Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ;
    skos:definition "Sets temperature for the outside face surface temperature of the radiant panel."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Face ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Face,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:Surface,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Outside_Illuminance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Illuminance Sensor"@en ;
    rdfs:subClassOf brick:Illuminance_Sensor ;
    skos:definition "Measures the total luminous flux incident on an outside, per unit area"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Illuminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Illuminance,
        tag:Outside,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Illuminance .

brick:Overload_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Overload Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that can indicate when a full-load current is exceeded."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Overload ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Overload,
        tag:Point .

brick:Overridden_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Overridden Off Status"@en ;
    rdfs:subClassOf brick:Off_Status,
        brick:Overridden_Status ;
    skos:definition "Indicates if a control loop, relay or equipment has been turned off when it would otherwise be scheduled to be on"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Overridden ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Off,
        tag:Overridden,
        tag:Point,
        tag:Status .

brick:Overridden_On_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Overridden On Status"@en ;
    rdfs:subClassOf brick:On_Status,
        brick:Overridden_Status ;
    skos:definition "Indicates if a control loop, relay or equipment has been turned on when it would otherwise be scheduled to be off"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Overridden ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:On,
        tag:Overridden,
        tag:Point,
        tag:Status .

brick:Ozone_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ozone Level Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures the concentration of ozone in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ozone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Ozone,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Ozone_Concentration ;
    brick:hasSubstance brick:Air .

brick:PIR_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PIR Sensor"@en ;
    rdfs:subClassOf brick:Motion_Sensor ;
    skos:definition "Detects the presense of motion in some area using the differential change in infrared intensity between two or more receptors"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:PIR ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:PIR,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:PM10_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PM10 Level Sensor"@en ;
    rdfs:subClassOf brick:PM10_Sensor ;
    skos:definition "Detects level of particulates of size 10 microns"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PM10 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Matter,
        tag:PM10,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:PM10_Concentration .

brick:PM1_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PM1 Level Sensor"@en ;
    rdfs:subClassOf brick:PM1_Sensor ;
    skos:definition "Detects level of particulates of size 1 microns"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PM1 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Matter,
        tag:PM1,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:PM1_Concentration .

brick:PM2.5_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PM2.5 Level Sensor"@en ;
    rdfs:subClassOf brick:PM2.5_Sensor ;
    skos:definition "Detects level of particulates of size 2.5 microns"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PM2.5 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Matter,
        tag:PM2.5,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:PM2.5_Concentration .

brick:PVT_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "PVT Panel"@en ;
    rdfs:subClassOf brick:PV_Panel,
        brick:Solar_Thermal_Collector ;
    skos:definition "A type of solar panels that convert solar radiation into usable thermal and electrical energy"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Collector ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Solar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Collector,
        tag:Equipment,
        tag:PV,
        tag:Panel,
        tag:Solar,
        tag:Thermal .

brick:PV_Generation_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "PV Generation System"@en ;
    rdfs:subClassOf brick:Energy_Generation_System ;
    skos:definition "A collection of photovoltaic devices that generates energy"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Generation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Photovoltaic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Generation,
        tag:Photovoltaic,
        tag:System .

brick:Packaged_Air_Source_Heat_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Packaged Air Source Heat Pump"@en ;
    rdfs:subClassOf brick:Packaged_Heat_Pump ;
    skos:definition "A self-contained unit that uses air as a heat source or sink for heating and cooling purposes."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Heat,
        tag:Pump,
        tag:Source .

brick:Packaged_Water_Source_Heat_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Packaged Water Source Heat Pump"@en ;
    rdfs:subClassOf brick:Packaged_Heat_Pump ;
    skos:definition "A self-contained unit that uses water as a heat source or sink for heating and cooling purposes."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Source ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Pump,
        tag:Source,
        tag:Water .

brick:Parking_Level a owl:Class,
        sh:NodeShape ;
    rdfs:label "Parking Level"@en ;
    rdfs:subClassOf brick:Floor ;
    owl:deprecated true ;
    skos:definition "A floor of a parking structure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Floor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parking ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Parking_Level" ;
    brick:hasAssociatedTag tag:Floor,
        tag:Level,
        tag:Location,
        tag:Parking ;
    brick:isReplacedBy rec:Level .

brick:Parking_Space a owl:Class,
        sh:NodeShape ;
    rdfs:label "Parking Space"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "An area large enough to park an individual vehicle"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parking ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ParkingSpace" ;
    brick:hasAssociatedTag tag:Location,
        tag:Parking,
        tag:Space ;
    brick:isReplacedBy rec:ParkingSpace .

brick:Parking_Structure a owl:Class,
        sh:NodeShape ;
    rdfs:label "Parking Structure"@en ;
    rdfs:subClassOf brick:Building ;
    owl:deprecated true ;
    skos:definition "A building or part of a building devoted to vehicle parking"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parking ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Structure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Parking_Structure" ;
    brick:hasAssociatedTag tag:Building,
        tag:Location,
        tag:Parking,
        tag:Structure ;
    brick:isReplacedBy rec:Building .

brick:Passive_Chilled_Beam a owl:Class,
        sh:NodeShape ;
    rdfs:label "Passive Chilled Beam"@en ;
    rdfs:subClassOf brick:Chilled_Beam ;
    skos:definition "A chilled beam that does not have an integral air supply and instead relies on natural convection to draw air through the device."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Beam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Passive ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Beam,
        tag:Chilled,
        tag:Equipment,
        tag:Passive .

brick:Peak_Demand_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Peak Demand Sensor"@en ;
    rdfs:subClassOf brick:Demand_Sensor ;
    skos:definition "The peak power consumed by a process over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Peak ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Demand,
        tag:Electric,
        tag:Peak,
        tag:Point,
        tag:Power,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Phasor owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Phasor' is deprecated." .

brick:Phasor_Magnitude a brick:Quantity ;
    rdfs:label "Phasor Magnitude"@en ;
    qudt:applicableUnit unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:definition "Magnitude component of a phasor" .

brick:Photovoltaic_Inverter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Photovoltaic Inverter"@en ;
    rdfs:subClassOf brick:Inverter ;
    skos:definition " Converts direct current electricity generated by solar panels into alternating current"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Inverter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Photovoltaic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Inverter,
        tag:Photovoltaic .

brick:Piezoelectric_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Piezoelectric Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Senses changes pressure, acceleration, temperature, force or strain via the piezoelectric effect"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Piezoelectric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Piezoelectric,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:PlugStrip a owl:Class,
        sh:NodeShape ;
    rdfs:label "PlugStrip"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Power_strip> ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "A device containing a block of electrical sockets allowing multiple electrical devices to be powered from a single electrical socket."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PlugStrip ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:PlugStrip .

brick:Plumbing_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Plumbing Room"@en ;
    rdfs:subClassOf brick:Service_Room ;
    owl:deprecated true ;
    skos:definition "A service room devoted to the operation and routing of water in a building. Usually distinct from the HVAC subsystems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plumbing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Plumbing,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Portfolio a owl:Class,
        sh:NodeShape ;
    rdfs:label "Portfolio"@en ;
    rdfs:subClassOf brick:Collection ;
    owl:deprecated true ;
    skos:definition "A collection of sites"@en ;
    sh:property [ sh:class brick:Site ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Portfolio ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Portfolio" ;
    brick:hasAssociatedTag tag:Collection,
        tag:Portfolio ;
    brick:isReplacedBy rec:Portfolio .

brick:Power_Factor owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Power_Factor' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/PowerFactor' directly." ;
    brick:isReplacedBy qudtqk:PowerFactor .

brick:Power_Factor_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Power Factor Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Sensors measuring power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S)."@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Factor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Factor,
        tag:Point,
        tag:Power,
        tag:Sensor ;
    brick:hasQuantity qudtqk:PowerFactor .

brick:Power_Loss_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Power Loss Alarm"@en ;
    rdfs:subClassOf brick:Power_Alarm ;
    skos:definition "An alarm that indicates a power failure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loss ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Loss,
        tag:Point,
        tag:Power .

brick:Prayer_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Prayer Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A room set aside for prayer"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Prayer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Prayer_Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Prayer,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:MeditationRoom .

brick:Pre_Filter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pre Filter"@en ;
    rdfs:subClassOf brick:Filter ;
    skos:definition "A filter installed in front of a more efficient filter to extend the life of the more expensive higher efficiency filter"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pre ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Filter,
        tag:Pre .

brick:Pre_Filter_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pre Filter Status"@en ;
    rdfs:subClassOf brick:Filter_Status ;
    skos:definition "Indicates if a prefilter needs to be replaced"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pre ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Filter,
        tag:Point,
        tag:Pre,
        tag:Status .

brick:Preheat_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Preheat Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "A command to activate preheating. Typically used to preheat cool air coming from a mixing box or economizer"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Preheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Preheat .

brick:Preheat_Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Preheat Demand Setpoint"@en ;
    rdfs:subClassOf brick:Demand_Setpoint ;
    skos:definition "Sets the rate required for preheat"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Preheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Demand,
        tag:Point,
        tag:Preheat,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Power .

brick:Preheat_Hot_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Preheat Hot Water System"@en ;
    rdfs:subClassOf brick:Hot_Water_System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Preheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Preheat,
        tag:System,
        tag:Water .

brick:Preheat_Hot_Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Preheat Hot Water Valve"@en ;
    rdfs:subClassOf brick:Hot_Water_Valve ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Preheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Hot,
        tag:Preheat,
        tag:Valve,
        tag:Water .

brick:Pressure owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined generic quantity 'Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Pressure' directly, or more specific QUDT/Brick quantities like qudt:QuantityKind/StaticPressure, qudt:QuantityKind/AtmosphericPressure, brick:Differential_Pressure, etc." ;
    brick:isReplacedBy qudtqk:Pressure .

brick:Pressurization_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressurization Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "A pressurization fan is a device used to increase and maintain higher air pressure in a specified space compared to its surroundings."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressurization ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:Pressurization .

brick:Private_Office a owl:Class,
        sh:NodeShape ;
    rdfs:label "Private Office"@en ;
    rdfs:subClassOf brick:Enclosed_Office ;
    owl:deprecated true ;
    skos:definition "An office devoted to a single individual, with walls and door"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enclosed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Private ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office" ;
    brick:hasAssociatedTag tag:Enclosed,
        tag:Location,
        tag:Office,
        tag:Private,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Office .

brick:Pump_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pump Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls or reports the speed of a pump (typically as a proportion of its full pumping capacity)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Pump .

brick:Pump_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pump On Off Status"@en ;
    rdfs:subClassOf brick:On_Off_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Off,
        tag:On,
        tag:Point,
        tag:Pump,
        tag:Status .

brick:Pump_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pump Room"@en ;
    rdfs:subClassOf brick:Mechanical_Room ;
    owl:deprecated true ;
    skos:definition "A mechanical room that houses pumps"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mechanical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Pump_Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Mechanical,
        tag:Pump,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Pump_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pump Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Status of a pump"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pump,
        tag:Status .

brick:Pump_VFD a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pump VFD"@en ;
    rdfs:subClassOf brick:Variable_Frequency_Drive ;
    skos:definition "Variable-frequency drive for pumps"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:VFD ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Pump,
        tag:VFD .

brick:Radiance owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Radiance' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Radiance' directly. For specific solar radiance, use brick:Solar_Radiance." ;
    brick:isReplacedBy qudtqk:Radiance .

brick:Radiant_Temperature a brick:Quantity ;
    rdfs:label "Radiant Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Temperature ;
    skos:definition "the uniform temperature of an imaginary enclosure in which the radiant heat transfer from the human body is equal to the radiant heat transfer in the actual non-uniform enclosure. (https://en.wikipedia.org/wiki/Mean_radiant_temperature)",
        "the uniform temperature of an imaginary enclosure in which the radiant heat transfer from the human body is equal to the radiant heat transfer in the actual non-uniform enclosure. (https://en.wikipedia.org/wiki/Mean_radiant_temperature)"@en .

brick:Radiation_Hot_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radiation Hot Water System"@en ;
    rdfs:subClassOf brick:Hot_Water_System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Radiation,
        tag:System,
        tag:Water .

brick:Radioactivity_Concentration owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Radioactivity_Concentration' is deprecated." .

brick:Radioactivity_Concentration_Sensor owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Radioactivity_Concentration_Sensor' is deprecated. Use Air_Quality_Sensor instead, or the provided sensor class for the specific kind or source of radioactivity (e.g. Radon gas)" ;
    brick:isReplacedBy brick:Air_Quality_Sensor .

brick:Radon_Concentration_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radon Concentration Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures the concentration of radioactivity due to radon"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Concentration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radon ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Concentration,
        tag:Point,
        tag:Radon,
        tag:Sensor ;
    brick:hasQuantity brick:Radon_Concentration ;
    brick:hasSubstance brick:Air .

brick:Rain_Duration_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rain Duration Sensor"@en ;
    rdfs:subClassOf brick:Duration_Sensor ;
    skos:definition "Measures the duration of precipitation within some time frame"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Duration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Duration,
        tag:Point,
        tag:Rain,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Time .

brick:Rain_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rain Level Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the amount of precipitation fallen"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:LengthObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ],
        [ a sh:PropertyShape ;
            sh:class bsh:LastKnownDoubleShape ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Rain,
        tag:Sensor ;
    brick:hasQuantity brick:Precipitation .

brick:Rain_Water_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rain Water Storage Tank"@en ;
    rdfs:subClassOf brick:Water_Storage_Tank ;
    skos:definition "A tank engineered to capture and store rainwater, usually for non-potable uses."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Rain,
        tag:Storage,
        tag:Water .

brick:Rated_Speed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rated Speed Setpoint"@en ;
    rdfs:subClassOf brick:Speed_Setpoint ;
    skos:definition "Sets rated speed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rated ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Rated,
        tag:Setpoint,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Reactive_Energy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reactive Energy Sensor"@en ;
    rdfs:subClassOf brick:Electric_Energy_Sensor ;
    skos:definition "Measures the integral of reactive power"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reactive ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Energy,
        tag:Point,
        tag:Reactive,
        tag:Sensor ;
    brick:hasQuantity brick:Reactive_Energy .

brick:Reactive_Power_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reactive Power Sensor"@en ;
    rdfs:subClassOf brick:Electric_Power_Sensor ;
    skos:definition "Measures the portion of power that, averaged over a complete cycle of the AC waveform, is due to stored energy which returns to the source in each cycle"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reactive ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Point,
        tag:Power,
        tag:Reactive,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ReactivePower .

brick:Reception a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reception"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space, usually in a lobby, where visitors to a building or space can go to after arriving at a building and inform building staff that they have arrived"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reception ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Reception" ;
    brick:hasAssociatedTag tag:Location,
        tag:Reception,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Reception .

brick:Refrigerant_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Refrigerant Level Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Point,
        tag:Refrigerant,
        tag:Sensor ;
    brick:hasQuantity brick:Level ;
    brick:hasSubstance brick:Refrigerant .

brick:Refrigeration_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Refrigeration System"@en ;
    rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ;
    skos:definition "System designed to remove heat from a space or substance, typically using a refrigerant in a closed loop"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Refrigeration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Refrigeration,
        tag:System .

brick:Reheat_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reheat Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "A command to activate reheating, which is used for either heating or for dehumidification purposes"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Reheat .

brick:Reheat_Hot_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reheat Hot Water System"@en ;
    rdfs:subClassOf brick:Hot_Water_System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Reheat,
        tag:System,
        tag:Water .

brick:Reheat_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reheat Valve"@en ;
    rdfs:subClassOf brick:Heating_Valve ;
    skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a reheat coil"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Reheat,
        tag:Valve .

brick:Relay a owl:Class,
        sh:NodeShape ;
    rdfs:label "Relay"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Relay> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "an electrically operated switch"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relay ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Relay .

brick:Relay_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Relay Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Commands to switch the relay"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relay ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Relay .

brick:Relief_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Relief Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relief ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Relief .

brick:Relief_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Relief Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "A fan that is a component of a Relief Air System, ensuring building doesn't become over-pressurised"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relief ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:Relief .

brick:Remotely_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Remotely On Off Status"@en ;
    rdfs:subClassOf brick:On_Off_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Remotely ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Off,
        tag:On,
        tag:Point,
        tag:Remotely,
        tag:Status .

brick:Retail_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Retail Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space set aside for retail in a larger establishment, e.g. a gift shop in a hospital"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Retail ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RetailRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Retail,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:RetailRoom .

brick:Return_Air_CO2_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air CO2 Sensor"@en ;
    rdfs:subClassOf brick:CO2_Sensor ;
    skos:definition "Measures the concentration of CO2 in return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CO2,
        tag:Point,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity brick:CO2_Concentration ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_CO2_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air CO2 Setpoint"@en ;
    rdfs:subClassOf brick:CO2_Setpoint ;
    skos:definition "Sets some property of CO2 in Return Air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CO2,
        tag:Point,
        tag:Return,
        tag:Setpoint ;
    brick:hasQuantity brick:CO2_Concentration .

brick:Return_Air_CO_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air CO Sensor"@en ;
    rdfs:subClassOf brick:CO_Sensor ;
    skos:definition "Measures the concentration of CO in return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CO,
        tag:Point,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity brick:CO_Concentration ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Dewpoint Sensor"@en ;
    rdfs:subClassOf brick:Dewpoint_Sensor ;
    skos:definition "Senses the dewpoint temperature of return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Dewpoint,
        tag:Point,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity qudtqk:DewPointTemperature ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in pressure between the return and supply side"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ;
    skos:definition "Sets the target air differential pressure between an upstream and downstream point in a return air duct or conduit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Return,
        tag:Setpoint ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Enthalpy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Enthalpy Sensor"@en ;
    rdfs:subClassOf brick:Air_Enthalpy_Sensor ;
    skos:definition "Measures the total heat content of return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Enthalpy,
        tag:Point,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Enthalpy ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Filter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Filter"@en ;
    rdfs:subClassOf brick:Filter ;
    skos:definition "Filters return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Filter,
        tag:Return .

brick:Return_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Point,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Grains_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Grains Sensor"@en ;
    rdfs:subClassOf brick:Air_Grains_Sensor ;
    skos:definition "Measures the mass of water vapor in return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Grains ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Grains,
        tag:Point,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity brick:GrainsOfMoisture ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    skos:definition "Measures the relative humidity of return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Point,
        tag:Relative,
        tag:Return,
        tag:Sensor ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Humidity setpoint for return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Point,
        tag:Return,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Plenum a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Plenum"@en ;
    rdfs:subClassOf brick:Air_Plenum ;
    skos:definition "A component of the HVAC the receives air from the room to recirculate or exhaust to or from the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plenum ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Plenum,
        tag:Return .

brick:Return_Air_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:High,
        tag:Point,
        tag:Reset,
        tag:Return,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Low,
        tag:Point,
        tag:Reset,
        tag:Return,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Return,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Chilled_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Return Chilled Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint,
        brick:Return_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Chilled_Water_Temperature_Setpoint .

brick:Return_Condenser_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Condenser_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Condenser_Water .

brick:Return_Condenser_Water_Flow_Sensor a owl:Class ;
    rdfs:label "Return Condenser Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Flow_Sensor,
        brick:Return_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Condenser_Water_Flow_Sensor .

brick:Return_Condenser_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Return Condenser Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Condenser_Water_Temperature_Sensor .

brick:Return_Condenser_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Return Condenser Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Condenser_Water_Temperature_Setpoint .

brick:Return_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "A damper that modulates the flow of return air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Return .

brick:Return_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "Fan moving return air -- air that is circulated from the building back into the HVAC system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:Return .

brick:Return_Heating_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Heating Valve"@en ;
    rdfs:subClassOf brick:Heating_Valve ;
    skos:definition "A valve installed on the return side of a heat exchanger"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Return,
        tag:Valve .

brick:Return_Hot_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Hot_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Hot_Water .

brick:Return_Hot_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Return Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Return_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Hot_Water_Temperature_Setpoint .

brick:Return_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Water .

brick:Reversing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reversing Valve"@en ;
    rdfs:subClassOf brick:Refrigerant_Valve ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reversing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:Liquid,
        tag:Refrigerant,
        tag:Reversing,
        tag:Valve .

brick:Riser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Riser"@en ;
    rdfs:subClassOf brick:Vertical_Space ;
    owl:deprecated true ;
    skos:definition "A vertical shaft indented for installing building infrastructure e.g., electrical wire, network communication wire, plumbing, etc"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Riser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vertical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Riser" ;
    brick:hasAssociatedTag tag:Location,
        tag:Riser,
        tag:Space,
        tag:Vertical ;
    brick:isReplacedBy rec:Room .

brick:Rooftop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rooftop"@en ;
    rdfs:subClassOf brick:Floor ;
    owl:deprecated true ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Floor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rooftop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RoofLevel" ;
    brick:hasAssociatedTag tag:Floor,
        tag:Location,
        tag:Rooftop ;
    brick:isReplacedBy rec:RoofLevel .

brick:Room_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Room Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Room,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Air .

brick:Run_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Run Enable Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Run ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Point,
        tag:Run .

brick:Run_Request_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Run Request Status"@en ;
    rdfs:subClassOf brick:Run_Status ;
    skos:definition "Indicates if a request has been filed to start a device or equipment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Request ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Run ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Request,
        tag:Run,
        tag:Status .

brick:Safety_Shower a owl:Class,
        sh:NodeShape ;
    rdfs:label "Safety Shower"@en ;
    rdfs:subClassOf brick:Emergency_Wash_Station ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shower ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wash ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Equipment,
        tag:Safety,
        tag:Shower,
        tag:Station,
        tag:Wash .

brick:Sash_Position_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Sash Position Sensor"@en ;
    rdfs:subClassOf brick:Position_Sensor ;
    skos:definition "Measures the current position of a sash in terms of the percent of fully open"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sash ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Position,
        tag:Sash,
        tag:Sensor ;
    brick:hasQuantity brick:Position .

brick:Schedule_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Schedule Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Setpoint ;
    skos:definition "The current setpoint as indicated by the schedule"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Schedule ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Schedule,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Sensor_Failure_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Sensor Failure Alarm"@en ;
    rdfs:subClassOf brick:Failure_Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Failure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Failure,
        tag:Point,
        tag:Sensor .

brick:Server_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Server Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Server ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Server ;
    brick:isReplacedBy rec:DataServerRoom .

brick:Shared_Office a owl:Class,
        sh:NodeShape ;
    rdfs:label "Shared Office"@en ;
    rdfs:subClassOf brick:Enclosed_Office ;
    owl:deprecated true ;
    skos:definition "An office used by multiple people"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enclosed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shared ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OfficeLandscape" ;
    brick:hasAssociatedTag tag:Enclosed,
        tag:Location,
        tag:Office,
        tag:Room,
        tag:Shared,
        tag:Space ;
    brick:isReplacedBy rec:OfficeLandscape .

brick:Short_Cycle_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Short Cycle Alarm"@en ;
    rdfs:subClassOf brick:Cycle_Alarm ;
    skos:definition "An alarm that indicates a short cycle occurred. A short cycle occurs when a cooling cycle is prevented from completing its full cycle"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cycle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Short ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Cycle,
        tag:Point,
        tag:Short .

brick:Shower a owl:Class,
        sh:NodeShape ;
    rdfs:label "Shower"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space containing showers, usually adjacent to an athletic or execise area"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shower ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ShowerRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Shower,
        tag:Space ;
    brick:isReplacedBy rec:ShowerRoom .

brick:Smoke_Detector a owl:Class,
        sh:NodeShape ;
    rdfs:label "Smoke Detector"@en ;
    rdfs:subClassOf brick:Fire_Safety_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Detector ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Smoke ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Detector,
        tag:Equipment,
        tag:Fire,
        tag:Safety,
        tag:Smoke .

brick:Soil_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Soil Temperature Sensor"@en ;
    rdfs:subClassOf brick:Temperature_Sensor ;
    skos:definition "Measures the temperature of soil"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Soil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Soil,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Soil .

brick:Solar_Azimuth_Angle_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Solar Azimuth Angle Sensor"@en ;
    rdfs:subClassOf brick:Angle_Sensor ;
    skos:definition "Measures the azimuth angle of the sun"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Angle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Azimuth ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Solar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Angle,
        tag:Azimuth,
        tag:Point,
        tag:Sensor,
        tag:Solar ;
    brick:hasQuantity qudtqk:Angle .

brick:Solar_Radiance a brick:Quantity ;
    rdfs:label "Solar Radiance"@en ;
    qudt:applicableUnit unit:W-PER-M2-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Radiance ;
    skos:definition "The amount of light that passes through or is emitted from the sun and falls within a given solid angle in a specified direction",
        "The amount of light that passes through or is emitted from the sun and falls within a given solid angle in a specified direction"@en .

brick:Solar_Radiance_Sensor a owl:Class ;
    rdfs:label "Solar Radiance Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    owl:deprecated true ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications." ;
    brick:isReplacedBy brick:Solar_Irradiance_Sensor .

brick:Solar_Zenith_Angle_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Solar Zenith Angle Sensor"@en ;
    rdfs:subClassOf brick:Angle_Sensor ;
    skos:definition "Measures the zenith angle of the sun"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Angle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Solar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zenith ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Angle,
        tag:Point,
        tag:Sensor,
        tag:Solar,
        tag:Zenith ;
    brick:hasQuantity qudtqk:Angle .

brick:Space_Heater a owl:Class,
        sh:NodeShape ;
    rdfs:label "Space Heater"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A heater used to warm the air in an enclosed area, such as a room or office"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heater ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heater,
        tag:Space .

brick:Speed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Speed Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "A command to set speed to a certain degree."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Speed .

brick:Speed_Reset_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Speed Reset Command"@en ;
    rdfs:subClassOf brick:Reset_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Reset,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Speed_Status a owl:Class ;
    rdfs:label "Speed Status"@en ;
    rdfs:subClassOf brick:Status ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Speed Status is no longer necessary. Use Speed Mode Status for motors with various categorical speed settings, such as low, medium, and high. To further clarify, points representing the current speed of a variable speed fan as an analog value or input, use Speed Sensor." ;
    brick:isReplacedBy brick:Speed_Mode_Status .

brick:Sports_Service_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Sports Service Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces used in the support of sports"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sports ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Sports_Service_Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Service,
        tag:Space,
        tag:Sports ;
    brick:isReplacedBy rec:ExerciseRoom .

brick:Stage_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Stage Enable Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "A point representing a discrete stage which the equipment should be operating at. The desired stage number should be identified by an entity property"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Point,
        tag:Stage .

brick:Stage_Riser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Stage Riser"@en ;
    rdfs:subClassOf brick:Furniture ;
    owl:deprecated true ;
    skos:definition "A low platform in a space or on a stage"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Furniture ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Riser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Stage_Riser" ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Furniture,
        tag:Riser,
        tag:Stage ;
    brick:isReplacedBy rec:Room .

brick:Stages_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Stages Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates which stage a control loop or equipment is in"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stages ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Stages,
        tag:Status .

brick:Staircase a owl:Class,
        sh:NodeShape ;
    rdfs:label "Staircase"@en ;
    rdfs:subClassOf brick:Vertical_Space ;
    owl:deprecated true ;
    skos:definition "A vertical space containing stairs"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Staircase ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vertical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Stairwell" ;
    brick:hasAssociatedTag tag:Location,
        tag:Space,
        tag:Staircase,
        tag:Vertical ;
    brick:isReplacedBy rec:Stairwell .

brick:Standby_CRAC a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby CRAC"@en ;
    rdfs:subClassOf brick:Computer_Room_Air_Conditioning ;
    skos:definition "A CRAC that is activated as part of a lead/lag operation or when an alarm occurs in a primary unit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CRAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CRAC,
        tag:Equipment,
        tag:Standby .

brick:Standby_Cooling_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Cooling Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Point,
        tag:Setpoint,
        tag:Standby,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Standby_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "Fan that is activated as part of a lead/lag operation or when a primary fan raises an alarm"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:Standby .

brick:Standby_Glycool_Unit_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Glycool Unit On Off Status"@en ;
    rdfs:subClassOf brick:Standby_Unit_On_Off_Status ;
    skos:definition "Indicates the on/off status of a standby glycool unit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Glycool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Glycool,
        tag:Off,
        tag:On,
        tag:Point,
        tag:Standby,
        tag:Status,
        tag:Unit .

brick:Standby_Heating_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Heating Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Standby,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Standby_Target_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Target Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Target_Zone_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Target ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Setpoint,
        tag:Standby,
        tag:Target,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Start_Stop_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Start Stop Command"@en ;
    rdfs:subClassOf brick:On_Off_Command ;
    skos:definition "A Start/Stop Command controls or reports the active/inactive status of a control sequence"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Start,
        tag:Stop .

brick:Static_Pressure owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Static_Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/StaticPressure' directly." ;
    brick:isReplacedBy qudtqk:StaticPressure .

brick:Static_Transfer_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Transfer Switch"@en ;
    rdfs:subClassOf brick:Automatic_Switch,
        brick:Transfer_Switch ;
    skos:definition "Similar to ATS, but utilises no moving parts in the switch to achieve much faster response times."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Transfer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Static,
        tag:Switch,
        tag:Transfer .

brick:Steam_Baseboard_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Baseboard Radiator"@en ;
    rdfs:subClassOf brick:Baseboard_Radiator,
        brick:Steam_Radiator ;
    skos:definition "Steam heating device located at or near the floor"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Baseboard ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Baseboard,
        tag:Equipment,
        tag:Radiator,
        tag:Steam .

brick:Steam_Distribution a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Distribution"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "Utilize a steam distribution source to represent how steam is distributed across multiple destinations"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Distribution ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Distribution,
        tag:Equipment,
        tag:Steam .

brick:Steam_On_Off_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam On Off Command"@en ;
    rdfs:subClassOf brick:On_Off_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Off,
        tag:On,
        tag:Point,
        tag:Steam .

brick:Steam_Pressure_Reducing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Pressure Reducing Valve"@en ;
    rdfs:subClassOf brick:Pressure_Reducing_Valve,
        brick:Steam_Valve ;
    skos:definition "Valve designed to reduce steam pressure from a high to a manageable level; maintains uniform steam outlet pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reducing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Reducing,
        tag:Steam,
        tag:Valve .

brick:Steam_Pressure_Relief_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Pressure Relief Valve"@en ;
    rdfs:subClassOf brick:Pressure_Relief_Valve,
        brick:Steam_Valve ;
    skos:definition "Valve designed to automatically relieve excessive steam pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relief ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Relief,
        tag:Steam,
        tag:Valve .

brick:Steam_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam System"@en ;
    rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ;
    skos:definition "The equipment, devices and conduits that handle the production and distribution of steam in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Steam,
        tag:System .

brick:Steam_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Usage Sensor"@en ;
    rdfs:subClassOf brick:Usage_Sensor ;
    skos:definition "Measures the amount of steam that is consumed or used, over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Steam,
        tag:Usage ;
    brick:hasQuantity qudtqk:Volume .

brick:Studio a owl:Class,
        sh:NodeShape ;
    rdfs:label "Studio"@en ;
    rdfs:subClassOf brick:Media_Room ;
    owl:deprecated true ;
    skos:definition "A room used for the production or media, usually with either a specialized set or a specialized sound booth for recording"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Media ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Studio ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RecordingRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Media,
        tag:Room,
        tag:Space,
        tag:Studio ;
    brick:isReplacedBy rec:RecordingRoom .

brick:Supply_Chilled_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Chilled_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water .

brick:Supply_Chilled_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Supply Chilled Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Chilled_Water_Temperature_Setpoint .

brick:Supply_Condenser_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Condenser_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water .

brick:Supply_Condenser_Water_Flow_Sensor a owl:Class ;
    rdfs:label "Supply Condenser Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Flow_Sensor,
        brick:Supply_Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water_Flow_Sensor .

brick:Supply_Condenser_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Supply Condenser Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor,
        brick:Supply_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Sensor .

brick:Supply_Condenser_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Supply Condenser Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Condenser_Water_Temperature_Setpoint .

brick:Supply_Hot_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Hot_Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water .

brick:Supply_Water a brick:Substance ;
    owl:deprecated true ;
    skos:broader brick:Water ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water .

brick:Surveillance_Camera a owl:Class,
        sh:NodeShape ;
    rdfs:label "Surveillance Camera"@en ;
    rdfs:subClassOf brick:Camera,
        brick:Video_Surveillance_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Camera ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surveillance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Video ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Camera,
        tag:Equipment,
        tag:Security,
        tag:Surveillance,
        tag:Video .

brick:Switch_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Switch Room"@en ;
    rdfs:subClassOf brick:Telecom_Room ;
    owl:deprecated true ;
    skos:definition "A telecommuncations room housing network switches"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:Switch,
        tag:Telecom ;
    brick:isReplacedBy rec:DataServerRoom .

brick:Switch_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Switch Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Status of a switch"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Status,
        tag:Switch .

brick:System_Shutdown_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "System Shutdown Status"@en ;
    rdfs:subClassOf brick:Status,
        brick:System_Status ;
    skos:definition "Indicates if a system has been shutdown"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shutdown ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Shutdown,
        tag:Status,
        tag:System .

brick:TETRA_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "TETRA Room"@en ;
    rdfs:subClassOf brick:Telecom_Room ;
    owl:deprecated true ;
    skos:definition "A room used for local two-way radio networks, e.g. the portable radios carried by facilities staff"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:TETRA ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for TETRA_Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:TETRA,
        tag:Telecom ;
    brick:isReplacedBy rec:TelecommunicationRoom .

brick:TVOC_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "TVOC Level Sensor"@en ;
    rdfs:subClassOf brick:TVOC_Sensor ;
    skos:definition "A sensor measuring the level of all VOCs in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:TVOC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Matter,
        tag:Particulate,
        tag:Point,
        tag:Sensor,
        tag:TVOC ;
    brick:hasQuantity brick:TVOC_Concentration .

brick:Tablet a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tablet"@en ;
    rdfs:subClassOf brick:ICT_Hardware ;
    skos:definition "A flat, handheld mobile computer, usually with a touchscreen"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hardware ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tablet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hardware,
        tag:ICT,
        tag:Tablet .

brick:Team_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Team Room"@en ;
    rdfs:subClassOf brick:Enclosed_Office ;
    owl:deprecated true ;
    skos:definition "An office used by multiple team members for specific work tasks. Distinct from Conference Room"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enclosed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Team ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:TeamRoom" ;
    brick:hasAssociatedTag tag:Enclosed,
        tag:Location,
        tag:Office,
        tag:Room,
        tag:Space,
        tag:Team ;
    brick:isReplacedBy rec:TeamRoom .

brick:Temperature owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined generic quantity 'Temperature' is deprecated for direct use. Use the equivalent QUDT quantity 'qudt:QuantityKind/Temperature' directly, or more specific Brick quantities like brick:Dry_Bulb_Temperature, brick:Wet_Bulb_Temperature, etc., which now subclass the QUDT quantity." ;
    brick:isReplacedBy qudtqk:Temperature .

brick:Temperature_Adjust_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Adjust Sensor"@en ;
    rdfs:subClassOf brick:Adjust_Sensor ;
    skos:definition "Measures user-provided adjustment of temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Adjust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Adjust,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity brick:Differential_Temperature .

brick:Temperature_Alarm_Sensitivity_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Alarm Sensitivity Parameter"@en ;
    rdfs:subClassOf brick:Alarm_Sensitivity_Parameter ;
    skos:definition "A parameter indicates the sensitivity to activate a temperature alarm."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensitivity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Parameter,
        tag:Point,
        tag:Sensitivity,
        tag:Temperature .

brick:Temperature_Tolerance_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Tolerance Parameter"@en ;
    rdfs:subClassOf brick:Temperature_Parameter,
        brick:Tolerance_Parameter ;
    skos:definition "A parameter determining the difference between upper and lower limits of temperature."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tolerance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Temperature,
        tag:Tolerance .

brick:Temporary_Occupancy_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temporary Occupancy Status"@en ;
    rdfs:subClassOf brick:Occupancy_Status ;
    skos:definition "For systems that differentiate between scheduled occupied/unoccupied mode, this indicates if a space is temporarily occupied when it would otherwise be unoccupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Occupancy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temporary ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Occupancy,
        tag:Point,
        tag:Status,
        tag:Temporary .

brick:Thermal_Energy owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Thermal_Energy' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/ThermalEnergy' directly." ;
    brick:isReplacedBy qudtqk:ThermalEnergy .

brick:Thermal_Energy_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermal Energy Usage Sensor"@en ;
    rdfs:subClassOf brick:Energy_Usage_Sensor ;
    skos:definition "A sensor that records the quantity of thermal energy consumed in a given period"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Point,
        tag:Sensor,
        tag:Thermal,
        tag:Usage ;
    brick:hasQuantity qudtqk:ThermalEnergy .

brick:Thermal_Expansion_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermal Expansion Valve"@en ;
    rdfs:subClassOf brick:Refrigerant_Metering_Device ;
    skos:definition "An type of metering device that automatically adjusts refrigerant flow based on temperature changes, using a sensing bulb"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Expansion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Metering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Modulating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Expansion,
        tag:Gas,
        tag:Liquid,
        tag:Metering,
        tag:Modulating,
        tag:Refrigerant,
        tag:Valve .

brick:Thermal_Power_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermal Power Meter"@en ;
    rdfs:subClassOf brick:Meter ;
    skos:definition "A standalone thermal power meter"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Meter,
        tag:Power,
        tag:Thermal .

brick:Thermostat_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermostat Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermostat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:ICT,
        tag:Thermostat .

brick:Thermostat_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermostat Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Status of a thermostat"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermostat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Status,
        tag:Thermostat .

brick:Thermostatic_Mixing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermostatic Mixing Valve"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Thermostatic_mixing_valve> ;
    rdfs:subClassOf brick:Mixing_Valve ;
    skos:definition "A valve that blends hot water with cold water to ensure constant, safe shower and bath outlet temperatures, preventing scalding."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mixed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Mixed,
        tag:Thermal,
        tag:Valve .

brick:Ticketing_Booth a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ticketing Booth"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "A room or space used to sell or distribute tickets to events at a venue"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Booth ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ticketing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Ticketing_Booth" ;
    brick:hasAssociatedTag tag:Booth,
        tag:Location,
        tag:Space,
        tag:Ticketing ;
    brick:isReplacedBy rec:Building .

brick:Time owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Time' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Time' directly." ;
    brick:isReplacedBy qudtqk:Time .

brick:Tint_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tint Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "The target level of window tint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Tint .

brick:Tint_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tint Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "The current level of window tint, errors, or transient states."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Status,
        tag:Tint .

brick:Touchpanel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Touchpanel"@en ;
    rdfs:subClassOf brick:Interface ;
    skos:definition "A switch used to operate all or part of a lighting installation that uses a touch-based mechanism (typically resistive or capacitive) rather than a mechanical actuator"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Interface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Touchpanel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Interface,
        tag:Touchpanel .

brick:Trace_Heat_Sensor owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Removed due to unclear definition" ;
    brick:isReplacedBy brick:Sensor .

brick:Transfer_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Transfer Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "A fan that transfers air from a space to another space."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Transfer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:Transfer .

brick:Transformer a owl:Class,
        sh:NodeShape ;
    rdfs:label "Transformer"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "A Transformer is usually fed by a high-voltage source and then steps down the voltage to a lower-voltage feed for low-voltage application (such as lights). Transformers also can step up voltage, but this generally does not apply to in building distribution."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Transformer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Transformer .

brick:Transformer_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Transformer Room"@en ;
    rdfs:subClassOf brick:Electrical_Room ;
    owl:deprecated true ;
    skos:definition "An electrical room where electricity enters and is transformed to different voltages and currents by the equipment contained in the room"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Transformer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ;
    brick:hasAssociatedTag tag:Electrical,
        tag:Location,
        tag:Room,
        tag:Service,
        tag:Space,
        tag:Transformer ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Tunnel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tunnel"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "An enclosed space that connects buildings. Often underground"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tunnel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Tunnel" ;
    brick:hasAssociatedTag tag:Location,
        tag:Space,
        tag:Tunnel ;
    brick:isReplacedBy rec:Room .

brick:Underfloor_Air_Plenum a owl:Class,
        sh:NodeShape ;
    rdfs:label "Underfloor Air Plenum"@en ;
    rdfs:subClassOf brick:Supply_Air_Plenum ;
    skos:definition "An open space between a structural concrete slab and the underside of a raised access floor system that connects to an air handling unit to receive conditioned and/or ventilating air before delivery to the room(s)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plenum ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Underfloor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Plenum,
        tag:Underfloor .

brick:Underfloor_Air_Plenum_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Underfloor Air Plenum Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Sensor ;
    skos:definition "Measures the outward push of air against the plenum surfaces and used to measure the resistance when air moves through the plenum"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plenum ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Underfloor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Plenum,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static,
        tag:Underfloor ;
    brick:hasQuantity qudtqk:Pressure .

brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Underfloor Air Plenum Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    skos:definition "Sets the underfloor air plenum static pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plenum ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Underfloor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Plenum,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Underfloor ;
    brick:hasQuantity qudtqk:StaticPressure .

brick:Underfloor_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Underfloor Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of underfloor air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Underfloor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Underfloor ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unit_Failure_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unit Failure Alarm"@en ;
    rdfs:subClassOf brick:Failure_Alarm ;
    skos:definition "An alarm that indicates the failure of an equipment or device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Failure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Failure,
        tag:Point,
        tag:Unit .

brick:Unoccupied_Air_Temperature_Cooling_Setpoint a owl:Class ;
    rdfs:label "Unoccupied Air Temperature Cooling Setpoint"@en ;
    rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Unoccupied_Air_Temperature_Cooling_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ;
    brick:isReplacedBy brick:Unoccupied_Cooling_Zone_Air_Temperature_Setpoint .

brick:Unoccupied_Air_Temperature_Heating_Setpoint a owl:Class ;
    rdfs:label "Unoccupied Air Temperature Heating Setpoint"@en ;
    rdfs:subClassOf brick:Unoccupied_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Unoccupied_Air_Temperature_Heating_Setpoint' is deprecated in favor of further specifying that it is a zone air setpoint." ;
    brick:isReplacedBy brick:Unoccupied_Heating_Zone_Air_Temperature_Setpoint .

brick:Unoccupied_Cooling_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Cooling Mode Status"@en ;
    rdfs:subClassOf brick:Cooling_Mode_Status,
        brick:Unoccupied_Mode_Status ;
    skos:definition "Indicates whether a system, device or control loop is in an unoccupied cooling mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Mode,
        tag:Point,
        tag:Status,
        tag:Unoccupied .

brick:Unoccupied_Cooling_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Cooling Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Deadband,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Cooling_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Cooling Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Heating_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Heating Mode Status"@en ;
    rdfs:subClassOf brick:Heating_Mode_Status,
        brick:Unoccupied_Mode_Status ;
    skos:definition "Indicates whether a system, device or control loop is in an unoccupied heating mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Mode,
        tag:Point,
        tag:Status,
        tag:Unoccupied .

brick:Unoccupied_Heating_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Heating Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Heating_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Heating Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Target humidity level when the location is unoccupied."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidity,
        tag:Point,
        tag:Setpoint,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:RelativeHumidity .

brick:Unoccupied_Return_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Return Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Return_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Point,
        tag:Return,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Room_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Room Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Room_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Point,
        tag:Room,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Zone_Air_Temperature_Setpoint a owl:Class ;
    rdfs:label "Unoccupied Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Unoccupied_Zone_Air_Temperature_Setpoint' is deprecated in favor of further specifying that it is a target setpoint" ;
    brick:isReplacedBy brick:Unoccupied_Target_Zone_Air_Temperature_Setpoint .

brick:VFD_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "VFD Enable Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Enables operation of a variable frequency drive"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:VFD ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Point,
        tag:VFD .

brick:VRF_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "VRF System"@en ;
    rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Variable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Refrigerant,
        tag:System,
        tag:Variable .

brick:Valve_Position_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Valve Position Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates that the valve position is not in a normal state."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Position,
        tag:Valve .

brick:Valve_Position_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Valve Position Command"@en ;
    rdfs:subClassOf brick:Position_Command,
        brick:Valve_Command ;
    skos:definition "Controls the position (the degree of openness) of a valve"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Position,
        tag:Valve ;
    brick:hasQuantity brick:Position .

brick:Valve_Position_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Valve Position Sensor"@en ;
    rdfs:subClassOf brick:Position_Sensor ;
    skos:definition "Measures the current position of a valve in terms of the percent of fully open"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Position,
        tag:Sensor,
        tag:Valve ;
    brick:hasQuantity brick:Position .

brick:Valve_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Valve Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "The current status of the valve."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Status,
        tag:Valve .

brick:Velocity_Pressure owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Velocity_Pressure' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/DynamicPressure' directly." ;
    brick:isReplacedBy qudtqk:DynamicPressure .

brick:Velocity_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Velocity Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Pressure_Setpoint ;
    skos:definition "Sets static veloicty pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Velocity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Velocity ;
    brick:hasQuantity qudtqk:Pressure .

brick:Vent_Operating_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Vent Operating Mode Status"@en ;
    rdfs:subClassOf brick:Operating_Mode_Status ;
    skos:definition "Indicates the current operating mode of a vent"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Operating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vent ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mode,
        tag:Operating,
        tag:Point,
        tag:Status,
        tag:Vent .

brick:Ventilation_Air_Flow_Ratio_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ventilation Air Flow Ratio Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Ventilation_Air_Flow_Ratio_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ratio ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ventilation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Limit,
        tag:Point,
        tag:Ratio,
        tag:Ventilation .

brick:Ventilation_Air_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ventilation Air System"@en ;
    rdfs:subClassOf brick:Air_System ;
    skos:definition "The equipment, devices, and conduits that handle the introduction and distribution of ventilation air in the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ventilation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:System,
        tag:Ventilation .

brick:Video_Intercom a owl:Class,
        sh:NodeShape ;
    rdfs:label "Video Intercom"@en ;
    rdfs:subClassOf brick:Intercom_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Intercom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Video ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Intercom,
        tag:Security,
        tag:Video .

brick:Visitor_Lobby a owl:Class,
        sh:NodeShape ;
    rdfs:label "Visitor Lobby"@en ;
    rdfs:subClassOf brick:Lobby ;
    owl:deprecated true ;
    skos:definition "A lobby for visitors to the building. Sometimes used to distinguish from an employee entrance looby"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lobby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Visitor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby" ;
    brick:hasAssociatedTag tag:Common,
        tag:Lobby,
        tag:Location,
        tag:Space,
        tag:Visitor ;
    brick:isReplacedBy rec:Lobby .

brick:Voltage owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Voltage' is deprecated. Use the equivalent QUDT quantity 'qudt:QuantityKind/Voltage' directly." ;
    brick:isReplacedBy qudtqk:Voltage .

brick:Voltage_Angle a brick:Quantity ;
    rdfs:label "Voltage Angle"@en ;
    qudt:applicableUnit unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Phasor_Angle ;
    skos:definition "Angle of voltage phasor",
        "Angle of voltage phasor"@en .

brick:Voltage_Imbalance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Voltage Imbalance Sensor"@en ;
    rdfs:subClassOf brick:Imbalance_Sensor ;
    skos:definition "A sensor which measures the voltage difference (imbalance) between phases of an electrical system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Imbalance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Imbalance,
        tag:Point,
        tag:Sensor,
        tag:Voltage ;
    brick:hasQuantity brick:Voltage_Imbalance .

brick:Voltage_Ratio_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Voltage Ratio Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets the ratio of voltage in a transformer"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ratio ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Point,
        tag:Ratio,
        tag:Setpoint,
        tag:Voltage ;
    brick:hasQuantity qudtqk:Voltage .

brick:Volume a brick:Quantity ;
    rdfs:label "Volume"@en ;
    qudt:applicableUnit unit:AC-FT,
        unit:AC-FT_US,
        unit:ANGSTROM3,
        unit:BBL,
        unit:BBL_UK_PET,
        unit:BU_US_DRY,
        unit:CentiM3,
        unit:DecaL,
        unit:DecaM3,
        unit:DeciL,
        unit:DeciM3,
        unit:FBM,
        unit:FT3,
        unit:FemtoL,
        unit:GI_UK,
        unit:GI_US,
        unit:GT,
        unit:HectoL,
        unit:IN3,
        unit:KiloCubicFT,
        unit:KiloL,
        unit:L,
        unit:M3,
        unit:MI3,
        unit:MI_UK3,
        unit:MegaL,
        unit:MicroL,
        unit:MicroM3,
        unit:MilliL,
        unit:MilliM3,
        unit:NT,
        unit:NanoL,
        unit:OZ_VOL_UK,
        unit:PINT,
        unit:PINT_UK,
        unit:PK_UK,
        unit:PicoL,
        unit:PlanckVolume,
        unit:QT_UK,
        unit:QT_US,
        unit:STANDARD,
        unit:STR,
        unit:TBSP,
        unit:TON_Register,
        unit:TON_SHIPPING_UK,
        unit:TON_SHIPPING_US,
        unit:TSP,
        unit:YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    brick:hasQUDTReference qudtqk:Volume .

brick:Wall_Air_Conditioner a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wall Air Conditioner"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A wall air conditioner, also known as a window air conditioner when installed in a window frame, is a self-contained unit that cools a room by drawing in warm air, cooling it over a refrigerant coil, and recirculating it back into the space."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Conditioner ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wall ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Conditioner,
        tag:Equipment,
        tag:Wall .

brick:Wall_Fan_Coil_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wall Fan Coil Unit"@en ;
    rdfs:subClassOf brick:Fan_Coil_Unit ;
    skos:definition "A wall-mounted fan coil unit used for individual room heating and cooling, often found in hotels, apartments, and offices"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:FCU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mounted ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wall ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Equipment,
        tag:FCU,
        tag:Fan,
        tag:Mounted,
        tag:Unit,
        tag:Wall .

brick:Wardrobe a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wardrobe"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "Storage for clothing, costumes, or uniforms"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wardrobe ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CloakRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:Wardrobe ;
    brick:isReplacedBy rec:CloakRoom .

brick:Warm_Cool_Adjust_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Warm Cool Adjust Sensor"@en ;
    rdfs:subClassOf brick:Adjust_Sensor ;
    skos:definition "User provided adjustment of zone temperature, typically in the range of +/- 5 degrees"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Adjust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Warm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Adjust,
        tag:Cool,
        tag:Point,
        tag:Sensor,
        tag:Warm ;
    brick:hasQuantity brick:Differential_Temperature .

brick:Warmest_Zone_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Warmest Zone Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Sensor ;
    skos:definition "The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor'"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Warmest ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Warmest,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Waste_Amount_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Waste Amount Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "A metric used for measuring the quantity of waste generated in a building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Amount ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Waste ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Amount,
        tag:Sensor,
        tag:Waste .

brick:Waste_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Waste Meter"@en ;
    rdfs:subClassOf brick:Meter ;
    skos:definition "A Waste Meter is used for tracking and categorizing various waste types in a building, aiding in waste management facilitating waste reduction, recycling, and disposal strategies."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Waste ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Meter,
        tag:Waste .

brick:Waste_Storage a owl:Class,
        sh:NodeShape ;
    rdfs:label "Waste Storage"@en ;
    rdfs:subClassOf brick:Storage_Room ;
    owl:deprecated true ;
    skos:definition "A room used for storing waste such as trash or recycling"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Waste ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:WasteManagementRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:Storage,
        tag:Waste ;
    brick:isReplacedBy rec:WasteManagementRoom .

brick:Water_Cooled_Chiller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Cooled Chiller"@en ;
    rdfs:subClassOf brick:Chiller ;
    skos:definition "A chiller system using water in the heat exchange process, employed in industrial or commercial facilities for cooling"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chiller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chiller,
        tag:Cooled,
        tag:Equipment,
        tag:Water .

brick:Water_Differential_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Differential Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Temperature_Setpoint ;
    skos:definition "Sets the target differential temperature between the start and end of a heat transfer cycle in a water circuit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Temperature ;
    brick:hasSubstance brick:Water .

brick:Water_Distribution a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Distribution"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "Utilize a water distribution source to represent how water is distributed across multiple destinations (pipes)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Distribution ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Distribution,
        tag:Equipment,
        tag:Water .

brick:Water_Loss_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Loss Alarm"@en ;
    rdfs:subClassOf brick:Water_Alarm ;
    skos:definition "An alarm that indicates a loss of water e.g. during transport"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loss ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Loss,
        tag:Point,
        tag:Water .

brick:Water_Pressure_Reducing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Pressure Reducing Valve"@en ;
    rdfs:subClassOf brick:Pressure_Reducing_Valve,
        brick:Water_Valve ;
    skos:definition "Valve specifically designed to reduce high water pressure to a usable level; maintains uniform water outlet pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reducing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Reducing,
        tag:Valve,
        tag:Water .

brick:Water_Pressure_Relief_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Pressure Relief Valve"@en ;
    rdfs:subClassOf brick:Pressure_Relief_Valve,
        brick:Water_Valve ;
    skos:definition "Valve designed to automatically relieve excessive water pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relief ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Relief,
        tag:Steam,
        tag:Valve .

brick:Water_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Pressure_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:Pressure .

brick:Water_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Tank"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "A space used to hold water. This will likely be deprecated in future releases of Brick for the sake of clarity w.r.t. equipment classification of tanks"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Water_Tank" ;
    brick:hasAssociatedTag tag:Location,
        tag:Space,
        tag:Tank,
        tag:Water ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Weather_Condition owl:deprecated true ;
    brick:deprecatedInVersion "1.4.4" ;
    brick:deprecationMitigationMessage "Brick-defined quantity 'Weather_Condition' is deprecated." .

brick:Weather_Station a owl:Class,
        sh:NodeShape ;
    rdfs:label "Weather Station"@en ;
    rdfs:seeAlso <https://bedes.lbl.gov/bedes-online/weather-station> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A dedicated weather measurement station"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Weather ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Station,
        tag:Weather .

brick:Wind_Direction_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wind Direction Sensor"@en ;
    rdfs:subClassOf brick:Direction_Sensor ;
    skos:definition "Measures the direction of wind in degrees relative to North"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Direction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wind ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Direction,
        tag:Point,
        tag:Sensor,
        tag:Wind ;
    brick:hasQuantity brick:Wind_Direction .

brick:Wind_Speed_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wind Speed Sensor"@en ;
    rdfs:subClassOf brick:Speed_Sensor ;
    skos:definition "Measured speed of wind, caused by air moving from high to low pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wind ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Speed,
        tag:Wind ;
    brick:hasQuantity brick:Linear_Speed .

brick:Workshop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Workshop"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space used to house equipment that can be used to repair or fabricate things"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Workshop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Workshop" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:Workshop ;
    brick:isReplacedBy rec:Workshop .

brick:Zone_Air_Conditioning_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Air Conditioning Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    skos:definition "Indicates the mode of AC for a zone"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Conditioning ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Conditioning,
        tag:Mode,
        tag:Point,
        tag:Status,
        tag:Zone .

brick:Zone_Air_Cooling_Temperature_Setpoint a owl:Class ;
    rdfs:label "Zone Air Cooling Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    skos:definition "The upper (cooling) setpoint for zone air temperature"@en ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Zone_Air_Cooling_Temperature_Setpoint' is deprecated to support new naming convention, which reorders intended behaviour (cooling) before the substance (zone air)." ;
    brick:isReplacedBy brick:Cooling_Zone_Air_Temperature_Setpoint .

brick:Zone_Air_Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Air Dewpoint Sensor"@en ;
    rdfs:subClassOf brick:Dewpoint_Sensor ;
    skos:definition "Measures dewpoint of zone air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Dewpoint,
        tag:Point,
        tag:Sensor,
        tag:Zone ;
    brick:hasQuantity qudtqk:DewPointTemperature ;
    brick:hasSubstance brick:Zone_Air .

brick:Zone_Air_Heating_Temperature_Setpoint a owl:Class ;
    rdfs:label "Zone Air Heating Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Zone_Air_Temperature_Setpoint ;
    owl:deprecated true ;
    skos:definition "The lower (heating) setpoint for zone air temperature"@en ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "'Zone_Air_Heating_Temperature_Setpoint' is deprecated to support new naming convention, whic reorders intended behaviour (heating) before the substance (zone air)" ;
    brick:isReplacedBy brick:Heating_Zone_Air_Temperature_Setpoint .

brick:Zone_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    skos:definition "Measures the relative humidity of zone air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Point,
        tag:Relative,
        tag:Sensor,
        tag:Zone ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Zone_Air .

brick:Zone_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    skos:definition "Humidity setpoint for zone air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Point,
        tag:Setpoint,
        tag:Zone ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Zone_Air .

brick:Zone_CO2_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone CO2 Level Sensor"@en ;
    rdfs:subClassOf brick:CO2_Level_Sensor ;
    skos:definition "A physical or virtual sensor which represents the CO2 level of an HVAC Zone"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO2,
        tag:Level,
        tag:Point,
        tag:Sensor,
        tag:Zone ;
    brick:hasQuantity brick:CO2_Concentration ;
    brick:hasSubstance brick:Air .

brick:Zone_Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Damper"@en ;
    rdfs:subClassOf brick:Damper ;
    skos:definition "Dampers open and close to regulate zone temperatures in an HVAC system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment,
        tag:Zone .

brick:Zone_Occupied_Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Occupied Load Shed Command"@en ;
    rdfs:subClassOf brick:Occupied_Load_Shed_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Occupied,
        tag:Point,
        tag:Shed,
        tag:Zone .

brick:Zone_Standby_Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Standby Load Shed Command"@en ;
    rdfs:subClassOf brick:Standby_Load_Shed_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Point,
        tag:Shed,
        tag:Standby,
        tag:Zone .

brick:Zone_Unoccupied_Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Unoccupied Load Shed Command"@en ;
    rdfs:subClassOf brick:Unoccupied_Load_Shed_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Point,
        tag:Shed,
        tag:Unoccupied,
        tag:Zone .

<https://brickschema.org/schema/Brick/ref> dcterms:creator ( [ a sdo:Person ;
                sdo:email "gtfierro@mines.edu"^^xsd:string ;
                sdo:name "Gabe Fierro"^^xsd:string ] ) ;
    dcterms:title "Ref Schema"^^xsd:string .

ref:BACnetReferenceShape a sh:NodeShape ;
    skos:definition "Infers a BACnetReference instance from the object of an hasExternalReference.",
        "Infers a BACnetReference instance from the object of an hasExternalReference."^^xsd:string ;
    sh:rule [ a sh:TripleRule ;
            sh:condition ref:BACnetReference ;
            sh:object ref:BACnetReference ;
            sh:predicate rdf:type ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:condition ref:BACnetReference ;
            sh:object ref:BACnetReference ;
            sh:predicate rdf:type ;
            sh:subject sh:this ] ;
    sh:targetObjectsOf ref:hasExternalReference .

ref:ExternalReferenceShape a sh:NodeShape ;
    sh:property [ sh:message "All ExternalReference must have an rdfs:label"^^xsd:string ;
            sh:minCount 1 ;
            sh:path rdfs:label ],
        [ sh:message "All ExternalReference must have an skos:definition"^^xsd:string ;
            sh:minCount 1 ;
            sh:path skos:definition ],
        [ sh:message "All ExternalReference must have an rdfs:label" ;
            sh:minCount 1 ;
            sh:path rdfs:label ],
        [ sh:message "All ExternalReference must have an skos:definition" ;
            sh:minCount 1 ;
            sh:path skos:definition ] ;
    sh:target [ a sh:SPARQLTarget ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """
    SELECT ?this WHERE {
     ?this rdfs:subClassOf+ ref:ExternalReference .
    }
    """^^xsd:string ],
        [ a sh:SPARQLTarget ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """
    SELECT ?this WHERE {
     ?this rdfs:subClassOf+ ref:ExternalReference .
    }
    """ ] .

ref:IFCReferenceShape a sh:NodeShape ;
    skos:definition "Infers a IFCReference instance from the object of an hasExternalReference.",
        "Infers a IFCReference instance from the object of an hasExternalReference."^^xsd:string ;
    sh:rule [ a sh:TripleRule ;
            sh:condition ref:IFCReference ;
            sh:object ref:IFCReference ;
            sh:predicate rdf:type ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:condition ref:IFCReference ;
            sh:object ref:IFCReference ;
            sh:predicate rdf:type ;
            sh:subject sh:this ] ;
    sh:targetObjectsOf ref:hasExternalReference .

ref:PreferredShape a sh:NodeShape ;
    sh:property [ sh:message "An entity can only have one 'preferred' External Reference"^^xsd:string ;
            sh:path ref:hasExternalReference ;
            sh:qualifiedMaxCount 1 ;
            sh:qualifiedValueShape [ sh:class ref:ExternalReference ;
                    sh:property [ sh:datatype xsd:boolean ;
                            sh:hasValue true ;
                            sh:path ref:preferred ] ] ],
        [ sh:message "An entity can only have one 'preferred' External Reference" ;
            sh:path ref:hasExternalReference ;
            sh:qualifiedMaxCount 1 ;
            sh:qualifiedValueShape [ sh:class ref:ExternalReference ;
                    sh:property [ sh:datatype xsd:boolean ;
                            sh:hasValue true ;
                            sh:path ref:preferred ] ] ] ;
    sh:targetSubjectsOf ref:hasExternalReference .

ref:TimeseriesReferenceShape a sh:NodeShape ;
    skos:definition "Infers a TimeseriesReference instance from the object of an hasExternalReference.",
        "Infers a TimeseriesReference instance from the object of an hasExternalReference."^^xsd:string ;
    sh:rule [ a sh:TripleRule ;
            sh:condition ref:TimeseriesReference ;
            sh:object ref:TimeseriesReference ;
            sh:predicate rdf:type ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:condition ref:TimeseriesReference ;
            sh:object ref:TimeseriesReference ;
            sh:predicate rdf:type ;
            sh:subject sh:this ] ;
    sh:targetObjectsOf ref:hasExternalReference .

ref:bacnet-read-property a owl:DatatypeProperty ;
    rdfs:label "bacnet-read-property",
        "bacnet-read-property"^^xsd:string ;
    rdfs:comment "The property of the BACnet object to read to get the current value of this entity.",
        "The property of the BACnet object to read to get the current value of this entity."^^xsd:string .

ref:hasTimeseriesReference a owl:ObjectProperty ;
    rdfs:label "hasTimeseriesReference",
        "hasTimeseriesReference"^^xsd:string ;
    rdfs:range ref:TimeseriesReference ;
    rdfs:subPropertyOf ref:hasExternalReference ;
    skos:definition "Metadata for accessing related timeseries data: Relates a data source (such as a Brick Point or 223 Property) to the TimeseriesReference that indicates where and how the data for this point is stored"@en .

bsh:Active_EnergyQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:W-HR unit:MegaW-HR unit:KiloW-HR ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:AddDefaultEVSEChargerDirection a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this brick:electricVehicleChargerDirectionality [ brick:value "unidirectional"^^xsd:string ]
        } WHERE {
            $this rdf:type brick:Electric_Vehicle_Charging_Station .
            FILTER NOT EXISTS {
                $this brick:electricVehicleChargerDirectionality ?direction .
            }
            FILTER NOT EXISTS {
                $this brick:hasPart ?port .
                ?port a brick:Electric_Vehicle_Charging_Port .
                ?port brick:electricVehicleChargerDirectionality ?other_direction .
            }
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Electric_Vehicle_Charging_Station .

bsh:Alternating_Current_FrequencyQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:GigaHZ unit:MegaHZ unit:KiloHZ unit:HZ ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Ammonia_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Apparent_EnergyQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:KiloV-A-HR unit:MegaV-A-HR unit:V-A-HR ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:BuildingMeterRule a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this rdf:type ?newtype .
        }
        WHERE {
            $this brick:meters ?bldg .
            ?bldg rdf:type/rdfs:subClassOf* brick:Building .
            $this rdf:type ?type .
            BIND(IRI(CONCAT("https://brickschema.org/schema/Brick#Building_", strafter(str(?type), "https://brickschema.org/schema/Brick#"))) as ?newtype) .
            FILTER (strEnds(str(?type), "_Meter"))
            FILTER (!strStarts(str(?type), "https://brickschema.org/schema/Brick#Building_"))
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Meter .

bsh:CO2_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:CO_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:CloudageQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:OKTA ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:CollectionIncludesEquipment a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this rec:includes ?eq .
        }
        WHERE {
            $this brick:hasPart ?eq .
            {
                ?eq rdf:type/rdfs:subClassOf* brick:Equipment .
            }
            UNION
            {
                ?eq rdf:type/rdfs:subClassOf* brick:Collection .
            }
            UNION
            {
                ?eq rdf:type/rdfs:subClassOf* brick:System .
            }
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Collection,
        brick:Equipment,
        brick:System .

bsh:Current_AngleQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Current_ImbalanceQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Current_Total_Harmonic_DistortionQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:DeciB_M unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:DeprecationInferenceForInstancesRule a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """CONSTRUCT {
$this a ?newClass .
}
WHERE {
$this a ?class .
?class owl:deprecated true .
?class brick:isReplacedBy ?newClass .
FILTER NOT EXISTS {$this a ?newClass}
}""" ;
            sh:message "Deprecated class is temporarily augmented by the new class" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Entity .

bsh:DeprecationRuleForInstances a sh:NodeShape ;
    sh:severity sh:Warning ;
    sh:sparql [ a sh:SPARQLConstraint ;
            sh:message "{$this} has type {?class} which was deprecated in version {?depver}. For now, it has been updated to also be of type {?newClass}." ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """SELECT $this ?class ?newClass ?depver WHERE {
$this a ?class .
?class owl:deprecated true .
?class brick:deprecatedInVersion ?depver .
?class brick:isReplacedBy ?newClass .
}""" ] ;
    sh:targetClass brick:Entity .

bsh:Differential_CO2_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Differential_CO_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Differential_Dynamic_PressureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:MicroBAR unit:N-PER-MilliM2 unit:CentiM_H2O_4DEG_C unit:PlanckPressure unit:LB_F-PER-IN2 unit:MilliM_HGA unit:BAR unit:LB_F-PER-FT2 unit:MicroPA unit:PDL-PER-FT2 unit:MilliM_H2O unit:HectoPA unit:KiloGM_F-PER-MilliM2 unit:FT_HG unit:KIP_F-PER-IN2 unit:FT_H2O_39dot2DEG_F unit:BARAD unit:GM_F-PER-CentiM2 unit:MilliBAR unit:MilliPA unit:KiloPA unit:PDL-PER-IN2 unit:KiloGM-PER-M-SEC2 unit:MegaPA unit:PA unit:PicoPA unit:CentiM_H2O unit:CentiM_HG_0DEG_C unit:IN_HG_60DEG_F unit:M_H2O unit:CentiM_HG unit:DeciBAR unit:KiloPA_A unit:TORR unit:KiloGM_F-PER-M2 unit:MilliM_HG unit:MegaPSI unit:GigaPA unit:IN_H2O unit:N-PER-M2 unit:KiloBAR unit:HectoBAR unit:PSI unit:MilliTORR unit:ATM_T unit:DYN-PER-CentiM2 unit:DecaPA unit:MicroATM unit:KiloN-PER-M2 unit:CentiBAR unit:KiloLB_F-PER-IN2 unit:MicroTORR unit:IN_H2O_60DEG_F unit:ATM unit:IN_HG unit:IN_HG_32DEG_F unit:N-PER-CentiM2 unit:BARYE unit:MegaBAR unit:IN_H2O_39dot2DEG_F unit:FT_H2O unit:KiloGM_F-PER-CentiM2 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Differential_Static_PressureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MicroBAR unit:N-PER-MilliM2 unit:CentiM_H2O_4DEG_C unit:PlanckPressure unit:MilliM_HGA unit:LB_F-PER-IN2 unit:BAR unit:LB_F-PER-FT2 unit:PDL-PER-FT2 unit:MicroPA unit:MilliM_H2O unit:HectoPA unit:KiloGM_F-PER-MilliM2 unit:KIP_F-PER-IN2 unit:FT_HG unit:IN_H2O_39dot2DEG_F unit:FT_H2O_39dot2DEG_F unit:BARAD unit:GM_F-PER-CentiM2 unit:MilliBAR unit:KiloPA unit:MilliPA unit:PDL-PER-IN2 unit:MegaPA unit:KiloGM-PER-M-SEC2 unit:PA unit:PicoPA unit:CentiM_H2O unit:IN_HG_60DEG_F unit:CentiM_HG_0DEG_C unit:M_H2O unit:CentiM_HG unit:DeciBAR unit:KiloPA_A unit:TORR unit:KiloGM_F-PER-M2 unit:MilliM_HG unit:MegaPSI unit:GigaPA unit:IN_H2O unit:N-PER-M2 unit:HectoBAR unit:KiloBAR unit:MilliTORR unit:ATM_T unit:DYN-PER-CentiM2 unit:DecaPA unit:MicroATM unit:KiloN-PER-M2 unit:CentiBAR unit:KiloLB_F-PER-IN2 unit:MicroTORR unit:IN_H2O_60DEG_F unit:ATM unit:IN_HG unit:IN_HG_32DEG_F unit:N-PER-CentiM2 unit:BARYE unit:MegaBAR unit:PSI unit:FT_H2O unit:KiloGM_F-PER-CentiM2 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Differential_TemperatureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:DEG_C unit:MilliK unit:MilliDEG_C unit:K unit:DecaK unit:MegaK unit:DEG_R unit:DEG_F unit:PlanckTemperature ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Dry_Bulb_TemperatureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:DEG_C unit:K unit:DEG_F ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Electric_EnergyQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:KiloV-A_Reactive-HR unit:V-A_Reactive-HR unit:MegaV-A-HR unit:MegaW-HR unit:J unit:V-A-HR unit:W-HR unit:KiloV-A-HR unit:MegaV-A_Reactive-HR unit:KiloW-HR ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:EquivalentPropertyRule a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
    ?s ?t2 ?o .
} WHERE {
    ?s $this ?o .
    { $this owl:equivalentProperty ?t2 }
    UNION
    { ?t2 owl:equivalentProperty $this }
}""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf owl:equivalentProperty .

bsh:Formaldehyde_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:GrainsOfMoistureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:GRAIN ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:InferInverseProperties a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
            CONSTRUCT {
$this ?invP ?o .
}
WHERE {
?o ?p $this .
?invP owl:inverseOf ?p .
}
			""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Entity .

bsh:InferInverseProperties2 a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
            CONSTRUCT {
$this ?p ?o .
}
WHERE {
?o ?invP $this .
?invP owl:inverseOf ?p .
}
			""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Entity .

bsh:InferRecValue a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
            CONSTRUCT {
$this rec:value ?v
}
WHERE {
$this brick:value ?v
}
			""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf brick:value .

bsh:InferSymmetricProperties a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
?o ?prop $this .
$this ?prop ?o .
}
WHERE {
  { $this ?prop ?o } UNION { ?o ?prop $this } .
  ?prop a owl:SymmetricProperty .
}
			""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Entity .

bsh:InheritEVSEChargerDirection a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this brick:electricVehicleChargerDirectionality ?direction
        } WHERE {
            $this rdf:type brick:Electric_Vehicle_Charging_Port .
            $this brick:isPartOf ?charger .
            ?charger a brick:Electric_Vehicle_Charging_Station .
            ?charger brick:electricVehicleChargerDirectionality ?direction .
            FILTER NOT EXISTS {
                $this brick:electricVehicleChargerDirectionality ?other_direction .
            }
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Electric_Vehicle_Charging_Port .

bsh:LastKnownBooleanShape a owl:Class,
        sh:NodeShape ;
    rdfs:subClassOf bsh:LastKnownValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "timestamp" ;
            sh:path brick:timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value" ;
            sh:path brick:value ] .

bsh:LastKnownDurationShape a owl:Class,
        sh:NodeShape ;
    rdfs:subClassOf bsh:LastKnownValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "timestamp" ;
            sh:path brick:timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:duration ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value" ;
            sh:path brick:value ] .

bsh:LastKnownIntegerShape a owl:Class,
        sh:NodeShape ;
    rdfs:subClassOf bsh:LastKnownValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "timestamp" ;
            sh:path brick:timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value" ;
            sh:path brick:value ] .

bsh:LevelQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MicroM unit:YD unit:M unit:KiloM unit:IN unit:CentiM unit:DeciM unit:MilliM unit:FT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Linear_SpeedQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:FT-PER-SEC unit:KiloM-PER-SEC unit:KiloM-PER-HR unit:FT-PER-HR unit:M-PER-HR unit:MI-PER-SEC unit:M-PER-SEC unit:MI-PER-HR ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:MeterInferSubclassBuildingMeter a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this rdf:type ?metertype .
        } WHERE {
            $this rdf:type/rdfs:subClassOf* brick:Building_Meter .
            $this brick:hasSubstance ?substance .
            ?metertype brick:hasSubstance ?substance .
            ?metertype rdfs:subClassOf+ brick:Building_Meter .
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Building_Meter .

bsh:MeterInferSubclassNonBuildingMeter a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this rdf:type ?metertype .
        } WHERE {
            $this rdf:type/rdfs:subClassOf* brick:Meter .
            $this brick:hasSubstance ?substance .
            ?metertype brick:hasSubstance ?substance .
            FILTER NOT EXISTS {
                $this rdf:type/rdf:subClassOf* brick:Building_Meter
            }
            MINUS {
                ?metertype rdfs:subClassOf* brick:Building_Meter .
            }
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Meter .

bsh:MeterInferSubstance a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this brick:hasSubstance ?substance .
        } WHERE {
            $this rdf:type ?meter .
            ?meter rdfs:subClassOf* brick:Meter .
            ?meter brick:hasSubstance ?substance .
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Meter .

bsh:MeterRelationshipRule a sh:NodeShape ;
    sh:property [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ;
            sh:path brick:meters ;
            sh:qualifiedMaxCount 0 ;
            sh:qualifiedValueShape [ sh:class brick:Meter ] ],
        [ sh:message "Relationship between meters is hasSubMeter/isSubMeterOf, not meters/isMeteredBy" ;
            sh:path brick:isMeteredBy ;
            sh:qualifiedMaxCount 0 ;
            sh:qualifiedValueShape [ sh:class brick:Meter ] ] ;
    sh:targetClass brick:Meter .

bsh:Methane_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:NO2_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:NamespaceDefinitionRule a sh:NodeShape ;
    sh:sparql [ a sh:SPARQLConstraint ;
            sh:message "URIs in the Brick namespace must have a class or be an instance of Substance, Quantity, or Tag." ;
            sh:prefixes <https://brickschema.org/schema/Brick> ;
            sh:select """
        PREFIX brick: <https://brickschema.org/schema/Brick#>
        PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
        PREFIX owl: <http://www.w3.org/2002/07/owl#>
        PREFIX sh: <http://www.w3.org/ns/shacl#>
        PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
            SELECT $this WHERE {
              FILTER NOT EXISTS { $this owl:deprecated true }
              FILTER(isIRI($this))
              FILTER(STRSTARTS(STR($this), "https://brickschema.org/schema/Brick#"))
              FILTER NOT EXISTS {
                { $this a owl:Class, sh:NodeShape ; rdfs:subClassOf* brick:Entity }
                UNION
                { $this a brick:Substance }
                UNION
                { $this a brick:Quantity }
                UNION
                { $this a brick:Tag }
                UNION
                { $this a brick:EntityProperty }
                UNION
                { $this a owl:ObjectProperty }
                UNION
                { $this a owl:DatatypeProperty }
                UNION
                { $this a rdf:Property }
                UNION
                { $this a sh:NodeShape }
                UNION
                { $this rdf:type/rdfs:subClassOf* brick:Relationship }
              }
            }
        """ ] ;
    sh:target [ a sh:SPARQLTarget ;
            sh:select """
            SELECT DISTINCT ?this WHERE {
              { ?this ?p ?o } UNION { ?s ?p ?this }
            }
        """ ] .

bsh:NamespaceDefinitionRuleProperty a sh:NodeShape ;
    sh:sparql [ a sh:SPARQLConstraint ;
            sh:message "Properties in the Brick namespace must be an instance of EntityProperty/Relationship and ObjectProperty/DatatypeProperty." ;
            sh:prefixes <https://brickschema.org/schema/Brick> ;
            sh:select """
        PREFIX brick: <https://brickschema.org/schema/Brick#>
        PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
        PREFIX owl: <http://www.w3.org/2002/07/owl#>
            SELECT $this WHERE {
              FILTER NOT EXISTS { $this owl:deprecated true }
              FILTER(isIRI($this))
              FILTER(STRSTARTS(STR($this), "https://brickschema.org/schema/Brick#"))
              FILTER NOT EXISTS {
                { $this a brick:Relationship }
                UNION
                { $this a brick:EntityProperty }
                { $this a owl:ObjectProperty }
                UNION
                { $this a owl:DatatypeProperty }
              }
            }
        """ ] ;
    sh:target [ a sh:SPARQLTarget ;
            sh:select """
            SELECT DISTINCT ?this WHERE {
              ?s ?this ?o
            }
        """ ] .

bsh:OWLEquivalentClassRule1 a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
    ?s a ?t2 .
} WHERE {
    ?s a $this .
    { ?t2 owl:equivalentClass $this }
    UNION
    { $this owl:equivalentClass ?t2 }
}""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf owl:equivalentClass .

bsh:OWLEquivalentClassRule2 a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
    ?s a ?t2 .
} WHERE {
    ?s a $this .
    { ?t2 owl:equivalentClass $this }
    UNION
    { $this owl:equivalentClass ?t2 }
}""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetObjectsOf owl:equivalentClass .

bsh:ObjectDatatypePropertyDisjoint a sh:NodeShape ;
    sh:message "Object and Datatype properties must be disjoint." ;
    sh:targetClass owl:DatatypeProperty,
        owl:ObjectProperty ;
    sh:xone ( [ sh:class owl:ObjectProperty ] [ sh:class owl:DatatypeProperty ] ) .

bsh:Occupancy_PercentageQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:OneLastKnownValuePerEntity a sh:NodeShape ;
    sh:property [ sh:maxCount 1 ;
            sh:message "Only one last known value per entity is allowed" ;
            sh:path brick:lastKnownValue ] ;
    sh:targetSubjectsOf brick:lastKnownValue .

bsh:Operative_TemperatureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:DEG_C unit:K unit:DEG_F ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Ozone_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:PM10_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:PM1_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:PM2.5_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Phasor_AngleQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Phasor_MagnitudeQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:PointsHaveQuantityKinds a sh:NodeShape ;
    sh:property [ sh:class qudt:QuantityKind ;
            sh:message "Brick Points should have associated quantity kinds" ;
            sh:minCount 1 ;
            sh:path brick:hasQuantity ] ;
    sh:target [ a sh:SPARQLTarget ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """
          SELECT ?this
          WHERE {
            ?this rdfs:subClassOf+ brick:Sensor .
            FILTER NOT EXISTS { ?class owl:deprecated true }
          }
        """ ],
        [ a sh:SPARQLTarget ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """
          SELECT ?this
          WHERE {
            ?this rdfs:subClassOf+ brick:Setpoint .
            FILTER NOT EXISTS { ?class owl:deprecated true }
          }
        """ ] .

bsh:PositionQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:PrecipitationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:MicroM unit:YD unit:M unit:KiloM unit:IN unit:CentiM unit:DeciM unit:MilliM unit:FT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:RDFSRangeRule a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
    ?val a ?shape .
} WHERE {
    $this rdfs:range ?shape .
    ?shape a sh:NodeShape .
    ?ent $this ?val .
    FILTER NOT EXISTS { ?val a ?shape }
}""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf rdfs:range .

bsh:RDFSSubPropertyOfRuleForEntityProperties a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
            CONSTRUCT {
                ?s ?super ?skolemized .
                ?skolemized ?ep ?eo .
            } WHERE {
                $this rdfs:subPropertyOf+ ?super .
                ?super a brick:EntityProperty .
                $this a brick:EntityProperty .
                ?s $this ?o .
                BIND(IF(isBlank(?o), IRI(CONCAT("urn:skolem:", STRUUID())), ?o) AS ?skolemized)
                ?o ?ep ?eo .
            }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf rdfs:subPropertyOf .

bsh:Radiant_TemperatureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:DEG_C unit:K unit:DEG_F ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Radon_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:BQ-PER-M3 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Reactive_EnergyQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:MegaV-A_Reactive-HR unit:KiloV-A_Reactive-HR unit:V-A_Reactive-HR ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Rotational_SpeedQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:RAD-PER-SEC unit:RAD-PER-MIN unit:DEG-PER-HR unit:RAD-PER-HR unit:DEG-PER-SEC unit:DEG-PER-MIN ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:SensorInheritQuantityKind a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT {
            $this brick:hasQuantity ?quantity .
        } WHERE {
            $this rdfs:subClassOf+ ?parent .
            ?parent brick:hasQuantity ?quantity .
            FILTER NOT EXISTS {
                $this brick:hasQuantity ?quantity .
            }
        }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:target [ a sh:SPARQLTarget ;
            sh:select """
        PREFIX brick: <https://brickschema.org/schema/Brick#>
        PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
            SELECT DISTINCT ?this WHERE {
              ?this rdfs:subClassOf+ brick:Sensor
            }
        """ ] .

bsh:Solar_IrradianceQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:W-PER-M2 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:Solar_RadianceQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:W-PER-M2-SR ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:SpeedQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MegaHZ-M unit:MicroM-PER-SEC unit:RAD-PER-SEC unit:RAD-PER-MIN unit:MI-PER-HR unit:MicroM-PER-MIN unit:YD-PER-HR unit:FT-PER-SEC unit:IN-PER-YR unit:GigaHZ-M unit:RAD-PER-HR unit:FT3-PER-MIN-FT2 unit:DEG-PER-SEC unit:KiloM-PER-SEC unit:BFT unit:KiloM-PER-HR unit:FT-PER-HR unit:M-PER-HR unit:MI-PER-SEC unit:YD-PER-SEC unit:M-PER-SEC unit:YD-PER-MIN unit:DEG-PER-HR unit:DEG-PER-MIN unit:HZ-M ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:SubPropertyOfRule a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
   ?s ?t2 ?o .
} WHERE {
    ?s $this ?o .
    { $this rdfs:subPropertyOf ?t2 }
}""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf rdfs:subPropertyOf .

bsh:TVOC_ConcentrationQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PPM unit:PPB unit:MicroGM-PER-M3 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:TagInferenceRule a sh:NodeShape ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
CONSTRUCT {
$this brick:hasTag ?tag .
} WHERE {
    $this rdf:type/rdfs:subClassOf* ?class .
    ?class brick:hasAssociatedTag ?tag .
}""" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetClass brick:Entity .

bsh:TimeseriesReferenceOnPointsConstraint a sh:NodeShape ;
    sh:sparql [ a sh:SPARQLConstraint ;
            sh:message "Only Brick Points can have external timeseries references" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """
            SELECT $this
            WHERE {
                $this ref:hasExternalReference ?ref .
                ?ref rdf:type ref:TimeseriesReference .
                FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Point }
            }
        """ ] ;
    sh:targetSubjectsOf ref:hasExternalReference .

bsh:VirtualMeterRule a sh:NodeShape ;
    sh:sparql [ a sh:SPARQLConstraint ;
            sh:message "Only meters can have the isVirtualMeter property be true" ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ;
            sh:select """
            SELECT $this WHERE {
                $this brick:isVirtualMeter/brick:value true .
                FILTER NOT EXISTS { $this rdf:type/rdfs:subClassOf* brick:Meter } .
            }
        """ ] ;
    sh:targetClass brick:Entity .

bsh:Voltage_AngleQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Voltage_ImbalanceQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:VolumeQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:DecaM3 unit:L unit:BBL unit:YD3 unit:GT unit:HectoL unit:KiloL unit:NT unit:AC-FT_US unit:MI3 unit:TON_SHIPPING_US unit:GI_US unit:TSP unit:BBL_UK_PET unit:FT3 unit:ANGSTROM3 unit:NanoL unit:MilliL unit:IN3 unit:MicroL unit:PicoL unit:STR unit:QT_UK unit:STANDARD unit:PINT_UK unit:PlanckVolume unit:CentiM3 unit:MilliM3 unit:GI_UK unit:FBM unit:QT_US unit:DeciL unit:PK_UK unit:TON_Register unit:MicroM3 unit:OZ_VOL_UK unit:M3 unit:MI_UK3 unit:AC-FT unit:MegaL unit:DeciM3 unit:DecaL unit:TBSP unit:KiloCubicFT unit:TON_SHIPPING_UK unit:PINT unit:FemtoL unit:BU_US_DRY ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Wet_Bulb_TemperatureQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:DEG_C unit:K unit:DEG_F ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:Wind_DirectionQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:RAD unit:REV unit:GRAD unit:DEG unit:GON unit:ARCSEC unit:ARCMIN unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:aggregationFunctionShape a sh:PropertyShape ;
    sh:path brick:aggregationFunction .

bsh:ambientTemperatureOfMeasurementShape a sh:PropertyShape ;
    sh:path brick:ambientTemperatureOfMeasurement .

bsh:connectedToShape a sh:PropertyShape ;
    sh:path brick:connectedTo .

bsh:deprecatedInVersionShape a sh:PropertyShape ;
    sh:class xsd:string ;
    sh:path brick:deprecatedInVersion .

bsh:deprecationMitigationMessageShape a sh:PropertyShape ;
    sh:class xsd:string ;
    sh:path brick:deprecationMitigationMessage .

bsh:deprecationMitigationRuleShape a sh:PropertyShape ;
    sh:or ( [ sh:class sh:PropertyShape ] ) ;
    sh:path brick:deprecationMitigationRule .

bsh:deprecationShape a sh:PropertyShape ;
    sh:or ( [ sh:class bsh:DeprecationRule ] ) ;
    sh:path brick:deprecation .

bsh:feedsShape a sh:PropertyShape ;
    sh:path brick:feeds .

bsh:hasAmbientTemperatureShape a sh:PropertyShape ;
    sh:path brick:hasAmbientTemperature .

bsh:hasHotColdDeck a sh:NodeShape ;
    sh:property [ sh:message "DDAHU must have a brick:Hot_Deck" ;
            sh:path brick:hasPart ;
            sh:qualifiedMaxCount 1 ;
            sh:qualifiedMinCount 1 ;
            sh:qualifiedValueShape [ sh:class brick:Hot_Deck ] ;
            sh:qualifiedValueShapesDisjoint true ],
        [ sh:message "DDAHU must have a brick:Cold_Deck" ;
            sh:path brick:hasPart ;
            sh:qualifiedMaxCount 1 ;
            sh:qualifiedMinCount 1 ;
            sh:qualifiedValueShape [ sh:class brick:Cold_Deck ] ;
            sh:qualifiedValueShapesDisjoint true ] ;
    sh:targetClass brick:DDAHU .

bsh:hasPartShape a sh:PropertyShape ;
    sh:path brick:hasPart .

bsh:hasQuantity a sh:NodeShape ;
    sh:class qudt:QuantityKind ;
    sh:targetObjectsOf brick:hasQuantity .

bsh:hasSubstance a sh:NodeShape ;
    sh:class brick:Substance ;
    sh:targetObjectsOf brick:hasSubstance .

bsh:isFedByShape a sh:PropertyShape ;
    sh:path brick:isFedBy .

bsh:isPartOfShape a sh:PropertyShape ;
    sh:path brick:isPartOf .

<https://w3id.org/rec> rdfs:label "RealEstateCore"^^xsd:string ;
    owl:versionInfo "4.0"^^xsd:string .

rec:AssetCollection a sh:NodeShape .

rec:ICTRack owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Rack" ;
    brick:isReplacedBy brick:ICT_Rack .

rec:ICT_Equipment owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Equipment" ;
    brick:isReplacedBy brick:ICT_Equipment .

rec:ICT_Hardware owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:ICT_Hardware" ;
    brick:isReplacedBy brick:ICT_Hardware .

rec:Network_Router owl:deprecated true ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Network_Router" ;
    brick:isReplacedBy brick:Network_Router .

rec:substance a owl:AnnotationProperty ;
    rdfs:label "substance",
        "substance"^^xsd:string ;
    rdfs:domain rec:feeds,
        rec:isFedBy ;
    rdfs:range [ a rdfs:Datatype ;
            owl:oneOf ( "ACElec"^^xsd:string "Air"^^xsd:string "BlowdownWater"^^xsd:string "ChilledWater"^^xsd:string "ColdDomesticWater"^^xsd:string "Condensate"^^xsd:string "CondenserWater"^^xsd:string "DCElec"^^xsd:string "Diesel"^^xsd:string "DriveElec"^^xsd:string "Ethernet"^^xsd:string "ExhaustAir"^^xsd:string "Freight"^^xsd:string "FuelOil"^^xsd:string "Gasoline"^^xsd:string "GreaseExhaustAir"^^xsd:string "HotDomesticWater"^^xsd:string "HotWater"^^xsd:string "IrrigationWater"^^xsd:string "Light"^^xsd:string "MakeupWater"^^xsd:string "NaturalGas"^^xsd:string "NonPotableDomesticWater"^^xsd:string "OutsideAir"^^xsd:string "People"^^xsd:string "Propane"^^xsd:string "RecircHotDomesticWater"^^xsd:string "Refrig"^^xsd:string "ReturnAir"^^xsd:string "SprinklerWater"^^xsd:string "Steam"^^xsd:string "StormDrainage"^^xsd:string "SupplyAir"^^xsd:string "TransferAir"^^xsd:string "WasteVentDrainage"^^xsd:string "Water"^^xsd:string ) ],
        [ a rdfs:Datatype ;
            owl:oneOf ( "ACElec" "Air" "BlowdownWater" "ChilledWater" "ColdDomesticWater" "Condensate" "CondenserWater" "DCElec" "Diesel" "DriveElec" "Ethernet" "ExhaustAir" "Freight" "FuelOil" "Gasoline" "GreaseExhaustAir" "HotDomesticWater" "HotWater" "IrrigationWater" "Light" "MakeupWater" "NaturalGas" "NonPotableDomesticWater" "OutsideAir" "People" "Propane" "RecircHotDomesticWater" "Refrig" "ReturnAir" "SprinklerWater" "Steam" "StormDrainage" "SupplyAir" "TransferAir" "WasteVentDrainage" "Water" ) ] .

bacnet:AbortPDU a sh:NodeShape ;
    rdfs:label "AbortPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:original-invoke-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:server ],
        [ a sh:PropertyShape ;
            sh:hasValue 7 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AbortReasonEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:abort-reason ] .

bacnet:AccumulatorRecord a sh:NodeShape ;
    rdfs:label "AccumulatorRecord"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:accumulated-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:present-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:accumulator-status ] .

bacnet:AcknowledgeAlarmRequest a sh:NodeShape ;
    rdfs:label "AcknowledgeAlarmRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state-acknowledged ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-of-acknowledgment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:acknowledging-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:acknowledgment-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ] .

bacnet:ActionCommand a sh:NodeShape ;
    rdfs:label "ActionCommand"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:post-delay ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only when property is commandable"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:quit-on-failure ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:write-successful ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:ActionList a sh:NodeShape ;
    rdfs:label "ActionList"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:action ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ActionCommand ;
                        sh:path ( bacnet:action [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:action ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:action ] ] ) .

bacnet:AddListElementRequest a sh:NodeShape ;
    rdfs:label "AddListElementRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-elements ] .

bacnet:AssignedAccessRights a sh:NodeShape ;
    rdfs:label "AssignedAccessRights"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:assigned-access-rights ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ] .

bacnet:AssignedLandingCalls a sh:NodeShape ;
    rdfs:label "AssignedLandingCalls"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:landing-calls ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AssignedLandingCalls.LandingCallsSequence ;
                        sh:path ( bacnet:landing-calls [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:landing-calls ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:landing-calls ] ] ) .

bacnet:AtomicReadFileACK a sh:NodeShape ;
    rdfs:label "AtomicReadFileACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:AtomicReadFileACK.AccessMethod ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-method ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:end-of-file ] .

bacnet:AtomicReadFileACK.AccessMethod a sh:NodeShape ;
    rdfs:label "AtomicReadFileACK.AccessMethod"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicReadFileACK.AccessMethod.StreamAccess ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicReadFileACK.AccessMethod.RecordAccess ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:record-access ] ] ) .

bacnet:AtomicReadFileACK.AccessMethod.RecordAccess a sh:NodeShape ;
    rdfs:label "AtomicReadFileACK.AccessMethod.RecordAccess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-start-record ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-record-data ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:returned-record-count ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:hexBinary ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:file-record-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:file-record-data ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:file-record-data ] ] ) .

bacnet:AtomicReadFileACK.AccessMethod.StreamAccess a sh:NodeShape ;
    rdfs:label "AtomicReadFileACK.AccessMethod.StreamAccess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-start-position ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-data ] .

bacnet:AtomicReadFileRequest a sh:NodeShape ;
    rdfs:label "AtomicReadFileRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:AtomicReadFileRequest.AccessMethod ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-method ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:AtomicReadFileRequest.AccessMethod a sh:NodeShape ;
    rdfs:label "AtomicReadFileRequest.AccessMethod"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicReadFileRequest.AccessMethod.StreamAccess ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicReadFileRequest.AccessMethod.RecordAccess ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:record-access ] ] ) .

bacnet:AtomicReadFileRequest.AccessMethod.RecordAccess a sh:NodeShape ;
    rdfs:label "AtomicReadFileRequest.AccessMethod.RecordAccess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-start-record ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:requested-record-count ] .

bacnet:AtomicReadFileRequest.AccessMethod.StreamAccess a sh:NodeShape ;
    rdfs:label "AtomicReadFileRequest.AccessMethod.StreamAccess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-start-position ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:requested-octet-count ] .

bacnet:AtomicWriteFileACK a sh:NodeShape ;
    rdfs:label "AtomicWriteFileACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:file-start-position ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:file-start-record ] ] ) .

bacnet:AtomicWriteFileRequest a sh:NodeShape ;
    rdfs:label "AtomicWriteFileRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AtomicWriteFileRequest.AccessMethod ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-method ] .

bacnet:AtomicWriteFileRequest.AccessMethod a sh:NodeShape ;
    rdfs:label "AtomicWriteFileRequest.AccessMethod"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicWriteFileRequest.AccessMethod.StreamAccess ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:stream-access ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicWriteFileRequest.AccessMethod.RecordAccess ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:record-access ] ] ) .

bacnet:AtomicWriteFileRequest.AccessMethod.RecordAccess a sh:NodeShape ;
    rdfs:label "AtomicWriteFileRequest.AccessMethod.RecordAccess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-start-record ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:record-count ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-record-data ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:hexBinary ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:file-record-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:file-record-data ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:file-record-data ] ] ) .

bacnet:AtomicWriteFileRequest.AccessMethod.StreamAccess a sh:NodeShape ;
    rdfs:label "AtomicWriteFileRequest.AccessMethod.StreamAccess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-start-position ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:file-data ] .

bacnet:AuditLogQueryParameters.BySource a sh:NodeShape ;
    rdfs:label "AuditLogQueryParameters.BySource"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:source-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:source-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:successful-actions-only ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Address ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:source-device-address ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:operations ] ] ) .

bacnet:AuditLogQueryParameters.ByTarget a sh:NodeShape ;
    rdfs:label "AuditLogQueryParameters.ByTarget"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:successful-actions-only ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:target-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:operations ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-array-index ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Address ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-device-address ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AuditOperationFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:operations [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:operations ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:operations ] ] ) .

bacnet:AuditLogRecord.LogDatum a sh:NodeShape ;
    rdfs:label "AuditLogRecord.LogDatum"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-status ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:log-status ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AuditNotification ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:audit-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time-change ] ] ) .

bacnet:AuditNotification a sh:NodeShape ;
    rdfs:label "AuditNotification"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:invoke-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:source-comment ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:result ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-property ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:source-timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:source-object ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Recipient ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:source-device ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:current-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-comment ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditOperationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:operation ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:source-user-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-object ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-timestamp ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Recipient ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:target-device ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:source-user-role ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-value ] .

bacnet:AuthenticationFactorFormat a sh:NodeShape ;
    rdfs:label "AuthenticationFactorFormat"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-format ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationFactorTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:format-type ] .

bacnet:AuthenticationPolicy a sh:NodeShape ;
    rdfs:label "AuthenticationPolicy"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timeout ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:order-enforced ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:policy ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:AuthenticationPolicy.PolicySequence ;
                        sh:path ( bacnet:policy [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:policy ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:policy ] ] ) .

bacnet:BDTEntry a sh:NodeShape ;
    rdfs:label "BDTEntry"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:HostNPort ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:bbmd-address ],
        [ a sh:PropertyShape ;
            bacnet:comment "shall be present if Bacnet/IP, and absent for BACnet/IPv6"@en ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:broadcast-mask ] .

bacnet:COVMultipleSubscription a sh:NodeShape ;
    rdfs:label "COVMultipleSubscription"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-notification-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-cov-subscription-specifications ],
        [ a sh:PropertyShape ;
            sh:class bacnet:RecipientProcess ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence ;
                        sh:path ( bacnet:list-of-cov-subscription-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-cov-subscription-specifications ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-cov-subscription-specifications ] ] ) .

bacnet:COVSubscription a sh:NodeShape ;
    rdfs:label "COVSubscription"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:RecipientProcess ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-property-reference ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with monitored properties with a numeric datatype"@en ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ] .

bacnet:ComplexACKPDU a sh:NodeShape ;
    rdfs:label "ComplexACKPDU"^^xsd:string ;
    bacnet:comment ""@en ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-ack-choice ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:more-follows ],
        [ a sh:PropertyShape ;
            bacnet:comment "only if segmented messages"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:sequence-number ],
        [ a sh:PropertyShape ;
            sh:hasValue 3 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:invoke-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:segmented-message ],
        [ a sh:PropertyShape ;
            bacnet:comment "only if segmented messages"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:proposed-window-size ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedServiceACK ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-ack ] .

bacnet:ConfirmedCOVNotificationMultipleRequest a sh:NodeShape ;
    rdfs:label "ConfirmedCOVNotificationMultipleRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:timestamp ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:initiating-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-cov-notifications ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence ;
                        sh:path ( bacnet:list-of-cov-notifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-cov-notifications ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-cov-notifications ] ] ) .

bacnet:ConfirmedCOVNotificationRequest a sh:NodeShape ;
    rdfs:label "ConfirmedCOVNotificationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:initiating-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-values ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyValue ;
                        sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-values ] ] ) .

bacnet:ConfirmedPrivateTransferACK a sh:NodeShape ;
    rdfs:label "ConfirmedPrivateTransferACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:result-block ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-number ] .

bacnet:ConfirmedPrivateTransferError a sh:NodeShape ;
    rdfs:label "ConfirmedPrivateTransferError"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:error-parameters ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-number ] .

bacnet:ConfirmedPrivateTransferRequest a sh:NodeShape ;
    rdfs:label "ConfirmedPrivateTransferRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:service-parameters ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ] .

bacnet:ConfirmedRequestPDU a sh:NodeShape ;
    rdfs:label "ConfirmedRequestPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedServiceRequest ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:service-request ],
        [ a sh:PropertyShape ;
            sh:hasValue 0 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            bacnet:comment "as per 20.1.2.5"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-apdu-length-accepted ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:invoke-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:segmented-message ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:more-follows ],
        [ a sh:PropertyShape ;
            bacnet:comment "as per 20.1.2.4"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-segments-accepted ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-choice ],
        [ a sh:PropertyShape ;
            bacnet:comment "only if segmented messages"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:sequence-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:segmented-response-accepted ],
        [ a sh:PropertyShape ;
            bacnet:comment "only if segmented messages"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:proposed-window-size ] .

bacnet:ConfirmedServiceACK a sh:NodeShape ;
    rdfs:label "ConfirmedServiceACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-alarm-summary ] ;
                sh:xone ( [ sh:property [ sh:minCount 1 ;
                                    sh:node bacnet:GetAlarmSummaryACKSequence ;
                                    sh:path ( bacnet:get-alarm-summary [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:get-alarm-summary ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:get-alarm-summary ] ] ) ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-enrollment-summary ] ;
                sh:xone ( [ sh:property [ sh:minCount 1 ;
                                    sh:node bacnet:GetEnrollmentSummaryACKSequence ;
                                    sh:path ( bacnet:get-enrollment-summary [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:get-enrollment-summary ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:get-enrollment-summary ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:GetEventInformationACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-event-information ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicReadFileACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:atomic-read-file ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:node bacnet:AtomicWriteFileACK ;
                        sh:path bacnet:atomic-write-file ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:create-object ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadPropertyACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadPropertyMultipleACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadRangeACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedPrivateTransferACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-private-transfer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:VTOpenACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-open ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:VTDataACK ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-data ] ] ) .

bacnet:ConfirmedServiceRequest a sh:NodeShape ;
    rdfs:label "ConfirmedServiceRequest"^^xsd:string ;
    bacnet:comment "Other services will be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the ConfirmedPrivateTransfer service. See Clause 23."@en ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AcknowledgeAlarmRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:acknowledge-alarm ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedCOVNotificationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-cov-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedCOVNotificationMultipleRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-cov-notification-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedEventNotificationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-event-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:GetEnrollmentSummaryRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-enrollment-summary ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:GetEventInformationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-event-information ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LifeSafetyOperationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-operation ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SubscribeCOVRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribe-cov ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SubscribeCOVPropertyRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribe-cov-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SubscribeCOVPropertyMultipleRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribe-cov-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicReadFileRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:atomic-read-file ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AtomicWriteFileRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:atomic-write-file ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AddListElementRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:add-list-element ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:RemoveListElementRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:remove-list-element ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:CreateObjectRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:create-object ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeleteObjectRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:delete-object ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadPropertyRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadPropertyMultipleRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadRangeRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WritePropertyRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:write-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WritePropertyMultipleRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:write-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeviceCommunicationControlRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:device-communication-control ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedPrivateTransferRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-private-transfer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedTextMessageRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-text-message ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReinitializeDeviceRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reinitialize-device ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:VTOpenRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-open ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:VTCloseRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-close ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:VTDataRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-data ] ] ) .

bacnet:ConfirmedTextMessageRequest a sh:NodeShape ;
    rdfs:label "ConfirmedTextMessageRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:message-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:message ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:text-message-parseSource-device ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedTextMessageRequest.MessageClass ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:message-class ] .

bacnet:ConfirmedTextMessageRequest.MessageClass a sh:NodeShape ;
    rdfs:label "ConfirmedTextMessageRequest.MessageClass"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:numeric ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:character ] ] ) .

bacnet:CreateObjectError a sh:NodeShape ;
    rdfs:label "CreateObjectError"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:first-failed-element-number ] .

bacnet:CreateObjectRequest a sh:NodeShape ;
    rdfs:label "CreateObjectRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:list-of-initial-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:CreateObjectRequest.ObjectSpecifier ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-specifier ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyValue ;
                        sh:path ( bacnet:list-of-initial-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-initial-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-initial-values ] ] ) .

bacnet:CreateObjectRequest.ObjectSpecifier a sh:NodeShape ;
    rdfs:label "CreateObjectRequest.ObjectSpecifier"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ObjectTypeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-type ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-identifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] ) .

bacnet:CredentialAuthenticationFactor a sh:NodeShape ;
    rdfs:label "CredentialAuthenticationFactor"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:AccessAuthenticationFactorDisableEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:disable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationFactor ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:authentication-factor ] .

bacnet:DailySchedule a sh:NodeShape ;
    rdfs:label "DailySchedule"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:day-schedule ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeValue ;
                        sh:path ( bacnet:day-schedule [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:day-schedule ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:day-schedule ] ] ) .

bacnet:DeleteObjectRequest a sh:NodeShape ;
    rdfs:label "DeleteObjectRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:DeviceCommunicationControlRequest a sh:NodeShape ;
    rdfs:label "DeviceCommunicationControlRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:time-duration ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable-disable ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:password ] .

bacnet:DeviceObjectPropertyValue a sh:NodeShape ;
    rdfs:label "DeviceObjectPropertyValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:ErrorPDU a sh:NodeShape ;
    rdfs:label "ErrorPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:original-invoke-id ],
        [ a sh:PropertyShape ;
            sh:hasValue 5 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-choice ] .

bacnet:EventLogRecord a sh:NodeShape ;
    rdfs:label "EventLogRecord"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EventLogRecord.LogDatum ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-datum ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ] .

bacnet:EventLogRecord.LogDatum a sh:NodeShape ;
    rdfs:label "EventLogRecord.LogDatum"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-status ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:log-status ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedEventNotificationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time-change ] ] ) .

bacnet:EventNotificationSubscription a sh:NodeShape ;
    rdfs:label "EventNotificationSubscription"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Recipient ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ] .

bacnet:EventParameter a sh:NodeShape ;
    rdfs:label "EventParameter"^^xsd:string ;
    bacnet:comment "CHOICE [6] has been intentionally omitted. It parallels the complex-event-type CHOICE [6] of the BACnetNotificationParameters production which was introduced to allow the addition of proprietary event algorithms whose event parameters are not necessarily network-visible. CHOICE [19] has been intentionally omitted. It parallels the change-of-reliability event type CHOICE[19]  of the BACnetNotificationParameters production which was introduced for the notification of event state changes to FAULT and from FAULT, which does not have event parameters."@en ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfBitstring ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-bitstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfState ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.CommandFailure ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-failure ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.FloatingLimit ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:floating-limit ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.OutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfLifeSafety ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-life-safety ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.Extended ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:extended ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.BufferReady ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:buffer-ready ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.UnsignedRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.AccessEvent ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-event ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.DoubleOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.SignedOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:signed-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.UnsignedOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfCharacterstring ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-characterstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfStatusFlags ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-status-flags ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfDiscreteValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-discrete-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventParameter.ChangeOfTimer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-timer ] ] ) .

bacnet:EventParameter.AccessEvent a sh:NodeShape ;
    rdfs:label "EventParameter.AccessEvent"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event-time-reference ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-access-events ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:AccessEventEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-access-events [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-access-events ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-access-events ] ] ) .

bacnet:EventParameter.BufferReady a sh:NodeShape ;
    rdfs:label "EventParameter.BufferReady"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:previous-notification-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notification-threshold ] .

bacnet:EventParameter.ChangeOfBitstring a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfBitstring"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-bitstring-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:bitmask ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:bitmask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitmask ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:bitmask ] ] ),
        ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-bitstring-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-bitstring-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-bitstring-values ] ] ) .

bacnet:EventParameter.ChangeOfCharacterstring a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfCharacterstring"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-alarm-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-alarm-values ] ] ) .

bacnet:EventParameter.ChangeOfDiscreteValue a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfDiscreteValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] .

bacnet:EventParameter.ChangeOfLifeSafety a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfLifeSafety"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:mode-property-reference ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-life-safety-alarm-values ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-alarm-values ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-life-safety-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-life-safety-alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-life-safety-alarm-values ] ] ),
        ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-alarm-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-alarm-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-alarm-values ] ] ) .

bacnet:EventParameter.ChangeOfState a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfState"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-values ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyStates ;
                        sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-values ] ] ) .

bacnet:EventParameter.ChangeOfStatusFlags a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfStatusFlags"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:selected-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:selected-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:selected-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:selected-flags ] ] ) .

bacnet:EventParameter.ChangeOfTimer a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfTimer"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:update-time-reference ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:alarm-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:TimerStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:alarm-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:alarm-value ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:alarm-value ] ] ) .

bacnet:EventParameter.ChangeOfValue a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EventParameter.ChangeOfValue.CovCriteria ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:cov-criteria ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] .

bacnet:EventParameter.ChangeOfValue.CovCriteria a sh:NodeShape ;
    rdfs:label "EventParameter.ChangeOfValue.CovCriteria"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitmask ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitmask [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitmask ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitmask ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:referenced-property-increment ] ] ) .

bacnet:EventParameter.CommandFailure a sh:NodeShape ;
    rdfs:label "EventParameter.CommandFailure"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:feedback-property-reference ] .

bacnet:EventParameter.DoubleOutOfRange a sh:NodeShape ;
    rdfs:label "EventParameter.DoubleOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ] .

bacnet:EventParameter.Extended a sh:NodeShape ;
    rdfs:label "EventParameter.Extended"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:extended-event-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:parameters ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:EventParameter.Extended.ParametersChoice ;
                        sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:parameters ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:parameters ] ] ) .

bacnet:EventParameter.FloatingLimit a sh:NodeShape ;
    rdfs:label "EventParameter.FloatingLimit"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:high-diff-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:setpoint-reference ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:low-diff-limit ] .

bacnet:EventParameter.OutOfRange a sh:NodeShape ;
    rdfs:label "EventParameter.OutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] .

bacnet:EventParameter.SignedOutOfRange a sh:NodeShape ;
    rdfs:label "EventParameter.SignedOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ] .

bacnet:EventParameter.UnsignedOutOfRange a sh:NodeShape ;
    rdfs:label "EventParameter.UnsignedOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:low-limit ] .

bacnet:EventParameter.UnsignedRange a sh:NodeShape ;
    rdfs:label "EventParameter.UnsignedRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:high-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-delay ] .

bacnet:FDTEntry a sh:NodeShape ;
    rdfs:label "FDTEntry"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "the 6-octet B/IP or 18-octet B/IPv6 address of the registrant"@en ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:bacnetip-address ],
        [ a sh:PropertyShape ;
            bacnet:comment "time to live in seconds at time of registration"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:time-to-live ],
        [ a sh:PropertyShape ;
            bacnet:comment "remaining time to live in seconds, incl. grace period"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:remaining-time-to-live ] .

bacnet:FaultParameter a sh:NodeShape ;
    rdfs:label "FaultParameter"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultCharacterstring ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-characterstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultExtended ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-extended ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultLifeSafety ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-life-safety ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultState ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultStatusFlags ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-status-flags ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FaultParameter.FaultListed ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:fault-listed ] ] ) .

bacnet:FaultParameter.FaultCharacterstring a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultCharacterstring"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-fault-values ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-fault-values ] ] ) .

bacnet:FaultParameter.FaultExtended a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultExtended"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:extended-fault-type ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:parameters ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:FaultParameter.FaultExtended.ParametersChoice ;
                        sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:parameters ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:parameters ] ] ) .

bacnet:FaultParameter.FaultLifeSafety a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultLifeSafety"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:mode-property-reference ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-fault-values ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-fault-values ] ] ) .

bacnet:FaultParameter.FaultListed a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultListed"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:fault-list-reference ] .

bacnet:FaultParameter.FaultOutOfRange a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:FaultParameter.FaultOutOfRange.MaxNormalValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-normal-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:FaultParameter.FaultOutOfRange.MinNormalValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:min-normal-value ] .

bacnet:FaultParameter.FaultOutOfRange.MaxNormalValue a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultOutOfRange.MaxNormalValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] ) .

bacnet:FaultParameter.FaultOutOfRange.MinNormalValue a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultOutOfRange.MinNormalValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] ) .

bacnet:FaultParameter.FaultState a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultState"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-fault-values ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyStates ;
                        sh:path ( bacnet:list-of-fault-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-fault-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-fault-values ] ] ) .

bacnet:FaultParameter.FaultStatusFlags a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultStatusFlags"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags-reference ] .

bacnet:GetEnrollmentSummaryRequest a sh:NodeShape ;
    rdfs:label "GetEnrollmentSummaryRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:GetEnrollmentSummaryRequest.PriorityFilter ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority-filter ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:RecipientProcess ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:enrollment-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-type-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-state-filter ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:acknowledgment-filter ] .

bacnet:GetEnrollmentSummaryRequest.PriorityFilter a sh:NodeShape ;
    rdfs:label "GetEnrollmentSummaryRequest.PriorityFilter"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:min-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:max-priority ] .

bacnet:GetEventInformationACK a sh:NodeShape ;
    rdfs:label "GetEventInformationACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-event-summaries ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:more-events ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:GetEventInformationACK.ListOfEventSummariesSequence ;
                        sh:path ( bacnet:list-of-event-summaries [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-event-summaries ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-event-summaries ] ] ) .

bacnet:GetEventInformationRequest a sh:NodeShape ;
    rdfs:label "GetEventInformationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-received-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:GroupChannelValue a sh:NodeShape ;
    rdfs:label "GroupChannelValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ChannelValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:channel ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:overriding-priority ] .

bacnet:HostAddress a sh:NodeShape ;
    rdfs:label "HostAddress"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ;
                        bacnet:comment "4 octets for B/IP, or 16 octets for B/IPv6"@en ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:ip-address ] ] [ sh:property [ a sh:PropertyShape ;
                        bacnet:comment "Internet host name (see RFC 1123)"@en ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:name ] ] ) .

bacnet:IAmRequest a sh:NodeShape ;
    rdfs:label "IAmRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:i-am-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:SegmentationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:segmentation-supported ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:max-apdu-length-accepted ] .

bacnet:IHaveRequest a sh:NodeShape ;
    rdfs:label "IHaveRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-name ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:KeyIdentifier a sh:NodeShape ;
    rdfs:label "KeyIdentifier"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:algorithm ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:key-id ] .

bacnet:LandingCallStatus.Command a sh:NodeShape ;
    rdfs:label "LandingCallStatus.Command"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftCarDirectionEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:direction ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:maxInclusive 255 ;
                        sh:minCount 1 ;
                        sh:minInclusive 0 ;
                        sh:path bacnet:destination ] ] ) .

bacnet:LandingDoorStatus a sh:NodeShape ;
    rdfs:label "LandingDoorStatus"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:landing-doors ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:LandingDoorStatus.LandingDoorsSequence ;
                        sh:path ( bacnet:landing-doors [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:landing-doors ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:landing-doors ] ] ) .

bacnet:LifeSafetyOperationRequest a sh:NodeShape ;
    rdfs:label "LifeSafetyOperationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:requesting-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:requesting-source ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyOperationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:request ] .

bacnet:LiftCarCallList a sh:NodeShape ;
    rdfs:label "LiftCarCallList"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:landing-doors ] .

bacnet:LogData a sh:NodeShape ;
    rdfs:label "LogData"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-status ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:log-status ] ] ) ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-data ] ;
                sh:xone ( [ sh:property [ sh:minCount 1 ;
                                    sh:node bacnet:LogData.LogDataChoice ;
                                    sh:path ( bacnet:log-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:log-data ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:log-data ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time-change ] ] ) .

bacnet:LogMultipleRecord a sh:NodeShape ;
    rdfs:label "LogMultipleRecord"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LogData ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-data ] .

bacnet:LogRecord a sh:NodeShape ;
    rdfs:label "LogRecord"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:LogRecord.LogDatum ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-datum ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:LogRecord.LogDatum a sh:NodeShape ;
    rdfs:label "LogRecord.LogDatum"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:log-status ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:LogStatusNamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:log-status [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:log-status ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:log-status ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer-value ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring-value ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring-value ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring-value ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:failure ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time-change ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:any-value ] ] ) .

bacnet:NameValueCollection a sh:NodeShape ;
    rdfs:label "NameValueCollection"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:members ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NameValue ;
                        sh:path ( bacnet:members [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:members ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:members ] ] ) .

bacnet:NotificationParameters.AccessEvent a sh:NodeShape ;
    rdfs:label "NotificationParameters.AccessEvent"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event-tag ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AccessEventEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-credential ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationFactor ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:authentication-factor ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-event-time ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.BufferReady a sh:NodeShape ;
    rdfs:label "NotificationParameters.BufferReady"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:buffer-property ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:current-notification ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:previous-notification ] .

bacnet:NotificationParameters.ChangeOfBitstring a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfBitstring"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:referenced-bitstring ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:referenced-bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:referenced-bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:referenced-bitstring ] ] ) .

bacnet:NotificationParameters.ChangeOfCharacterstring a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfCharacterstring"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:alarm-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:changed-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfDiscreteValue a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfDiscreteValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotificationParameters.ChangeOfDiscreteValue.NewValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:new-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfDiscreteValue.NewValue a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfDiscreteValue.NewValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DateTime ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:datetime ] ] ) .

bacnet:NotificationParameters.ChangeOfLifeSafety a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfLifeSafety"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyOperationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:operation-expected ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:new-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LifeSafetyModeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:new-mode ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfReliability a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfReliability"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ReliabilityEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reliability ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-values ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyValue ;
                        sh:path ( bacnet:property-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:property-values ] ] ) .

bacnet:NotificationParameters.ChangeOfState a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfState"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyStates ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:new-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfStatusFlags a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfStatusFlags"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:referenced-flags ],
        [ a sh:PropertyShape ;
            bacnet:comment "depends on referenced property"@en ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:present-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:referenced-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:referenced-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:referenced-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfTimer a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfTimer"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:expiration-time ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimerTransitionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:last-state-change ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:initial-timeout ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:update-time ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimerStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:change-of-timer ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfValue a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:NotificationParameters.ChangeOfValue.NewValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:new-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.ChangeOfValue.NewValue a sh:NodeShape ;
    rdfs:label "NotificationParameters.ChangeOfValue.NewValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:changed-bits ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:changed-bits [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:changed-bits ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:changed-bits ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:changed-value ] ] ) .

bacnet:NotificationParameters.CommandFailure a sh:NodeShape ;
    rdfs:label "NotificationParameters.CommandFailure"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            bacnet:comment "depends on ref property"@en ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:command-value ],
        [ a sh:PropertyShape ;
            bacnet:comment "depends on ref property"@en ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:feedback-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.DoubleOutOfRange a sh:NodeShape ;
    rdfs:label "NotificationParameters.DoubleOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeded-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeding-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.Extended a sh:NodeShape ;
    rdfs:label "NotificationParameters.Extended"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:extended-event-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:parameters ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:NotificationParameters.Extended.ParametersChoice ;
                        sh:path ( bacnet:parameters [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:parameters ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:parameters ] ] ) .

bacnet:NotificationParameters.FloatingLimit a sh:NodeShape ;
    rdfs:label "NotificationParameters.FloatingLimit"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:setpoint-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reference-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.OutOfRange a sh:NodeShape ;
    rdfs:label "NotificationParameters.OutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeded-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeding-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.SignedOutOfRange a sh:NodeShape ;
    rdfs:label "NotificationParameters.SignedOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeding-value ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeded-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.UnsignedOutOfRange a sh:NodeShape ;
    rdfs:label "NotificationParameters.UnsignedOutOfRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeding-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeded-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:NotificationParameters.UnsignedRange a sh:NodeShape ;
    rdfs:label "NotificationParameters.UnsignedRange"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeded-limit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:exceeding-value ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:StatusFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:status-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:status-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:status-flags ] ] ) .

bacnet:ObjectSelector a sh:NodeShape ;
    rdfs:label "ObjectSelector"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ObjectTypeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-type ] ] ) .

bacnet:ObjectType.access-credential a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "access-credential"^^xsd:string ;
    bacnet:value 32 .

bacnet:ObjectType.access-door a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "access-door"^^xsd:string ;
    bacnet:value 30 .

bacnet:ObjectType.access-point a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "access-point"^^xsd:string ;
    bacnet:value 33 .

bacnet:ObjectType.access-rights a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "access-rights"^^xsd:string ;
    bacnet:value 34 .

bacnet:ObjectType.access-user a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "access-user"^^xsd:string ;
    bacnet:value 35 .

bacnet:ObjectType.access-zone a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "access-zone"^^xsd:string ;
    bacnet:value 36 .

bacnet:ObjectType.accumulator a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "accumulator"^^xsd:string ;
    bacnet:value 23 .

bacnet:ObjectType.alert-enrollment a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "alert-enrollment"^^xsd:string ;
    bacnet:value 52 .

bacnet:ObjectType.analog-input a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "analog-input"^^xsd:string ;
    bacnet:value 0 .

bacnet:ObjectType.analog-output a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "analog-output"^^xsd:string ;
    bacnet:value 1 .

bacnet:ObjectType.analog-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "analog-value"^^xsd:string ;
    bacnet:value 2 .

bacnet:ObjectType.audit-log a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "audit-log"^^xsd:string ;
    bacnet:value 61 .

bacnet:ObjectType.audit-reporter a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "audit-reporter"^^xsd:string ;
    bacnet:value 62 .

bacnet:ObjectType.averaging a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "averaging"^^xsd:string ;
    bacnet:value 18 .

bacnet:ObjectType.binary-input a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "binary-input"^^xsd:string ;
    bacnet:value 3 .

bacnet:ObjectType.binary-lighting-output a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "binary-lighting-output"^^xsd:string ;
    bacnet:value 55 .

bacnet:ObjectType.binary-output a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "binary-output"^^xsd:string ;
    bacnet:value 4 .

bacnet:ObjectType.binary-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "binary-value"^^xsd:string ;
    bacnet:value 5 .

bacnet:ObjectType.bitstring-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "bitstring-value"^^xsd:string ;
    bacnet:value 39 .

bacnet:ObjectType.calendar a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "calendar"^^xsd:string ;
    bacnet:value 6 .

bacnet:ObjectType.channel a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "channel"^^xsd:string ;
    bacnet:value 53 .

bacnet:ObjectType.characterstring-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "characterstring-value"^^xsd:string ;
    bacnet:value 40 .

bacnet:ObjectType.command a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "command"^^xsd:string ;
    bacnet:value 7 .

bacnet:ObjectType.credential-data-input a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "credential-data-input"^^xsd:string ;
    bacnet:value 37 .

bacnet:ObjectType.date-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "date-value"^^xsd:string ;
    bacnet:value 42 .

bacnet:ObjectType.datepattern-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "datepattern-value"^^xsd:string ;
    bacnet:value 41 .

bacnet:ObjectType.datetime-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "datetime-value"^^xsd:string ;
    bacnet:value 44 .

bacnet:ObjectType.datetimepattern-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "datetimepattern-value"^^xsd:string ;
    bacnet:value 43 .

bacnet:ObjectType.device a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "device"^^xsd:string ;
    bacnet:value 8 .

bacnet:ObjectType.elevator-group a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "elevator-group"^^xsd:string ;
    bacnet:value 57 .

bacnet:ObjectType.escalator a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "escalator"^^xsd:string ;
    bacnet:value 58 .

bacnet:ObjectType.event-enrollment a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "event-enrollment"^^xsd:string ;
    bacnet:value 9 .

bacnet:ObjectType.event-log a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "event-log"^^xsd:string ;
    bacnet:value 25 .

bacnet:ObjectType.file a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "file"^^xsd:string ;
    bacnet:value 10 .

bacnet:ObjectType.global-group a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "global-group"^^xsd:string ;
    bacnet:value 26 .

bacnet:ObjectType.group a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "group"^^xsd:string ;
    bacnet:value 11 .

bacnet:ObjectType.integer-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "integer-value"^^xsd:string ;
    bacnet:value 45 .

bacnet:ObjectType.large-analog-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "large-analog-value"^^xsd:string ;
    bacnet:value 46 .

bacnet:ObjectType.life-safety-point a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "life-safety-point"^^xsd:string ;
    bacnet:value 21 .

bacnet:ObjectType.life-safety-zone a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "life-safety-zone"^^xsd:string ;
    bacnet:value 22 .

bacnet:ObjectType.lift a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "lift"^^xsd:string ;
    bacnet:value 59 .

bacnet:ObjectType.lighting-output a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "lighting-output"^^xsd:string ;
    bacnet:value 54 .

bacnet:ObjectType.load-control a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "load-control"^^xsd:string ;
    bacnet:value 28 .

bacnet:ObjectType.loop a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "loop"^^xsd:string ;
    bacnet:value 12 .

bacnet:ObjectType.multi-state-input a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "multi-state-input"^^xsd:string ;
    bacnet:value 13 .

bacnet:ObjectType.multi-state-output a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "multi-state-output"^^xsd:string ;
    bacnet:value 14 .

bacnet:ObjectType.multi-state-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "multi-state-value"^^xsd:string ;
    bacnet:value 19 .

bacnet:ObjectType.network-port a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "network-port"^^xsd:string ;
    bacnet:value 56 .

bacnet:ObjectType.notification-class a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "notification-class"^^xsd:string ;
    bacnet:value 15 .

bacnet:ObjectType.notification-forwarder a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "notification-forwarder"^^xsd:string ;
    bacnet:value 51 .

bacnet:ObjectType.octetstring-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "octetstring-value"^^xsd:string ;
    bacnet:value 47 .

bacnet:ObjectType.positive-integer-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "positive-integer-value"^^xsd:string ;
    bacnet:value 48 .

bacnet:ObjectType.program a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "program"^^xsd:string ;
    bacnet:value 16 .

bacnet:ObjectType.pulse-converter a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "pulse-converter"^^xsd:string ;
    bacnet:value 24 .

bacnet:ObjectType.schedule a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "schedule"^^xsd:string ;
    bacnet:value 17 .

bacnet:ObjectType.staging a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "staging"^^xsd:string ;
    bacnet:value 60 .

bacnet:ObjectType.structured-view a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "structured-view"^^xsd:string ;
    bacnet:value 29 .

bacnet:ObjectType.time-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "time-value"^^xsd:string ;
    bacnet:value 50 .

bacnet:ObjectType.timepattern-value a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "timepattern-value"^^xsd:string ;
    bacnet:value 49 .

bacnet:ObjectType.timer a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "timer"^^xsd:string ;
    bacnet:value 31 .

bacnet:ObjectType.trend-log a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "trend-log"^^xsd:string ;
    bacnet:value 20 .

bacnet:ObjectType.trend-log-multiple a bacnet:ObjectTypeEnumerationValue ;
    bacnet:name "trend-log-multiple"^^xsd:string ;
    bacnet:value 27 .

bacnet:PortPermission a sh:NodeShape ;
    rdfs:label "PortPermission"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enabled ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:port-id ] .

bacnet:Prescale a sh:NodeShape ;
    rdfs:label "Prescale"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:multiplier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:modulo-divide ] .

bacnet:ProcessIdSelection a sh:NodeShape ;
    rdfs:label "ProcessIdSelection"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:maxInclusive 4294967295 ;
                        sh:minCount 1 ;
                        sh:minInclusive 0 ;
                        sh:path bacnet:process-identifier ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null-value ] ] ) .

bacnet:PropertyAccessResult a sh:NodeShape ;
    rdfs:label "PropertyAccessResult"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyAccessResult.AccessResult ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:access-result ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype; if omitted with an array then the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ] .

bacnet:PropertyAccessResult.AccessResult a sh:NodeShape ;
    rdfs:label "PropertyAccessResult.AccessResult"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-access-error ] ] ) .

bacnet:ReadAccessResult.ListOfResultsSequence.ReadResult a sh:NodeShape ;
    rdfs:label "ReadAccessResult.ListOfResultsSequence.ReadResult"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-access-error ] ] ) .

bacnet:ReadPropertyACK a sh:NodeShape ;
    rdfs:label "ReadPropertyACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ] .

bacnet:ReadPropertyMultipleACK a sh:NodeShape ;
    rdfs:label "ReadPropertyMultipleACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-read-access-results ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ReadAccessResult ;
                        sh:path ( bacnet:list-of-read-access-results [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-read-access-results ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-read-access-results ] ] ) .

bacnet:ReadPropertyMultipleRequest a sh:NodeShape ;
    rdfs:label "ReadPropertyMultipleRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-read-access-specs ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ReadAccessSpecification ;
                        sh:path ( bacnet:list-of-read-access-specs [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-read-access-specs ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-read-access-specs ] ] ) .

bacnet:ReadPropertyRequest a sh:NodeShape ;
    rdfs:label "ReadPropertyRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ] .

bacnet:ReadRangeACK a sh:NodeShape ;
    rdfs:label "ReadRangeACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:result-flags ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:item-count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:item-data ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only if 'Item Count' > 0 and the request was either of type 'By Sequence Number' or 'By Time'"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:first-sequence-number ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:ResultFlagsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:result-flags [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:result-flags ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:result-flags ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:path ( bacnet:item-data [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:item-data ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:item-data ] ] ) .

bacnet:ReadRangeRequest a sh:NodeShape ;
    rdfs:label "ReadRangeRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ReadRangeRequest.Range ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:range ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:ReadRangeRequest.Range a sh:NodeShape ;
    rdfs:label "ReadRangeRequest.Range"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadRangeRequest.Range.ByPosition ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:by-position ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadRangeRequest.Range.BySequenceNumber ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:by-sequence-number ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReadRangeRequest.Range.ByTime ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:by-time ] ] ) .

bacnet:ReadRangeRequest.Range.ByPosition a sh:NodeShape ;
    rdfs:label "ReadRangeRequest.Range.ByPosition"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reference-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:maxInclusive 32767 ;
            sh:minCount 1 ;
            sh:minInclusive -32768 ;
            sh:path bacnet:count ] .

bacnet:ReadRangeRequest.Range.BySequenceNumber a sh:NodeShape ;
    rdfs:label "ReadRangeRequest.Range.BySequenceNumber"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reference-sequence-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:maxInclusive 32767 ;
            sh:minCount 1 ;
            sh:minInclusive -32768 ;
            sh:path bacnet:count ] .

bacnet:ReadRangeRequest.Range.ByTime a sh:NodeShape ;
    rdfs:label "ReadRangeRequest.Range.ByTime"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:maxCount 1 ;
            sh:maxInclusive 32767 ;
            sh:minCount 1 ;
            sh:minInclusive -32768 ;
            sh:path bacnet:count ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reference-time ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] .

bacnet:ReinitializeDeviceRequest a sh:NodeShape ;
    rdfs:label "ReinitializeDeviceRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reinitialized-state-of-device ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:password ] .

bacnet:RejectPDU a sh:NodeShape ;
    rdfs:label "RejectPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:hasValue 6 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:original-invoke-id ],
        [ a sh:PropertyShape ;
            sh:class bacnet:RejectReasonEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:reject-reason ] .

bacnet:RemoveListElementRequest a sh:NodeShape ;
    rdfs:label "RemoveListElementRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatypes"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-elements ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:RouterEntry a sh:NodeShape ;
    rdfs:label "RouterEntry"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 0 ;
            sh:minInclusive 0 ;
            sh:path bacnet:performance-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:mac-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:network-number ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:status ] .

bacnet:Scale a sh:NodeShape ;
    rdfs:label "Scale"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:float-scale ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer-scale ] ] ) .

bacnet:SegmentACKPDU a sh:NodeShape ;
    rdfs:label "SegmentACKPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:sequence-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:server ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:negative-ack ],
        [ a sh:PropertyShape ;
            sh:hasValue 4 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:original-invoke-id ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:actual-window-size ] .

bacnet:SetpointReference a sh:NodeShape ;
    rdfs:label "SetpointReference"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:setpoint-reference ] .

bacnet:SimpleACKPDU a sh:NodeShape ;
    rdfs:label "SimpleACKPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:invoke-id ],
        [ a sh:PropertyShape ;
            sh:class bacnet:ConfirmedServiceChoiceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-ack-choice ],
        [ a sh:PropertyShape ;
            sh:hasValue 2 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ] .

bacnet:SpecialEvent a sh:NodeShape ;
    rdfs:label "SpecialEvent"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-time-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:SpecialEvent.Period ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:period ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-priority ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeValue ;
                        sh:path ( bacnet:list-of-time-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-time-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-time-values ] ] ) .

bacnet:SpecialEvent.Period a sh:NodeShape ;
    rdfs:label "SpecialEvent.Period"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:node bacnet:CalendarEntry ;
                        sh:path bacnet:calendar-entry ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:calendar-reference ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] ) .

bacnet:StageLimitValue a sh:NodeShape ;
    rdfs:label "StageLimitValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:deadband ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:values ] ] ) .

bacnet:SubscribeCOVPropertyMultipleError a sh:NodeShape ;
    rdfs:label "SubscribeCOVPropertyMultipleError"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:error-type ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SubscribeCOVPropertyMultipleError.FirstFailedSubscription ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:first-failed-subscription ] ] ) .

bacnet:SubscribeCOVPropertyMultipleError.FirstFailedSubscription a sh:NodeShape ;
    rdfs:label "SubscribeCOVPropertyMultipleError.FirstFailedSubscription"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-property-reference ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:SubscribeCOVPropertyMultipleRequest a sh:NodeShape ;
    rdfs:label "SubscribeCOVPropertyMultipleRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:max-notification-delay ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-cov-subscription-specifications ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lifetime ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:issue-confirmed-notifications ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence ;
                        sh:path ( bacnet:list-of-cov-subscription-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-cov-subscription-specifications ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-cov-subscription-specifications ] ] ) .

bacnet:SubscribeCOVPropertyRequest a sh:NodeShape ;
    rdfs:label "SubscribeCOVPropertyRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lifetime ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:SubscribeCOVRequest a sh:NodeShape ;
    rdfs:label "SubscribeCOVRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:lifetime ] .

bacnet:TimeSynchronizationRequest a sh:NodeShape ;
    rdfs:label "TimeSynchronizationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] .

bacnet:TimerStateChangeValue a sh:NodeShape ;
    rdfs:label "TimerStateChangeValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:no-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:constructed-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DateTime ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:datetime ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LightingCommand ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lighting-command ] ] ) .

bacnet:UTCTimeSynchronizationRequest a sh:NodeShape ;
    rdfs:label "UTCTimeSynchronizationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] .

bacnet:UnconfirmedCOVNotificationRequest a sh:NodeShape ;
    rdfs:label "UnconfirmedCOVNotificationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:initiating-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:subscriber-process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-remaining ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-values ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyValue ;
                        sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-values ] ] ) .

bacnet:UnconfirmedEventNotificationRequest a sh:NodeShape ;
    rdfs:label "UnconfirmedEventNotificationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:NotificationParameters ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:process-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:initiating-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:to-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:from-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ack-required ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:message-text ] .

bacnet:UnconfirmedPrivateTransferRequest a sh:NodeShape ;
    rdfs:label "UnconfirmedPrivateTransferRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:service-parameters ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vendor-id ] .

bacnet:UnconfirmedRequestPDU a sh:NodeShape ;
    rdfs:label "UnconfirmedRequestPDU"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:hasValue 1 ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:pdu-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:UnconfirmedServiceRequest ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-request ],
        [ a sh:PropertyShape ;
            sh:class bacnet:UnconfirmedServiceChoiceEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:service-choice ] .

bacnet:UnconfirmedServiceRequest a sh:NodeShape ;
    rdfs:label "UnconfirmedServiceRequest"^^xsd:string ;
    bacnet:comment "Other services to be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. Proprietary extensions are made by using the UnconfirmedPrivateTransfer service. See Clause 23."@en ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:IAmRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:i-am ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:IHaveRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:i-have ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:UnconfirmedCOVNotificationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unconfirmed-cov-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:UnconfirmedEventNotificationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unconfirmed-event-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:UnconfirmedPrivateTransferRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unconfirmed-private-transfer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:UnconfirmedTextMessageRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unconfirmed-text-message ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:TimeSynchronizationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time-synchronization ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WhoHasRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:who-has ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WhoIsRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:who-is ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:UTCTimeSynchronizationRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:utc-time-synchronization ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WriteGroupRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:write-group ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WriteGroupRequest ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unconfirmed-cov-notification-multiple ] ] ) .

bacnet:UnconfirmedTextMessageRequest a sh:NodeShape ;
    rdfs:label "UnconfirmedTextMessageRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:UnconfirmedTextMessageRequest.MessageClass ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:message-class ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:text-message-parseSource-device ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:message ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:message-priority ] .

bacnet:UnconfirmedTextMessageRequest.MessageClass a sh:NodeShape ;
    rdfs:label "UnconfirmedTextMessageRequest.MessageClass"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:numeric ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:character ] ] ) .

bacnet:VMACEntry a sh:NodeShape ;
    rdfs:label "VMACEntry"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:virtual-mac-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:native-mac-address ] .

bacnet:VTCloseError a sh:NodeShape ;
    rdfs:label "VTCloseError"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:list-of-vt-session-identifiers ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-type ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:maxInclusive 255 ;
                        sh:minCount 1 ;
                        sh:minInclusive 0 ;
                        sh:path ( bacnet:list-of-vt-session-identifiers [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-vt-session-identifiers ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-vt-session-identifiers ] ] ) .

bacnet:VTCloseRequest a sh:NodeShape ;
    rdfs:label "VTCloseRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-remote-vt-session-identifiers ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:maxInclusive 255 ;
                        sh:minCount 1 ;
                        sh:minInclusive 0 ;
                        sh:path ( bacnet:list-of-remote-vt-session-identifiers [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-remote-vt-session-identifiers ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-remote-vt-session-identifiers ] ] ) .

bacnet:VTDataACK a sh:NodeShape ;
    rdfs:label "VTDataACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:all-new-data-accepted ],
        [ a sh:PropertyShape ;
            bacnet:comment "present only if all-new-data-accepted = false"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:accepted-octet-count ] .

bacnet:VTDataRequest a sh:NodeShape ;
    rdfs:label "VTDataRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:vt-data-flag ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:vt-session-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:vt-new-data ] .

bacnet:VTOpenACK a sh:NodeShape ;
    rdfs:label "VTOpenACK"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:remote-vt-session-identifier ] .

bacnet:VTOpenRequest a sh:NodeShape ;
    rdfs:label "VTOpenRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:local-vt-session-identifier ],
        [ a sh:PropertyShape ;
            sh:class bacnet:VTClassEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:vt-class ] .

bacnet:VTSession a sh:NodeShape ;
    rdfs:label "VTSession"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:local-vt-session-id ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Address ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:remote-vt-address ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:remote-vt-session-id ] .

bacnet:WhoHasRequest a sh:NodeShape ;
    rdfs:label "WhoHasRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:WhoHasRequest.Object ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object ],
        [ a sh:PropertyShape ;
            sh:class bacnet:WhoHasRequest.Limits ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:limits ] .

bacnet:WhoHasRequest.Limits a sh:NodeShape ;
    rdfs:label "WhoHasRequest.Limits"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-instance-range-low-limit ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-instance-range-high-limit ] .

bacnet:WhoHasRequest.Object a sh:NodeShape ;
    rdfs:label "WhoHasRequest.Object"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-identifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-name ] ] ) .

bacnet:WhoIsRequest a sh:NodeShape ;
    rdfs:label "WhoIsRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "must be used as a pair, see 16.10"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-instance-range-high-limit ],
        [ a sh:PropertyShape ;
            bacnet:comment "must be used as a pair, see 16.10"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-instance-range-low-limit ] .

bacnet:WriteAccessSpecification a sh:NodeShape ;
    rdfs:label "WriteAccessSpecification"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-properties ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyValue ;
                        sh:path ( bacnet:list-of-properties [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-properties ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-properties ] ] ) .

bacnet:WritePropertyMultipleError a sh:NodeShape ;
    rdfs:label "WritePropertyMultipleError"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:first-failed-write-attempt ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-type ] .

bacnet:WritePropertyMultipleRequest a sh:NodeShape ;
    rdfs:label "WritePropertyMultipleRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-write-access-specifications ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:WriteAccessSpecification ;
                        sh:path ( bacnet:list-of-write-access-specifications [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-write-access-specifications ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-write-access-specifications ] ] ) .

bacnet:WritePropertyRequest a sh:NodeShape ;
    rdfs:label "WritePropertyRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only when property is commandable"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

qudt:hasQuantityKind a owl:ObjectProperty .

qudtqk:AbsoluteActivity a qudt:QuantityKind ;
    rdfs:label "Absolute Activity"@en ;
    dcterms:description "The \"Absolute Activity\" is the exponential of the ratio of the chemical potential to $RT$ where $R$ is the gas constant and $T$ the thermodynamic temperature."^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ-SEC-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://goldbook.iupac.org/A00019.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\lambda_B = e^{\\frac{\\mu_B}{RT}}$, where $\\mu_B$ is the chemical potential of substance $B$, $R$ is the molar gas constant, and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:latexSymbol "$\\lambda_B$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:AbsoluteActivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseVolume .

qudtqk:Absorptance a qudt:QuantityKind ;
    rdfs:label "Absorptance"@en ;
    dcterms:description "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Absorbance"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Absorptance"^^xsd:anyURI,
        "https://www.researchgate.net/post/Absorptance_or_absorbance"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha = \\frac{\\Phi_a}{\\Phi_m}$, where $\\Phi_a$ is the absorbed radiant flux or the absorbed luminous flux, and $\\Phi_m$ is the radiant flux or luminous flux of the incident radiation."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "Absorptance is the ratio of the radiation absorbed by a surface to that incident upon it. Also known as absorbance."^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Absorptance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AcceptorIonizationEnergy a qudt:QuantityKind ;
    rdfs:label "Acceptor Ionization Energy"@en ;
    dcterms:description "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Acceptor Ionization Energy\" is the ionization energy of an acceptor."^^xsd:string ;
    qudt:symbol "E_a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:IonizationEnergy ;
    skos:closeMatch qudtqk:DonorIonizationEnergy .

qudtqk:ActivityCoefficient a qudt:QuantityKind ;
    rdfs:label "Activity Coefficient"@en ;
    dcterms:description "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. "^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$f_B = \\frac{\\lambda_B}{(\\lambda_B^*x_B)}$, where $\\lambda_B$ the absolute activity of substance $B$, $\\lambda_B^*$ is the absolute activity of the pure substance $B$ at the same temperature and pressure, and $x_B$ is the amount-of-substance fraction of substance $B$."^^qudt:LatexString ;
    qudt:plainTextDescription "An \"Activity Coefficient\" is a factor used in thermodynamics to account for deviations from ideal behaviour in a mixture of chemical substances. In an ideal mixture, the interactions between each pair of chemical species are the same (or more formally, the enthalpy change of solution is zero) and, as a result, properties of the mixtures can be expressed directly in terms of simple concentrations or partial pressures of the substances present e.g. Raoult's law. Deviations from ideality are accommodated by modifying the concentration by an activity coefficient. "^^xsd:string ;
    qudt:symbol "f_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ActivityCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Altitude a qudt:QuantityKind ;
    rdfs:label "Altitude"@en ;
    dcterms:description "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]"^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Altitude"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "Altitude or height is defined based on the context in which it is used (aviation, geometry, geographical survey, sport, and more). As a general definition, altitude is a distance measurement, usually in the vertical or \"up\" direction, between a reference datum and a point or object. The reference datum also often varies according to the context. [Wikipedia]"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:AmountOfCloudCover a qudt:QuantityKind ;
    rdfs:label "Amount of cloud cover"@en ;
    qudt:applicableUnit unit:OKTA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://windy.app/blog/okta-cloud-cover.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="^^xsd:anyURI ;
    qudt:plainTextDescription "The amount of the celestial dome covered by all clouds visible."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AmountOfCloudCover"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AmountOfSubstanceConcentration a qudt:QuantityKind ;
    rdfs:label "Amount of Substance of Concentration"@en ;
    dcterms:description "\"Amount of Substance of Concentration\" is defined as the amount of a constituent divided by the volume of the mixture."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-L,
        unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:NanoMOL-PER-L,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:exactMatch qudtqk:AmountOfSubstancePerVolume ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$C_B = \\frac{n_B}{V}$, where $n_B$ is the amount of substance $B$ and $V$ is the volume."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/AMSC> ;
    qudt:symbol "C_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Concentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Concentration .

qudtqk:AmountOfSubstanceFraction a qudt:QuantityKind ;
    rdfs:label "Fractional Amount of Substance"@en ;
    dcterms:description "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_fraction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$x_B = \\frac{n_B}{n}$, where $n_B$ is the amount of substance $B$ and $n$ is the total amount of substance."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Fractional Amount of Substance\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^xsd:string ;
    qudt:symbol "X_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstanceFraction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AngularMomentumPerAngle a qudt:QuantityKind ;
    rdfs:label "Angular Momentum per Angle"@en ;
    qudt:applicableUnit unit:N-M-SEC-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AngularMomentumPerAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreaAngle a qudt:QuantityKind ;
    rdfs:label "Area Angle"@en ;
    qudt:applicableUnit unit:M2-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreaPerLength a qudt:QuantityKind ;
    rdfs:label "Fläche pro Längeneinheit"@de,
        "area per length"@en ;
    qudt:applicableUnit unit:M2-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www.easysteel.co.nz/web/assets/EasysteelSurfaceAreaofSections-Feb14.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "Measure used to indicate the surface area of structural steel per unit length of the steel part."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaPerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreaThermalExpansion a qudt:QuantityKind ;
    rdfs:label "Area Thermal Expansion"@en ;
    dcterms:description "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_expansion#Area"^^xsd:anyURI ;
    qudt:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AreaThermalExpansion"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Asset a qudt:QuantityKind ;
    rdfs:label "Asset"@en ;
    dcterms:description "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "An Asset is an economic resource owned by a business or company. Simply stated, assets are things of value that can be readily converted into cash (although cash itself is also considered an asset)."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AtmosphericPressure a qudt:QuantityKind ;
    rdfs:label "Atmospheric Pressure"@en ;
    dcterms:description "The pressure exerted by the weight of the air above it at any point on the earth's surface. At sea level the atmosphere will support a column of mercury about $760 mm$ high. This decreases with increasing altitude. The standard value for the atmospheric pressure at sea level in SI units is $101,325 pascals$."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Atmospheric_pressure"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "https://www.oxfordreference.com/display/10.1093/acref/9780199233991.001.0001/acref-9780199233991"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:AtomScatteringFactor a qudt:QuantityKind ;
    rdfs:label "Atom Scattering Factor"@en ;
    dcterms:description "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://reference.iucr.org/dictionary/Atomic_scattering_factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$f = \\frac{E_a}{E_e}$, where $E_a$ is the radiation amplitude scattered by the atom and $E_e$ is the radiation ampliture scattered by a single electron."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Atom Scattering Factor\" is measure of the scattering power of an isolated atom."^^xsd:string ;
    qudt:symbol "f"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AtomScatteringFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AtomicNumber a qudt:QuantityKind ;
    rdfs:label "Atomic Number"@en ;
    dcterms:description "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge."^^qudt:LatexString ;
    qudt:applicableUnit unit:Z ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_number"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Atomic Number\", also known as the proton number, is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. A nuclide is a species of atom with specified numbers of protons and neutrons. Nuclides with the same value of Z but different values of N are called isotopes of an element. The ordinal number of an element in the periodic table is equal to the atomic number. The atomic number equals the charge of the nucleus in units of the elementary charge."^^xsd:string ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AtomicNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:AverageLogarithmicEnergyDecrement a qudt:QuantityKind ;
    rdfs:label "Average Logarithmic Energy Decrement"@en ;
    dcterms:description "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://everything2.com/title/Average+logarithmic+energy+decrement+per+collision"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\xi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Average Logarithmic Energy Decrement\" is a measure of the amount of energy a neutron loses upon colliding with various nuclei. It is the average value of the increase in lethargy in elastic collisions between neutrons and nuclei whose kinetic energy is negligible compared with that of the neutrons."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AverageLogarithmicEnergyDecrement"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BatteryCapacity a qudt:QuantityKind ;
    rdfs:label "battery capacity"^^xsd:string,
        "battery capacity"@en-us ;
    dcterms:description "quantity of electricity or electrical charge which a fully charged battery can supply under specified conditions as a product of discharge current and discharge time"@en ;
    qudt:applicableUnit unit:A-MIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD017"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD017"^^xsd:anyURI ;
    qudt:plainTextDescription "Elektrizitätsmenge oder elektrische Ladung, die eine vollgeladenen Batterie unter festgelegten Bedingungen abgeben kann als Produkt aus Entladestrom und Entladezeit"@de ;
    qudt:symbol "0173-1#Z4-BAJ270#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BatteryCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BindingFraction a qudt:QuantityKind ;
    rdfs:label "Binding Fraction"@en ;
    dcterms:description "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/binding+fraction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$b = \\frac{B_r}{A}$, where $B_r$ is the relative mass defect and $A$ is the nucleon number."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Binding Fraction\" is the ratio of the binding energy of a nucleus to the atomic mass number."^^xsd:string ;
    qudt:symbol "b"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BindingFraction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BioconcentrationFactor a qudt:QuantityKind ;
    rdfs:label "Bioconcentration Factor"@en ;
    dcterms:description "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "The bioconcentration factor is the ratio of the concentration of a chemical substance in biota over the concentration of the same chemical substance in water. It is related to the octanol-water partition coefficient."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BioconcentrationFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:BiodegredationHalfLife a qudt:QuantityKind ;
    rdfs:label "Biodegredation Half Life"@en ;
    dcterms:description "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism."^^qudt:LatexString ;
    qudt:applicableUnit unit:DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:plainTextDescription "A time that quantifies how long it takes to reduce a substance's concentration by 50% from any concentration point in time in a water or soil environment by either bacteria or another living organism."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BiodegredationHalfLife"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:BurnRate a qudt:QuantityKind ;
    rdfs:label "Burn Rate"@en ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

qudtqk:BurstFactor a qudt:QuantityKind ;
    rdfs:label "burst factor"^^xsd:string,
        "burst factor"@en-us ;
    dcterms:description "bursting pressure divided by areic mass"@en ;
    qudt:applicableUnit unit:PA-M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD019"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD019"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient Berstdruck dividiert durch die flächenbezogene Masse"@de ;
    qudt:symbol "0173-1#Z4-BAJ434#001"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BurstFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Capacity a qudt:QuantityKind ;
    rdfs:label "Capacity"@en ;
    dcterms:description "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that  can be stored, such as fuel or food."^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Capacity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "In computer operations, (a) the largest quantity which can be stored, processed, or transferred; (b) the largest number of digits or characters which may regularly be processed; (c) the upper and lower limits of the quantities which may be processed. In other contexts, the amount of material that  can be stored, such as fuel or food."^^xsd:string ;
    qudt:symbol "TBD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CenterOfGravity_X a qudt:QuantityKind ;
    rdfs:label "Center of Gravity in the X axis"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ;
    qudt:symbol "cg"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:CenterOfGravity_Y a qudt:QuantityKind ;
    rdfs:label "Center of Gravity in the Y axis"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ;
    qudt:symbol "cg"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:CenterOfGravity_Z a qudt:QuantityKind ;
    rdfs:label "Center of Gravity in the Z axis"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "https://www1.grc.nasa.gov/beginners-guide-to-aeronautics/center-of-gravity/"^^xsd:anyURI ;
    qudt:symbol "cg"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:ChargeNumber a qudt:QuantityKind ;
    rdfs:label "Charge Number"@en ;
    dcterms:description "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Charge Number\", or just valance of an ion is the coefficient that, when multiplied by the elementary charge, gives the ion's charge."^^xsd:string ;
    qudt:symbol "z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ChargeNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:ChemicalAffinity a qudt:QuantityKind ;
    rdfs:label "Chemical Affinity"@en ;
    dcterms:description "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Chemical_affinity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$A = -\\sum \\nu_b\\mu_B$, where $\\nu_b$ is the stoichiometric number of substance $B$ and $\\mu_B$ is the chemical potential of substance $B$."^^qudt:LatexString ;
    qudt:plainTextDescription "In chemical physics and physical chemistry, \"Chemical Affinity\" is the electronic property by which dissimilar chemical species are capable of forming chemical compounds. Chemical affinity can also refer to the tendency of an atom or compound to combine by chemical reaction with atoms or compounds of unlike composition."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ChemicalAffinity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ChemicalPotential a qudt:QuantityKind ;
    rdfs:label "جهد كيميائي"@ar,
        "Chemický potenciál"@cs,
        "chemisches Potential des Stoffs B"@de,
        "chemical potential"@en,
        "potencial químico"@es,
        "پتانسیل شیمیایی"@fa,
        "potential chimique"@fr,
        "potenziale chimico"@it,
        "化学ポテンシャル"@ja,
        "Keupayaan kimia"@ms,
        "Potencjał chemiczny"@pl,
        "potencial químico"@pt,
        "Potențial chimic"@ro,
        "Химический потенциал"@ru,
        "kimyasal potansiyel"@tr,
        "化学势"@zh ;
    dcterms:description "\"Chemical Potential\", also known as partial molar free energy, is a form of potential energy that can be absorbed or released during a chemical reaction."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-MOL,
        unit:KiloCAL-PER-MOL,
        unit:KiloJ-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Chemical_potential"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu_B = (\\frac{\\partial G}{\\partial n_B})_{T,p,n_i}$, where $G$ is Gibbs energy, and $n_B$ is the amount of substance $B$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu_B$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Chemical Potential\", also known as partial molar free energy, is a form of potential energy that can be absorbed or released during a chemical reaction."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MolarEnergy .

qudtqk:Chromaticity a qudt:QuantityKind ;
    rdfs:label "Chromaticity"@en ;
    dcterms:description "Chromaticity is an objective specification of the quality of a color regardless of its luminance"^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Chromaticity"^^xsd:anyURI ;
    qudt:plainTextDescription "Chromaticity is an objective specification of the quality of a color regardless of its luminance"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Chromaticity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CoefficientOfPerformance a qudt:QuantityKind ;
    rdfs:label "CoefficientOfPerformance"@en ;
    dcterms:description "\"Coefficient of Performance\",is a measure of the efficiency of a heating or cooling system, defined as the ratio of useful heating or cooling output to the energy input required to achieve it."^^qudt:LatexString ;
    qudt:applicableSIUnit unit:NUM ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Coefficient_of_performance#:~:text=The%20coefficient%20of%20performance%20or,and%20thus%20lower%20operating%20costs."^^xsd:anyURI ;
    qudt:plainTextDescription "\"\"Coefficient of Performance\",is a measure of the efficiency of a heating or cooling system, defined as the ratio of useful heating or cooling output to the energy input required to achieve it."^^xsd:string ;
    qudt:symbol "COP"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CoefficientOfPerformance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:Coercivity a qudt:QuantityKind ;
    rdfs:label "Coercivity"@en ;
    dcterms:description "$\\textit{Coercivity}$, also referred to as $\\textit{Coercive Field Strength}$, is the magnetic field strength to be applied to bring the magnetic flux density in a substance from its remaining magnetic flux density to zero. This is defined as the coercive field strength in a substance when either the magnetic flux density or the magnetic polarization and magnetization is brought from its value at magnetic saturation to zero by monotonic reduction of the applied magnetic field strength. The quantity which is brought to zero should be stated, and the appropriate symbol used: $H_{cB}$, $H_{cJ}$ or $H_{cM}$ for the coercivity relating to the magnetic flux density, the magnetic polarization or the magnetization respectively, where $H_{cJ} = H_{cM}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-69"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:symbol "H_{c,B}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Coercivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticFieldStrength_H .

qudtqk:ConductivityVariance_NEON a qudt:QuantityKind ;
    rdfs:label "Conductivity Variance, NEON"@en ;
    dcterms:description "Variance for NEON conductivity data measured in MicroS-PER-CM"^^xsd:string ;
    qudt:applicableUnit unit:MicroS2-PER-CentiM2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E4L-6I0M-2H0T6D0> ;
    qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ;
    qudt:plainTextDescription "Variance for NEON conductivity data measured in MicroS-PER-CM"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ConductivityVariance_NEON"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Constringence a qudt:QuantityKind ;
    rdfs:label "Constringence"@en ;
    dcterms:description "In optics and lens design, constringence of a transparent material, also known as the Abbe number or the V-number, is an approximate measure of the material's dispersion (change of refractive index versus wavelength), with high values of V indicating low dispersion."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Abbe_number"^^xsd:anyURI ;
    qudt:symbol "V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Constringence"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Abbe Number"@en,
        "V-number"@en ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:CostPerArea a qudt:QuantityKind ;
    rdfs:label "Kosten pro Fläche"@de,
        "cost per area"@en ;
    qudt:applicableUnit unit:CCY_EUR-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:informativeReference "https://www.designingbuildings.co.uk/wiki/Cost_per_m2_of_gross_internal_floor_area"^^xsd:anyURI ;
    qudt:plainTextDescription "In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor’s preliminaries and main contractor’s overheads and profit)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CostPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CostPerMass a qudt:QuantityKind ;
    rdfs:label "Kosten pro Masse"@de,
        "cost per mass"@en ;
    qudt:applicableUnit unit:CHF-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:plainTextDescription "Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CostPerMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CouplingFactor a qudt:QuantityKind ;
    rdfs:label "coupling factor"@en,
        "constante de acoplamiento"@es,
        "constante de couplage"@fr,
        "fattore di accoppiamento"@it,
        "結合定数"@ja,
        "stała sprzężenia"@pl,
        "Constantă de cuplaj"@ro,
        "Константа взаимодействия"@ru,
        "Çiftlenim sabiti"@tr,
        "耦合常數"@zh ;
    dcterms:description "\"Coupling Factor\" is the ratio of an electromagnetic quantity, usually voltage or current, appearing at a specified location of a given circuit to the corresponding quantity at a specified location in the circuit from which energy is transferred by coupling."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=161-03-18"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "For inductive coupling between two inductive elements, $k = \\frac{\\left | L_{mn} \\right |}{\\sqrt{L_m L_n}}$, where $L_m$ and $L_n$ are their self inductances, and $L_{mn}$ is their mutual inductance."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Coupling Factor\" is the ratio of an electromagnetic quantity, usually voltage or current, appearing at a specified location of a given circuit to the corresponding quantity at a specified location in the circuit from which energy is transferred by coupling."^^xsd:string ;
    qudt:symbol "k"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CouplingFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Debye-WallerFactor a qudt:QuantityKind ;
    rdfs:label "Debye-Waller Factor"@en ;
    dcterms:description "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Debye–Waller_factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$u = R - R_0$, where $R$ is the particle position vector and $R_0$ is the equilibrium position vector of a particle."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Debye-Waller Factor\" (DWF), named after Peter Debye and Ivar Waller, is used in condensed matter physics to describe the attenuation of x-ray scattering or coherent neutron scattering caused by thermal motion. Also, a factor by which the intensity of a diffraction line is reduced because of the lattice vibrations."^^xsd:string ;
    qudt:symbol "D, B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Debye-WallerFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DecayConstant a qudt:QuantityKind ;
    rdfs:label "Decay Constant"@en ;
    dcterms:description "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloCi ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Exponential_decay"^^xsd:anyURI,
        "http://www.britannica.com/EBchecked/topic/154945/decay-constant"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "Relative variation $\\frac{dN}{N}$ of the number $N$ of atoms or nuclei in a system, due to spontaneous emission from these atoms or nuclei during an infinitesimal time interval, divided by its duration $dt$, thus $\\lambda = -\\frac{1}{N}\\frac{dN}{dt}$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Decay Constant\" is the proportionality between the size of a population of radioactive atoms and the rate at which the population decreases because of radioactive decay."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DecayConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseTime .

qudtqk:DegreeOfDissociation a qudt:QuantityKind ;
    rdfs:label "Degree of Dissociation"@en ;
    dcterms:description "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Faraday_constant"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dissociation_(chemistry)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Degree of Dissociation\" is the fraction of original solute molecules that have dissociated."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DegreeOfDissociation"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DensityOfStates a qudt:QuantityKind ;
    rdfs:label "Density of states"@en ;
    dcterms:description "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:SEC-PER-RAD-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD030"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD030"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Density of States\" is the number of vibrational modes in an infinitesimal interval of angular frequency divided by the range of that interval and by volume."^^xsd:string ;
    qudt:symbol "g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DensityOfStates"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DiastolicBloodPressure a qudt:QuantityKind ;
    rdfs:label "Diastolic Blood Pressure"@en ;
    dcterms:description "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199549351.001.0001/acref-9780199549351-e-1162"^^xsd:anyURI ;
    qudt:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:SystolicBloodPressure ;
    skos:broader qudtqk:Pressure .

qudtqk:DiffusionCoefficient a qudt:QuantityKind ;
    rdfs:label "Diffusionskoeffizient"@de,
        "diffusion coefficient"@en,
        "coeficiente de difusión"@es,
        "coefficient de diffusion"@fr,
        "coefficiente di diffusione"@it,
        "coeficiente de difusão"@pt,
        "difuzijski koeficient"@sl ;
    dcterms:description "The \"Diffusion Coefficient\" is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is encountered in Fick's law and numerous other equations of physical chemistry."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD031"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_diffusivity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD031"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$C_B \\left \\langle \\nu_B \\right \\rangle = -D grad C_B$, where $C_B$ the local molecular concentration of substance $B$ in the mixture and $\\left \\langle \\nu_B \\right \\rangle$ is the local average velocity of the molecules of $B$."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Diffusion Coefficient\" is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion). Diffusivity is encountered in Fick's law and numerous other equations of physical chemistry."^^xsd:string ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DiffusionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Dissipance a qudt:QuantityKind ;
    rdfs:label "Dissipance"@en ;
    dcterms:description "Dissipance, or dissipation factor for sound power, is the ratio of dissipated sound power to incident sound power. The dissipation factor (DF) is a measure of loss-rate of energy of a mode of oscillation (mechanical, electrical, or electromechanical) in a dissipative system. It is the reciprocal of quality factor, which represents the quality of oscillation."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dissipation_factor"^^xsd:anyURI ;
    qudt:latexDefinition "$\\delta = \\frac{P_d}{P_i}$, where $P_d$ is the dissipated sound power, and $P_i$ is the incident sound power."^^qudt:LatexString ;
    qudt:latexSymbol "$\\delta$"^^qudt:LatexString ;
    qudt:plainTextDescription "Dissipance, or dissipation factor for sound power, is the ratio of dissipated sound power to incident sound power. The dissipation factor (DF) is a measure of loss-rate of energy of a mode of oscillation (mechanical, electrical, or electromechanical) in a dissipative system. It is the reciprocal of quality factor, which represents the quality of oscillation."^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dissipance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DonorIonizationEnergy a qudt:QuantityKind ;
    rdfs:label "Donor Ionization Energy"@en ;
    dcterms:description "\"Donor Ionization Energy\" is the ionization energy of a donor."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Donor Ionization Energy\" is the ionization energy of a donor."^^xsd:string ;
    qudt:symbol "E_d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:IonizationEnergy ;
    skos:closeMatch qudtqk:AcceptorIonizationEnergy .

qudtqk:DoseEquivalentQualityFactor a qudt:QuantityKind ;
    rdfs:label "Dose Equivalent Quality Factor"@en ;
    dcterms:description "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Dose Equivalent Quality Factor\" is a factor in the caculation and measurement of dose equivalent, by which the absorbed dose is to be weighted in order to account for different biological effectiveness of radiations, for radiation protection purposes."^^xsd:string ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DoseEquivalentQualityFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DotsPerInch a qudt:QuantityKind ;
    rdfs:label "dots per inch"^^xsd:string ;
    qudt:applicableUnit unit:DPI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD255"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD255"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:DotsPerInch"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseLength .

qudtqk:EarthquakeMagnitude a qudt:QuantityKind ;
    rdfs:label "earthquake magnitude"^^xsd:string ;
    qudt:applicableUnit unit:RichterMagnitude ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD365"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD365"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:EarthquakeMagnitude"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EffectiveMultiplicationFactor a qudt:QuantityKind ;
    rdfs:label "Effective Multiplication Factor"@en ;
    dcterms:description "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_chain_reaction#Effective_neutron_multiplication_factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Effective Multiplication Factor\" is the multiplication factor for a finite medium."^^xsd:string ;
    qudt:symbol "k_{eff}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MultiplicationFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MultiplicationFactor ;
    skos:closeMatch qudtqk:InfiniteMultiplicationFactor .

qudtqk:EinsteinCoefficients a qudt:QuantityKind ;
    rdfs:label "Einstein coefficients"^^xsd:string ;
    qudt:applicableUnit unit:SEC-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD036"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD036"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:EinsteinCoefficients"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EinsteinTransitionProbability a qudt:QuantityKind ;
    rdfs:label "Einstein Transition Probability"@en ;
    dcterms:description "Given two atomic states of energy $E_j$ and $E_k$.  Let $E_j > E_k$.  Assume the atom is bathed in radiation of energy density $u(w)$.  Transitions between these states can take place in three different ways. Spontaneous, induced/stimulated emission, and induced absorption. $A_jk$ represents the Einstein transition probability for spontaneous emission."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://electron6.phys.utk.edu/qm2/modules/m10/einstein.htm"^^xsd:anyURI ;
    qudt:latexDefinition "$\\frac{-dN_j}{dt} = A_jkN_j$, where $-dN_j$ is the number of molecules spontaneously leaving the state j for the state k during a time interval of duration $dt$, $N_j$ is the number of molecules in the state j, and $E_j > E_k$."^^qudt:LatexString ;
    qudt:symbol "A_jkN_j"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EinsteinTransitionProbability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricChargeLineDensity a qudt:QuantityKind ;
    rdfs:label "Electric Charge Line Density"@en ;
    dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot $, $m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:C-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ;
    qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargeLineDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricChargeLinearDensity a qudt:QuantityKind ;
    rdfs:label "Electric Charge Linear Density"@en ;
    dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ;
    qudt:applicableUnit unit:C-PER-M ;
    qudt:expression "$linear-charge-density$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho_l = \\frac{dQ}{dl}$, where $Q$ is electric charge and $l$ is length."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString,
        "$\\tau$"^^qudt:LatexString ;
    qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargeLinearDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricChargeDensity .

qudtqk:ElectricCurrentPerAngle a qudt:QuantityKind ;
    rdfs:label "Electric Current per Angle"@en ;
    qudt:applicableUnit unit:A-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPerAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricCurrentPerEnergy a qudt:QuantityKind ;
    rdfs:label "Electric Current per Energy"@en ;
    qudt:applicableUnit unit:A-PER-J ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPerEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricDipoleMoment_CubicPerEnergy_Squared a qudt:QuantityKind ;
    rdfs:label "Cubic Electric Dipole Moment per Square Energy"@en ;
    qudt:applicableUnit unit:C3-M-PER-J2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E3L-3I0M-2H0T7D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricDipoleMoment_CubicPerEnergy_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricDipoleMoment_QuarticPerEnergy_Cubic a qudt:QuantityKind ;
    rdfs:label "Quartic Electric Dipole Moment per Cubic Energy"@en ;
    qudt:applicableUnit unit:C4-M4-PER-J3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E4L-2I0M-3H0T10D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricDipoleMoment_QuarticPerEnergy_Cubic"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricDisplacement a qudt:QuantityKind ;
    rdfs:label "Electric Displacement"@en ;
    dcterms:description "In a dielectric material the presence of an electric field E causes the bound charges in the material (atomic nuclei and their electrons) to slightly separate, inducing a local electric dipole moment. The Electric Displacement Field, $D$, is a vector field that accounts for the effects of free charges within such dielectric materials. This describes also the charge density on an extended surface that could be causing the field."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-CentiM2,
        unit:C-PER-M2,
        unit:C-PER-MilliM2,
        unit:C_Ab-PER-CentiM2,
        unit:C_Stat-PER-CentiM2,
        unit:KiloC-PER-M2,
        unit:MegaC-PER-M2,
        unit:MicroC-PER-M2,
        unit:MilliC-PER-M2 ;
    qudt:exactMatch qudtqk:ElectricFluxDensity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-895"^^xsd:anyURI ;
    qudt:latexDefinition "$D = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $E$ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricChargePerArea .

qudtqk:ElectricPolarizability a qudt:QuantityKind ;
    rdfs:label "قابلية استقطاب"@ar,
        "Polarizovatelnost"@cs,
        "elektrische Polarisierbarkeit"@de,
        "electric polarizability"@en,
        "Polarizabilidad"@es,
        "قطبیت پذیری الکتریکی"@fa,
        "Polarisabilité"@fr,
        "polarizzabilità elettrica"@it,
        "分極率"@ja,
        "Kepengkutuban elektrik"@ms,
        "Polaryzowalność"@pl,
        "polarizabilidade"@pt,
        "Поляризуемость"@ru,
        "Kutuplanabilirlik"@tr,
        "極化性"@zh ;
    dcterms:description "\"Electric Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which is applied typically by inserting the molecule in a charged parallel-plate capacitor, but may also be caused by the presence of a nearby ion or dipole."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Polarizability"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_{i,j} = \\frac{\\partial p_i}{\\partial E_j}$, where $p_i$ is the cartesian component along the $i-axis$ of the electric dipole moment induced by the applied electric field strength acting on the molecule, and $E_j$ is the component along the $j-axis$ of this electric field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which is applied typically by inserting the molecule in a charged parallel-plate capacitor, but may also be caused by the presence of a nearby ion or dipole."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricPolarizability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricQuadrupoleMoment a qudt:QuantityKind ;
    rdfs:label "elektrisches Quadrupolmoment"@de,
        "electric quadrupole moment"@en,
        "momento de cuadrupolo eléctrico"@es,
        "گشتاور چهار قطبی الکتریکی"@fa,
        "moment quadrupolaire électrique"@fr,
        "momento di quadrupolo elettrico"@it,
        "四極子"@ja,
        "Momen kuadrupol elektrik"@ms,
        "elektryczny moment kwadrupolowy"@pl,
        "momento de quadrupolo elétrico"@pt,
        "Электрический квадрупольный момент"@ru,
        "elektrik kuadrupol momenti"@tr,
        "电四极矩"@zh ;
    dcterms:description "The Electric Quadrupole Moment is a quantity which describes the effective shape of the ellipsoid of nuclear charge distribution. A non-zero quadrupole moment Q indicates that the charge distribution is not spherically symmetric. By convention, the value of Q is taken to be positive if the ellipsoid is prolate and negative if it is oblate. In general, the electric quadrupole moment is tensor-valued."^^qudt:LatexString ;
    qudt:applicableUnit unit:C-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T1D0> ;
    qudt:plainTextDescription "The Electric Quadrupole Moment is a quantity which describes the effective shape of the ellipsoid of nuclear charge distribution. A non-zero quadrupole moment Q indicates that the charge distribution is not spherically symmetric. By convention, the value of Q is taken to be positive if the ellipsoid is prolate and negative if it is oblate. In general, the electric quadrupole moment is tensor-valued."^^xsd:string ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricQuadrupoleMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricSusceptibility a qudt:QuantityKind ;
    rdfs:label "المتأثرية الكهربائية، سرعة التأثر الكهربائية"@ar,
        "elektrische Suszeptibilität"@de,
        "electric susceptibility"@en,
        "susceptibilidad eléctrica"@es,
        "susceptibilité électrique"@fr,
        "suscettività elettrica"@it,
        "電気感受率"@ja,
        "podatność elektryczna"@pl,
        "susceptibilidade eléctrica"@pt,
        "электрическая восприимчивость"@ru ;
    dcterms:description "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ;
    qudt:expression "$e-susceptibility$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\chi = \\frac{P}{(\\epsilon_0 E)}$, where $P$ is electric polorization, $\\epsilon_0$ is the electric constant, and $E$ is electric field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\chi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Susceptibility\" is the ratio of electric polarization to electric field strength, normalized to the electric constant. The definition applies to an isotropic medium. For an anisotropic medium, electric susceptibility is a second order tensor."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricSusceptibility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricFieldStrength,
        qudtqk:ElectricPolarization ;
    skos:altLabel "susceptywność elektryczna"@pl,
        "диэлектрическая восприимчивость"@ru .

qudtqk:ElectricalConductance a qudt:QuantityKind ;
    rdfs:label "electrical conductance"^^xsd:string,
        "electrical conductance"@en-us ;
    dcterms:description "measure of the capability of a material to conduct electric current, the value of which is defined as the reciprocal of the electrical resistance"@en ;
    qudt:applicableUnit unit:PicoS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD038"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD038"^^xsd:anyURI ;
    qudt:plainTextDescription "Maß für die Fähigkeit eines Stoffes, den elektrischen Strom zu leiten, das wertmäßig definiert ist als Kehrwert des elektrischen Widerstandes"@de ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELCO> ;
    qudt:symbol "0173-1#Z4-BAJ223#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricalConductance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricalResistance a qudt:QuantityKind ;
    rdfs:label "electrical resistance"@en-us ;
    dcterms:description "unterschiedlich ausgeprägte Eigenschaft von Stoffen, den elektrischen Strom in seiner Bewegung zu hemmen, wenn die freien Ladungsträger in diesen Stoffen durch elektrische Felder und/oder elektrische Potentiale in Bewegung gesetzt werden"@de,
        "different properties of materials which impede the electrical current in its movement when the free charged particles in these materials are set in motion by electrical fields and/or electrical potentials "@en ;
    qudt:applicableUnit unit:NanoOHM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD045"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD045"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELRE> ;
    qudt:symbol "0173-1#Z4-BAJ215#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricalResistance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectromagneticPermeabilityRatio a qudt:QuantityKind ;
    rdfs:label "Electromagnetic Permeability Ratio"@en ;
    dcterms:description """
  $\\textit{Electromagnetic Permeability Ratio}$ is the ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:PERMEABILITY_EM_REL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:plainTextDescription "The ratio of the electromagnetic permeability of a specific medium to the electromagnetic permeability of free space."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectromagneticPermeabilityRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElevationRelativeToNAP a qudt:QuantityKind ;
    rdfs:label "Elevation relative to NAP"@en,
        "Hoogte ten opzichte van NAP"@nl ;
    qudt:applicableUnit unit:M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "Height measurement relative to the Normaal Amsterdams Peil (NAP) (en: Amsterdam Ordnance System). Being a form of gravity related height"^^xsd:string ;
    qudt:symbol "mNAP"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElevationRelativeToNAP"^^xsd:string,
        "Height measurement relative to the Normaal Amsterdams Peil (NAP) (en: Amsterdam Ordnance System). Being a form of gravity related height"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Altitude ;
    skos:prefLabel "Elevation relative to NAP"@en,
        "Hoogte ten opzichte van NAP"@nl ;
    prov:wasDerivedFrom <https://www.opengis.net/def/crs/EPSG/0/5709> ;
    prov:wasInfluencedBy <https://epsg.io/5709> .

qudtqk:Emissivity a qudt:QuantityKind ;
    rdfs:label "Emissivity"@en ;
    dcterms:description "Emissivity of a material (usually written $\\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Emissivity"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varepsilon = \\frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varepsilon$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Emissivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyPerAreaElectricCharge a qudt:QuantityKind ;
    rdfs:label "Energy Per Area Electric Charge"@en ;
    dcterms:description "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-3D0> ;
    qudt:plainTextDescription "\"Energy Per Area Electric Charge\" is the amount of electric energy associated with a unit of area."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerAreaElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyPerMagneticFluxDensity_Squared a qudt:QuantityKind ;
    rdfs:label "Energy Per Square Magnetic Flux Density"@en ;
    dcterms:description "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-T2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L2I0M-1H0T2D0> ;
    qudt:plainTextDescription "\"Energy Per Square Magnetic Flux Density\" is a measure of energy for a unit of magnetic flux density."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerMagneticFluxDensity_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyPerMassAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "Energy and work per mass amount of substance"@en ;
    qudt:applicableUnit unit:BTU_IT-PER-MOL_LB ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerMassAmountOfSubstance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EquilibriumConstantOnConcentrationBasis a qudt:QuantityKind ;
    rdfs:label "Equilibrium Constant on Concentration Basis"@en ;
    dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD048"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD048"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$K_c = \\Pi_B(c_B)^{-\\nu_B}$, for solutions"^^qudt:LatexString ;
    qudt:latexSymbol "$K_c$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:EquilibriumConstant"^^xsd:string,
        "The unit is unit:MOL-PER-M3 raised to the N where N is the summation of stoichiometric numbers. I don't know what to do with this."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EquilibriumConstant .

qudtqk:EquilibriumConstantOnPressureBasis a qudt:QuantityKind ;
    rdfs:label "Equilibrium Constant on Pressure Basis"@en ;
    dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD049"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD049"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$K_p = \\Pi_B(p_B)^{-\\nu_B}$, for gases"^^qudt:LatexString ;
    qudt:latexSymbol "$K_p$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:EquilibriumConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EquilibriumConstant .

qudtqk:Equivalent_Mass a qudt:QuantityKind ;
    rdfs:label "Mass Equivalent"^^xsd:string ;
    dcterms:description """"Mass Equivalent" is the mass of a substance that reacts with (or is equivalent to) an arbitrary mass of 
another substance in a given chemical reaction."""^^rdf:HTML ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:EvaporativeHeatTransferCoefficient a qudt:QuantityKind ;
    rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ;
    dcterms:description "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapor pressure difference between skind and the environment, and by the exchange area."^^qudt:LatexString ;
    qudt:applicableUnit unit:W-PER-M2-PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Evaporative Heat Transfer Coefficient\" is the areic heat transfer coefficient multiplied by the water vapor pressure difference between skind and the environment, and by the exchange area."^^xsd:string ;
    qudt:symbol "h_e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EvaporativeHeatTransferCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FastFissionFactor a qudt:QuantityKind ;
    rdfs:label "Fast Fission Factor"@en ;
    dcterms:description "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Fast Fission Factor\" in an infinite medium, is the ratio of the mean number of neutrons produced by fission due to neutrons of all energies to the mean number of neutrons produced by fissions due to thermal neutrons only."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:FastFissionFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FishBiotransformationHalfLife a qudt:QuantityKind ;
    rdfs:label "Fish Biotransformation Half Life"@en ;
    dcterms:description "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions."^^qudt:LatexString ;
    qudt:applicableUnit unit:DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:plainTextDescription "A time that quantifies how long its takes to transform 50% of a substance's total concentration from any concentration point in time in fish via whole body metabolic reactions."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:FishBiotransformationHalfLife"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Time .

qudtqk:ForceMagnitude a qudt:QuantityKind ;
    rdfs:label "Force Magnitude"@en ;
    dcterms:description "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://wiki.answers.com/Q/What_is_magnitude_of_force"^^xsd:anyURI ;
    qudt:plainTextDescription "The 'magnitude' of a force is its 'size' or 'strength', regardless of the direction in which it acts."^^xsd:string ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:ForcePerElectricCharge a qudt:QuantityKind ;
    rdfs:label "Force per Electric Charge"@en ;
    dcterms:description "The electric field depicts the force exerted on other electrically charged objects by the electrically charged particle the field is surrounding. The electric field is a vector field with SI units of newtons per coulomb ($N C^{-1}$) or, equivalently, volts per metre ($V m^{-1}$ ). The SI base units of the electric field are $kg m s^{-3} A^{-1}$. The strength or magnitude of the field at a given point is defined as the force that would be exerted on a positive test charge of 1 coulomb placed at that point"^^qudt:LatexString ;
    qudt:applicableUnit unit:N-PER-C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GFactorOfNucleus a qudt:QuantityKind ;
    rdfs:label "g-Factor of Nucleus"@en ;
    dcterms:description "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$g = \\frac{\\mu}{I\\mu_B}$, where $\\mu$ is the magnitude of magnetic dipole moment, $I$ is the nuclear angular momentum quantum number, and $\\mu_B$ is the Bohr magneton."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"g-Factor of Nucleus\" is associated with the spin and magnetic moments of protons, neutrons, and many nuclei."^^xsd:string ;
    qudt:symbol "g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GFactorOfNucleus"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GapEnergy a qudt:QuantityKind ;
    rdfs:label "Gap Energy"@en ;
    dcterms:description "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Band_gap"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Gap Energy\" is the difference in energy between the lowest level of conduction band and the highest level of valence band. It is an energy range in a solid where no electron states can exist."^^xsd:string ;
    qudt:symbol "E_g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:GeneFamilyAbundance a qudt:QuantityKind ;
    rdfs:label "Gene Family Abundance"@en ;
    dcterms:description "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length."^^qudt:LatexString ;
    qudt:applicableUnit unit:RPK ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://learn.gencore.bio.nyu.edu/"^^xsd:anyURI ;
    qudt:plainTextDescription "The abundance of each gene family in the community. Gene families are groups of evolutionarily-related protein-coding sequences that often perform similar functions. Gene family abundance is reported in RPK (reads per kilobase) units to normalize for gene length."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:GeneFamilyAbundance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:GeneralizedCoordinate a qudt:QuantityKind ;
    rdfs:label "Generalized Coordinate"@en ;
    dcterms:description "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$q_i$, where $q_i$ is one of the coordinates that is used to describe the position of the system under consideration, and $N$ is the lowest number of coordinates necessary to fully define the position of the system."^^qudt:LatexString ;
    qudt:plainTextDescription "Generalized Coordinates refers to the parameters that describe the configuration of the system relative to some reference configuration. These parameters must uniquely define the configuration of the system relative to the reference configuration."^^xsd:string ;
    qudt:symbol "q_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GeneralizedCoordinate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GeneralizedForce a qudt:QuantityKind ;
    rdfs:label "Generalized Force"@en ;
    dcterms:description "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Generalized_forces"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\delta A = \\sum Q_i\\delta q_i$, where $A$ is work and $q_i$ is a generalized coordinate."^^qudt:LatexString ;
    qudt:plainTextDescription "Generalized Forces find use in Lagrangian mechanics, where they play a role conjugate to generalized coordinates."^^xsd:string ;
    qudt:symbol "Q_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GeneralizedForce"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GeneralizedMomentum a qudt:QuantityKind ;
    rdfs:label "Generalized Force"@en ;
    dcterms:description "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$p_i = \\frac{\\partial L}{\\partial \\dot{q_i}}$, where $L$ is the Langrange function and $\\dot{q_i}$ is a generalized velocity."^^qudt:LatexString ;
    qudt:plainTextDescription "Generalized Momentum, also known as the canonical or conjugate momentum, extends the concepts of both linear momentum and angular momentum. To distinguish it from generalized momentum, the product of mass and velocity is also referred to as mechanical, kinetic or kinematic momentum."^^xsd:string ;
    qudt:symbol "p_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GeneralizedMomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GeneralizedVelocity a qudt:QuantityKind ;
    rdfs:label "Generalized Velocity"@en ;
    dcterms:description "Generalized Velocities are the time derivatives of the generalized coordinates of the system."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Generalized_coordinates"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\dot{q_i} = \\frac{dq_i}{dt}$, where $q_i$ is the generalized coordinate and $t$ is time."^^qudt:LatexString ;
    qudt:latexSymbol "$\\dot{q_i}$"^^qudt:LatexString ;
    qudt:plainTextDescription "Generalized Velocities are the time derivatives of the generalized coordinates of the system."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GeneralizedVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Gravity_API a qudt:QuantityKind ;
    rdfs:label "API Gravity"@en ;
    dcterms:description """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks.

API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees."""^^xsd:string ;
    qudt:applicableUnit unit:DEGREE_API ;
    qudt:baseSIUnitDimensions "$qkdv:A0E0L0I0M0H0T0D1$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/API_gravity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription """The American Petroleum Institute gravity, or API gravity, is a measure of how heavy or light a petroleum liquid is compared to water: if its API gravity is greater than 10, it is lighter and floats on water; if less than 10, it is heavier and sinks.

API gravity is thus an inverse measure of a petroleum liquid's density relative to that of water (also known as specific gravity). It is used to compare densities of petroleum liquids. For example, if one petroleum liquid is less dense than another, it has a greater API gravity. Although API gravity is mathematically a dimensionless quantity (see the formula below), it is referred to as being in 'degrees'. API gravity is graduated in degrees on a hydrometer instrument. API gravity values of most petroleum liquids fall between 10 and 70 degrees."""^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Gravity_API"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:GrowingDegreeDay_Cereal a qudt:QuantityKind ;
    rdfs:label "Growing Degree Days (Cereals)"@en ;
    dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C_GROWING_CEREAL-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GrowingDegreeDay_Cereal"^^xsd:string ;
    rdfs:isDefinedBy <https://data.agrimetrics.co.uk/ontologies/qudt-extension> ;
    skos:broader qudtqk:TimeTemperature .

qudtqk:GruneisenParameter a qudt:QuantityKind ;
    rdfs:label "Gruneisen Parameter"@en ;
    dcterms:description "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Grüneisen_parameter"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$\\gamma = \\frac{\\alpha_V}{x_T c_V\\rho}$, where $\\alpha_V$ is the cubic expansion coefficient, $x_T$ is isothermal compressibility, $c_V$ is specific heat capacity at constant volume, and $\\rho$ is mass density."^^qudt:LatexString ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Gruneisen Parameter\" named after Eduard Grüneisen, describes the effect that changing the volume of a crystal lattice has on its vibrational properties, and, as a consequence, the effect that changing temperature has on the size or dynamics of the lattice."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GruneisenParameter"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:HeadEndPressure a qudt:QuantityKind ;
    rdfs:label "Head End Pressure"@en ;
    qudt:abbreviation "HEP"^^xsd:string ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:HeartRate a qudt:QuantityKind ;
    rdfs:label "Heart Rate"@en ;
    dcterms:description "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates."^^qudt:LatexString ;
    qudt:applicableUnit unit:BEAT-PER-MIN ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Heart_rate"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/oi/authority.20110803100354463"^^xsd:anyURI ;
    qudt:plainTextDescription "The number of heartbeats per unit of time, usually per minute. The heart rate is based on the number of contractions of the ventricles (the lower chambers of the heart). The heart rate may be too fast (tachycardia) or too slow (bradycardia). The average adult pulse rate at rest is 60–80 per minute, but exercise, injury, illness, and emotion may produce much faster rates."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HeartRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:HenrysLawVolatilityConstant a qudt:QuantityKind ;
    rdfs:label "Henry's Law Volatility Constant"@en ;
    dcterms:description "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid.  The numerator contains the gaseous concentration and the denominator contains the liquid concentration."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM-M3-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:plainTextDescription "A quantity kind that is a proportionality constant that relates the partial pressure of a gas above a liquid and the concentration of the gas dissolved in the liquid.  The numerator contains the gaseous concentration and the denominator contains the liquid concentration."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HenrysLawVolatilityConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:HyperfineStructureQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Hyperfine Structure Quantum Number"@en ;
    dcterms:description "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hyperfine_structure"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Hyperfine Structure Quantum Number\" is a quantum number of an atom describing inclination of the nuclear spin with respect to a quantization axis given by the magnetic field produced by the orbital electrons."^^xsd:string ;
    qudt:symbol "F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HyperfineStructureQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:QuantumNumber .

qudtqk:IncidenceProportion a qudt:QuantityKind ;
    rdfs:label "Incidence Proportion"@en ;
    dcterms:description "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Cumulative_incidence"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ;
    qudt:plainTextDescription "Incidence proportion (also known as cumulative incidence) is the number of new cases within a specified time period divided by the size of the population initially at risk. For example, if a population initially contains 1,000 non-diseased persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons per two years, i.e. 2.8% per two years."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:IncidenceRate ;
    skos:broader qudtqk:Incidence .

qudtqk:IncidenceRate a qudt:QuantityKind ;
    rdfs:label "Incidence Rate"@en ;
    dcterms:description "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)"^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ;
    qudt:plainTextDescription "The incidence rate is a measure of the frequency with which a disease or other incident occurs over a specified time period. It is also known as the incidence density rate or person-time incidence rate, when the denominator is the combined person-time of the population at risk (the sum of the time duration of exposure across all persons exposed)"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:IncidenceProportion ;
    skos:broader qudtqk:Incidence .

qudtqk:InfiniteMultiplicationFactor a qudt:QuantityKind ;
    rdfs:label "Infinite Multiplication Factor"@en ;
    dcterms:description "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$k_\\infty$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Infinite Multiplication Factor\" is the multiplication factor for an infinite medium or for an infinite repeating lattice."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MultiplicationFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MultiplicationFactor ;
    skos:closeMatch qudtqk:EffectiveMultiplicationFactor .

qudtqk:InternalConversionFactor a qudt:QuantityKind ;
    rdfs:label "InternalConversionFactor"@en ;
    dcterms:description "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Internal_conversion_coefficient"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"InternalConversionFactor\" describes the rate of internal conversion. It is the ratio of the number of internal conversion electrons to the number of gamma quanta emitted by the radioactive atom in a given transition."^^xsd:string ;
    qudt:symbol "a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:InternalConversionFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "Inverse amount of substance"@en ;
    qudt:applicableUnit unit:PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseAmountOfSubstance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseLengthTemperature a qudt:QuantityKind ;
    rdfs:label "Inverse Length Temperature"@en ;
    qudt:applicableUnit unit:PER-M-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseLengthTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InversePermittivity a qudt:QuantityKind ;
    rdfs:label "Inverse Permittivity"@en ;
    qudt:applicableUnit unit:M-PER-FARAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-4D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InversePermittivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:IonConcentration a qudt:QuantityKind ;
    rdfs:label "Ion Concentration"@en ;
    dcterms:description "\"Ion Concentration\" is the number of ions per unit volume. Also known as ion density."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-CentiM3,
        unit:PER-FT3,
        unit:PER-IN3,
        unit:PER-L,
        unit:PER-M3,
        unit:PER-MilliL,
        unit:PER-MilliM3,
        unit:PER-YD3 ;
    qudt:exactMatch qudtqk:IonDensity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "\"Ion Concentration\" is the number of ions per unit volume. Also known as ion density."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:InverseVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseVolume .

qudtqk:IonDensity a qudt:QuantityKind ;
    rdfs:label "Ion Density"@en ;
    dcterms:description "\"Ion Density\" is the number of ions per unit volume. Also known as ion concentration."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:exactMatch qudtqk:IonConcentration ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://www.answers.com/topic/ion-density"^^xsd:anyURI ;
    qudt:latexDefinition """$n^+ = \\frac{N^+}{V}$, $n^- = \\frac{N^-}{V}$

where $N^+$ and $N^-$ are the number of positive and negative ions, respectively, in a 3D domain with volume $V$."""^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Ion Density\" is the number of ions per unit volume. Also known as ion concentration."^^xsd:string ;
    qudt:symbol "N, n^+, n^-"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:NumberDensity .

qudtqk:IonTransportNumber a qudt:QuantityKind ;
    rdfs:label "Ion Transport Number"@en ;
    dcterms:description "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ion_transport_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$t_B = \\frac{i_B}{i}$, where $i_B$ is the electric current carried by the ion $B$ and $i$ is the total electric current."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Ion Transport Number\" is a quantity which indicates the different contribution of ions to the electric current in electrolytes due to different electrical mobility."^^xsd:string ;
    qudt:symbol "t_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:IonTransportNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:Landau-GinzburgNumber a qudt:QuantityKind ;
    rdfs:label "Landau-Ginzburg Number"@en ;
    dcterms:description "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ginzburg–Landau_theory"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "At zero thermodynamic temperature $\\kappa = \\frac{\\lambda_L}{(\\varepsilon\\sqrt{2})}$, where $\\lambda_L$ is London penetration depth and $\\varepsilon$ is coherence length."^^qudt:LatexString ;
    qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Landau-Ginzburg Number\", also known as the Ginzburg-Landau parameter, describes the relationship between London penetration depth and coherence length."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Landau-GinzburgNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:LandeGFactor a qudt:QuantityKind ;
    rdfs:label "Lande g-Factor"@en ;
    dcterms:description "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/G-factor_(physics)"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Landé_g-factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$g = \\frac{\\mu}{J\\mu_B}$, where $\\mu$ is the magnitude of magnetic dipole moment, $J$ is the total angular momentum quantum number, and $\\mu_B$ is the Bohr magneton."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Lande g-Factor\" is a particular example of a g-factor, namely for an electron with both spin and orbital angular momenta. It is named after Alfred Landé, who first described it in 1921."^^xsd:string ;
    qudt:symbol "g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LandeGFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LatticeVector a qudt:QuantityKind ;
    rdfs:label "Lattice Vector"@en ;
    dcterms:description "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Lattice Vector\" is a translation vector that maps the crystal lattice on itself."^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:LeakageFactor a qudt:QuantityKind ;
    rdfs:label "Leakage Factor"@en ;
    dcterms:description "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:expression "$leakage-factor$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=221-04-12"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\sigma = 1 - k^2$, where $k$ is the coupling factor."^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Leakage Factor\" is the ratio of the total magnetic flux to the useful magnetic flux of a magnetic circuit."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LeakageFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LengthEnergy a qudt:QuantityKind ;
    rdfs:label "Length Energy"@en ;
    qudt:applicableUnit unit:MegaEV-FemtoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LengthEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LengthMolarEnergy a qudt:QuantityKind ;
    rdfs:label "Length Molar Energy"@en ;
    qudt:applicableUnit unit:J-M-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LengthMolarEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LengthTemperatureTime a qudt:QuantityKind ;
    rdfs:label "Length Temperature Time"@en ;
    qudt:applicableUnit unit:CentiM-SEC-DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LengthTemperatureTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Lethargy a qudt:QuantityKind ;
    rdfs:label "Lethargy"@en ;
    dcterms:description "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.scribd.com/doc/51548050/149/Lethargy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$u = \\ln(\\frac{E_0}{E})$, where $E_0$ is a reference energy."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Lethargy\" is a dimensionless logarithm of the ratio of the energy of source neutrons to the energy of neutrons after a collision."^^xsd:string ;
    qudt:symbol "u"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Lethargy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearCompressibility a qudt:QuantityKind ;
    rdfs:label "Linear Compressibility"@en ;
    dcterms:description "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change."^^qudt:LatexString ;
    qudt:applicableUnit unit:MicroM-PER-N ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:plainTextDescription "Linear Compressibility is a measure of the relative length change of a solid as a response to a normal force change."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearCompressibility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearElectricCurrent a qudt:QuantityKind ;
    rdfs:label "Linear Electric Current"@en ;
    dcterms:description "\"Linear Electric Linear Current\" is the electric current per unit line."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD076"^^xsd:string ;
    qudt:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD076"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Linear Electric Linear Current\" is the electric current per unit line."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LinearElectricCurrentDensity .

qudtqk:LinearStrain a qudt:QuantityKind ;
    rdfs:label "Linear Strain"@en ;
    dcterms:description "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length."^^qudt:LatexString ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:exactMatch qudtqk:Strain ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Deformation_(mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\xi = \\frac{\\Delta l}{l_0}$, where $\\Delta l$ is the increase in length and $l_0$ is the length in a reference state to be specified."^^qudt:LatexString ;
    qudt:latexSymbol "$\\xi$"^^qudt:LatexString ;
    qudt:plainTextDescription "A strain is a normalized measure of deformation representing the displacement between particles in the body relative to a reference length."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LengthRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LengthRatio .

qudtqk:LineicPower a qudt:QuantityKind ;
    rdfs:label "lineic power"@en-us ;
    dcterms:description "power divided by the associated length"@en ;
    qudt:applicableUnit unit:W-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0> ;
    qudt:plainTextDescription "Leistung dividiert durch die zugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ418#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LineicPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LineicResolution a qudt:QuantityKind ;
    rdfs:label "lineic resolution"@en-us ;
    dcterms:description "graphic resolution capacity of output devices such as printers or of data acquisition such as scanners, as a number of pixels per length"@en ;
    qudt:applicableUnit unit:DPI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:plainTextDescription "grafisches Auflösungsvermögen von Ausgabegeräten wie Druckern oder von Datenerfassungsgeräten wie Scannern als Anzahl der Bildpunkte je Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ438#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LineicResolution"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseLength .

qudtqk:LogOctanolAirPartitionCoefficient a qudt:QuantityKind ;
    rdfs:label "Octanol Air Partition Coefficient"@en ;
    dcterms:description "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium.  More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of liquid octanol and gaseous air at equilibrium.  More simply, it is a comparison of the solubilities of the compound solute in these two immiscible substances."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LogOctanolAirPartitionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:LogOctanolWaterPartitionCoefficient a qudt:QuantityKind ;
    rdfs:label "Logarithm of Octanol Water Partition Coefficient"@en ;
    dcterms:description "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium.  More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids.  This property is used to measure the lipophilicity and the hydrophilicity of a substance."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "A dimensionless ratio that is the logarithm of the ratio of a compound's concentration within a two phase mixture of octanol and water at equilibrium.  More simply, it is a comparison of the solubilities of the compound solute in these two immiscible liquids.  This property is used to measure the lipophilicity and the hydrophilicity of a substance."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LogOctanolWaterPartitionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:Long-RangeOrderParameter a qudt:QuantityKind ;
    rdfs:label "Long-Range Order Parameter"@en ;
    dcterms:description "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Long-Range Order Parameter\" is the fraction of atoms in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^xsd:string ;
    qudt:symbol "R, s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Long-RangeOrderParameter"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LorenzCoefficient a qudt:QuantityKind ;
    rdfs:label "Lorenz Coefficient"@en ;
    dcterms:description "\"Lorenz Coefficient\" is part mof the Lorenz curve."^^qudt:LatexString ;
    qudt:applicableUnit unit:V2-PER-K2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L4I0M2H-2T-6D0> ;
    qudt:iec61360Code "0112/2///62720#UAD087"^^xsd:string ;
    qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD087"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$L = \\frac{\\lambda}{\\sigma T}$, where $\\lambda$ is thermal conductivity, $\\sigma$ is electric conductivity, and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Lorenz Coefficient\" is part mof the Lorenz curve."^^xsd:string ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LorenzCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LossFactor a qudt:QuantityKind ;
    rdfs:label "Loss Factor"@en ;
    dcterms:description """
  $\\textit{Loss Factor}$ is the inverse of $\\textit{Quality Factor}$ and is the ratio of the $\\textit{resistance}$ and modulus of $\\textit{reactance}$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$d = \\frac{1}{Q}$, where $Q$ is quality factor."^^qudt:LatexString ;
    qudt:plainTextDescription "Loss Factor is the inverse of Quality Factor and is the ratio of the resistance and modulus of reactance."^^xsd:string ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LossFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:QualityFactor,
        qudtqk:Reactance,
        qudtqk:Resistance .

qudtqk:LowerCriticalMagneticFluxDensity a qudt:QuantityKind ;
    rdfs:label "Lower Critical Magnetic Flux Density"@en ;
    dcterms:description "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor."^^qudt:LatexString ;
    qudt:applicableUnit unit:GAMMA,
        unit:GAUSS,
        unit:KiloGAUSS,
        unit:KiloT,
        unit:MicroT,
        unit:MilliT,
        unit:NanoT,
        unit:T,
        unit:T_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Lower Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for magnetic flux entering the superconductor."^^xsd:string ;
    qudt:symbol "B_{c1}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MagneticFluxDensity ;
    skos:closeMatch qudtqk:UpperCriticalMagneticFluxDensity .

qudtqk:LuminousEfficacy a qudt:QuantityKind ;
    rdfs:label "Luminous Efficacy"@en ;
    dcterms:description "Luminous Efficacy is the ratio of luminous flux (in lumens) to power (usually measured in watts). Depending on context, the power can be either the radiant flux of the source's output, or it can be the total electric power consumed by the source."^^qudt:LatexString ;
    qudt:applicableUnit unit:LM-PER-W ;
    qudt:expression "$lm/w$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M-1H0T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD091"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_efficacy"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD091"^^xsd:anyURI ;
    qudt:latexDefinition "$K = \\frac{\\Phi_v}{\\Phi}$, where $\\Phi_v$ is the luminous flux and $\\Phi$ is the corresponding radiant flux."^^qudt:LatexString ;
    qudt:plainTextDescription "Luminous Efficacy is the ratio of luminous flux (in lumens) to power (usually measured in watts). Depending on context, the power can be either the radiant flux of the source's output, or it can be the total electric power consumed by the source."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousEfficacy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousFluxRatio a qudt:QuantityKind ;
    rdfs:label "Luminous Flux Ratio"@en ;
    dcterms:description "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power."^^qudt:LatexString ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI ;
    qudt:plainTextDescription "Luminous Flux Ratio (or Relative Luminous Flux or Relative Luminous Power) is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light. It is expressed as a percentage or fraction of full power."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFluxRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:MachNumber a qudt:QuantityKind ;
    rdfs:label "عدد ماخ"@ar,
        "Machovo číslo"@cs,
        "Mach-Zahl"@de,
        "Mach number"@en,
        "número de Mach"@es,
        "عدد ماخ"@fa,
        "nombre de Mach"@fr,
        "मैक संख्या"@hi,
        "numero di Mach"@it,
        "マッハ数n"@ja,
        "Nombor Mach"@ms,
        "liczba Macha"@pl,
        "número de Mach"@pt,
        "număr Mach"@ro,
        "число Маха"@ru,
        "Machovo število"@sl,
        "Mach sayısı"@tr,
        "马赫"@zh ;
    dcterms:description "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^qudt:LatexString ;
    qudt:applicableUnit unit:MACH ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mach_number"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD364"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mach_number"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD364"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ;
    qudt:latexDefinition "$Ma = \\frac{v_o}{c_o}$, where $v_0$ is speed, and $c_o$ is speed of sound."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:symbol "Ma"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MachNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio ;
    skos:closeMatch <http://dbpedia.org/resource/Mach_number> .

qudtqk:MadelungConstant a qudt:QuantityKind ;
    rdfs:label "ثابت مادلونك"@ar,
        "Madelung-Konstante"@de,
        "Madelung constant"@en,
        "Constante de Madelung"@es,
        "ثابت مادلونگ"@fa,
        "Constante de Madelung"@fr,
        "Costante di Madelung"@it,
        "マーデルングエネルギー"@ja,
        "Stała Madelunga"@pl,
        "constante de Madelung"@pt,
        "постоянная Маделунга"@ru,
        "馬德隆常數"@zh ;
    dcterms:description "\"Madelung Constant\" is used in determining the electrostatic potential of a single ion in a crystal by approximating the ions by point charges. It is named after Erwin Madelung, a German physicist."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Madelung_constant"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "For a uni-univalent ionic crystal of specified structure, the binding energy $V_b$ per pair of ions is $V_b = \\alpha\\frac{e^2}{4\\pi \\varepsilon_0 a}$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, and $a$ is the lattice constant which should be specified."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Madelung Constant\" is used in determining the electrostatic potential of a single ion in a crystal by approximating the ions by point charges. It is named after Erwin Madelung, a German physicist."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MadelungConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticSusceptability a qudt:QuantityKind ;
    rdfs:label "Magnetic Susceptability"@en ;
    dcterms:description "\"Magnetic Susceptability\" is a scalar or tensor quantity the product of which by the magnetic constant $\\mu_0$ and by the magnetic field strength $H$ is equal to the magnetic polarization $J$. The definition given applies to an isotropic medium. For an anisotropic medium permeability is a second order tensor."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:expression "$\\kappa = \\frac{M}{H}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-37"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\kappa = \\frac{M}{H}$,  where $M$ is magnetization,  and $H$ is magnetic field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticSusceptability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso <http://qudt.org/vocab/constant/MagneticConstant>,
        qudtqk:MagneticFieldStrength_H,
        qudtqk:Magnetization .

qudtqk:MassAbsorptionCoefficient a qudt:QuantityKind ;
    rdfs:label "Mass Absorption Coefficient"@en ;
    dcterms:description "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:informativeReference "http://medical-dictionary.thefreedictionary.com/mass+absorption+coefficient"^^xsd:anyURI ;
    qudt:latexDefinition "$a_m = \\frac{a}{\\rho}$, where $a$ is the linear absorption coefficient and $\\rho$ is the mass density of the medium."^^qudt:LatexString ;
    qudt:latexSymbol "$a_m$"^^qudt:LatexString ;
    qudt:plainTextDescription "The mass absorption coefficient is the linear absorption coefficient divided by the density of the absorber."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassAbsorptionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassAmountOfSubstanceTemperature a qudt:QuantityKind ;
    rdfs:label "Mass Amount of Substance Temperature"@en ;
    qudt:applicableUnit unit:MOL_LB-DEG_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MassAmountOfSubstanceTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassConcentrationOfWater a qudt:QuantityKind ;
    rdfs:label "Mass Concentration of Water"@en ;
    dcterms:description "\"Mass Concentration of Water\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$w = m/V$, where $m$ is mass of water, irrespective of the form of aggregation, and $V$ is volume. Mass concentration of water at saturation is denoted $w_{sat}$."^^qudt:LatexString ;
    qudt:plainTextDescription "Mass Concentration of Water is one of a number of Concentration quantities defined by ISO 80000."^^xsd:string ;
    qudt:symbol "w"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassConcentrationOfWater"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassConcentrationOfWaterVapour a qudt:QuantityKind ;
    rdfs:label "Mass Concentration of Water Vapour"@en ;
    dcterms:description "\"Mass Concentration of Water Vapour\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$w = m/V$, where $m$ is mass of water vapour and $V$ is total gas volume. Mass concentration of water vapour at saturation is denoted $v_{sat}$."^^qudt:LatexString ;
    qudt:plainTextDescription "Mass Concentration of Water is one of a number of Concentration quantities defined by ISO 80000."^^xsd:string ;
    qudt:symbol "v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassConcentrationOfWaterVapour"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassConcentrationRateOfChange a qudt:QuantityKind ;
    rdfs:label "Mass Concentration Rate Of Change"@en ;
    dcterms:description "the rate at which a specific chemical element or compound changes concentration over time, where with concentration expressed as mass per volume. SI unit is kg * m-3 * s-1"^^xsd:string ;
    qudt:applicableUnit unit:MicroGM-PER-L-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:informativeReference "https://pubs.usgs.gov/wri/wri034271"^^xsd:anyURI ;
    qudt:plainTextDescription "the rate at which a specific chemical element or compound changes concentration over time, where with concentration expressed as mass per volume. SI unit is kg * m-3 * s-1"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MassConcentrationRateOfChange"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassDefect a qudt:QuantityKind ;
    rdfs:label "Mass Defect"@en ;
    dcterms:description "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei."^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Binding_energy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$B = Zm(^{1}\\textrm{H}) + Nm_n - m_a$, where $Z$ is the proton number of the atom, $m(^{1}\\textrm{H})$ is atomic mass of $^{1}\\textrm{H}$, $N$ is the neutron number, $m_n$ is the rest mass of the neutron, and $m_a$ is the rest mass of the atom."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Mass Defect\", also termed mass deficit, or mass packing fraction, describes mass change (decrease) in bound systems, particularly atomic nuclei."^^xsd:string ;
    qudt:symbol "B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MassEnergyTransferCoefficient a qudt:QuantityKind ;
    rdfs:label "Mass Energy Transfer Coefficient"@en ;
    dcterms:description "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:informativeReference "http://physics.nist.gov/PhysRefData/XrayMassCoef/chap3.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\frac{\\mu_{tr}}{\\rho} = -\\frac{1}{\\rho}\\frac{1}{R}\\frac{dR_{tr}}{dl}$, where $dR_{tr}$ is the mean energy that is transferred to kinetic energy of charged particles by interactions of the incident radiation $R$ in traversing a distance $dl$ in the material of density $\\rho$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\frac{\\mu_{tr}}{\\rho}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Mass Energy Transfer Coefficient\" is that fraction of the mass attenuation coefficient which contributes to the production of kinetic energy in charged particles."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassEnergyTransferCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassFraction a qudt:QuantityKind ;
    rdfs:label "Mass Fraction"@en ;
    dcterms:description "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_fraction_(chemistry)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$w_B = \\frac{m_B}{m}$, where $m_B$ is the mass of substance $B$ and $m$ is the total."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Mass Fraction\" is the fraction of one substance with mass to the mass of the total mixture ."^^xsd:string ;
    qudt:symbol "w_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassFraction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassNumber a qudt:QuantityKind ;
    rdfs:label "Mass Number"@en ;
    dcterms:description "The \"Mass Number\" (A), also called atomic mass number or nucleon number, is the total number of protons and neutrons (together known as nucleons) in an atomic nucleus. Nuclides with the same value of $A$ are called isobars."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$A = Z + N$, where $Z$ is the atomic number and $N$ is the neutron number."^^qudt:LatexString ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:MassPerElectricCharge a qudt:QuantityKind ;
    rdfs:label "Mass per Electric Charge"@en ;
    dcterms:description "The mass-to-charge ratio ratio ($m/Q$) is a physical quantity that is widely used in the electrodynamics of charged particles, for example, in electron optics and ion optics. The importance of the mass-to-charge ratio, according to classical electrodynamics, is that two particles with the same mass-to-charge ratio move in the same path in a vacuum when subjected to the same electric and magnetic fields. Its SI units are $kg/C$, but it can also be measured in Thomson ($Th$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:T-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass-to-charge_ratio"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassRatioOfWaterToDryMatter a qudt:QuantityKind ;
    rdfs:label "Mass Concentration of Water To Dry Matter"@en ;
    dcterms:description "\"Mass Ratio of Water to Dry Matter\" is one of a number of $\\textit{Concentration Ratio}$ quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$u = m/m_d$, where $m$ is mass of water vapour and $m_d$ is mass of dry matter. Mass ratio of water to dry matter at saturation is denoted $u_{sat}$."^^qudt:LatexString ;
    qudt:plainTextDescription "Mass Ratio of Water to Dry Matter is one of a number of Concentration Ratio quantities defined by ISO 80000."^^xsd:string ;
    qudt:symbol "u"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassRatioOfWaterToDryMatter"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassRatioOfWaterVapourToDryGas a qudt:QuantityKind ;
    rdfs:label "Mass Ratio of Water Vapour to Dry Gas"@en ;
    dcterms:description "\"Mass Ratio of Water Vapour to Dry Gas\" is one of a number of $\\textit{Concentration Ratio}$ quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$x = m/m_d$, where $m$ is mass of water vapour and $m_d$ is mass of dry gas. Mass ratio of water vapour to dry gas  at saturation is denoted $x_{sat}$."^^qudt:LatexString ;
    qudt:plainTextDescription "Mass Ratio of Water Vapour to Dry Gas is one of a number of Concentration Ratio quantities defined by ISO 80000."^^xsd:string ;
    qudt:symbol "x"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassRatioOfWaterVapourToDryGas"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassStoppingPower a qudt:QuantityKind ;
    rdfs:label "mass stopping power"^^xsd:string ;
    qudt:applicableUnit unit:ERG-CentiM2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD130"^^xsd:string,
        "0112/2///62720#UAD290"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD130"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD290"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:MassStoppingPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassicElectricCurrent a qudt:QuantityKind ;
    rdfs:label "massic electric current"^^xsd:string ;
    qudt:applicableUnit unit:A-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD111"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD111"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:MassicElectricCurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MaxOperatingThrust a qudt:QuantityKind ;
    rdfs:label "Max Operating Thrust"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MOT"^^xsd:string ;
    skos:broader qudtqk:Thrust .

qudtqk:MechanicalMobility a qudt:QuantityKind ;
    rdfs:label "Mechanical Mobility"@en ;
    qudt:applicableUnit unit:MOHM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MechanicalMobility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MobilityRatio a qudt:QuantityKind ;
    rdfs:label "Mobility Ratio"@en ;
    dcterms:description "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$b = \\frac{\\mu_n}{\\mu_p}$, where $\\mu_n$ and $\\mu_p$ are mobilities for electrons and holes, respectively."^^qudt:LatexString ;
    qudt:plainTextDescription "\"MobilityRatio\" describes permeability of a porous material to a given phase divided by the viscosity of that phase."^^xsd:string ;
    qudt:symbol "b"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MobilityRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ModulusOfImpedance a qudt:QuantityKind ;
    rdfs:label "Modulus Of Impedance"@en ;
    dcterms:description """"Modulus Of Impedance} is the absolute value of the quantity $\\textit{impedance}$. Apparent impedance is defined more generally as

the quotient of rms voltage and rms electric current; it is often denoted by $Z$."""^^qudt:LatexString ;
    qudt:applicableUnit unit:OHM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Absolute_value"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$Z = \\left | \\underline{Z} \\right |$, where $\\underline{Z}$ is impedance."^^qudt:LatexString ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ModulusOfImpedance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Impedance .

qudtqk:ModulusOfSubgradeReaction a qudt:QuantityKind ;
    rdfs:label "Modulus of Subgrade Reaction"@en ;
    dcterms:description "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3."^^qudt:LatexString ;
    qudt:applicableUnit unit:N-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/schema/ifcstructuralloadresource/lexical/ifcmodulusofsubgradereactionselect.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "Modulus of Subgrade Reaction is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N/m3."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ModulusOfSubgradeReaction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarAngularMomentum a qudt:QuantityKind ;
    rdfs:label "Molar Angular Momentum"@en ;
    qudt:applicableUnit unit:J-SEC-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-1D0> ;
    qudt:informativeReference "http://cvika.grimoar.cz/callen/callen_21.pdf"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:MolarAngularMomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarConductivity a qudt:QuantityKind ;
    rdfs:label "Molar Conductivity"@en ;
    dcterms:description "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution."^^qudt:LatexString ;
    qudt:applicableUnit unit:S-M2-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E2L0I0M-1H0T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD121"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_conductivity"^^xsd:anyURI,
        "http://encyclopedia2.thefreedictionary.com/molar+conductivity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD121"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Gamma_m = \\frac{x}{c_B}$, where $x$ is the electrolytic conductivity and $c_B$ is the amount-of-substance concentration."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Gamma_m$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Molar Conductivity\" is the conductivity of an electrolyte solution divided by the molar concentration of the electrolyte, and so measures the efficiency with which a given electrolyte conducts electricity in solution."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarConductivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarEntropy a qudt:QuantityKind ;
    rdfs:label "Molar Entropy"@en ;
    dcterms:description "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-MOL-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Standard_molar_entropy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$S_m = \\frac{S}{n}$, where $S$ is entropy and $n$ is amount of substance."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Standard Molar Entropy\" is the entropy content of one mole of substance, under standard conditions (not standard temperature and pressure STP)."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/MOEN> ;
    qudt:symbol "S_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarEntropy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarFluxDensityVariance_NEON a qudt:QuantityKind ;
    rdfs:label "Molar Flux Density Variance, NEON"@en ;
    dcterms:description "Variance for NEON Molar Flux Denisity data measured in unit:MicroMOL-PER-M2-SEC"^^xsd:string ;
    qudt:applicableUnit unit:MicroMOL2-PER-M4-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A2E0L-4I0M0H0T-2D0> ;
    qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ;
    qudt:plainTextDescription "Variance for NEON Molar Flux Denisity data measured in unit:MicroMOL-PER-M2-SEC"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarFluxDensityVariance_NEON"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarOpticalRotatoryPower a qudt:QuantityKind ;
    rdfs:label "Molar Optical Rotatory Power"@en ;
    dcterms:description "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power."^^qudt:LatexString ;
    qudt:applicableUnit unit:RAD-M2-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD126"^^xsd:string ;
    qudt:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD126"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_n = \\alpha \\frac{A}{n}$, where $\\alpha$ is the angle of optical rotation, and $n$ is the amount of substance of the optically active component in the path of a linearly polarized light beam of cross sectional area $A$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha_n$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Molar Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the amount concentration giving the molar optical rotatory power."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarOpticalRotatoryPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolecularViscosity a qudt:QuantityKind ;
    rdfs:label "Molecular Viscosity"@en ;
    dcterms:description "Molecules in a fluid close to a solid boundary sometime strike the boundary and transfer momentum to it. Molecules further from the boundary collide with molecules that have struck the boundary, further transferring the change in momentum into the interior of the fluid. This transfer of momentum is molecular viscosity. Molecules, however, travel only micrometers between collisions, and the process is very inefficient for transferring momentum even a few centimeters. Molecular viscosity is important only within a few millimeters of a boundary. The coefficient of molecular viscosity has the same value as the dynamic viscosity."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:informativeReference "http://oceanworld.tamu.edu/resources/ocng_textbook/chapter08/chapter08_01.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "Molecules in a fluid close to a solid boundary sometime strike the boundary and transfer momentum to it. Molecules further from the boundary collide with molecules that have struck the boundary, further transferring the change in momentum into the interior of the fluid. This transfer of momentum is molecular viscosity. Molecules, however, travel only micrometers between collisions, and the process is very inefficient for transferring momentum even a few centimeters. Molecular viscosity is important only within a few millimeters of a boundary. The coefficient of molecular viscosity has the same value as the dynamic viscosity."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:DynamicViscosity,
        qudtqk:KinematicViscosity .

qudtqk:MomentumPerAngle a qudt:QuantityKind ;
    rdfs:label "Momentum per Angle"@en ;
    qudt:applicableUnit unit:N-SEC-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MomentumPerAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MorbidityRate a qudt:QuantityKind ;
    rdfs:label "Morbidity Rate"@en ;
    dcterms:description "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."^^qudt:LatexString ;
    qudt:applicableUnit unit:CASES-PER-KiloINDIV-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "Morbidity rate is a measure of the incidence of a disease in a particular population, scaled to the size of that population, per unit of time."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:MorbidityRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Incidence .

qudtqk:MutualInductance a qudt:QuantityKind ;
    rdfs:label "Mutual Inductance"@en ;
    dcterms:description "$\\textit{Mutual Inductance}$ is the non-diagonal term of the inductance matrix. For two loops, the symbol $M$ is used for $L_{12}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:H,
        unit:H_Ab,
        unit:H_Stat,
        unit:KiloH,
        unit:MicroH,
        unit:MilliH,
        unit:NanoH,
        unit:PicoH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-36"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$L_{mn} = \\frac{\\Psi_m}{I_n}$, where $I_n$ is an electric current in a thin conducting loop $n$ and $\\Psi_m$ is the linked flux caused by that electric current in another loop $m$."^^qudt:LatexString ;
    qudt:symbol "L_{mn}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Inductance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Inductance ;
    skos:broader qudtqk:Inductance .

qudtqk:NapierianAbsorbance a qudt:QuantityKind ;
    rdfs:label "Napierian Absorbance"@en ;
    dcterms:description "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Absorbance#Beer-Lambert_law"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Beer%E2%80%93Lambert_law#Formulation"^^xsd:anyURI ;
    qudt:latexDefinition "$A_e(\\lambda) = -ln(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^qudt:LatexString ;
    qudt:plainTextDescription "Napierian Absorbance is the natural (Napierian) logarithm of the reciprocal of the spectral internal transmittance."^^xsd:string ;
    qudt:symbol "A_e, B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NapierianAbsorbance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NeutronDiffusionCoefficient a qudt:QuantityKind ;
    rdfs:label "Diffusionskoeffizient"@de,
        "diffusion coefficient"@en,
        "coeficiente de difusión"@es,
        "coefficient de diffusion"@fr,
        "coefficiente di diffusione"@it,
        "coeficiente de difusão"@pt,
        "difuzijski koeficient"@sl ;
    dcterms:description "The \"Diffusion Coefficient\" is "^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/Diffusion+of+Neutrons"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$D_n = -\\frac{J_x}{\\frac{\\partial dn}{\\partial dx}}$, where $J_x$ is the $x-component$ of the particle current and $n$ is the particle number density."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Diffusion Coefficient\" is "^^xsd:string ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NeutronDiffusionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NeutronNumber a qudt:QuantityKind ;
    rdfs:label "عدد النيوترونات"@ar,
        "Neutronové číslo"@cs,
        "Neutronenzahl"@de,
        "neutron number"@en,
        "número neutrónico"@es,
        "عدد نوترون"@fa,
        "Nombre de neutrons"@fr,
        "numero neutronico"@it,
        "Nombor neutron"@ms,
        "liczba neutronowa"@pl,
        "número de neutrons"@pt,
        "число нейтронов"@ru,
        "nötron snumarası"@tr,
        "中子數"@zh ;
    dcterms:description "\"Neutron Number\", symbol $N$, is the number of neutrons in a nuclide. Nuclides with the same value of $N$ but different values of $Z$ are called isotones. $N - Z$ is called the neutron excess number."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Neutron_number"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "N"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NeutronNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:NeutronYieldPerAbsorption a qudt:QuantityKind ;
    rdfs:label "Neutron Yield per Absorption"@en ;
    dcterms:description "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\eta$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Neutron Yield per Absorption\" is the average number of fission neutrons, both prompt and delayed, emitted per neutron absorbed in a fissionable nuclide or in a nuclear fuel, as specified."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NeutronYieldPerAbsorption"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NeutronYieldPerFission a qudt:QuantityKind ;
    rdfs:label "Neutron Yield per Fission"@en ;
    dcterms:description "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fission_product_yield"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\nu$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Neutron Yield per Fission\" is the average number of fission neutrons, both prompt and delayed, emitted per fission event."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NeutronYieldPerFission"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Non-LeakageProbability a qudt:QuantityKind ;
    rdfs:label "Non-Leakage Probability"@en ;
    dcterms:description "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron"^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Six_factor_formula"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Non-Leakage Probability\" is the probability that a neutron will not escape from the reactor during the slowing-down process or while it diffuses as a thermal neutron"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Non-LeakageProbability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NonNegativeLength a qudt:QuantityKind ;
    rdfs:label "Positive Length"@en ;
    dcterms:description "\"NonNegativeLength\" is a measure of length greater than or equal to zero."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:plainTextDescription "\"NonNegativeLength\" is a measure of length greater than or equal to zero."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:NozzleThroatDiameter a qudt:QuantityKind ;
    rdfs:label "Nozzle Throat Diameter"@en ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:NuclearSpinQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Spin Quantum Number"@en ;
    dcterms:description "The \"Spin Quantum Number\"  describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$I^2 = \\hbar^2 I(I + 1)$, where $\\hbar$ is the Planck constant."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Spin Quantum Number\"  describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NuclearSpinQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpinQuantumNumber .

qudtqk:NucleonNumber a qudt:QuantityKind ;
    rdfs:label "عدد كتلي"@ar,
        "Nukleové číslo"@cs,
        "Nukleonenzahl"@de,
        "nucleon number"@en,
        "número másico"@es,
        "عدد جرمی"@fa,
        "nombre de masse"@fr,
        "numero di massa"@it,
        "質量数"@ja,
        "Nombor nukleon"@ms,
        "liczba masowa"@pl,
        "número de massa"@pt,
        "nükleon numarası"@tr,
        "质量数"@zh ;
    dcterms:description "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "Number of nucleons in an atomic nucleus.A = Z+N. Nuclides with the same value of A are called isobars."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NucleonNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Massenzahl"@de,
        "mass number"@en,
        "numero di nucleoni"@it,
        "nombor jisim"@ms,
        "kütle numarası"@tr ;
    skos:broader qudtqk:Count .

qudtqk:NumberOfParticles a qudt:QuantityKind ;
    rdfs:label "Number of Particles"@en ;
    dcterms:description "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Number of Particles\", also known as the particle number, of a thermodynamic system, conventionally indicated with the letter N, is the number of constituent particles in that system."^^xsd:string ;
    qudt:symbol "N_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberOfParticles"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:OrderOfReflection a qudt:QuantityKind ;
    rdfs:label "Order of Reflection"@en ;
    dcterms:description "\"Order of Reflection\" is $n$ in the Bragg's Law equation."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.answers.com/topic/order-of-reflection"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:OrderOfReflection"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:OsmoticCoefficient a qudt:QuantityKind ;
    rdfs:label "Osmotic Coefficient"@en ;
    dcterms:description "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Osmotic_coefficient"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = -(M_A\\sum b_B)^{-1} \\ln a_A$, where $M_A$ is the molar mass of the solvent $A$, $\\sum$ denotes summation over all the solutes, $b_B$ is the molality of solute $B$, and $a_A$ is the activity of solvent $A$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:OsmoticCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PackingFraction a qudt:QuantityKind ;
    rdfs:label "Packing Fraction"@en ;
    dcterms:description "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_packing_factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$f = \\frac{\\Delta_r}{A}$, where $\\Delta_r$ is the relative mass excess and $A$ is the nucleon number."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Packing Fraction\" is the fraction of volume in a crystal structure that is occupied by atoms."^^xsd:string ;
    qudt:symbol "f"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PackingFraction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ParticleSourceDensity a qudt:QuantityKind ;
    rdfs:label "Particle Source Density"@en ;
    dcterms:description "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-M3-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Particle Source Density\" is the rate of production of particles in a 3D domain divided by the volume of that element."^^xsd:string ;
    qudt:symbol "S"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ParticleSourceDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PermeabilityRatio a qudt:QuantityKind ;
    rdfs:label "Permeability Ratio"@en ;
    dcterms:description "The ratio of the effective permeability of a porous phase to the absolute permeability."^^qudt:LatexString ;
    qudt:applicableUnit unit:PERMEABILITY_REL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ;
    qudt:plainTextDescription "The ratio of the effective permeability of a porous phase to the absolute permeability."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PermeabilityRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Permeance a qudt:QuantityKind ;
    rdfs:label "Permeance"@en ;
    dcterms:description "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit."^^qudt:LatexString ;
    qudt:applicableUnit unit:NanoH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD135"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Permeance"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD135"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Lambda = \\frac{1}{R_m}$, where $R_m$ is reluctance."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Lambda$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Permeance\" is the inverse of reluctance. Permeance is a measure of the quantity of flux for a number of current-turns in magnetic circuit. A magnetic circuit almost acts as though the flux is \"conducted\", therefore permeance is larger for large cross sections of a material and smaller for longer lengths. This concept is analogous to electrical conductance in the electric circuit."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Permeance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Reluctance .

qudtqk:PermittivityRatio a qudt:QuantityKind ;
    rdfs:label "Permittivity Ratio"@en ;
    dcterms:description "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ;
    qudt:expression "$rel-permittivity$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\epsilon_r = \\epsilon / \\epsilon_0$, where $\\epsilon$ is permittivity and $\\epsilon_0$ is the electric constant."^^qudt:LatexString ;
    qudt:latexSymbol "$\\epsilon_r$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Permittivity Ratio\" is the ratio of permittivity to the permittivity of a vacuum."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PermittivityRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Permittivity ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:PhotonIntensity a qudt:QuantityKind ;
    rdfs:label "Photon Intensity"@en ;
    dcterms:description "A measure of flux of photons per solid angle"^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-SEC-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD137"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD137"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:PhotonIntensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PhotonRadiance a qudt:QuantityKind ;
    rdfs:label "Photon Radiance"@en ;
    dcterms:description "A measure of flux of photons per surface area per solid angle"^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-SEC-M2-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Photon_counting"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:PhotonRadiance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PhotosyntheticPhotonFlux a qudt:QuantityKind ;
    rdfs:label "Photosynthetic Photon Flux"@en ;
    dcterms:description "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor."^^qudt:LatexString ;
    qudt:applicableUnit unit:MicroMOL-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Photosynthetically_active_radiation#Units"^^xsd:anyURI ;
    qudt:plainTextDescription "Photosynthetic Photon Flux (PPF) is a measurement of the total number of photons emitted by a light source each second within the PAR wavelength range and is measured in μmol/s. Lighting manufacturers may specify their grow light products in terms of PPF. It can be considered as analogous to measuring the luminous flux (lumens) of visible light which would typically require the use of an integrating sphere or a goniometer system with spectroradiometer sensor."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PhotosyntheticPhotonFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "PPF"^^xsd:string ;
    prov:wasDerivedFrom <https://www.gigahertz-optik.com/en-us/service-and-support/knowledge-base/measurement-of-par/#WasistPAR> .

qudtqk:PictureElement a qudt:QuantityKind ;
    rdfs:label "picture element"^^xsd:string,
        "picture element"@en-us ;
    dcterms:description "smallest element of a display space (cell size) of a digitized two-dimensional field representation of an image which has an address (x and y coordinates corresponding to its position in the field) and a specific brightness value"@en ;
    qudt:applicableUnit unit:PIXEL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD299"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD299"^^xsd:anyURI ;
    qudt:plainTextDescription "kleinstes Element einer Darstellungsfläche (Zellgröße) einer digitalisierten zweidimensionalen Felddarstellung eines Bildes, die eine Adresse (x- und y-Koordinaten entsprechend seiner Position im Feld) und einen spezifischen Helligkeitswert besitzt"@de ;
    qudt:symbol "0173-1#Z4-BAJ437#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PictureElement"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PoissonRatio a qudt:QuantityKind ;
    rdfs:label "Poisson Ratio"@en ;
    dcterms:description "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Poisson%27s_ratio"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu = \\frac{\\Delta \\delta}{\\Delta l}$, where $\\Delta \\delta$ is the lateral contraction and $\\Delta l$ is the elongation."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "The Poisson Ratio is the negative ratio of transverse to axial strain. In fact, when a sample object is stretched (or squeezed), to an extension (or contraction) in the direction of the applied load, it corresponds a contraction (or extension) in a direction perpendicular to the applied load. The ratio between these two quantities is the Poisson's ratio."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PoissonRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Population a qudt:QuantityKind ;
    rdfs:label "Population"@en ;
    dcterms:description "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Population"^^xsd:anyURI ;
    qudt:plainTextDescription "Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world, but can also represent the number of any kind of entity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Population"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:PositionVector a qudt:QuantityKind ;
    rdfs:label "Position Vector"@en ;
    dcterms:description "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Position_(vector)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$r = \\overrightarrow{OP}$, where $O$ and $P$ are two points in space."^^qudt:LatexString ;
    qudt:plainTextDescription "A \"Position Vector\", also known as location vector or radius vector, is a Euclidean vector which represents the position of a point P in space in relation to an arbitrary reference origin O."^^xsd:string ;
    qudt:symbol "r"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:PowerArea a qudt:QuantityKind ;
    rdfs:label "Power Area"@en ;
    qudt:applicableUnit unit:W-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PowerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PowerAreaPerSolidAngle a qudt:QuantityKind ;
    rdfs:label "Power Area per Solid Angle"@en ;
    qudt:applicableUnit unit:W-M2-PER-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PowerAreaPerSolidAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PowerPerAreaAngle a qudt:QuantityKind ;
    rdfs:label "Power per Area Angle"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PowerPerAreaQuarticTemperature a qudt:QuantityKind ;
    rdfs:label "Power per area quartic temperature"@en ;
    qudt:applicableUnit unit:W-PER-M2-K4 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-4T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerAreaQuarticTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureLossPerLength a qudt:QuantityKind ;
    rdfs:label "Pressure Loss per Length"@en ;
    dcterms:description "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-M2-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Friction_loss"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Pressure Loss per Length\" refers to the power lost in overcoming the friction between two moving surfaces. Also referred to as \"Friction Loss\"."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PressureLossPerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Prevalence a qudt:QuantityKind ;
    rdfs:label "Prevalence"@en ;
    dcterms:description "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)"^^qudt:LatexString ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Prevalence"^^xsd:anyURI ;
    qudt:plainTextDescription "In epidemiology, prevalence is the proportion of a particular population found to be affected by a medical condition (typically a disease or a risk factor such as smoking or seatbelt use) at a specific time. (Wikipedia)"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:Prevalence"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:PropellantBurnRate a qudt:QuantityKind ;
    rdfs:label "Propellant Burn Rate"@en ;
    qudt:applicableUnit unit:IN-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PropellantBurnRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:BurnRate .

qudtqk:PropellantMass a qudt:QuantityKind ;
    rdfs:label "Propellant Mass"@en ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "M_f"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:PropellantTemperature a qudt:QuantityKind ;
    rdfs:label "Propellant Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:RadianceFactor a qudt:QuantityKind ;
    rdfs:label "Radiance Factor"@en ;
    dcterms:description "Radiance Factor is the ratio of the radiance of the surface element in the given direction to that of a perfect reflecting or transmitting diffuser identically irradiated unit."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.encyclo.co.uk/define/radiance%20factor"^^xsd:anyURI ;
    qudt:latexDefinition "$\\beta = \\frac{L_n}{L_d}$, where $L_n$ is the radiance of a surface element in a given direction and $L_d$ is the radiance of the perfect reflecting or transmitting diffuser identically irradiated and viewed. Reflectance factor is equivalent to radiance factor or luminance factor (when the cone angle is infinitely small, and is equivalent to reflectance when the cone angle is $2π sr$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\beta$"^^qudt:LatexString ;
    qudt:plainTextDescription "Radiance Factor is the ratio of the radiance of the surface element in the given direction to that of a perfect reflecting or transmitting diffuser identically irradiated unit."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RadianceFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RadiantEnergy a qudt:QuantityKind ;
    rdfs:label "طاقة إشعاعية"@ar,
        "energie záření"@cs,
        "Strahlungsenergie"@de,
        "radiant energy"@en,
        "energía radiante"@es,
        "انرژی تابشی"@fa,
        "énergie rayonnante"@fr,
        "विकिरण ऊर्जा"@hi,
        "energia radiante"@it,
        "放射エネルギー"@ja,
        "Tenaga sinaran"@ms,
        "energia promienista"@pl,
        "energia radiante"@pt,
        "энергия излучения"@ru,
        "Işınım erkesi"@tr,
        "辐射能"@zh ;
    dcterms:description """
  In radiometry, $\\textit{Radiant Energy}$ is the energy of electromagnetic waves. 
  The quantity of radiant energy may be calculated by integrating radiant flux (or power) with respect to time. 
  In nuclear physics, $\\textit{Radiant Energy}$ is energy, excluding rest energy, of the particles that are emitted, transferred, or received.
  """^^qudt:LatexString ;
    qudt:abbreviation "M-L2-PER-T2"^^xsd:string ;
    qudt:altSymbol "R"^^xsd:string ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy"^^xsd:anyURI ;
    qudt:latexDefinition "$Q_e$"^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "In radiometry,\"Radiant Energy} is the energy of electromagnetic waves. The quantity of radiant energy may be calculated by integrating radiant flux (or power) with respect to time.  In nuclear physics, $\\textit{Radiant Energy\" is energy, excluding rest energy, of the particles that are emitted, transferred, or received."^^xsd:string ;
    qudt:symbol "Q_e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy ;
    skos:closeMatch qudtqk:LuminousEnergy .

qudtqk:RadiantEnergyDensity a qudt:QuantityKind ;
    rdfs:label "Radiant Energy Density"@en ;
    dcterms:description "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_energy_density"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31892"^^xsd:anyURI ;
    qudt:latexDefinition "$w$, $\\rho = \\frac{dQ}{dV}$, where $dQ$ is the radiant energy in an elementary three-dimensional domain, and $dV$ is the volume."^^qudt:LatexString ;
    qudt:latexSymbol "$w, \\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Radiant Energy Density\", or radiant power, is the radiant energy per unit volume."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RadiantEnergyDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RadiantIntensity a qudt:QuantityKind ;
    rdfs:label "Radiant Intensity"@en ;
    dcterms:description "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle."^^qudt:LatexString ;
    qudt:applicableUnit unit:W-PER-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD151"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radiant_intensity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD151"^^xsd:anyURI ;
    qudt:latexDefinition "$I = \\frac{d\\Phi}{d\\Omega}$, where $d\\Phi$ is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle $d\\Omega$."^^qudt:LatexString ;
    qudt:plainTextDescription "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/RAIN> ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RadiantIntensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Radiosity a qudt:QuantityKind ;
    rdfs:label "Radiosity"@en ;
    dcterms:description "Radiosity is the total emitted and reflected radiation leaving a surface."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-CentiM2-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:plainTextDescription "Radiosity is the total emitted and reflected radiation leaving a surface."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Radiosity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:Ratio a qudt:QuantityKind ;
    rdfs:label "ratio"^^xsd:string ;
    qudt:applicableUnit unit:ONE-PER-ONE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD154"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD154"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Ratio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RatioOfSpecificHeatCapacities a qudt:QuantityKind ;
    rdfs:label "Ratio of Specific Heat Capacities"@en ;
    dcterms:description """
  The specific heat ratio of a gas is the ratio of the specific heat at constant pressure,
   $c_p$, to the specific heat at constant volume, $c_V$. 
  It is sometimes referred to as the $\\textit{adiabatic index}$,
   or the $\\textit{heat capacity ratio}$,
   or the $\\textit{isentropic expansion factor}$,
   or the $\\textit{adiabatic exponent}$,
  or the $\\textit{isentropic exponent}$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\gamma = c_p / c_V$, where $c$ is the specific heat of a gas, $c_p$ is specific heat capacity at constant pressure, $c_V$ is specific heat capacity at constant volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString,
        "$\\varkappa$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:RatioOfSpecificHeatCapacities"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:IsentropicExponent .

qudtqk:Reactivity a qudt:QuantityKind ;
    rdfs:label "Reactivity"@en ;
    dcterms:description "\"Reactivity\" characterizes the deflection of reactor from the critical state."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_chain_reaction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho = \\frac{k_{eff} - 1}{k_{eff}}$, where $k_{eff}$ is the effective multiplication factor."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Reactivity\" characterizes the deflection of reactor from the critical state."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Reactivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReciprocalVoltage a qudt:QuantityKind ;
    rdfs:label "reciprocal voltage"@en-us ;
    dcterms:description "quantity whose value is inversely proportional to the voltage value"@en ;
    qudt:applicableUnit unit:PER-V ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0> ;
    qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Spannungswert verhält"@de ;
    qudt:symbol "0173-1#Z4-BAJ371#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ReciprocalVoltage"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RecombinationCoefficient a qudt:QuantityKind ;
    rdfs:label "Recombination Coefficient"@en ;
    dcterms:description "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:M3-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/recombination+coefficient"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$-\\frac{dn^+}{dt} = -\\frac{dn^-}{dt} = an^+n^-$, where $n^+$ and $n^-$ are the ion number densities of positive and negative ions, respectively, recombined during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Recombination Coefficient\" is the rate of recombination of positive ions with electrons or negative ions in a gas, per unit volume, divided by the product of the number of positive ions per unit volume and the number of electrons or negative ions per unit volume."^^xsd:string ;
    qudt:symbol "a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RecombinationCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReflectanceFactor a qudt:QuantityKind ;
    rdfs:label "Reflectance Factor"@en ;
    dcterms:description "Reflectance Factor is the measure of the ability of a surface to reflect light or other electromagnetic radiation, equal to the ratio of the reflected flux to the incident flux."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.thefreedictionary.com/reflectance+factor"^^xsd:anyURI ;
    qudt:latexDefinition "$R = \\frac{\\Phi_n}{\\Phi_d}$, where $\\Phi_n$ is the radiant flux or luminous flux reflected in the directions delimited by a given cone and $\\Phi_d$ is the flux reflected in the same directions by an identically radiated diffuser of reflectance equal to 1."^^qudt:LatexString ;
    qudt:plainTextDescription "Reflectance Factor is the measure of the ability of a surface to reflect light or other electromagnetic radiation, equal to the ratio of the reflected flux to the incident flux."^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ReflectanceFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RefractiveIndex a qudt:QuantityKind ;
    rdfs:label "معامل الانكسار"@ar,
        "Index lomu"@cs,
        "Brechzahl"@de,
        "refractive index"@en,
        "índice de refracción"@es,
        "ضریب شکست"@fa,
        "indice de réfraction"@fr,
        "अपवर्तनांक"@hi,
        "indice di rifrazione"@it,
        "屈折率"@ja,
        "Indeks biasan"@ms,
        "Współczynnik załamania"@pl,
        "índice refrativo"@pt,
        "Indice de refracție"@ro,
        "Показатель преломления"@ru,
        "kırılma indeksi"@tr,
        "折射率"@zh ;
    dcterms:description "\"refractive index\" or index of refraction n of a substance (optical medium) is a dimensionless number that describes how light, or any other radiation, propagates through that medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Refractive_index"^^xsd:anyURI ;
    qudt:latexDefinition "$n = \\frac{c_0}{c}$, where $c_0$ is the speed of light in vacuum, and $c$ is the speed of light in the medium."^^qudt:LatexString ;
    qudt:plainTextDescription "\"refractive index\" or index of refraction n of a substance (optical medium) is a dimensionless number that describes how light, or any other radiation, propagates through that medium."^^xsd:string ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RefractiveIndex"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Brechungsindex"@de .

qudtqk:RelativeMassConcentrationOfVapour a qudt:QuantityKind ;
    rdfs:label "Relative Mass Concentration of Vapour"@en ;
    dcterms:description "\"Relative Mass Concentration of Vapour\" is one of a number of \"Relative Concentration\" quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = v / v_{sat}$, where $v$ is mass concentration of water vapour,  $v_{sat}$ is its mass concentration of water vapour at saturation (at the same temperature). For normal cases, the relative partial pressure may be assumed to be equal to relative mass concentration of vapour."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    qudt:plainTextDescription "Relative Mass Concentration of Vapour is one of a number of Relative Concentration quantities defined by ISO 80000."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RelativeMassConcentrationOfVapour"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:RelativePartialPressure .

qudtqk:RelativeMassDensity a qudt:QuantityKind ;
    rdfs:label "Relative Mass Density"@en ;
    dcterms:description "Relative density, or specific gravity, is the ratio of the density (mass of a unit volume) of a substance to the density of a given reference material."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_density"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$d = \\frac{\\rho}{\\rho_0}$, where $\\rho$ is mass density of a substance and $\\rho_0$ is the mass density of a reference substance under conditions that should be specified for both substances."^^qudt:LatexString ;
    qudt:plainTextDescription "Relative density, or specific gravity, is the ratio of the density (mass of a unit volume) of a substance to the density of a given reference material."^^xsd:string ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RelativeMassDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RelativeMassExcess a qudt:QuantityKind ;
    rdfs:label "Relative Mass Excess"@en ;
    dcterms:description "The \"Relative Mass Excess\" is the mass excess between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster (extrapolated from relative mass defect)."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_excess"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Delta_r = \\frac{\\Delta}{m_u}$, where $\\Delta$ is the mass excess and $m_u$ is the unified atomic mass constant."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Delta_r$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Relative Mass Excess\" is the mass excess between the monoisotopic mass of an element and the mass of its A + 1 or its A + 2 isotopic cluster (extrapolated from relative mass defect)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RelativeMassExcess"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RelativeMassRatioOfVapour a qudt:QuantityKind ;
    rdfs:label "Relative Mass Ratio of Vapour"@en ;
    dcterms:description "\"Relative Mass Ratio of Vapour\" is one of a number of \"Relative Concentration\" quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\psi = x / x_{sat}$, where $x$ is mass ratio of water vapour to dry gas,  $x_{sat}$ is its mass raio of water vapour to dry gas at saturation (at the same temperature)."^^qudt:LatexString ;
    qudt:latexSymbol "$\\psi$"^^qudt:LatexString ;
    qudt:plainTextDescription "Relative Mass Ratio of Vapour is one of a number of Relative Concentration quantities defined by ISO 80000."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RelativeMassRatioOfVapour"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ResistanceRatio a qudt:QuantityKind ;
    rdfs:label "Resistance Ratio"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ResistanceRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:ResonanceEscapeProbability a qudt:QuantityKind ;
    rdfs:label "Resonance Escape Probability"@en ;
    dcterms:description "The \"Resonance Escape Probability\" is the fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed. In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Resonance Escape Probability\" is the fraction of fission neutrons that manage to slow down from fission to thermal energies without being absorbed. In an infinite medium, the probability that a neutron slowing down will traverse all or some specified portion of the range of resonance energies without being absorbed."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ResonanceEscapeProbability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RespiratoryRate a qudt:QuantityKind ;
    rdfs:label "Respiratory Rate"@en ;
    dcterms:description "Respiratory rate (Vf, Rf or RR) is also known by respiration rate, pulmonary ventilation rate, ventilation rate, or breathing frequency is the number of breaths taken within a set amount of time, typically 60 seconds. A normal respiratory rate is termed eupnea, an increased respiratory rate is termed tachypnea and a lower than normal respiratory rate is termed bradypnea."^^qudt:LatexString ;
    qudt:applicableUnit unit:BREATH-PER-MIN ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Respiratory_rate"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Respiratory_rate"^^xsd:anyURI ;
    qudt:plainTextDescription "Respiratory rate (Vf, Rf or RR) is also known by respiration rate, pulmonary ventilation rate, ventilation rate, or breathing frequency is the number of breaths taken within a set amount of time, typically 60 seconds. A normal respiratory rate is termed eupnea, an increased respiratory rate is termed tachypnea and a lower than normal respiratory rate is termed bradypnea."^^xsd:string ;
    qudt:symbol "Vf, Rf or RR"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RespiratoryRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReynoldsNumber a qudt:QuantityKind ;
    rdfs:label "Reynolds Number"@en ;
    dcterms:description "The \"Reynolds Number\" (Re) is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and consequently quantifies the relative importance of these two types of forces for given flow conditions."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Reynolds_number"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Reynolds_number"^^xsd:anyURI ;
    qudt:latexDefinition "$Re = \\frac{\\rho uL}{\\mu} = \\frac{uL}{\\nu}$, where $\\rho$ is mass density, $u$ is speed, $L$ is length,  $\\mu$ is dynamic viscosity, and $\\nu$ is kinematic viscosity."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Reynolds Number\" (Re) is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and consequently quantifies the relative importance of these two types of forces for given flow conditions."^^xsd:string ;
    qudt:symbol "Re"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ReynoldsNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio ;
    skos:closeMatch <http://dbpedia.org/resource/Reynolds_number> .

qudtqk:RichardsonConstant a qudt:QuantityKind ;
    rdfs:label "Richardson Constant"@en ;
    dcterms:description "\"Richardson Constant\" is a constant used in developing thermionic emission current density for a metal."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-M2-K2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H-2T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD162"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermionic_emission"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD162"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "The thermionic emission current, $J$, for a metal is $J = AT^2\\exp{(-\\frac{\\Phi}{kT})}$, where $T$ is thermodynamic temperature, $k$ is the Boltzmann constant, and $\\Phi$ is a work function."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Richardson Constant\" is a constant used in developing thermionic emission current density for a metal."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RichardsonConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ScalarMagneticPotential a qudt:QuantityKind ;
    rdfs:label "Scalar Magnetic Potential"@en ;
    dcterms:description "\"Scalar Magnetic Potential\" is the scalar potential of an irrotational magnetic field strength. The negative of the gradient of the scalar magnetic potential is the irrotational magnetic field strength. The magnetic scalar potential is not unique since any constant scalar field can be added to it without changing its gradient."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-SEC-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD164"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-58"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD164"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{H} = -grad V_m$, where $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Scalar Magnetic Potential\" is the scalar potential of an irrotational magnetic field strength. The negative of the gradient of the scalar magnetic potential is the irrotational magnetic field strength. The magnetic scalar potential is not unique since any constant scalar field can be added to it without changing its gradient."^^xsd:string ;
    qudt:symbol "V_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ScalarMagneticPotential"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticFieldStrength_H .

qudtqk:SectionAreaIntegral a qudt:QuantityKind ;
    rdfs:label "Section Area Integral"@en ;
    dcterms:description "The sectional area integral measure is typically used in torsional analysis. It is usually measured in M⁵."^^qudt:LatexString ;
    qudt:applicableUnit unit:M5 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcsectionalareaintegralmeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "The sectional area integral measure is typically used in torsional analysis. It is usually measured in M⁵."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SectionAreaIntegral"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SeebeckCoefficient a qudt:QuantityKind ;
    rdfs:label "Seebeck Coefficient"@en ;
    dcterms:description "\"Seebeck Coefficient\", or thermopower, or thermoelectric power of a material is a measure of the magnitude of an induced thermoelectric voltage in response to a temperature difference across that material."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H-1T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD169"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermopower"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD169"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$S_{ab} = \\frac{dE_{ab}}{dT}$, where $E_{ab}$ is the thermosource voltage between substances a and b, $T$ is the thermodynamic temperature of the hot junction."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Seebeck Coefficient\", or thermopower, or thermoelectric power of a material is a measure of the magnitude of an induced thermoelectric voltage in response to a temperature difference across that material."^^xsd:string ;
    qudt:symbol "S_{ab}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SeebeckCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Short-RangeOrderParameter a qudt:QuantityKind ;
    rdfs:label "Short-Range Order Parameter"@en ;
    dcterms:description "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$r, \\sigma$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Short-Range Order Parameter\" is the fraction of the nearest-neighbor atom pairs in an Ising ferromagnet having magnetic moments in one direction, minus the fraction having magnetic moments in the opposite direction."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Short-RangeOrderParameter"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SignalDetectionThreshold a qudt:QuantityKind ;
    rdfs:label "Signal Detection Threshold"@en ;
    qudt:applicableUnit unit:DeciB_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:SignalDetectionThreshold"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SignalStrength a qudt:QuantityKind ;
    rdfs:label "Signal Strength"@en ;
    dcterms:description "In telecommunications, particularly in radio, signal strength refers to the magnitude of the electric field at a reference point that is a significant distance from the transmitting antenna. It may also be referred to as received signal level or field strength. Typically, it is expressed in voltage per length or signal power received by a reference antenna. High-powered transmissions, such as those used in broadcasting, are expressed in dB-millivolts per metre (dBmV/m)."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-PER-M,
        unit:V_Ab-PER-CentiM,
        unit:V_Stat-PER-CentiM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Signal_strength"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:plainTextDescription "In telecommunications, particularly in radio, signal strength refers to the magnitude of the electric field at a reference point that is a significant distance from the transmitting antenna. It may also be referred to as received signal level or field strength. Typically, it is expressed in voltage per length or signal power received by a reference antenna. High-powered transmissions, such as those used in broadcasting, are expressed in dB-millivolts per metre (dBmV/m)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricField"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricField,
        qudtqk:ElectricFieldStrength .

qudtqk:SoundExposure a qudt:QuantityKind ;
    rdfs:label "Sound exposure"@en ;
    dcterms:description "Sound Exposure is the energy of the A-weighted sound calculated over the measurement time(s). For a given period of time, an increase of 10 dB(A) in sound pressure level corresponds to a tenfold increase in E."^^qudt:LatexString ;
    qudt:applicableUnit unit:PA2-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD172"^^xsd:string ;
    qudt:informativeReference "http://www.acoustic-glossary.co.uk/definitions-s.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD172"^^xsd:anyURI ;
    qudt:latexDefinition "$E = \\int_{t1}^{t2}p^2dt$, where $t1$ and $t2$ are the starting and ending times for the integral and $p$ is the sound pressure."^^qudt:LatexString ;
    qudt:plainTextDescription "Sound Exposure is the energy of the A-weighted sound calculated over the measurement time(s). For a given period of time, an increase of 10 dB(A) in sound pressure level corresponds to a tenfold increase in E."^^xsd:string ;
    qudt:symbol "E"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundExposure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SoundIntensity a qudt:QuantityKind ;
    rdfs:label "Sound intensity"@en ;
    dcterms:description "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^qudt:LatexString ;
    qudt:abbreviation "w/m2"^^xsd:string ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_intensity"^^xsd:anyURI ;
    qudt:latexDefinition "$I = pv$, where $p$ is the sound pressure and $v$ is sound particle velocity."^^qudt:LatexString ;
    qudt:plainTextDescription "Sound intensity or acoustic intensity ($I$) is defined as the sound power $P_a$ per unit area $A$. The usual context is the noise measurement of sound intensity in the air at a listener's location as a sound energy quantity."^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:SoundPressure a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Sound pressure"@en ;
    dcterms:description "Sound Pressure is the difference between instantaneous total pressure and static pressure."^^qudt:LatexString ;
    qudt:abbreviation "p"^^xsd:string ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ;
    qudt:plainTextDescription "Sound Pressure is the difference between instantaneous total pressure and static pressure."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:SoundVolumeVelocity a qudt:QuantityKind ;
    rdfs:label "Sound volume velocity"@en ;
    dcterms:description "Sound Volume Velocity is the product of particle velocity $v$ and the surface area $S$ through which an acoustic wave of frequency $f$ propagates. Also, the surface integral of the normal component of the sound particle velocity over the cross-section (through which the sound propagates). It is used to calculate acoustic impedance."^^qudt:LatexString ;
    qudt:applicableUnit unit:M3-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ;
    qudt:latexDefinition "$q= vS$, where $v$ is sound particle velocity and $S$ is the surface area through which an acoustic wave of frequence $f$ propagates."^^qudt:LatexString ;
    qudt:symbol "q"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundVolumeVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificElectricCharge a qudt:QuantityKind ;
    rdfs:label "Specific Electric Charge"@en ;
    dcterms:description "Electric charge (often capacity in the context of electrochemical cells) relativ to the mass (often only active components). capacity "^^qudt:LatexString ;
    qudt:applicableUnit unit:MilliA-HR-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:plainTextDescription "Electric charge (often capacity in the context of electrochemical cells) relativ to the mass (often only active components). capacity "^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificElectricCurrent a qudt:QuantityKind ;
    rdfs:label "Specific Electrical Current"@en ;
    dcterms:description "\"Specific Electric Current\" is a measure to specify the applied current relative to a corresponding mass. This measure is often used for standardization within electrochemistry."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificElectricCurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificHeatPressure a qudt:QuantityKind ;
    rdfs:label "Specific Heat Pressure"@en ;
    dcterms:description "Specific heat at a constant pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-KiloGM-K-PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H-1T0D0> ;
    qudt:plainTextDescription "Specific heat at a constant pressure."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatPressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificHeatVolume a qudt:QuantityKind ;
    rdfs:label "Specific Heat Volume"@en ;
    dcterms:description "Specific heat per constant volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-KiloGM-K-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0> ;
    qudt:plainTextDescription "Specific heat per constant volume."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificOpticalRotatoryPower a qudt:QuantityKind ;
    rdfs:label "Specific Optical Rotatory Power"@en ;
    dcterms:description "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power."^^qudt:LatexString ;
    qudt:applicableUnit unit:RAD-M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:informativeReference "http://goldbook.iupac.org/O04313.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_m = \\alpha \\frac{A}{m}$, where $\\alpha$ is the angle of optical rotation, and $m$ is the mass of the optically active component in the path of a linearly polarized light beam of cross sectional area $A$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha_m$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Specific Optical Rotatory Power\" Angle of optical rotation divided by the optical path length through the medium and by the mass concentration of the substance giving the specific optical rotatory power."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificOpticalRotatoryPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpectralDensityOfVibrationalModes a qudt:QuantityKind ;
    rdfs:label "spectral density of vibrational modes"^^xsd:string ;
    qudt:applicableUnit unit:SEC-PER-M3-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD178"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD178"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:SpectralDensityOfVibrationalModes"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StandardAbsoluteActivity a qudt:QuantityKind ;
    rdfs:label "Standard Absolute Activity"@en ;
    dcterms:description "The \"Standard Absolute Activity\" is proportional to the absoulte activity of the pure substance $B$ at the same temperature and pressure multiplied by the standard pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Activity_coefficient"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\lambda_B^\\Theta = \\lambda_B^*(p^\\Theta)$, where $\\lambda_B^\\Theta$ the absolute activity of the pure substance $B$ at the same temperature and pressure, and $p^\\Theta$ is standard pressure."^^qudt:LatexString ;
    qudt:latexSymbol "$\\lambda_B^\\Theta$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:StandardAbsoluteActivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StatisticalWeight a qudt:QuantityKind ;
    rdfs:label "Statistical Weight"@en ;
    dcterms:description "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Statistical_weight"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state."^^xsd:string ;
    qudt:symbol "g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:StatisticalWeight"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StochasticProcess a qudt:QuantityKind ;
    rdfs:label "Stochastic Process"@en ;
    dcterms:description "In probability theory, a stochastic process, or sometimes random process  is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Stochastic_process"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stochastic_process"^^xsd:anyURI ;
    qudt:plainTextDescription "In probability theory, a stochastic process, or sometimes random process  is a collection of random variables; this is often used to represent the evolution of some random value, or system, over time. This is the probabilistic counterpart to a deterministic process (or deterministic system)."^^xsd:string ;
    qudt:symbol "X"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Frequency .

qudtqk:StoichiometricNumber a qudt:QuantityKind ;
    rdfs:label "Stoichiometric Number"@en ;
    dcterms:description "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stoichiometry"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexSymbol "$\\nu_B$"^^qudt:LatexString ;
    qudt:plainTextDescription "Chemical reactions, as macroscopic unit operations, consist of simply a very large number of elementary reactions, where a single molecule reacts with another molecule. As the reacting molecules (or moieties) consist of a definite set of atoms in an integer ratio, the ratio between reactants in a complete reaction is also in integer ratio. A reaction may consume more than one molecule, and the \"Stoichiometric Number\" counts this number, defined as positive for products (added) and negative for reactants (removed)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:StoichiometricNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:StructureFactor a qudt:QuantityKind ;
    rdfs:label "Structure Factor"@en ;
    dcterms:description "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Structure_factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$F(h, k, l) = \\sum_{n=1}^N f_n\\exp{[2\\pi i(hx_n + ky_n +lz_n)]}$, where $f_n$ is the atomic scattering factor for atom $n$, and $x_n$, $y_n$, and $z_n$ are fractional coordinates in the unit cell; for $h$, $k$, and $l$."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Structure Factor\" is a mathematical description of how a material scatters incident radiation."^^xsd:string ;
    qudt:symbol "F(h, k, l)"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:StructureFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SunProtectionFactorOfAProduct a qudt:QuantityKind ;
    rdfs:label "sun protection factor of a product"^^xsd:string ;
    qudt:applicableUnit unit:SPF ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD366"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD366"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:SunProtectionFactorOfAProduct"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SurfaceActivityDensity a qudt:QuantityKind ;
    rdfs:label "Surface Activity Density"@en ;
    dcterms:description "The \"Surface Activity Density\" is undefined."^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$a_s = \\frac{A}{S}$, where $S$ is the total area of the surface of a sample and $A$ is its activity."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Surface Activity Density\" is undefined."^^xsd:string ;
    qudt:symbol "a_s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SurfaceActivityDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SurfaceRelatedVolumeFlow a qudt:QuantityKind ;
    rdfs:label "surface-related volume flow"@en-us ;
    dcterms:description "quotient of the volume of a material, which passes through a specified surface, and the therefor required time divided by this specified area"@en ;
    qudt:applicableUnit unit:M3-PER-HA-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "Quotient aus dem Volumen eines Stoffes, das durch eine vorgegebene Oberfläche hindurchgeht, und der dazu benötigten Zeit dividiert durch diese vorgegebene Fläche"@de ;
    qudt:symbol "0173-1#Z4-BAJ421#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SurfaceRelatedVolumeFlow"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SystolicBloodPressure a qudt:QuantityKind ;
    rdfs:label "Systolic Blood Pressure"@en ;
    dcterms:description "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.oxfordreference.com/display/10.1093/acref/9780199549351.001.0001/acref-9780199549351-e-1162"^^xsd:anyURI ;
    qudt:plainTextDescription "The pressure of blood in the arteries which rises to a maximum as blood is pumped out by the left ventricle (systole) and drops to a minimum in diastole. The systolic/diastolic pressure is normally ~120/80 mmHg in a young adult."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:DiastolicBloodPressure ;
    skos:broader qudtqk:Pressure .

qudtqk:TemperaturePerMagneticFluxDensity a qudt:QuantityKind ;
    rdfs:label "Temperature per Magnetic Flux Density"@en ;
    qudt:applicableUnit unit:K-PER-T ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H1T2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TemperaturePerMagneticFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureVariance_NEON a qudt:QuantityKind ;
    rdfs:label "Temperature Variance, NEON"@en ;
    dcterms:description "Variance for NEON temperature data measured in degrees celcius"^^xsd:string ;
    qudt:applicableUnit unit:DEG_C2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0> ;
    qudt:informativeReference "https://www.neonscience.org/data-samples/data-management/data-processing"^^xsd:anyURI ;
    qudt:plainTextDescription "Variance for NEON temperature data measured in degrees celcius"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TemperatureVariance_NEON"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemporalSummationFunction a qudt:QuantityKind ;
    rdfs:label "Temporal Summation Function"@en ;
    dcterms:description "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-SEC-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Summation_(neurophysiology)#Temporal_summation"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Temporal Summation Function\" is the ability of the human eye to produce a composite signal from the signals coming into an eye during a short time interval."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TemporalSummationFunction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalDiffusionFactor a qudt:QuantityKind ;
    rdfs:label "Thermal Diffusion Factor"@en ;
    dcterms:description "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_T = \\frac{k_T}{(x_A x_B)}$, where $k_T$ is the thermal diffusion ratio, and $x_A$ and $x_B$ are the local amount-of-substance fractions of the two substances $A$ and $B$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha_T$"^^qudt:LatexString ;
    qudt:plainTextDescription "Thermal diffusion is a phenomenon in which a temperature gradient in a mixture of fluids gives rise to a flow of one constituent relative to the mixture as a whole. in the context of the equation that describes thermal diffusion, the \"Thermal Diffusion Factor\" is ."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalDiffusionFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalDiffusionRatio a qudt:QuantityKind ;
    rdfs:label "Thermal Diffusion Ratio"@en ;
    dcterms:description "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "In a steady state of a binary mixture in which thermal diffusion occurs, $grad x_B  = -(\\frac{k_T}{T}) grad T$, where $x_B$ is the amount-of-substance fraction of the heavier substance $B$, and $T$ is the local thermodynamic temperature."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Thermal Diffusion Ratio\" is proportional to the product of the component concentrations."^^xsd:string ;
    qudt:symbol "k_T"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalDiffusionRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalDiffusionRatioCoefficient a qudt:QuantityKind ;
    rdfs:label "Thermal Diffusion Coefficient"@en ;
    dcterms:description "The \"Thermal Diffusion Coefficient\" is ."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:informativeReference "http://www.thermopedia.com/content/1189/"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$D_T  = kT \\cdot D$, where $k_T$ is the thermal diffusion ratio, and $D$ is the diffusion coefficient."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Thermal Diffusion Coefficient\" is ."^^xsd:string ;
    qudt:symbol "D_T"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalDiffusionRatioCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalUtilizationFactor a qudt:QuantityKind ;
    rdfs:label "Thermal Utilization Factor"@en ;
    dcterms:description "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Four_factor_formula"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Thermal Utilization Factor\" in an infinite medium, is the ratio of the number of thermal absorbed in a fissionable nuclide or in a nuclear fuel, as specified, to the total number of thermal neutrons absorbed."^^xsd:string ;
    qudt:symbol "f"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalUtilizationFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThomsonCoefficient a qudt:QuantityKind ;
    rdfs:label "Thomson Coefficient"@en ;
    dcterms:description "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H-1T-3D0> ;
    qudt:informativeReference "http://www.daviddarling.info/encyclopedia/T/Thomson_effect.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Thomson Coefficient\" represents Thomson heat power developed, divided by the electric current and the temperature difference."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThomsonCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TotalAngularMomentumQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Total Angular Momentum Quantum Number"@en ;
    dcterms:description "The \"Total Angular Quantum Number\" describes the magnitude of total angular momentum $J$, where $j$ refers to a specific particle and $J$ is used for the whole system."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:symbol "j"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalAngularMomentumQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:QuantumNumber ;
    skos:closeMatch qudtqk:MagneticQuantumNumber,
        qudtqk:PrincipalQuantumNumber,
        qudtqk:SpinQuantumNumber .

qudtqk:TotalCurrentDensity a qudt:QuantityKind ;
    rdfs:label "Total Current Density"@en ;
    dcterms:description "\"Total Current Density\" is the sum of the electric current density and the displacement current density."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$J_{tot}= J + J_D$, where $J$ is electric current density and $J_D$ is displacement current density."^^qudt:LatexString ;
    qudt:latexSymbol "$J_{tot}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Total Current Density\" is the sum of the electric current density and the displacement current density."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:DisplacementCurrentDensity,
        qudtqk:ElectricCurrentDensity .

qudtqk:TotalIonization a qudt:QuantityKind ;
    rdfs:label "Total Ionization"@en ;
    dcterms:description "\"Total Ionization\" by a particle, total mean charge, divided by the elementary charge, $e$, of all positive ions produced by an ionizing charged particle along its entire path and along the paths of any secondary charged particles."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$N = \\int N_i dl$."^^qudt:LatexString ;
    qudt:symbol "N_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalIonization"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TransmittanceDensity a qudt:QuantityKind ;
    rdfs:label "Transmittance Density"@en ;
    dcterms:description "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:latexDefinition "$A_{10}(\\lambda) = -lg(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^qudt:LatexString ;
    qudt:plainTextDescription "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^xsd:string ;
    qudt:symbol "A_10, D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TransmittanceDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Turbidity a qudt:QuantityKind ;
    rdfs:label "Turbidity"@en ;
    dcterms:description "Turbidity is the cloudiness or haziness of a fluid, or of air, caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air. Turbidity in open water is often caused by phytoplankton and the measurement of turbidity is a key test of water quality. The higher the turbidity, the higher the risk of the drinkers developing gastrointestinal diseases, especially for immune-compromised people, because contaminants like virus or bacteria can become attached to the suspended solid. The suspended solids interfere with water disinfection with chlorine because the particles act as shields for the virus and bacteria. Similarly suspended solids can protect bacteria from UV sterilisation of water. Fluids can contain suspended solid matter consisting of particles of many different sizes. While some suspended material will be large enough and heavy enough to settle rapidly to the bottom container if a liquid sample is left to stand (the settleable solids), very small particles will settle only very slowly or not at all if the sample is regularly agitated or the particles are colloidal. These small solid particles cause the liquid to appear turbid."^^qudt:LatexString ;
    qudt:applicableUnit unit:NTU ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Turbidity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Turbidity"^^xsd:anyURI ;
    qudt:plainTextDescription "Turbidity is the cloudiness or haziness of a fluid, or of air, caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air. Turbidity in open water is often caused by phytoplankton and the measurement of turbidity is a key test of water quality. The higher the turbidity, the higher the risk of the drinkers developing gastrointestinal diseases, especially for immune-compromised people, because contaminants like virus or bacteria can become attached to the suspended solid. The suspended solids interfere with water disinfection with chlorine because the particles act as shields for the virus and bacteria. Similarly suspended solids can protect bacteria from UV sterilisation of water. Fluids can contain suspended solid matter consisting of particles of many different sizes. While some suspended material will be large enough and heavy enough to settle rapidly to the bottom container if a liquid sample is left to stand (the settleable solids), very small particles will settle only very slowly or not at all if the sample is regularly agitated or the particles are colloidal. These small solid particles cause the liquid to appear turbid."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Turbidity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Turns a qudt:QuantityKind ;
    rdfs:label "Turns"@en ;
    dcterms:description "\"Turns\" is the number of turns in a winding."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "\"Turns\" is the number of turns in a winding."^^xsd:string ;
    qudt:symbol "N"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Turns"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Count .

qudtqk:Unbalance a qudt:QuantityKind ;
    rdfs:label "unbalance"^^xsd:string,
        "unbalance"@en-us ;
    dcterms:description "unsteady rotation of a body resulting from an anxious distribution of mass, expressed as the product of radius and related mass"@en ;
    qudt:applicableUnit unit:KiloGM-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD206"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD206"^^xsd:anyURI ;
    qudt:plainTextDescription "durch ungleichmäßige Masseverteilung bedingter, unruhiger Lauf rotierender Körper, ausgedrückt als Produkt aus dem Radius und einer zugehörigen Masse"@de ;
    qudt:symbol "0173-1#Z4-BAJ432#001"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Unbalance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:UpperCriticalMagneticFluxDensity a qudt:QuantityKind ;
    rdfs:label "Upper Critical Magnetic Flux Density"@en ;
    dcterms:description "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity."^^qudt:LatexString ;
    qudt:applicableUnit unit:GAMMA,
        unit:GAUSS,
        unit:KiloGAUSS,
        unit:KiloT,
        unit:MicroT,
        unit:MilliT,
        unit:NanoT,
        unit:T,
        unit:T_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Upper Critical Magnetic Flux Density\" for type II superconductors, is the threshold magnetic flux density for disappearance of bulk superconductivity."^^xsd:string ;
    qudt:symbol "B_{c2}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MagneticFluxDensity ;
    skos:closeMatch qudtqk:LowerCriticalMagneticFluxDensity .

qudtqk:VacuumThrust a qudt:QuantityKind ;
    rdfs:label "Vacuum Thrust"@en ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:expression "$VT$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Thrust .

qudtqk:VaporPermeability a qudt:QuantityKind ;
    rdfs:label "Vapor Permeability"@en ;
    dcterms:description "The moisture transmission rate of a material is referred to as its \"permeability\"."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-PA-SEC-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "https://users.encs.concordia.ca/~raojw/crd/essay/essay000287.html"^^xsd:anyURI,
        "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ;
    qudt:plainTextDescription "The moisture transmission rate of a material is referred to as its \"permeability\"."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VaporPermeability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VentilationRatePerFloorArea a qudt:QuantityKind ;
    rdfs:label "Ventilation Rate per Floor Area"@en ;
    dcterms:description "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area."^^qudt:LatexString ;
    qudt:applicableUnit unit:L-PER-SEC-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Ventilation_(architecture)#Ventilation_rates_for_indoor_air_quality"^^xsd:anyURI ;
    qudt:plainTextDescription "Ventilation Rate is often expressed by the volumetric flowrate of outdoor air introduced to a building. However, ASHRAE now recommends ventilation rates dependent upon floor area."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VentilationRatePerFloorArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VideoFrameRate a qudt:QuantityKind ;
    rdfs:label "Video Frame Rate"@en ;
    dcterms:description "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRAME-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Frame_rate"^^xsd:anyURI ;
    qudt:plainTextDescription "Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames. The term applies equally well to computer graphics, video cameras, film cameras, and motion capture systems. Frame rate is most often expressed in frames per second (FPS) and is also expressed in progressive scan monitors as hertz (Hz)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VideoFrameRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InformationFlowRate .

qudtqk:VoltageRatio a qudt:QuantityKind ;
    rdfs:label "Voltage Ratio"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:VoltageRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:VolumeFlowRate_SurfaceRelated a qudt:QuantityKind ;
    rdfs:label "surface‑related volume flow rate"^^xsd:string ;
    qudt:applicableUnit unit:M3-PER-SEC-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD183"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD183"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:VolumeFlowRate_SurfaceRelated"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:WaterVaporDiffusionCoefficient a qudt:QuantityKind ;
    rdfs:label "Wasserdampfdiffusionsleitkoeffizient"@de,
        "Water vapour diffusion coefficient"@en ;
    qudt:applicableUnit unit:KiloGM-PER-PA-SEC-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "https://www.wufi-wiki.com/mediawiki/index.php/Details:WaterVaporDiffusion"^^xsd:anyURI ;
    qudt:plainTextDescription "The Water vapour diffusion coefficient describes how easy vapor diffusion happens in a given material."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:WaterVaporDiffusionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:A-HR-PER-DEG_C a qudt:Unit ;
    rdfs:label "ampere hour per degree Celsius"^^xsd:string ;
    dcterms:description """$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour
 divided by the unit degree Celsius.
 """^^qudt:LatexString ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD886"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD886"^^xsd:anyURI ;
    qudt:symbol "A·h/°C"^^xsd:string ;
    qudt:ucumCode "A.h.Cel-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-MIN a qudt:Unit ;
    rdfs:label "ampere minute"^^xsd:string ;
    dcterms:description "product of the SI base unit ampere and the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 60.0 ;
    qudt:conversionMultiplierSN 6e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:BatteryCapacity ;
    qudt:iec61360Code "0112/2///62720#UAB383"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB383"^^xsd:anyURI ;
    qudt:symbol "A·min"^^xsd:string ;
    qudt:ucumCode "A.min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-A-HR a qudt:Unit ;
    rdfs:label "ampere per ampere hour"^^xsd:string ;
    dcterms:description "SI base unit ampere divided by the SI base unit ampere and the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD890"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD890"^^xsd:anyURI ;
    qudt:symbol "A/(A·h)"^^xsd:string ;
    qudt:ucumCode "A.A-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Ampere per Square Centimetre"@en,
        "Ampere per Square Centimeter"@en-us ;
    dcterms:description "SI base unit ampere divided by the 0.0001-fold  of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:iec61360Code "0112/2///62720#UAB052"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB052"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit ampere divided by the 0.0001-fold  of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "A/cm²"^^xsd:string ;
    qudt:ucumCode "A.cm-2"^^qudt:UCUMcs,
        "A/cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A4"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-DEG_C a qudt:Unit ;
    rdfs:label "Ampere per Degree Celsius"@en ;
    dcterms:description "A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$A/degC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerTemperature ;
    qudt:informativeReference "http://books.google.com/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree"^^xsd:anyURI,
        "http://web.mit.edu/course/21/21.guide/use-tab.htm"^^xsd:anyURI ;
    qudt:symbol "A/°C"^^xsd:string ;
    qudt:ucumCode "A.Cel-1"^^qudt:UCUMcs,
        "A/Cel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-GM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere per Gram"@en ;
    dcterms:description """$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. 
  This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SpecificElectricCurrent ;
    qudt:symbol "A/g"^^xsd:string ;
    qudt:ucumCode "A.g-1"^^qudt:UCUMcs,
        "A/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-J a qudt:Unit ;
    rdfs:label "Ampere per Joule"@en ;
    dcterms:description """$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. 
  The measure for the reciprical of magnetic flux.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$A/J$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerEnergy ;
    qudt:symbol "A/J"^^xsd:string ;
    qudt:ucumCode "A.J-1"^^qudt:UCUMcs,
        "A/J"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-K a qudt:Unit ;
    rdfs:label "ampere per kelvin"^^xsd:string ;
    dcterms:description "SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerTemperature ;
    qudt:iec61360Code "0112/2///62720#UAD896"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD896"^^xsd:anyURI ;
    qudt:symbol "A/K"^^xsd:string ;
    qudt:ucumCode "A.K-1"^^qudt:UCUMcs,
        "A/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-KiloGM a qudt:Unit ;
    rdfs:label "ampere per kilogram"^^xsd:string ;
    dcterms:description "SI base unit ampere divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:MassicElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB485"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB485"^^xsd:anyURI ;
    qudt:symbol "A/kg"^^xsd:string ;
    qudt:ucumCode "A.kg-1"^^qudt:UCUMcs,
        "A/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-M2-K2 a qudt:Unit ;
    rdfs:label "Ampere per Square Metre Square Kelvin"@en,
        "Ampere per Square Meter Square Kelvin"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$a/m^2-k^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H-2T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:RichardsonConstant ;
    qudt:iec61360Code "0112/2///62720#UAB353"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB353"^^xsd:anyURI ;
    qudt:symbol "A/(m²·K²)"^^xsd:string ;
    qudt:ucumCode "A.m-2.K-2"^^qudt:UCUMcs,
        "A/(m2.K2)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A6"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-MilliM2 a qudt:Unit ;
    rdfs:label "Ampere per Square Millimetre"@en,
        "Ampere per Square Millimeter"@en-us ;
    dcterms:description "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:iec61360Code "0112/2///62720#UAB051"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB051"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "A/mm²"^^xsd:string ;
    qudt:ucumCode "A.mm-2"^^qudt:UCUMcs,
        "A/mm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A7"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-PA a qudt:Unit ;
    rdfs:label "ampere per pascal"^^xsd:string ;
    dcterms:description "SI base unit ampere divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB320"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB320"^^xsd:anyURI ;
    qudt:symbol "A/Pa"^^xsd:string ;
    qudt:ucumCode "A.Pa-1"^^qudt:UCUMcs,
        "A/Pa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-RAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere per Radian"@en ;
    dcterms:description "$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$a-per-rad$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerAngle ;
    qudt:symbol "A/rad"^^xsd:string ;
    qudt:ucumCode "A.rad-1"^^qudt:UCUMcs,
        "A/rad"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-SEC2 a qudt:Unit ;
    rdfs:label "ampere per square second"^^xsd:string ;
    dcterms:description "product out of the power of the SI base unit ampere and the SI base unit second with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "A·s²"^^xsd:string ;
    qudt:ucumCode "A.s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A2-SEC a qudt:Unit ;
    rdfs:label "ampere squared second"^^xsd:string ;
    dcterms:description "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA108"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA108"^^xsd:anyURI ;
    qudt:symbol "A²·s"^^xsd:string ;
    qudt:ucumCode "A2.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ATM-M3-PER-MOL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Atmosphere Cubic Metre per Mole"@en,
        "Atmosphere Cubic Meter per Mole"@en-us ;
    dcterms:description """
  The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 101325.0 ;
    qudt:conversionMultiplierSN 1.01325e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ATM ] ;
    qudt:hasQuantityKind qudtqk:HenrysLawVolatilityConstant ;
    qudt:symbol "atm·m³/mol"^^xsd:string ;
    qudt:ucumCode "atm.m3.mol-1"^^qudt:UCUMcs,
        "atm.m3/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ATM-PER-M a qudt:Unit ;
    rdfs:label "standard atmosphere per metre"^^xsd:string ;
    dcterms:description """
  An [outdated] unit of the pressure divided by the SI base unit metre
  """^^xsd:string ;
    qudt:conversionMultiplier 101325.0 ;
    qudt:conversionMultiplierSN 1.01325e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ATM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB423"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB423"^^xsd:anyURI ;
    qudt:symbol "atm/m"^^xsd:string ;
    qudt:ucumCode "atm.m-1"^^qudt:UCUMcs,
        "atm/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ATM_T-PER-M a qudt:Unit ;
    rdfs:label "technical atmosphere per metre"^^xsd:string ;
    dcterms:description """
  The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water
   column divided by the SI base unit metre.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 98066.5 ;
    qudt:conversionMultiplierSN 9.80665e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ATM_T ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB424"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB424"^^xsd:anyURI ;
    qudt:symbol "at/m"^^xsd:string ;
    qudt:ucumCode "att.m-1"^^qudt:UCUMcs,
        "att/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A_Ab-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Abampere per Square Centimetre"@en,
        "Abampere per Square Centimeter"@en-us ;
    dcterms:description """
  The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density. 
  It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$,
   and $\\textit{abampere per square centimetre}$. 
   This unit is commonly used in the cgs unit system.
  $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. 
  It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:expression "$aba-per-cm2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Ab ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:anyURI ;
    qudt:symbol "abA/cm²"^^xsd:string ;
    qudt:ucumCode "Bi.cm-2"^^qudt:UCUMcs,
        "Bi/cm2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A_Stat-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Statampere per Square Centimetre"@en,
        "Statampere per Square Centimeter"@en-us ;
    dcterms:description """
  The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 0.000003335641 ;
    qudt:conversionMultiplierSN 3.335641e-06 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:expression "$statA / cm^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Stat ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:symbol "statA/cm²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AttoFARAD a qudt:Unit ;
    rdfs:label "Attofarad"@en ;
    dcterms:description """
  The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAA319"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA319"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000000000001-fold of the SI derived unit farad"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Atto> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "aF"^^xsd:string ;
    qudt:ucumCode "aF"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AttoJ-SEC a qudt:Unit ;
    rdfs:label "Attojoule Second"@en ;
    dcterms:description """
  The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:AttoJ ] ;
    qudt:hasQuantityKind qudtqk:Action ;
    qudt:plainTextDescription "unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second"^^xsd:string ;
    qudt:symbol "aJ·s"^^xsd:string ;
    qudt:ucumCode "aJ.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:B-PER-M a qudt:Unit ;
    rdfs:label "bel per metre"^^xsd:string ;
    dcterms:description """
  The $\\textit{Bel}$ is the unit $\\textit{Bel}$ divided by the SI base unit metre/
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:B ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearLogarithmicRatio ;
    qudt:iec61360Code "0112/2///62720#UAB480"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB480"^^xsd:anyURI ;
    qudt:symbol "B/m"^^xsd:string ;
    qudt:ucumCode "B.m-1"^^qudt:UCUMcs,
        "B/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAR-PER-BAR a qudt:Unit ;
    rdfs:label "Bar per Bar"@en ;
    dcterms:description "pressure relation consisting of the unit bar divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA325"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA325"^^xsd:anyURI ;
    qudt:plainTextDescription "pressure relation consisting of the unit bar divided by the unit bar"^^xsd:string ;
    qudt:symbol "bar/bar"^^xsd:string ;
    qudt:ucumCode "bar.bar-1"^^qudt:UCUMcs,
        "bar/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAR-PER-DEG_C a qudt:Unit ;
    rdfs:label "bar per degree Celsius"^^xsd:string ;
    dcterms:description "unit bar divided by the unit °Celsius"^^xsd:string ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:PressureCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAD921"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD921"^^xsd:anyURI ;
    qudt:symbol "bar/°C"^^xsd:string ;
    qudt:ucumCode "bar.Cel-1"^^qudt:UCUMcs,
        "bar/Cel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAR-PER-K a qudt:Unit ;
    rdfs:label "Bar per Kelvin"@en ;
    dcterms:description "unit with the name bar divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:PressureCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA324"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA324"^^xsd:anyURI ;
    qudt:plainTextDescription "unit with the name bar divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "bar/K"^^xsd:string ;
    qudt:ucumCode "bar.K-1"^^qudt:UCUMcs,
        "bar/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BARN-PER-EV a qudt:Unit ;
    rdfs:label "barn per electronvolt"^^xsd:string ;
    dcterms:description "unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000006241509074460762607776240980930446 ;
    qudt:conversionMultiplierSN 6.241509e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BARN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:EV ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB127"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB127"^^xsd:anyURI ;
    qudt:symbol "b/eV"^^xsd:string ;
    qudt:ucumCode "b.eV-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BARN-PER-SR a qudt:Unit ;
    rdfs:label "barn per steradian"^^xsd:string ;
    dcterms:description "unit for the representation of the cross section barn divided by the unit of the solid angle steradian"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000000000000000000001 ;
    qudt:conversionMultiplierSN 1e-28 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BARN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB128"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB128"^^xsd:anyURI ;
    qudt:symbol "b/sr"^^xsd:string ;
    qudt:ucumCode "b.sr-1"^^qudt:UCUMcs,
        "b/sr"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BARN-PER-SR-EV a qudt:Unit ;
    rdfs:label "barn per steradian electronvolt"^^xsd:string ;
    dcterms:description "unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000006241509074460762607776240980930446 ;
    qudt:conversionMultiplierSN 6.241509e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:EV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BARN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB140"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB140"^^xsd:anyURI ;
    qudt:symbol "b/(sr·eV)"^^xsd:string ;
    qudt:ucumCode "b.sr-1.eV-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_US_DRY a qudt:Unit ;
    rdfs:label "Dry Barrel (US)"@en ;
    dcterms:description "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1156281989625 ;
    qudt:conversionMultiplierSN 1.156282e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAB117"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB117"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "bbl{US dry}"^^xsd:string ;
    qudt:uneceCommonCode "BLD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BEAT-PER-MIN a qudt:ContextualUnit,
        qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Heart Beats per Minute"@en ;
    dcterms:description "\"Heart Beat per Minute\" is a unit for  'Heart Rate' expressed as $BPM$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BEAT ] ;
    qudt:hasQuantityKind qudtqk:HeartRate ;
    qudt:symbol "BPM"^^xsd:string ;
    qudt:ucumCode "/min{H.B.}"^^qudt:UCUMcs,
        "min-1{H.B.}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:NUM-PER-MIN .

unit:BIT-PER-M a qudt:Unit ;
    rdfs:label "bit per metre"^^xsd:string ;
    dcterms:description "unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BIT ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA340"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA340"^^xsd:anyURI ;
    qudt:symbol "b/m"^^xsd:string ;
    qudt:ucumCode "bit.m-1"^^qudt:UCUMcs,
        "bit/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BIT-PER-M2 a qudt:Unit ;
    rdfs:label "bit per square metre"^^xsd:string ;
    dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BIT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA341"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA341"^^xsd:anyURI ;
    qudt:symbol "b/m²"^^xsd:string ;
    qudt:ucumCode "bit.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BIT-PER-M3 a qudt:Unit ;
    rdfs:label "bit per cubic metre"^^xsd:string ;
    dcterms:description "unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BIT ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA342"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA342"^^xsd:anyURI ;
    qudt:symbol "b/m³"^^xsd:string ;
    qudt:ucumCode "bit.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BIT-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Bit per Second"@en ;
    dcterms:description "A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second."^^rdf:HTML ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BIT ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA343"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA343"^^xsd:anyURI ;
    qudt:symbol "b/s"^^xsd:string ;
    qudt:ucumCode "Bd"^^qudt:UCUMcs,
        "bit.s-1"^^qudt:UCUMcs,
        "bit/s"^^qudt:UCUMcs ;
    qudt:udunitsCode "Bd"^^xsd:string,
        "bps"^^xsd:string ;
    qudt:uneceCommonCode "B10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BQ-PER-L a qudt:Unit ;
    rdfs:label "Becquerels per litre"@en ;
    dcterms:description "One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BQ ] ;
    qudt:hasQuantityKind qudtqk:ActivityConcentration ;
    qudt:symbol "Bq/L"^^xsd:string ;
    qudt:ucumCode "Bq.L-1"^^qudt:UCUMcs,
        "Bq/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BQ-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Becquerel per Square Metre"@en,
        "Becquerel per Square Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Bq/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BQ ] ;
    qudt:hasQuantityKind qudtqk:SurfaceActivityDensity ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "Bq/m²"^^xsd:string ;
    qudt:ucumCode "Bq.m-2"^^qudt:UCUMcs,
        "Bq/m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BQ-SEC-PER-M3 a qudt:Unit ;
    rdfs:label "Becquerels second per cubic metre"@en ;
    dcterms:description "TBD"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BQ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AbsoluteActivity ;
    qudt:symbol "Bq·s/m³"^^xsd:string ;
    qudt:ucumCode "Bq.s.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BREATH-PER-MIN a qudt:ContextualUnit,
        qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Breath per Minute"@en ;
    dcterms:description "A unit of respiratory rate."^^rdf:HTML ;
    qudt:expression "$breaths/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BREATH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:RespiratoryRate ;
    qudt:symbol "breath/min"^^xsd:string ;
    qudt:ucumCode "/min{breath}"^^qudt:UCUMcs,
        "min-1{breath}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:NUM-PER-MIN .

unit:BTU_IT-FT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU Foot"@en ;
    dcterms:description "${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 321.581024 ;
    qudt:conversionMultiplierSN 3.21581e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu-ft$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalEnergyLength ;
    qudt:symbol "Btu{IT}·ft"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-FT-PER-FT2-HR-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU (IT) Foot per Square Foot Hour Degree Fahrenheit"@en ;
    dcterms:description """
  A $BTU_{IT}$, $\\italic{Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity',
   expressed as $Btu_{it} \\cdot ft/(h \\cdot ft^2  \\cdot degF)$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.730734666 ;
    qudt:conversionMultiplierSN 1.730735e+00 ;
    qudt:expression "$Btu(IT) ft/(h ft^2 degF)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA115"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA115"^^xsd:anyURI ;
    qudt:plainTextDescription "British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units."^^xsd:string ;
    qudt:symbol "Btu{IT}·ft/(ft²·h·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT].[ft_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J40"^^xsd:string ;
    ns1:comment "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-IN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU Inch"@en ;
    dcterms:description """
  ${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 26.7984187 ;
    qudt:conversionMultiplierSN 2.679842e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu-in$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalEnergyLength ;
    qudt:symbol "Btu{IT}·in"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[in_i]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU (IT) per Degree Fahrenheit"@en ;
    dcterms:description """$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\\circ F$) is a measure of heat capacity. 
  It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1899.100535 ;
    qudt:conversionMultiplierSN 1.899101e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/degF$"^^qudt:LatexString,
        "$btu-per-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:HeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAB271"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB271"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/°F"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT]/[degF]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-DEG_R a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Degree Rankine"@en ;
    dcterms:description """$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1899.100535 ;
    qudt:conversionMultiplierSN 1.899101e+03 ;
    qudt:expression "$btu-per-degR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:HeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAB273"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB273"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/°R"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[degR]-1"^^qudt:UCUMcs,
        "[Btu_IT]/[degR]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-LB_F-DEG_F a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Pound of force Degree Fahrenheit"@en ;
    dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 426.9347648940976900014802607769946 ;
    qudt:conversionMultiplierSN 4.269348e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA119"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA119"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^xsd:string ;
    qudt:symbol "Btu{IT}/(lbf·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[lbf_av]-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([lbf_av].[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-LB_F-DEG_R a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Pound of force Degree Rankine"@en ;
    dcterms:description "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 426.9 ;
    qudt:conversionMultiplierSN 4.269e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAB141"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB141"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^xsd:string ;
    qudt:symbol "Btu{IT}/(lbf·°R)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[lbf_av]-1.[degR]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([lbf_av].[degR])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-MOL_LB a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Pound Mole"@en ;
    dcterms:description "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2.326 ;
    qudt:conversionMultiplierSN 2.326e+00 ;
    qudt:expression "$Btu/(lb-mol)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL_LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerMassAmountOfSubstance ;
    qudt:symbol "Btu{IT}/lb-mol"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[mol_lb]-1"^^qudt:UCUMcs,
        "[Btu_IT]/[mol_lb]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-MOL_LB-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Pound Mole Degree Fahrenheit"@en ;
    dcterms:description "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.186799999999999665056000000000028 ;
    qudt:conversionMultiplierSN 4.1868e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$Btu/(lb-mol-degF)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL_LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:MolarHeatCapacity ;
    qudt:symbol "Btu{IT}/(lb-mol·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[mol_lb]-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([mol_lb].[degF])"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-SEC-FT-DEG_R a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Second Foot Degree Rankine"@en ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6230.644798937007375564164116535475 ;
    qudt:conversionMultiplierSN 6.230645e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAB107"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB107"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{IT}/(s·ft·°R)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].s-1.[ft_i]-1.[degR]-1"^^qudt:UCUMcs,
        "[Btu_IT]/(s.[ft_i].[degR])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-FT-PER-FT2-HR-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU (TH) Foot per Square Foot Hour Degree Fahrenheit"@en ;
    dcterms:description """
  The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as:
  $$Btu_{th} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.729577206 ;
    qudt:conversionMultiplierSN 1.729577e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu(IT) ft/(h ft^2 degF)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI,
        "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ;
    qudt:symbol "Btu{th}·ft/(ft²·h·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_th]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-FT-PER-HR-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British Thermal Unit (thermochemical) Foot per Hour Square Foot degree Fahrenheit"@en ;
    dcterms:description """
  The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.73 ;
    qudt:conversionMultiplierSN 1.73e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA123"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA123"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{th}·ft/(h·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs,
        "[Btu_th].[ft_i]/(h.[ft_i]2.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-IN-PER-FT2-HR-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU (TH) Inch per Square Foot Hour Degree Fahrenheit"@en ;
    dcterms:description "${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(h-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \\cdot in/(h \\cdot ft^{2}  \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.144131434 ;
    qudt:conversionMultiplierSN 1.441314e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu(th)-in-per-h-ft2-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA125"^^xsd:string ;
    qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA125"^^xsd:anyURI ;
    qudt:latexSymbol "$Btu_{th} \\cdot in/(h \\cdot ft^{2}  \\cdot degF)$"^^qudt:LatexString ;
    qudt:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{th}·in/(ft²·h·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_th].[in_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-IN-PER-FT2-SEC-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU (TH) Inch per Square Foot Second Degree Fahrenheit"@en ;
    dcterms:description """
  The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as:
  $$Btu_{th} \\cdot in/(ft^{2} \\cdot s \\cdot degF)$$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 518.8732 ;
    qudt:conversionMultiplierSN 5.188732e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu(it)-in-per-s-ft2-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA126"^^xsd:string ;
    qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA126"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit of thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{th}·in/(ft²·s·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_th].[in_i]/([ft_i]2.s.[degF])"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-DEG_F a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the heat capacity according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 1897.830476099999848173561912000013 ;
    qudt:conversionMultiplierSN 1.89783e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:ThermalCapacitance ;
    qudt:iec61360Code "0112/2///62720#UAB272"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB272"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/°F"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-DEG_R a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per degree Rankine"^^xsd:string ;
    dcterms:description "unit of the heat capacity according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 1897.830476099999848173561912000013 ;
    qudt:conversionMultiplierSN 1.89783e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ] ;
    qudt:hasQuantityKind qudtqk:ThermalCapacitance ;
    qudt:iec61360Code "0112/2///62720#UAB274"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB274"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/°R"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[degR]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-LB-DEG_R a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per pound degree Rankine"^^xsd:string ;
    dcterms:description "unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units"^^xsd:string ;
    qudt:conversionMultiplier 4184.000000044092117716975512617227 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ] ;
    qudt:hasQuantityKind qudtqk:MassicHeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAB275"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB275"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/(lbm·°R)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[lb_av]-1.[degR]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-M2 a qudt:Unit ;
    rdfs:label "Coulomb mal Quadratmeter"@de,
        "coulomb square metre"@en,
        "Coulomb Square Meter"@en-us,
        "کولن متر مربع"@fa,
        "coulomb per metro quadrato"@it,
        "coulomb meter persegi"@ms,
        "库仑平方米"@zh ;
    dcterms:description "Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C m^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricQuadrupoleMoment ;
    qudt:symbol "C·m²"^^xsd:string ;
    qudt:ucumCode "C.m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-M2-PER-KiloGM a qudt:Unit ;
    rdfs:label "coulomb square metre per kilogram"^^xsd:string ;
    dcterms:description "product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD912"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD912"^^xsd:anyURI ;
    qudt:symbol "C·m²/kg"^^xsd:string ;
    qudt:ucumCode "C.m2.kg-1"^^qudt:UCUMcs,
        "C.m2/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-M2-PER-V a qudt:Unit ;
    rdfs:label "Coulomb mal Quadratmeter je Volt"@de,
        "coulomb square metre per volt"@en,
        "Coulomb Square Meter per Volt"@en-us,
        "کولن متر مربع بر ولت"@fa,
        "coulomb per metro quadrato al volt"@it,
        "库伦平方米每伏特"@zh ;
    dcterms:description "Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$C m^{2} v^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:Polarizability ;
    qudt:iec61360Code "0112/2///62720#UAB486"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB486"^^xsd:anyURI ;
    qudt:symbol "C·m²/V"^^xsd:string ;
    qudt:ucumCode "C.m2.V-1"^^qudt:UCUMcs,
        "C.m2/V"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Coulomb per Cubic Centimetre"@en,
        "Coulomb per Cubic Centimeter"@en-us ;
    dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAB120"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB120"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^xsd:string ;
    qudt:symbol "C/cm³"^^xsd:string ;
    qudt:ucumCode "C.cm-3"^^qudt:UCUMcs,
        "C/cm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-KiloGM-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Coulomb per Kilogram Second"@en ;
    dcterms:description "The SI unit of exposure rate"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$C/kg-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ExposureRate ;
    qudt:iec61360Code "0112/2///62720#UAA132"^^xsd:string ;
    qudt:informativeReference "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA132"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "C/(kg·s)"^^xsd:string ;
    qudt:ucumCode "C.kg-1.s-1"^^qudt:UCUMcs,
        "C/(kg.s)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-MOL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Coulomb per Mole"@en ;
    dcterms:description " ($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$c-per-mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerAmountOfSubstance ;
    qudt:iec61360Code "0112/2///62720#UAB142"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB142"^^xsd:anyURI ;
    qudt:symbol "C/mol"^^xsd:string ;
    qudt:ucumCode "C.mol-1"^^qudt:UCUMcs,
        "C/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-MilliM3 a qudt:Unit ;
    rdfs:label "Coulomb per Cubic Millimetre"@en,
        "Coulomb per Cubic Millimeter"@en-us ;
    dcterms:description "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAB119"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB119"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^xsd:string ;
    qudt:symbol "C/mm³"^^xsd:string ;
    qudt:ucumCode "C.mm-3"^^qudt:UCUMcs,
        "C/mm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C2-M2-PER-J a qudt:Unit ;
    rdfs:label "Square Coulomb Square Metre per Joule"@en,
        "Square Coulomb Square Meter per Joule"@en-us ;
    dcterms:description "\"Square Coulomb Square Meter per Joule\" is a unit for  'Polarizability' expressed as $C^{2} m^{2} J^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C^{2} m^{2} J^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:Polarizability ;
    qudt:symbol "C²·m²/J"^^xsd:string ;
    qudt:ucumCode "C2.m2.J-1"^^qudt:UCUMcs,
        "C2.m2/J"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C3-M-PER-J2 a qudt:Unit ;
    rdfs:label "Cubic Coulomb Metre per Square Joule"@en,
        "Cubic Coulomb Meter per Square Joule"@en-us ;
    dcterms:description "\"Cubic Coulomb Meter per Square Joule\" is a unit for  'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C^{3} m J^{-2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E3L-3I0M-2H0T7D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:ElectricDipoleMoment_CubicPerEnergy_Squared ;
    qudt:symbol "C³·m/J²"^^xsd:string ;
    qudt:ucumCode "C3.m.J-2"^^qudt:UCUMcs,
        "C3.m/J2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C4-M4-PER-J3 a qudt:Unit ;
    rdfs:label "Quartic Coulomb Metre per Cubic Energy"@en,
        "Quartic Coulomb Meter per Cubic Energy"@en-us ;
    dcterms:description "\"Quartic Coulomb Meter per Cubic Energy\" is a unit for  'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C^4m^4/J^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E4L-2I0M-3H0T10D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent 4 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ElectricDipoleMoment_QuarticPerEnergy_Cubic ;
    qudt:symbol "C⁴·m⁴/J³"^^xsd:string ;
    qudt:ucumCode "C4.m4.J-3"^^qudt:UCUMcs,
        "C4.m4/J3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_IT-PER-SEC-CentiM-K a qudt:Unit ;
    rdfs:label "Calorie (international Table) per Second Centimetre Kelvin"@en,
        "Calorie (international Table) per Second Centimeter Kelvin"@en-us ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 418.68 ;
    qudt:conversionMultiplierSN 4.1868e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAB108"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB108"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "cal{IT}/(s·cm·K)"^^xsd:string ;
    qudt:ucumCode "cal_IT.s-1.cm-1.K-1"^^qudt:UCUMcs,
        "cal_IT/(s.cm.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-CentiM-SEC-DEG_C a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Centimetre Second Degree Celsius"@en,
        "Calorie (thermochemical) per Centimeter Second Degree Celsius"@en-us ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 418.4 ;
    qudt:conversionMultiplierSN 4.184e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA365"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA365"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "cal/(cm·s·°C)"^^xsd:string ;
    qudt:ucumCode "cal_th.cm-1.s-1.Cel-1"^^qudt:UCUMcs,
        "cal_th/(cm.s.Cel)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-CentiM3-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Thermochemical Calorie per Cubic Centimetre Kelvin"@en,
        "Thermochemical Calorie per Cubic Centimeter Kelvin"@en-us ;
    dcterms:description "$\\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th/(cm^{3} K)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 4184000.0 ;
    qudt:conversionMultiplierSN 4.184e+06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$cal_th/(cm^{3} K)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ] ;
    qudt:hasQuantityKind qudtqk:VolumetricHeatCapacity ;
    qudt:plainTextDescription "Thermochemical Calorie per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as cal{th}/(cm³·K)."^^xsd:string ;
    qudt:symbol "cal/(cm³·K)"^^xsd:string ;
    qudt:ucumCode "cal_th.cm-3.K-1"^^qudt:UCUMcs,
        "cal_th/(cm3.K)"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-SEC-CentiM-K a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Second Centimetre Kelvin"@en,
        "Calorie (thermochemical) per Second Centimeter Kelvin"@en-us ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 418.4 ;
    qudt:conversionMultiplierSN 4.184e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAB109"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB109"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "cal/(s·cm·K)"^^xsd:string ;
    qudt:ucumCode "cal_th.s-1.cm-1.K-1"^^qudt:UCUMcs,
        "cal_th/(s.cm.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CASES-PER-KiloINDIV-YR a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Cases per 1000 individuals year"@en ;
    dcterms:description "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CASES ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloINDIV ] ;
    qudt:hasQuantityKind qudtqk:MorbidityRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ;
    qudt:plainTextDescription "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^xsd:string ;
    qudt:symbol "Cases/1000 individuals/year"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AED a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "United Arab Emirates dirham"@en ;
    qudt:currencyCode "AED"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "784"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/United_Arab_Emirates_dirham"^^xsd:anyURI ;
    qudt:expression "$AED$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/United_Arab_Emirates_dirham?oldid=491806142"^^xsd:anyURI ;
    qudt:symbol "د.إ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AFN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Afghani"@en ;
    qudt:currencyCode "AFN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "971"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Afghani"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Afghani?oldid=485904590"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ALL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lek"@en ;
    qudt:currencyCode "ALL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "008"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lek"^^xsd:anyURI ;
    qudt:expression "$ALL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lek?oldid=495195665"^^xsd:anyURI ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AMD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Armenian Dram"@en ;
    qudt:currencyCode "AMD"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "051"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Armenian_dram"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Armenian_dram?oldid=492709723"^^xsd:anyURI ;
    qudt:symbol "֏"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ANG a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Netherlands Antillian Guilder"@en ;
    qudt:currencyCode "ANG"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "532"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Netherlands_Antillean_guilder"^^xsd:anyURI ;
    qudt:expression "$ANG$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Netherlands_Antillean_guilder?oldid=490030382"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AOA a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Kwanza"@en ;
    qudt:currencyCode "AOA"^^xsd:string ;
    qudt:currencyExponent 1 ;
    qudt:currencyNumber "973"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Angolan_kwanza"^^xsd:anyURI ;
    qudt:expression "$AOA$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Angolan_kwanza?oldid=491748749"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ARS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Argentine Peso"@en ;
    qudt:currencyCode "ARS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "032"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Argentine_peso"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Argentine_peso?oldid=491431588"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AUD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Australian Dollar"@en ;
    qudt:currencyCode "AUD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "036"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Australian_dollar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Australian_dollar?oldid=495046408"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AZN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Azerbaijanian Manat"@en ;
    qudt:currencyCode "AZN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "944"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Azerbaijani_manat"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Azerbaijani_manat?oldid=495479090"^^xsd:anyURI ;
    qudt:symbol "₼"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BAM a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Convertible Marks"@en ;
    qudt:currencyCode "BAM"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "977"^^xsd:string ;
    qudt:expression "$BAM$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:symbol "KM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BBD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Barbados Dollar"@en ;
    qudt:currencyCode "BBD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "052"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Barbadian_dollar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Barbadian_dollar?oldid=494388633"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BDT a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Bangladeshi Taka"@en ;
    qudt:currencyCode "BDT"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "050"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bangladeshi_taka"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bangladeshi_taka?oldid=492673895"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BGN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Bulgarian Lev"@en ;
    qudt:currencyCode "BGN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "975"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bulgarian_lev"^^xsd:anyURI ;
    qudt:expression "$BGN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bulgarian_lev?oldid=494947467"^^xsd:anyURI ;
    qudt:symbol "лв."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BHD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Bahraini Dinar"@en ;
    qudt:currencyCode "BHD"^^xsd:string ;
    qudt:currencyExponent 3 ;
    qudt:currencyNumber "048"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bahraini_dinar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bahraini_dinar?oldid=493086643"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BIF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Burundian Franc"@en ;
    qudt:currencyCode "BIF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "108"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Burundian_franc"^^xsd:anyURI ;
    qudt:expression "$BIF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Burundian_franc?oldid=489383699"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BMD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Bermuda Dollar"@en ;
    qudt:currencyCode "BMD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "060"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bermudian_dollar"^^xsd:anyURI ;
    qudt:expression "$BMD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bermudian_dollar?oldid=492670344"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BND a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Brunei Dollar"@en ;
    qudt:currencyCode "BND"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "096"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Brunei_dollar"^^xsd:anyURI ;
    qudt:expression "$BND$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Brunei_dollar?oldid=495134546"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BOB a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Boliviano"@en ;
    qudt:currencyCode "BOB"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "068"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bolivian_boliviano"^^xsd:anyURI ;
    qudt:expression "$BOB$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bolivian_boliviano?oldid=494873944"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BOV a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Bolivian Mvdol (Funds code)"@en ;
    qudt:currencyCode "BOV"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "984"^^xsd:string ;
    qudt:expression "$BOV$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BRL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Brazilian Real"@en ;
    qudt:currencyCode "BRL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "986"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Brazilian_real"^^xsd:anyURI ;
    qudt:expression "$BRL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Brazilian_real?oldid=495278259"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BSD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Bahamian Dollar"@en ;
    qudt:currencyCode "BSD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "044"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bahamian_dollar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BTN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Ngultrum"@en ;
    qudt:currencyCode "BTN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "064"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bhutanese_ngultrum"^^xsd:anyURI ;
    qudt:expression "$BTN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bhutanese_ngultrum?oldid=491579260"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BWP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Pula"@en ;
    qudt:currencyCode "BWP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "072"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pula"^^xsd:anyURI ;
    qudt:expression "$BWP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pula?oldid=495207177"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BYN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Belarussian Ruble"@en ;
    qudt:currencyCode "BYN"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "933"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Belarusian_ruble"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Belarusian_ruble?oldid=494143246"^^xsd:anyURI ;
    qudt:symbol "Rbl"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_BZD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Belize Dollar"@en ;
    qudt:currencyCode "BZD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "084"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Belize_dollar"^^xsd:anyURI ;
    qudt:expression "$BZD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Belize_dollar?oldid=462662376"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CAD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Canadian Dollar"@en ;
    qudt:currencyCode "CAD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "124"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Canadian_dollar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Canadian_dollar?oldid=494738466"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CDF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Franc Congolais"@en ;
    qudt:currencyCode "CDF"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "976"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Congolese_franc"^^xsd:anyURI ;
    qudt:expression "$CDF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Congolese_franc?oldid=490314640"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CHE a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "WIR Euro (complementary currency)"@en ;
    qudt:currencyCode "CHE"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "947"^^xsd:string ;
    qudt:expression "$CHE$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CHF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Swiss Franc"@en ;
    qudt:currencyCode "CHF"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "756"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Swiss_franc"^^xsd:anyURI ;
    qudt:expression "$CHF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> ;
    qudt:symbol "CHF"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CHW a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "WIR Franc (complementary currency)"@en ;
    qudt:currencyCode "CHW"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "948"^^xsd:string ;
    qudt:expression "$CHW$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CLF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Unidades de formento (Funds code)"@en ;
    qudt:currencyCode "CLF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "990"^^xsd:string ;
    qudt:expression "$CLF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CLP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Chilean Peso"@en ;
    qudt:currencyCode "CLP"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "152"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Chilean_peso"^^xsd:anyURI ;
    qudt:expression "$CLP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Chilean_peso?oldid=495455481"^^xsd:anyURI ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CNY a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Yuan Renminbi"@en ;
    qudt:currencyCode "CNY"^^xsd:string ;
    qudt:currencyExponent 1 ;
    qudt:currencyNumber "156"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Renminbi"^^xsd:anyURI ;
    qudt:expression "$CNY$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Renminbi?oldid=494799454"^^xsd:anyURI ;
    qudt:symbol "¥"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_COP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Colombian Peso"@en ;
    qudt:currencyCode "COP"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "170"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Colombian_peso"^^xsd:anyURI ;
    qudt:expression "$COP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Colombian_peso?oldid=490834575"^^xsd:anyURI ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_COU a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Unidad de Valor Real"@en ;
    qudt:currencyCode "COU"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "970"^^xsd:string ;
    qudt:expression "$COU$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CRC a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Costa Rican Colon"@en ;
    qudt:currencyCode "CRC"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "188"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Costa_Rican_col%C3%B3n"^^xsd:anyURI ;
    qudt:expression "$CRC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Costa_Rican_colón?oldid=491007608"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CUP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Cuban Peso"@en ;
    qudt:currencyCode "CUP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "192"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cuban_peso"^^xsd:anyURI ;
    qudt:expression "$CUP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cuban_peso?oldid=486492974"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CVE a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Cape Verde Escudo"@en ;
    qudt:currencyCode "CVE"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "132"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cape_Verdean_escudo"^^xsd:anyURI ;
    qudt:expression "$CVE$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cape_Verdean_escudo?oldid=491416749"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CYP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Cyprus Pound"@en ;
    qudt:currencyCode "CYP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "196"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cypriot_pound"^^xsd:anyURI ;
    qudt:expression "$CYP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cypriot_pound?oldid=492644935"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_CZK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Czech Koruna"@en ;
    qudt:currencyCode "CZK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "203"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Czech_koruna"^^xsd:anyURI ;
    qudt:expression "$CZK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Czech_koruna?oldid=493991393"^^xsd:anyURI ;
    qudt:symbol "Kč"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_DJF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Djibouti Franc"@en ;
    qudt:currencyCode "DJF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "262"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Djiboutian_franc"^^xsd:anyURI ;
    qudt:expression "$DJF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Djiboutian_franc?oldid=486807423"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_DKK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Danish Krone"@en ;
    qudt:currencyCode "DKK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "208"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Danish_krone"^^xsd:anyURI ;
    qudt:expression "$DKK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Danish_krone?oldid=491168880"^^xsd:anyURI ;
    qudt:symbol "kr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_DOP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Dominican Peso"@en ;
    qudt:currencyCode "DOP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "214"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dominican_peso"^^xsd:anyURI ;
    qudt:expression "$DOP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dominican_peso?oldid=493950199"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_DZD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Algerian Dinar"@en ;
    qudt:currencyCode "DZD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "012"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Algerian_dinar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Algerian_dinar?oldid=492845503"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EEK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Kroon"@en ;
    qudt:currencyCode "EEK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "233"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Estonian_kroon"^^xsd:anyURI ;
    qudt:expression "$EEK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Estonian_kroon?oldid=492626188"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EGP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Egyptian Pound"@en ;
    qudt:currencyCode "EGP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "818"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Egyptian_pound"^^xsd:anyURI ;
    qudt:expression "$EGP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Egyptian_pound?oldid=494670285"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ERN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Nakfa"@en ;
    qudt:currencyCode "ERN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "232"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Nakfa"^^xsd:anyURI ;
    qudt:expression "$ERN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nakfa?oldid=415286274"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ETB a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Ethiopian Birr"@en ;
    qudt:currencyCode "ETB"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "230"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ethiopian_birr"^^xsd:anyURI ;
    qudt:expression "$ETB$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ethiopian_birr?oldid=493373507"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR-PER-KiloW a qudt:Unit ;
    rdfs:label "Euro per kilowatt"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CCY_EUR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloW ] ;
    qudt:hasQuantityKind qudtqk:CostPerPower ;
    qudt:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power"^^xsd:string ;
    qudt:symbol "€/kW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR-PER-KiloW-HR a qudt:Unit ;
    rdfs:label "Euro per kilowatt hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CCY_EUR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloW ] ;
    qudt:hasQuantityKind qudtqk:CostPerEnergy ;
    qudt:plainTextDescription "Unit for measuring the cost of electricity."^^xsd:string ;
    qudt:symbol "€/(kW·h)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR-PER-M2 a qudt:Unit ;
    rdfs:label "Euro per square metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CCY_EUR ] ;
    qudt:hasQuantityKind qudtqk:CostPerArea ;
    qudt:plainTextDescription "Unit for expressing cost per square metre"^^xsd:string ;
    qudt:symbol "€/m²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR-PER-W a qudt:Unit ;
    rdfs:label "Euro per watt"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CCY_EUR ] ;
    qudt:hasQuantityKind qudtqk:CostPerPower ;
    qudt:plainTextDescription "Unit for measuring the hardware cost of a power generation unit relative to the generated power"^^xsd:string ;
    qudt:symbol "€/W"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR-PER-W-HR a qudt:Unit ;
    rdfs:label "Euro per watt hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CCY_EUR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:CostPerEnergy ;
    qudt:plainTextDescription "Unit for measuring the cost of electricity."^^xsd:string ;
    qudt:symbol "€/(W·h)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR-PER-W-SEC a qudt:Unit ;
    rdfs:label "Euro per watt second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CCY_EUR ] ;
    qudt:hasQuantityKind qudtqk:CostPerEnergy ;
    qudt:plainTextDescription "Unit for measuring the cost of electricity."^^xsd:string ;
    qudt:symbol "€/(W·s)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_FJD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Fiji Dollar"@en ;
    qudt:currencyCode "FJD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "242"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Fijian_dollar"^^xsd:anyURI ;
    qudt:expression "$FJD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fijian_dollar?oldid=494373740"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_FKP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Falkland Islands Pound"@en ;
    qudt:currencyCode "FKP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "238"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Falkland_Islands_pound"^^xsd:anyURI ;
    qudt:expression "$FKP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Falkland_Islands_pound?oldid=489513616"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GBP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Pound Sterling"@en ;
    qudt:currencyCode "GBP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "826"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pound_sterling"^^xsd:anyURI ;
    qudt:expression "$GBP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pound_sterling?oldid=495524329"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> ;
    qudt:symbol "£"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GEL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lari"@en ;
    qudt:currencyCode "GEL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "981"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lari"^^xsd:anyURI ;
    qudt:expression "$GEL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lari?oldid=486808394"^^xsd:anyURI ;
    qudt:symbol "₾"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GHS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Cedi"@en ;
    qudt:currencyCode "GHS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "936"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ghanaian_cedi"^^xsd:anyURI ;
    qudt:expression "$GHS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ghanaian_cedi?oldid=415914569"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GIP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Gibraltar pound"@en ;
    qudt:currencyCode "GIP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "292"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gibraltar_pound"^^xsd:anyURI ;
    qudt:expression "$GIP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gibraltar_pound?oldid=494842600"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GMD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Dalasi"@en ;
    qudt:currencyCode "GMD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "270"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gambian_dalasi"^^xsd:anyURI ;
    qudt:expression "$GMD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gambian_dalasi?oldid=489522429"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GNF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Guinea Franc"@en ;
    qudt:currencyCode "GNF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "324"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Guinean_franc"^^xsd:anyURI ;
    qudt:expression "$GNF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Guinean_franc?oldid=489527042"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GTQ a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Quetzal"@en ;
    qudt:currencyCode "GTQ"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "320"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Quetzal"^^xsd:anyURI ;
    qudt:expression "$GTQ$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quetzal?oldid=489813522"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_GYD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Guyana Dollar"@en ;
    qudt:currencyCode "GYD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "328"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Guyanese_dollar"^^xsd:anyURI ;
    qudt:expression "$GYD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Guyanese_dollar?oldid=495070062"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_HKD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Hong Kong Dollar"@en ;
    qudt:currencyCode "HKD"^^xsd:string ;
    qudt:currencyExponent 1 ;
    qudt:currencyNumber "344"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hong_Kong_dollar"^^xsd:anyURI ;
    qudt:expression "$HKD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hong_Kong_dollar?oldid=495133277"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_HNL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lempira"@en ;
    qudt:currencyCode "HNL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "340"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lempira"^^xsd:anyURI ;
    qudt:expression "$HNL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lempira?oldid=389955747"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_HRK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Croatian Kuna"@en ;
    qudt:currencyCode "HRK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "191"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Croatian_kuna"^^xsd:anyURI ;
    qudt:expression "$HRK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Croatian_kuna?oldid=490959527"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_HTG a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Haiti Gourde"@en ;
    qudt:currencyCode "HTG"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "332"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Haitian_gourde"^^xsd:anyURI ;
    qudt:expression "$HTG$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Haitian_gourde?oldid=486090975"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_HUF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Forint"@en ;
    qudt:currencyCode "HUF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "348"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hungarian_forint"^^xsd:anyURI ;
    qudt:expression "$HUF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hungarian_forint?oldid=492818607"^^xsd:anyURI ;
    qudt:symbol "Ft"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_IDR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Rupiah"@en ;
    qudt:currencyCode "IDR"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "360"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Indonesian_rupiah"^^xsd:anyURI ;
    qudt:expression "$IDR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458"^^xsd:anyURI ;
    qudt:symbol "Rp"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ILS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "New Israeli Shekel"@en ;
    qudt:currencyCode "ILS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "376"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Israeli_new_sheqel"^^xsd:anyURI ;
    qudt:expression "$ILS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Israeli_new_sheqel?oldid=316213924"^^xsd:anyURI ;
    qudt:symbol "₪"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_INR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Indian Rupee"@en ;
    qudt:currencyCode "INR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "356"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Indian_rupee"^^xsd:anyURI ;
    qudt:expression "$INR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Indian_rupee?oldid=495120167"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> ;
    qudt:symbol "₹"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_IQD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Iraqi Dinar"@en ;
    qudt:currencyCode "IQD"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "368"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Iraqi_dinar"^^xsd:anyURI ;
    qudt:expression "$IQD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Iraqi_dinar?oldid=494793908"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_IRR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Iranian Rial"@en ;
    qudt:currencyCode "IRR"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "364"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Iranian_rial"^^xsd:anyURI ;
    qudt:expression "$IRR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Iranian_rial?oldid=495299431"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ISK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Iceland Krona"@en ;
    qudt:currencyCode "ISK"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "352"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Icelandic_kr%C3%B3na"^^xsd:anyURI ;
    qudt:expression "$ISK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Icelandic_króna?oldid=495457496"^^xsd:anyURI ;
    qudt:symbol "kr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_JMD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Jamaican Dollar"@en ;
    qudt:currencyCode "JMD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "388"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Jamaican_dollar"^^xsd:anyURI ;
    qudt:expression "$JMD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Jamaican_dollar?oldid=494039981"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_JOD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Jordanian Dinar"@en ;
    qudt:currencyCode "JOD"^^xsd:string ;
    qudt:currencyExponent 3 ;
    qudt:currencyNumber "400"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Jordanian_dinar"^^xsd:anyURI ;
    qudt:expression "$JOD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Jordanian_dinar?oldid=495270728"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_JPY a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Japanese yen"@en ;
    qudt:currencyCode "JPY"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "392"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Japanese_yen"^^xsd:anyURI ;
    qudt:expression "$JPY$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Japanese_yen?oldid=493771966"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> ;
    qudt:symbol "¥"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KES a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Kenyan Shilling"@en ;
    qudt:currencyCode "KES"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "404"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kenyan_shilling"^^xsd:anyURI ;
    qudt:expression "$KES$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kenyan_shilling?oldid=489547027"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KGS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Som"@en ;
    qudt:currencyCode "KGS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "417"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Som"^^xsd:anyURI ;
    qudt:expression "$KGS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Som?oldid=495411674"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KHR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Riel"@en ;
    qudt:currencyCode "KHR"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "116"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Riel"^^xsd:anyURI ;
    qudt:expression "$KHR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Riel?oldid=473309240"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KMF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Comoro Franc"@en ;
    qudt:currencyCode "KMF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "174"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Comorian_franc"^^xsd:anyURI ;
    qudt:expression "$KMF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Comorian_franc?oldid=489502162"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KPW a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "North Korean Won"@en ;
    qudt:currencyCode "KPW"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "408"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/North_Korean_won"^^xsd:anyURI ;
    qudt:expression "$KPW$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/North_Korean_won?oldid=495081686"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KRW a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "South Korean Won"@en ;
    qudt:currencyCode "KRW"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "410"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/South_Korean_won"^^xsd:anyURI ;
    qudt:expression "$KRW$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/South_Korean_won?oldid=494404062"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> ;
    qudt:symbol "₩"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KWD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Kuwaiti Dinar"@en ;
    qudt:currencyCode "KWD"^^xsd:string ;
    qudt:currencyExponent 3 ;
    qudt:currencyNumber "414"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kuwaiti_dinar"^^xsd:anyURI ;
    qudt:expression "$KWD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kuwaiti_dinar?oldid=489547428"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KYD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Cayman Islands Dollar"@en ;
    qudt:currencyCode "KYD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "136"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cayman_Islands_dollar"^^xsd:anyURI ;
    qudt:expression "$KYD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cayman_Islands_dollar?oldid=494206112"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_KZT a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Tenge"@en ;
    qudt:currencyCode "KZT"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "398"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kazakhstani_tenge"^^xsd:anyURI ;
    qudt:expression "$KZT$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kazakhstani_tenge?oldid=490523058"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LAK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lao kip"@en ;
    qudt:currencyCode "LAK"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "418"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:symbol " ₭"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LBP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lebanese Pound"@en ;
    qudt:currencyCode "LBP"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "422"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lebanese_pound"^^xsd:anyURI ;
    qudt:expression "$LBP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lebanese_pound?oldid=495528740"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LKR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Sri Lanka Rupee"@en ;
    qudt:currencyCode "LKR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "144"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Sri_Lankan_rupee"^^xsd:anyURI ;
    qudt:expression "$LKR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sri_Lankan_rupee?oldid=495359963"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LRD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Liberian Dollar"@en ;
    qudt:currencyCode "LRD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "430"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Liberian_dollar"^^xsd:anyURI ;
    qudt:expression "$LRD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Liberian_dollar?oldid=489549110"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LSL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Loti"@en ;
    qudt:currencyCode "LSL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "426"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Loti"^^xsd:anyURI ;
    qudt:expression "$LSL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Loti?oldid=384534708"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LTL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lithuanian Litas"@en ;
    qudt:currencyCode "LTL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "440"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lithuanian_litas"^^xsd:anyURI ;
    qudt:expression "$LTL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lithuanian_litas?oldid=493046592"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LVL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Latvian Lats"@en ;
    qudt:currencyCode "LVL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "428"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Latvian_lats"^^xsd:anyURI ;
    qudt:expression "$LVL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Latvian_lats?oldid=492800402"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_LYD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Libyan Dinar"@en ;
    qudt:currencyCode "LYD"^^xsd:string ;
    qudt:currencyExponent 3 ;
    qudt:currencyNumber "434"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Libyan_dinar"^^xsd:anyURI ;
    qudt:expression "$LYD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Libyan_dinar?oldid=491421981"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MAD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Moroccan Dirham"@en ;
    qudt:currencyCode "MAD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "504"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Moroccan_dirham"^^xsd:anyURI ;
    qudt:expression "$MAD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Moroccan_dirham?oldid=490560557"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MDL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Moldovan Leu"@en ;
    qudt:currencyCode "MDL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "498"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Moldovan_leu"^^xsd:anyURI ;
    qudt:expression "$MDL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Moldovan_leu?oldid=490027766"^^xsd:anyURI ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MGA a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Malagasy Ariary"@en ;
    qudt:currencyCode "MGA"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "969"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Malagasy_ariary"^^xsd:anyURI ;
    qudt:expression "$MGA$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Malagasy_ariary?oldid=489551279"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MKD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Denar"@en ;
    qudt:currencyCode "MKD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "807"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Macedonian_denar"^^xsd:anyURI ;
    qudt:expression "$MKD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Macedonian_denar?oldid=489550202"^^xsd:anyURI ;
    qudt:symbol "ден"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MMK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Kyat"@en ;
    qudt:currencyCode "MMK"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "104"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Myanma_kyat"^^xsd:anyURI ;
    qudt:expression "$MMK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Myanma_kyat?oldid=441109905"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MNT a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Mongolian Tugrik"@en ;
    qudt:currencyExponent 2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mongolian_tögrög?oldid=495408271"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MOP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Pataca"@en ;
    qudt:currencyCode "MOP"^^xsd:string ;
    qudt:currencyExponent 1 ;
    qudt:currencyNumber "446"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pataca"^^xsd:anyURI ;
    qudt:expression "$MOP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pataca?oldid=482490442"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MRU a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Ouguiya"@en ;
    qudt:currencyCode "MRU"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "929"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mauritanian_ouguiya"^^xsd:anyURI ;
    qudt:expression "$MRO$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mauritanian_ouguiya?oldid=490027072"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MTL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Maltese Lira"@en ;
    qudt:currencyCode "MTL"^^xsd:string ;
    qudt:currencyNumber "470"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Maltese_lira"^^xsd:anyURI ;
    qudt:expression "$MTL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Maltese_lira?oldid=493810797"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MUR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Mauritius Rupee"@en ;
    qudt:currencyCode "MUR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "480"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mauritian_rupee"^^xsd:anyURI ;
    qudt:expression "$MUR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mauritian_rupee?oldid=487629200"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MVR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Rufiyaa"@en ;
    qudt:currencyCode "MVR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "462"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Maldivian_rufiyaa"^^xsd:anyURI ;
    qudt:expression "$MVR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Maldivian_rufiyaa?oldid=491578728"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MWK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Malawi Kwacha"@en ;
    qudt:currencyCode "MWK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "454"^^xsd:string ;
    qudt:expression "$MWK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MXN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Mexican Peso"@en ;
    qudt:currencyCode "MXN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "484"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mexican_peso"^^xsd:anyURI ;
    qudt:expression "$MXN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MXV a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Mexican Unidad de Inversion (UDI) (Funds code)"@en ;
    qudt:currencyCode "MXV"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "979"^^xsd:string ;
    qudt:expression "$MXV$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MYR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Malaysian Ringgit"@en ;
    qudt:currencyCode "MYR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "458"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Malaysian_ringgit"^^xsd:anyURI ;
    qudt:expression "$MYR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Malaysian_ringgit?oldid=494417091"^^xsd:anyURI ;
    qudt:symbol "RM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_MZN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Metical"@en ;
    qudt:currencyCode "MZN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "943"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mozambican_metical"^^xsd:anyURI ;
    qudt:expression "$MZN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mozambican_metical?oldid=488225670"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_NAD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Namibian Dollar"@en ;
    qudt:currencyCode "NAD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "516"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Namibian_dollar"^^xsd:anyURI ;
    qudt:expression "$NAD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Namibian_dollar?oldid=495250023"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_NGN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Naira"@en ;
    qudt:currencyCode "NGN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "566"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Nigerian_naira"^^xsd:anyURI ;
    qudt:expression "$NGN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nigerian_naira?oldid=493462003"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_NIO a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Cordoba Oro"@en ;
    qudt:currencyCode "NIO"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "558"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba"^^xsd:anyURI ;
    qudt:expression "$NIO$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nicaraguan_córdoba?oldid=486140595"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_NOK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Norwegian Krone"@en ;
    qudt:currencyCode "NOK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "578"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Norwegian_krone"^^xsd:anyURI ;
    qudt:expression "$NOK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Norwegian_krone?oldid=495283934"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> ;
    qudt:symbol "kr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_NPR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Nepalese Rupee"@en ;
    qudt:currencyCode "NPR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "524"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Nepalese_rupee"^^xsd:anyURI ;
    qudt:expression "$NPR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nepalese_rupee?oldid=476894226"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_NZD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "New Zealand Dollar"@en ;
    qudt:currencyCode "NZD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "554"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/New_Zealand_dollar"^^xsd:anyURI ;
    qudt:expression "$NZD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/New_Zealand_dollar?oldid=495487722"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_OMR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Rial Omani"@en ;
    qudt:currencyCode "OMR"^^xsd:string ;
    qudt:currencyExponent 3 ;
    qudt:currencyNumber "512"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Omani_rial"^^xsd:anyURI ;
    qudt:expression "$OMR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Omani_rial?oldid=491748879"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PAB a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Balboa"@en ;
    qudt:currencyCode "PAB"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "590"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Balboa"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Balboa?oldid=482550791"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PEN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Nuevo Sol"@en ;
    qudt:currencyCode "PEN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "604"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Peruvian_nuevo_sol"^^xsd:anyURI ;
    qudt:expression "$PEN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Peruvian_nuevo_sol?oldid=494237249"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PGK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Kina"@en ;
    qudt:currencyCode "PGK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "598"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kina"^^xsd:anyURI ;
    qudt:expression "$PGK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kina?oldid=477155361"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PHP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Philippine Peso"@en ;
    qudt:currencyCode "PHP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "608"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Philippine_peso"^^xsd:anyURI ;
    qudt:expression "$PHP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Philippine_peso?oldid=495411811"^^xsd:anyURI ;
    qudt:symbol "₱"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PKR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Pakistan Rupee"@en ;
    qudt:currencyCode "PKR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "586"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pakistani_rupee"^^xsd:anyURI ;
    qudt:expression "$PKR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pakistani_rupee?oldid=494937873"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PLN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Zloty"@en ;
    qudt:currencyCode "PLN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "985"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Polish_z%C5%82oty"^^xsd:anyURI ;
    qudt:expression "$PLN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Polish_złoty?oldid=492697733"^^xsd:anyURI ;
    qudt:symbol "zł"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_PYG a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Guarani"@en ;
    qudt:currencyCode "PYG"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "600"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Guaran%C3%AD"^^xsd:anyURI ;
    qudt:expression "$PYG$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Guaraní?oldid=412592698"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_QAR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Qatari Rial"@en ;
    qudt:currencyCode "QAR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "634"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Qatari_riyal"^^xsd:anyURI ;
    qudt:expression "$QAR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Qatari_riyal?oldid=491747452"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_RON a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Romanian New Leu"@en ;
    qudt:currencyCode "RON"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "946"^^xsd:string ;
    qudt:expression "$RON$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_RSD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Serbian Dinar"@en ;
    qudt:currencyCode "RSD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "941"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Serbian_dinar"^^xsd:anyURI ;
    qudt:expression "$RSD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Serbian_dinar?oldid=495146650"^^xsd:anyURI ;
    qudt:symbol "дин"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_RUB a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Russian Ruble"@en ;
    qudt:currencyCode "RUB"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "643"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Russian_ruble"^^xsd:anyURI ;
    qudt:expression "$RUB$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467"^^xsd:anyURI ;
    qudt:symbol "₽"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_RWF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Rwanda Franc"@en ;
    qudt:currencyCode "RWF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "646"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Rwandan_franc"^^xsd:anyURI ;
    qudt:expression "$RWF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Rwandan_franc?oldid=489727903"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SAR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Saudi Riyal"@en ;
    qudt:currencyCode "SAR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "682"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Saudi_riyal"^^xsd:anyURI ;
    qudt:expression "$SAR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Saudi_riyal?oldid=491092981"^^xsd:anyURI ;
    qudt:symbol "﷼"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SBD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Solomon Islands Dollar"@en ;
    qudt:currencyCode "SBD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "090"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Solomon_Islands_dollar"^^xsd:anyURI ;
    qudt:expression "$SBD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Solomon_Islands_dollar?oldid=490313285"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SCR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Seychelles Rupee"@en ;
    qudt:currencyCode "SCR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "690"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Seychellois_rupee"^^xsd:anyURI ;
    qudt:expression "$SCR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Seychellois_rupee?oldid=492242185"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SDG a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Sudanese Pound"@en ;
    qudt:currencyCode "SDG"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "938"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Sudanese_pound"^^xsd:anyURI ;
    qudt:expression "$SDG$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sudanese_pound?oldid=495263707"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SEK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Swedish Krona"@en ;
    qudt:currencyCode "SEK"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "752"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Swedish_krona"^^xsd:anyURI ;
    qudt:expression "$SEK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Swedish_krona?oldid=492703602"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> ;
    qudt:symbol "kr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SGD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Singapore Dollar"@en ;
    qudt:currencyCode "SGD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "702"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Singapore_dollar"^^xsd:anyURI ;
    qudt:expression "$SGD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Singapore_dollar?oldid=492228311"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SHP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Saint Helena Pound"@en ;
    qudt:currencyCode "SHP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "654"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Saint_Helena_pound"^^xsd:anyURI ;
    qudt:expression "$SHP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Saint_Helena_pound?oldid=490152057"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SKK a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Slovak Koruna"@en ;
    qudt:currencyCode "SKK"^^xsd:string ;
    qudt:currencyNumber "703"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Slovak_koruna"^^xsd:anyURI ;
    qudt:expression "$SKK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Slovak_koruna?oldid=492625951"^^xsd:anyURI ;
    qudt:symbol "Sk"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SLE a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Leone"@en ;
    qudt:currencyCode "SLE"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "925"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Sierra_Leonean_leone"^^xsd:anyURI ;
    qudt:expression "$SLL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sierra_Leonean_leone?oldid=493517965"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SOS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Somali Shilling"@en ;
    qudt:currencyCode "SOS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "706"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Somali_shilling"^^xsd:anyURI ;
    qudt:expression "$SOS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Somali_shilling?oldid=494434126"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SRD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Surinam Dollar"@en ;
    qudt:currencyCode "SRD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "968"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Surinamese_dollar"^^xsd:anyURI ;
    qudt:expression "$SRD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Surinamese_dollar?oldid=490316270"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_STN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Dobra"@en ;
    qudt:currencyCode "STN"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "930"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dobra"^^xsd:anyURI ;
    qudt:expression "$STD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dobra?oldid=475725328"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SYP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Syrian Pound"@en ;
    qudt:currencyCode "SYP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "760"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Syrian_pound"^^xsd:anyURI ;
    qudt:expression "$SYP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Syrian_pound?oldid=484294722"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_SZL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Lilangeni"@en ;
    qudt:currencyCode "SZL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "748"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Swazi_lilangeni"^^xsd:anyURI ;
    qudt:expression "$SZL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Swazi_lilangeni?oldid=490323340"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_THB a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Baht"@en ;
    qudt:currencyCode "THB"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "764"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thai_baht"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thai_baht?oldid=493286022"^^xsd:anyURI ;
    qudt:symbol "฿"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TJS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Somoni"@en ;
    qudt:currencyCode "TJS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "972"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tajikistani_somoni"^^xsd:anyURI ;
    qudt:expression "$TJS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tajikistani_somoni?oldid=492500781"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TMT a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Manat"@en ;
    qudt:currencyCode "TMT"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "934"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Manat"^^xsd:anyURI ;
    qudt:expression "$TMM$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Manat?oldid=486967490"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TND a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Tunisian Dinar"@en ;
    qudt:currencyCode "TND"^^xsd:string ;
    qudt:currencyExponent 3 ;
    qudt:currencyNumber "788"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tunisian_dinar"^^xsd:anyURI ;
    qudt:expression "$TND$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tunisian_dinar?oldid=491218035"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TOP a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Pa'anga"@en ;
    qudt:currencyCode "TOP"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "776"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tongan_pa%CA%BBanga"^^xsd:anyURI ;
    qudt:expression "$TOP$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tongan_paʻanga?oldid=482738012"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TRY a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "New Turkish Lira"@en ;
    qudt:currencyCode "TRY"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "949"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Turkish_lira"^^xsd:anyURI ;
    qudt:expression "$TRY$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Turkish_lira?oldid=494097764"^^xsd:anyURI ;
    qudt:symbol "₺"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TTD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Trinidad and Tobago Dollar"@en ;
    qudt:currencyCode "TTD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "780"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Trinidad_and_Tobago_dollar"^^xsd:anyURI ;
    qudt:expression "$TTD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Trinidad_and_Tobago_dollar?oldid=490325306"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TWD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "New Taiwan Dollar"@en ;
    qudt:currencyCode "TWD"^^xsd:string ;
    qudt:currencyExponent 1 ;
    qudt:currencyNumber "901"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/New_Taiwan_dollar"^^xsd:anyURI ;
    qudt:expression "$TWD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/New_Taiwan_dollar?oldid=493996933"^^xsd:anyURI ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_TZS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Tanzanian Shilling"@en ;
    qudt:currencyCode "TZS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "834"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tanzanian_shilling"^^xsd:anyURI ;
    qudt:expression "$TZS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tanzanian_shilling?oldid=492257527"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_UAH a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Hryvnia"@en ;
    qudt:currencyCode "UAH"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "980"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ukrainian_hryvnia"^^xsd:anyURI ;
    qudt:expression "$UAH$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ukrainian_hryvnia?oldid=493064633"^^xsd:anyURI ;
    qudt:symbol "₴"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_UGX a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Uganda Shilling"@en ;
    qudt:currencyCode "UGX"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "800"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ugandan_shilling"^^xsd:anyURI ;
    qudt:expression "$UGX$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ugandan_shilling?oldid=495383966"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_USD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "US Dollar"@en ;
    qudt:altSymbol "US$"^^xsd:string ;
    qudt:currencyCode "USD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "840"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:symbol "$"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_USN a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "United States Dollar (next day) (funds code)"@en ;
    qudt:currencyCode "USN"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "997"^^xsd:string ;
    qudt:expression "$USN$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_USS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "United States Dollar (same day) (funds code)"@en ;
    qudt:currencyCode "USS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "998"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_UYU a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Peso Uruguayo"@en ;
    qudt:currencyCode "UYU"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "858"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Uruguayan_peso"^^xsd:anyURI ;
    qudt:expression "$UYU$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Uruguayan_peso?oldid=487528781"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_UZS a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Uzbekistan Som"@en ;
    qudt:currencyCode "UZS"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "860"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Uzbekistani_som"^^xsd:anyURI ;
    qudt:expression "$UZS$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Uzbekistani_som?oldid=490522228"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_VES a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Venezuelan bolvar"@en ;
    qudt:currencyCode "VES"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "928"^^xsd:string ;
    qudt:expression "$VEB$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_VND a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Vietnamese ??ng"@en ;
    qudt:currencyCode "VND"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "704"^^xsd:string ;
    qudt:expression "$VND$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_VUV a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Vatu"@en ;
    qudt:currencyCode "VUV"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "548"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Vanuatu_vatu"^^xsd:anyURI ;
    qudt:expression "$VUV$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Vanuatu_vatu?oldid=494667103"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_WST a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Samoan Tala"@en ;
    qudt:currencyCode "WST"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "882"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Samoan_tala"^^xsd:anyURI ;
    qudt:expression "$WST$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Samoan_tala?oldid=423898531"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XAF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "CFA Franc BEAC"@en ;
    qudt:currencyCode "XAF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "950"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XAG a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Silver (one Troy ounce)"@en ;
    qudt:currencyCode "XAG"^^xsd:string ;
    qudt:currencyNumber "961"^^xsd:string ;
    qudt:expression "$XAG$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:ucumCode "[oz_tr]{Ag}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XAU a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Gold (one Troy ounce)"@en ;
    qudt:currencyCode "XAU"^^xsd:string ;
    qudt:currencyNumber "959"^^xsd:string ;
    qudt:expression "$XAU$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:ucumCode "[oz_tr]{Au}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XBA a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "European Composite Unit (EURCO) (Bonds market unit)"@en ;
    qudt:currencyCode "XBA"^^xsd:string ;
    qudt:currencyNumber "955"^^xsd:string ;
    qudt:expression "$XBA$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XBB a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "European Monetary Unit (E.M.U.-6) (Bonds market unit)"@en ;
    qudt:currencyCode "XBB"^^xsd:string ;
    qudt:currencyNumber "956"^^xsd:string ;
    qudt:expression "$XBB$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XBC a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "European Unit of Account 9 (E.U.A.-9) (Bonds market unit)"@en ;
    qudt:currencyCode "XBC"^^xsd:string ;
    qudt:currencyNumber "957"^^xsd:string ;
    qudt:expression "$XBC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XBD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "European Unit of Account 17 (E.U.A.-17) (Bonds market unit)"@en ;
    qudt:currencyCode "XBD"^^xsd:string ;
    qudt:currencyNumber "958"^^xsd:string ;
    qudt:expression "$XBD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XCD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "East Caribbean Dollar"@en ;
    qudt:currencyCode "XCD"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "951"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/East_Caribbean_dollar"^^xsd:anyURI ;
    qudt:expression "$XCD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/East_Caribbean_dollar?oldid=493020176"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XDR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Special Drawing Rights"@en ;
    qudt:currencyCode "XDR"^^xsd:string ;
    qudt:currencyNumber "960"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Special_Drawing_Rights"^^xsd:anyURI ;
    qudt:expression "$XDR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XFO a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Gold franc (special settlement currency)"@en ;
    qudt:currencyCode "XFO"^^xsd:string ;
    qudt:expression "$XFO$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XFU a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "UIC franc (special settlement currency)"@en ;
    qudt:currencyCode "XFU"^^xsd:string ;
    qudt:expression "$XFU$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XOF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "CFA Franc BCEAO"@en ;
    qudt:currencyCode "XOF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "952"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XPD a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Palladium (one Troy ounce)"@en ;
    qudt:currencyCode "XPD"^^xsd:string ;
    qudt:currencyNumber "964"^^xsd:string ;
    qudt:expression "$XPD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:ucumCode "[oz_tr]{Pd}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XPF a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "CFP franc"@en ;
    qudt:currencyCode "XPF"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "953"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_XPT a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Platinum (one Troy ounce)"@en ;
    qudt:currencyCode "XPT"^^xsd:string ;
    qudt:currencyNumber "962"^^xsd:string ;
    qudt:expression "$XPT$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:ucumCode "[oz_tr]{Pt}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_YER a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Yemeni Rial"@en ;
    qudt:currencyCode "YER"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "886"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Yemeni_rial"^^xsd:anyURI ;
    qudt:expression "$YER$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Yemeni_rial?oldid=494507603"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ZAR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "South African Rand"@en ;
    qudt:currencyCode "ZAR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "710"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/South_African_rand"^^xsd:anyURI ;
    qudt:expression "$ZAR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/South_African_rand?oldid=493780395"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ZMW a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Zambian Kwacha"@en ;
    qudt:currencyCode "ZMW"^^xsd:string ;
    qudt:currencyExponent 0 ;
    qudt:currencyNumber "967"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Zambian_kwacha"^^xsd:anyURI ;
    qudt:expression "$ZMK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Zambian_kwacha?oldid=490328608"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_ZWL a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Zimbabwe Dollar"@en ;
    qudt:currencyCode "ZWL"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "932"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Zimbabwean_dollar"^^xsd:anyURI ;
    qudt:expression "$ZWD$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Zimbabwean_dollar?oldid=491532675"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD-PER-FT2 a qudt:Unit ;
    rdfs:label "candela per square foot"^^xsd:string ;
    dcterms:description "base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 10.7639104167097223083335055559 ;
    qudt:conversionMultiplierSN 1.076391e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAB441"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB441"^^xsd:anyURI ;
    qudt:symbol "cd/ft²"^^xsd:string ;
    qudt:ucumCode "cd.[ft_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD-PER-IN2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Candela per Square Inch"@en ;
    dcterms:description "\"Candela per Square Inch\" is a unit for  'Luminance' expressed as $cd/in^{2}$."^^qudt:LatexString ;
    qudt:conversionMultiplier 1550.0031000062002 ;
    qudt:conversionMultiplierSN 1.550003e+03 ;
    qudt:expression "$cd/in^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAB257"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB257"^^xsd:anyURI ;
    qudt:symbol "cd/in²"^^xsd:string ;
    qudt:ucumCode "cd.[in_i]-2"^^qudt:UCUMcs,
        "cd/[in_i]2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD-PER-KiloLM a qudt:Unit ;
    rdfs:label "Candela per Kilolumen"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloLM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ] ;
    qudt:hasQuantityKind qudtqk:LuminousIntensityDistribution ;
    qudt:symbol "cd/klm"^^xsd:string ;
    qudt:ucumCode "cd.klm-1"^^qudt:UCUMcs,
        "cd/klm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD-PER-LM a qudt:Unit ;
    rdfs:label "Candela per Lumen"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LM ] ;
    qudt:hasQuantityKind qudtqk:LuminousIntensityDistribution ;
    qudt:symbol "cd/lm"^^xsd:string ;
    qudt:ucumCode "cd.lm-1"^^qudt:UCUMcs,
        "cd/lm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD_IN a qudt:Unit ;
    rdfs:label "international candle"^^xsd:string ;
    dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    qudt:iec61360Code "0112/2///62720#UAB440"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB440"^^xsd:anyURI ;
    qudt:symbol "international candle"^^xsd:string ;
    qudt:uneceCommonCode "P36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CHF-PER-KiloGM a qudt:Unit ;
    rdfs:label "Swiss Francs per kilogram"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CHF ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:CostPerMass ;
    qudt:plainTextDescription "Unit for measuring the hardware cost of substance or material"^^xsd:string ;
    qudt:symbol "CHF/kg"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CLO a qudt:Unit ;
    rdfs:label "Clo"@en ;
    dcterms:description "A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\"."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.155 ;
    qudt:conversionMultiplierSN 1.55e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:hasQuantityKind qudtqk:ThermalInsulance ;
    qudt:iec61360Code "0112/2///62720#UAA374"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA374"^^xsd:anyURI ;
    qudt:scalingOf unit:M2-K-PER-W ;
    qudt:symbol "clo"^^xsd:string ;
    qudt:uneceCommonCode "J83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CORD a qudt:Unit ;
    rdfs:label "Cord"@en ;
    dcterms:description "The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3.62 ;
    qudt:conversionMultiplierSN 3.62e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cord"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAB289"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cord?oldid=490232340"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB289"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/cord> ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "cord"^^xsd:string ;
    qudt:ucumCode "[crd_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M68"^^xsd:string,
        "WCD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CP a qudt:Unit ;
    rdfs:label "Candlepower"@en ;
    dcterms:description "\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Candlepower"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Candlepower?oldid=491140098"^^xsd:anyURI ;
    qudt:scalingOf unit:CD ;
    qudt:symbol "cp"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C_Stat-PER-MOL a qudt:Unit ;
    rdfs:label "Statcoulomb per Mole"@en ;
    dcterms:description "\"Statcoulomb per Mole\" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000000000333564 ;
    qudt:conversionMultiplierSN 3.33564e-10 ;
    qudt:expression "$statC/mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C_Stat ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerAmountOfSubstance ;
    qudt:symbol "statC/mol"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiL a qudt:Unit ;
    rdfs:label "Centilitre"@en,
        "Centilitre"@en-us ;
    dcterms:description "0.01-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA373"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA373"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "cL"^^xsd:string ;
    qudt:ucumCode "cL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CLT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-BAR a qudt:Unit ;
    rdfs:label "centimetre per bar"^^xsd:string ;
    dcterms:description "0.01-fold of the SI base unit metre divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA377"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA377"^^xsd:anyURI ;
    qudt:symbol "cm/bar"^^xsd:string ;
    qudt:ucumCode "cm.bar-1"^^qudt:UCUMcs,
        "cm/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G04"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-K a qudt:Unit ;
    rdfs:label "Centimetre per Kelvin"@en,
        "Centimeter per Kelvin"@en-us ;
    dcterms:description "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA376"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA376"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "cm/K"^^xsd:string ;
    qudt:ucumCode "cm.K-1"^^qudt:UCUMcs,
        "cm/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "centimetre per second bar"^^xsd:string ;
    dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA381"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA381"^^xsd:anyURI ;
    qudt:symbol "cm/(s·bar)"^^xsd:string ;
    qudt:ucumCode "cm.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-SEC-K a qudt:Unit ;
    rdfs:label "centimetre per second kelvin"^^xsd:string ;
    dcterms:description "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA380"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA380"^^xsd:anyURI ;
    qudt:symbol "cm/(s·K)"^^xsd:string ;
    qudt:ucumCode "cm.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-SEC-DEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Centimetre Second Degree Celsius"@en,
        "Centimeter Second Degree Celsius"@en-us ;
    dcterms:description """$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:expression "$cm-s-degC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:LengthTemperatureTime ;
    qudt:symbol "cm·s·°C"^^xsd:string ;
    qudt:ucumCode "cm.s.Cel-1"^^qudt:UCUMcs,
        "cm.s/Cel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Centimetre Minute"@en,
        "Square Centimeter Minute"@en-us ;
    dcterms:description "\"Square centimeter minute\" is a unit for  'Area Time' expressed as $cm^{2} . m$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.006 ;
    qudt:conversionMultiplierSN 6e-03 ;
    qudt:expression "$cm^{2}m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:AreaTime ;
    qudt:symbol "cm²·min"^^xsd:string ;
    qudt:ucumCode "cm2.min"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Square centimetres per cubic centimetre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "cm²/cm³"^^xsd:string ;
    qudt:ucumCode "cm2.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-PER-ERG a qudt:Unit ;
    rdfs:label "square centimetre per erg"^^xsd:string ;
    dcterms:description "[CGS] unit of the spectral profile"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:SpectralCrossSection ;
    qudt:iec61360Code "0112/2///62720#UAB168"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB168"^^xsd:anyURI ;
    qudt:symbol "cm²/erg"^^xsd:string ;
    qudt:ucumCode "cm2.erg-1"^^qudt:UCUMcs,
        "cm2/erg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-PER-SR-ERG a qudt:Unit ;
    rdfs:label "square centimetre per steradian erg"^^xsd:string ;
    dcterms:description "[CGS] unit of the spectral angle profile"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:SpectralAngularCrossSection ;
    qudt:iec61360Code "0112/2///62720#UAB169"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB169"^^xsd:anyURI ;
    qudt:symbol "cm²/(sr·erg)"^^xsd:string ;
    qudt:ucumCode "cm2.sr-1.erg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Centimetre Second"@en,
        "Square Centimeter Second"@en-us ;
    dcterms:description "\"Square Centimeter Second\" is a C.G.S System unit for  'Area Time' expressed as $cm^2 . s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$cm^2 . s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:AreaTime ;
    qudt:symbol "cm²·s"^^xsd:string ;
    qudt:ucumCode "cm2.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-BAR a qudt:Unit ;
    rdfs:label "cubic centimetre per bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA387"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA387"^^xsd:anyURI ;
    qudt:symbol "cm³/bar"^^xsd:string ;
    qudt:ucumCode "cm3.bar-1"^^qudt:UCUMcs,
        "cm3/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Cubic Centimetre"@en,
        "Cubic Centimeter per Cubic Centimeter"@en-us ;
    dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:plainTextDescription "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "cm³/cm³"^^xsd:string ;
    qudt:ucumCode "cm3.cm-3"^^qudt:UCUMcs,
        "cm3/cm3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "cubic centimetre per day bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA390"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA390"^^xsd:anyURI ;
    qudt:symbol "cm³/(d·bar)"^^xsd:string ;
    qudt:ucumCode "cm3.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-DAY-K a qudt:Unit ;
    rdfs:label "cubic centimetre per day kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA389"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA389"^^xsd:anyURI ;
    qudt:symbol "cm³/(d·K)"^^xsd:string ;
    qudt:ucumCode "cm3.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-HR-BAR a qudt:Unit ;
    rdfs:label "cubic centimetre per hour bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA393"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA393"^^xsd:anyURI ;
    qudt:symbol "cm³/(h·bar)"^^xsd:string ;
    qudt:ucumCode "cm3.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-HR-K a qudt:Unit ;
    rdfs:label "cubic centimetre per hour kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA392"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA392"^^xsd:anyURI ;
    qudt:symbol "cm³/(h·K)"^^xsd:string ;
    qudt:ucumCode "cm3.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-K a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Kelvin"@en,
        "Cubic Centimeter per Kelvin"@en-us ;
    dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:VolumeThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA386"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA386"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "cm³/K"^^xsd:string ;
    qudt:ucumCode "cm3.K-1"^^qudt:UCUMcs,
        "cm3/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-M3 a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Cubic Metre"@en,
        "Cubic Centimeter per Cubic Meter"@en-us ;
    dcterms:description "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA394"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA394"^^xsd:anyURI ;
    qudt:plainTextDescription "volume ratio consisting of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "cm³/m³"^^xsd:string ;
    qudt:ucumCode "cm3.m-3"^^qudt:UCUMcs,
        "cm3/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "cubic centimetre per minute bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA397"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA397"^^xsd:anyURI ;
    qudt:symbol "cm³/(min·bar)"^^xsd:string ;
    qudt:ucumCode "cm3.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-MIN-K a qudt:Unit ;
    rdfs:label "cubic centimetre per minute kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA396"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA396"^^xsd:anyURI ;
    qudt:symbol "cm³/(min·K)"^^xsd:string ;
    qudt:ucumCode "cm3.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "cubic centimetre per second bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA401"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA401"^^xsd:anyURI ;
    qudt:symbol "cm³/(s·bar)"^^xsd:string ;
    qudt:ucumCode "cm3.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-SEC-K a qudt:Unit ;
    rdfs:label "cubic centimetre per second kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA400"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA400"^^xsd:anyURI ;
    qudt:symbol "cm³/(s·K)"^^xsd:string ;
    qudt:ucumCode "cm3.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM6 a qudt:Unit ;
    rdfs:label "Sextic Centimetre"@en,
        "Sextic Centimeter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 6 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:WarpingConstant ;
    qudt:plainTextDescription "Scaling of hexic meter by 10^-12"^^xsd:string ;
    qudt:symbol "cm⁶"^^xsd:string ;
    qudt:ucumCode "cm6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiPOISE-PER-K a qudt:Unit ;
    rdfs:label "centipoise per kelvin"^^xsd:string ;
    dcterms:description "[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiPOISE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA357"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA357"^^xsd:anyURI ;
    qudt:symbol "cP/K"^^xsd:string ;
    qudt:ucumCode "cP.K-1"^^qudt:UCUMcs,
        "cP/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiST a qudt:Unit ;
    rdfs:label "Centistokes"@en ;
    dcterms:description """$\\textit{Centistokes}$ is a C.G.S System unit for  'Kinematic Viscosity' expressed as $cSt$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:KinematicViscosity ;
    qudt:iec61360Code "0112/2///62720#UAA359"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA359"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:ST ;
    qudt:symbol "cSt"^^xsd:string ;
    qudt:ucumCode "cSt"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4C"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEATHS-PER-KiloINDIV-YR a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Deaths per 1000 individuals year"@en ;
    dcterms:description "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^rdf:HTML ;
    qudt:conversionMultiplier 0.000000000031688 ;
    qudt:conversionMultiplierSN 3.1688e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEATHS ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloINDIV ] ;
    qudt:hasQuantityKind qudtqk:MortalityRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ;
    qudt:plainTextDescription "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^xsd:string ;
    qudt:symbol "deaths/1000 individuals/a"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEATHS-PER-MegaINDIV-YR a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Deaths per Million individuals year"@en ;
    dcterms:description "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."^^rdf:HTML ;
    qudt:conversionMultiplier 0.000000000000031688 ;
    qudt:conversionMultiplierSN 3.1688e-14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaINDIV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEATHS ] ;
    qudt:hasQuantityKind qudtqk:MortalityRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ;
    qudt:plainTextDescription "The expression of mortality rate, expressed as deaths per Million individuals, per year."^^xsd:string ;
    qudt:symbol "deaths/million individuals/a"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Degree per Square Second"@en ;
    dcterms:description "$\\textit{Degree per Square Second}$ is an Imperial unit for $\\textit{Angular Acceleration}$ expressed as $deg/s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0174532925 ;
    qudt:conversionMultiplierSN 1.745329e-02 ;
    qudt:expression "$deg/s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG ] ;
    qudt:hasQuantityKind qudtqk:AngularAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB407"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB407"^^xsd:anyURI ;
    qudt:symbol "°/s²"^^xsd:string ;
    qudt:ucumCode "deg.s-2"^^qudt:UCUMcs,
        "deg/s2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG2 a qudt:Unit ;
    rdfs:label "Square degree"@en ;
    dcterms:description "A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\\pi /180 radians$, a square degree is equal to ($\\pi /180)$ or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \\times 10$ of the total sky sphere."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00030461742 ;
    qudt:conversionMultiplierSN 3.046174e-04 ;
    qudt:expression "$deg^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:DEG ] ;
    qudt:hasQuantityKind qudtqk:SolidAngle ;
    qudt:symbol "°²"^^xsd:string ;
    qudt:ucumCode "deg2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_API a qudt:Unit ;
    rdfs:label "Degree API"@en ;
    dcterms:description "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Gravity_API ;
    qudt:iec61360Code "0112/2///62720#UAA027"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA027"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"^^xsd:string ;
    qudt:symbol "°API"^^xsd:string ;
    qudt:uneceCommonCode "J13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-CentiM a qudt:Unit ;
    rdfs:label "Degree Celsius Centimetre"@en,
        "Degree Celsius Centimeter"@en-us ;
    dcterms:description "$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:expression "$cm-degC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:LengthTemperature ;
    qudt:symbol "°C·cm"^^xsd:string ;
    qudt:ucumCode "Cel.cm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-KiloGM-PER-M2 a qudt:Unit ;
    rdfs:label "Degrees Celsius kilogram per square metre"@en ;
    dcterms:description "Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "°C·kg/m²"^^xsd:string ;
    qudt:ucumCode "Cel.kg.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-BAR a qudt:Unit ;
    rdfs:label "degree Celsius per bar"^^xsd:string ;
    dcterms:description "unit with the name °Celsius divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA035"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA035"^^xsd:anyURI ;
    qudt:symbol "°C/bar"^^xsd:string ;
    qudt:ucumCode "Cel.bar-1"^^qudt:UCUMcs,
        "Cel/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-K a qudt:Unit ;
    rdfs:label "Degree Celsius per Kelvin"@en ;
    dcterms:description """
  The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:TemperatureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA034"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA034"^^xsd:anyURI ;
    qudt:plainTextDescription "unit with the name Degree Celsius divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "°C/K"^^xsd:string ;
    qudt:ucumCode "Cel.K-1"^^qudt:UCUMcs,
        "Cel/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-M a qudt:Unit ;
    rdfs:label "Degrees Celsius per metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:TemperatureGradient ;
    qudt:symbol "°C/m"^^xsd:string ;
    qudt:ucumCode "Cel.m-1"^^qudt:UCUMcs,
        "Cel/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-WK a qudt:Unit ;
    rdfs:label "Degree Celsius week"@en ;
    dcterms:description "temperature multiplied by unit of time."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 604800.0 ;
    qudt:conversionMultiplierSN 6.048e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:WK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:TimeTemperature ;
    qudt:symbol "°C·wk"^^xsd:string ;
    qudt:ucumCode "Cel.wk"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C2 a qudt:Unit ;
    rdfs:label "Degrees Celsius Squared"@en ;
    dcterms:description "Degrees Celsius squared."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:TemperatureVariance_NEON ;
    qudt:symbol "°C²"^^xsd:string ;
    qudt:ucumCode "K2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C2-PER-SEC a qudt:Unit ;
    rdfs:label "Square Degrees Celsius per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "°C²/s"^^xsd:string ;
    qudt:ucumCode "K2.s-1"^^qudt:UCUMcs,
        "K2/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C_GROWING_CEREAL-DAY a qudt:Unit ;
    rdfs:label "Growing Degree Days (Cereals)"@en ;
    dcterms:description "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^rdf:HTML ;
    qudt:conversionMultiplier 86400.0 ;
    qudt:conversionMultiplierSN 8.64e+04 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C_GROWING_CEREAL ] ;
    qudt:hasQuantityKind qudtqk:GrowingDegreeDay_Cereal ;
    qudt:plainTextDescription "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^xsd:string ;
    qudt:symbol "GDD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Degree Fahrenheit Hour"@en ;
    dcterms:description ""^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2000.00000000000016 ;
    qudt:conversionMultiplierSN 2e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF-h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:TimeTemperature ;
    qudt:symbol "°F·h"^^xsd:string ;
    qudt:ucumCode "[degF].h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR-FT2-PER-BTU_IT a qudt:Unit ;
    rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Table)"@en ;
    dcterms:description "unit of the thermal resistor according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1761101836823058548197662335811061 ;
    qudt:conversionMultiplierSN 1.761102e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalInsulance ;
    qudt:iec61360Code "0112/2///62720#UAA043"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA043"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal resistor according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "°F·h·ft²/Btu{IT}"^^xsd:string ;
    qudt:ucumCode "[degF].h-1.[ft_i]-2.[Btu_IT]-1"^^qudt:UCUMcs,
        "[degF]/(h.[ft_i]2.[Btu_IT])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR-FT2-PER-BTU_IT-IN a qudt:Unit ;
    rdfs:label "degree Fahrenheit hour square foot per British thermal unit (international table) inch"^^xsd:string ;
    dcterms:description "unit of specific thermal resistance according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 6.933471798515978536211269038626224 ;
    qudt:conversionMultiplierSN 6.933472e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistivity ;
    qudt:iec61360Code "0112/2///62720#UAB252"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB252"^^xsd:anyURI ;
    qudt:symbol "°F·h·ft²/(Btu{IT}·in)"^^xsd:string ;
    qudt:ucumCode "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR-FT2-PER-BTU_TH a qudt:Unit ;
    rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical)"@en ;
    dcterms:description "unit of the thermal resistor according to the according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1762280394439072243097885617308536 ;
    qudt:conversionMultiplierSN 1.76228e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalInsulance ;
    qudt:iec61360Code "0112/2///62720#UAA040"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA040"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal resistor according to the according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "°F·h·ft²/Btu{th}"^^xsd:string ;
    qudt:ucumCode "[degF].h-1.[ft_i]-2.[Btu_th]-1"^^qudt:UCUMcs,
        "[degF]/(h.[ft_i]2.[Btu_th])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR-FT2-PER-BTU_TH-IN a qudt:Unit ;
    rdfs:label "degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch"^^xsd:string ;
    dcterms:description "unit of specific thermal resistance according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 6.938111789130205681487738650821007 ;
    qudt:conversionMultiplierSN 6.938112e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistivity ;
    qudt:iec61360Code "0112/2///62720#UAB253"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB253"^^xsd:anyURI ;
    qudt:symbol "°F·h·ft²/(Btu{th}·in)"^^xsd:string ;
    qudt:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR-PER-BTU_IT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Degree Fahrenheit Hour per BTU"@en ;
    dcterms:description "$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-h/Btu$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.895634240626634551676309339081973 ;
    qudt:conversionMultiplierSN 1.895634e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF-h/Btu$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistance ;
    qudt:symbol "°F·h/Btu{IT}"^^xsd:string ;
    qudt:ucumCode "[degF].h.[Btu_IT]-1"^^qudt:UCUMcs,
        "[degF].h/[Btu_IT]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-HR-PER-BTU_TH a qudt:Unit ;
    rdfs:label "Degree Fahrenheit hour per British thermal unit (thermochemical)"^^xsd:string ;
    dcterms:description """The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 1.896902829486604790432999412407318 ;
    qudt:conversionMultiplierSN 1.896903e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistance ;
    qudt:iec61360Code "0112/2///62720#UAB249"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB249"^^xsd:anyURI ;
    qudt:symbol "°F·h/Btu{th}"^^xsd:string ;
    qudt:ucumCode "[degF].h.[Btu_th]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-PER-BAR a qudt:Unit ;
    rdfs:label "Degree Fahrenheit per bar"^^xsd:string ;
    dcterms:description """$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.000005555555555555556 ;
    qudt:conversionMultiplierSN 5.555556e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA042"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA042"^^xsd:anyURI ;
    qudt:symbol "°F/bar"^^xsd:string ;
    qudt:ucumCode "[degF].bar-1"^^qudt:UCUMcs,
        "[degF]/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-PER-K a qudt:Unit ;
    rdfs:label "Degree Fahrenheit per Kelvin"@en ;
    dcterms:description "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.5555556 ;
    qudt:conversionMultiplierSN 5.555556e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperatureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA041"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA041"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^xsd:string ;
    qudt:symbol "°F/K"^^xsd:string ;
    qudt:ucumCode "[degF].K-1"^^qudt:UCUMcs,
        "[degF]/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-PER-SEC2 a qudt:Unit ;
    rdfs:label "Degree Fahrenheit per Square Second"@en ;
    dcterms:description """
  The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration
   of a temperature expressed as $degF / s^2$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5555555555555556 ;
    qudt:conversionMultiplierSN 5.555556e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF / s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime_Squared ;
    qudt:plainTextDescription "'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'."^^xsd:string ;
    qudt:symbol "°F/s²"^^xsd:string ;
    qudt:ucumCode "[degF].s-2"^^qudt:UCUMcs,
        "[degF]/s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-SEC-PER-BTU_IT a qudt:Unit ;
    rdfs:label "degree Fahrenheit second per British thermal unit (international table)"^^xsd:string ;
    dcterms:description """
  The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit
   of the thermal resistance according to the Imperial system of units.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0005265650668407318199100859275227703 ;
    qudt:conversionMultiplierSN 5.265651e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistance ;
    qudt:iec61360Code "0112/2///62720#UAB250"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB250"^^xsd:anyURI ;
    qudt:symbol "°F·s/Btu{IT}"^^xsd:string ;
    qudt:ucumCode "[degF].s.[Btu_IT]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-SEC-PER-BTU_TH a qudt:Unit ;
    rdfs:label "degree Fahrenheit second per British thermal unit (thermochemical)"^^xsd:string ;
    dcterms:description """
  The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit
   of the thermal resistance according to the Imperial system of units.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0005269174526351679973424998367798105 ;
    qudt:conversionMultiplierSN 5.269175e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistance ;
    qudt:iec61360Code "0112/2///62720#UAB251"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB251"^^xsd:anyURI ;
    qudt:symbol "°F·s/Btu{th}"^^xsd:string ;
    qudt:ucumCode "[degF].s.[Btu_th]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DIOPTER a qudt:Unit ;
    rdfs:label "Diopter"@en ;
    dcterms:description """
  The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror,
   which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$). 
  For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1/3\\,metre$. 
  The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature
   and the vergence of optical beams. 
  Though the diopter is based on the SI-metric system it has not been included in the standard so that there is
   no international name or abbreviation for this unit of measurement within the international system of units
    this unit for optical power would need to be specified explicitly as the inverse metre.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dioptre"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Curvature ;
    qudt:iec61360Code "0112/2///62720#UAB371"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dioptre?oldid=492506920"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB371"^^xsd:anyURI ;
    qudt:scalingOf unit:PER-M ;
    qudt:symbol "D"^^xsd:string ;
    qudt:ucumCode "[diop]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-SEC-PER-CentiM a qudt:Unit ;
    rdfs:label "Dyne Second per Centimetre"@en,
        "Dyne Second per Centimeter"@en-us ;
    dcterms:description "CGS unit of the mechanical impedance"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB144"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB144"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the mechanical impedance"^^xsd:string ;
    qudt:symbol "dyn·s/cm"^^xsd:string ;
    qudt:ucumCode "dyn.s.cm-1"^^qudt:UCUMcs,
        "dyn.s/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-SEC-PER-CentiM5 a qudt:Unit ;
    rdfs:label "dyne second per centimetre to the fifth power"^^xsd:string ;
    dcterms:description "[CGS] unit of the acoustic impedance (volume flow rate-related pressure)"^^xsd:string ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -5 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:PressureInRelationToVolumeFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB045"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB045"^^xsd:anyURI ;
    qudt:symbol "dyn·s/cm⁵"^^xsd:string ;
    qudt:ucumCode "dyn.s.cm-5"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB-MilliW a qudt:Unit ;
    rdfs:label "decibel milliwatts"^^xsd:string ;
    dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD891"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD891"^^xsd:anyURI ;
    qudt:symbol "dB·mW"^^xsd:string ;
    qudt:ucumCode "dB.mW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DBM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB-MilliW-PER-MegaHZ a qudt:Unit ;
    rdfs:label "decibel milliwatts per megahertz"^^xsd:string ;
    dcterms:description "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaHZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD892"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD892"^^xsd:anyURI ;
    qudt:symbol "dB·mW/MHz"^^xsd:string ;
    qudt:ucumCode "dB.mW.MHz-1"^^qudt:UCUMcs,
        "dB.mW/MHz"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DBM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB-PER-KiloM a qudt:Unit ;
    rdfs:label "decibel per kilometre"^^xsd:string ;
    dcterms:description "0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:LinearLogarithmicRatio ;
    qudt:iec61360Code "0112/2///62720#UAA410"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA410"^^xsd:anyURI ;
    qudt:symbol "dB/km"^^xsd:string ;
    qudt:ucumCode "dB.km-1"^^qudt:UCUMcs,
        "dB/km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB-PER-M a qudt:Unit ;
    rdfs:label "decibel per metre"^^xsd:string ;
    dcterms:description "0.1-fold of the unit bel divided by the SI base unit metre"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearLogarithmicRatio ;
    qudt:iec61360Code "0112/2///62720#UAA411"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA411"^^xsd:anyURI ;
    qudt:symbol "dB/m"^^xsd:string ;
    qudt:ucumCode "dB.m-1"^^qudt:UCUMcs,
        "dB/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB-W a qudt:Unit ;
    rdfs:label "decibel watt"^^xsd:string ;
    dcterms:description "The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt."^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD924"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD924"^^xsd:anyURI ;
    qudt:symbol "dB·W"^^xsd:string ;
    qudt:ucumCode "dB.W"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DBW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciBAR-PER-YR a qudt:Unit ;
    rdfs:label "Decibars per year"@en ;
    dcterms:description "A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00031688 ;
    qudt:conversionMultiplierSN 3.1688e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciBAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "dbar/a"^^xsd:string ;
    qudt:ucumCode "dbar.a-1"^^qudt:UCUMcs,
        "dbar/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB_C a qudt:Unit ;
    rdfs:label "Decibel Carrier Unit"@en ;
    dcterms:description "\"Decibel Carrier Unit\" is a unit for  'Signal Detection Threshold' expressed as $dBc$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SignalDetectionThreshold ;
    qudt:iec61360Code "0112/2///62720#UAD894"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD894"^^xsd:anyURI ;
    qudt:symbol "dBc"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3-PER-M3 a qudt:Unit ;
    rdfs:label "Cubic Decimetre per Cubic Metre"@en,
        "Cubic Decimeter per Cubic Meter"@en-us ;
    dcterms:description "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA417"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA417"^^xsd:anyURI ;
    qudt:plainTextDescription "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "dm³/m³"^^xsd:string ;
    qudt:ucumCode "dm3.m-3"^^qudt:UCUMcs,
        "dm3/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciS-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "decisiemens per metre"@en,
        "decisiemens per meter"@en-us ;
    dcterms:description "Decisiemens per metre."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciS ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:plainTextDescription "Decisiemens per metre."^^xsd:string ;
    qudt:symbol "dS/m"^^xsd:string ;
    qudt:ucumCode "dS.m-1"^^qudt:UCUMcs,
        "dS/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ENZ-PER-L a qudt:Unit ;
    rdfs:label "enzyme units per litre"^^xsd:string ;
    dcterms:description "amount of enzyme units divided by litre"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ENZ ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:iec61360Code "0112/2///62720#UAB601"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB601"^^xsd:anyURI ;
    qudt:symbol "U/L"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-CentiM2 a qudt:Unit ;
    rdfs:label "erg square centimetre"^^xsd:string ;
    dcterms:description "[CGS] unit of the atomic stopping power"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MassStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAB148"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB148"^^xsd:anyURI ;
    qudt:symbol "erg·cm²"^^xsd:string ;
    qudt:ucumCode "erg.cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-CentiM2-PER-GM a qudt:Unit ;
    rdfs:label "erg square centimetre per gram"^^xsd:string ;
    dcterms:description "[CGS] unit of the mass stopping power"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:TotalMassStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAB149"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB149"^^xsd:anyURI ;
    qudt:symbol "erg·cm²/g"^^xsd:string ;
    qudt:ucumCode "erg.cm2.g-1"^^qudt:UCUMcs,
        "erg.cm2/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-CentiM a qudt:Unit ;
    rdfs:label "Erg per Centimetre"@en,
        "Erg per Centimeter"@en-us ;
    dcterms:description "CGS unit of the length-related energy"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:TotalLinearStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAB145"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB145"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the length-related energy"^^xsd:string ;
    qudt:symbol "erg/cm"^^xsd:string ;
    qudt:ucumCode "erg.cm-1"^^qudt:UCUMcs,
        "erg/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-M2 a qudt:Unit ;
    rdfs:label "electronvolt square metre"^^xsd:string ;
    dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000000000001602176487 ;
    qudt:conversionMultiplierSN 1.602176e-19 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ] ;
    qudt:hasQuantityKind qudtqk:TotalAtomicStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAA427"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA427"^^xsd:anyURI ;
    qudt:symbol "eV·m²"^^xsd:string ;
    qudt:ucumCode "eV.m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-M2-PER-KiloGM a qudt:Unit ;
    rdfs:label "electronvolt square metre per kilogram"^^xsd:string ;
    dcterms:description "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000000000001602176487 ;
    qudt:conversionMultiplierSN 1.602176e-19 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:TotalMassStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAA428"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA428"^^xsd:anyURI ;
    qudt:symbol "eV·m²/kg"^^xsd:string ;
    qudt:ucumCode "eV.m2.kg-1"^^qudt:UCUMcs,
        "eV.m2/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-PER-ANGSTROM a qudt:Unit ;
    rdfs:label "Electronvolt per Angstrom"@en ;
    dcterms:description "unit electronvolt divided by the unit angstrom"^^rdf:HTML ;
    qudt:conversionMultiplier 0.000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:ANGSTROM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ] ;
    qudt:hasQuantityKind qudtqk:TotalLinearStoppingPower ;
    qudt:latexSymbol "$ev/\\AA$"^^qudt:LatexString ;
    qudt:plainTextDescription "unit electronvolt divided by the unit angstrom"^^xsd:string ;
    qudt:symbol "eV/Å"^^xsd:string ;
    qudt:ucumCode "eV.Ao-1"^^qudt:UCUMcs,
        "eV/Ao"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-PER-K a qudt:Unit ;
    rdfs:label "Electron Volt per Kelvin"@en ;
    dcterms:description "$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:expression "$ev/K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:HeatCapacity ;
    qudt:symbol "eV/K"^^xsd:string ;
    qudt:ucumCode "eV.K-1"^^qudt:UCUMcs,
        "eV/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-PER-M a qudt:Unit ;
    rdfs:label "Electronvolt per Metre"@en,
        "Electronvolt per Meter"@en-us ;
    dcterms:description "unit electronvolt divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:TotalLinearStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAA426"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA426"^^xsd:anyURI ;
    qudt:plainTextDescription "unit electronvolt divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "eV/m"^^xsd:string ;
    qudt:ucumCode "eV.m-1"^^qudt:UCUMcs,
        "eV/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaBIT-PER-SEC a qudt:Unit ;
    rdfs:label "exabit per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ExaBIT ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA139"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA139"^^xsd:anyURI ;
    qudt:symbol "Ebit/s"^^xsd:string ;
    qudt:uneceCommonCode "E58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExbiBIT-PER-M a qudt:Unit ;
    rdfs:label "exbibit per metre"^^xsd:string ;
    dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1152921504606846980.0 ;
    qudt:conversionMultiplierSN 1.152922e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ExbiBIT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA140"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA140"^^xsd:anyURI ;
    qudt:symbol "Eibit/m"^^xsd:string ;
    qudt:uneceCommonCode "E65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExbiBIT-PER-M2 a qudt:Unit ;
    rdfs:label "exbibit per square metre"^^xsd:string ;
    dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1152921504606846980.0 ;
    qudt:conversionMultiplierSN 1.152922e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ExbiBIT ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA141"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA141"^^xsd:anyURI ;
    qudt:symbol "Eibit/m²"^^xsd:string ;
    qudt:uneceCommonCode "E66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExbiBIT-PER-M3 a qudt:Unit ;
    rdfs:label "exbibit per cubic metre"^^xsd:string ;
    dcterms:description "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 1152921504606846980.0 ;
    qudt:conversionMultiplierSN 1.152922e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ExbiBIT ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA142"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA142"^^xsd:anyURI ;
    qudt:symbol "Eibit/m³"^^xsd:string ;
    qudt:uneceCommonCode "E67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FA a qudt:Unit ;
    rdfs:label "Fractional area"@en ;
    dcterms:description "\"Fractional area\" is a unit for  'Solid Angle' expressed as $fa$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 12.5663706 ;
    qudt:conversionMultiplierSN 1.256637e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SolidAngle ;
    qudt:symbol "fa"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FARAD-PER-KiloM a qudt:Unit ;
    rdfs:label "Farad per Kilometre"@en,
        "Farad per Kilometer"@en-us ;
    dcterms:description "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FARAD ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:iec61360Code "0112/2///62720#UAA145"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA145"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "F/km"^^xsd:string ;
    qudt:ucumCode "F.km-1"^^qudt:UCUMcs,
        "F/km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FARAD-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "faradů na metr"@cs,
        "Farad je Meter"@de,
        "farad per metre"@en,
        "Farad per Meter"@en-us,
        "faradio por metro"@es,
        "فاراد بر متر"@fa,
        "farad par mètre"@fr,
        "प्रति मीटर फैराड"@hi,
        "farad al metro"@it,
        "ファラド毎メートル"@ja,
        "farad per meter"@ms,
        "farad na metr"@pl,
        "farad por metro"@pt,
        "farad pe metru"@ro,
        "фарада на метр"@ru,
        "farad na meter"@sl,
        "farad bölü metre"@tr,
        "法拉每米"@zh ;
    dcterms:description "Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$F/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FARAD ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:iec61360Code "0112/2///62720#UAA146"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA146"^^xsd:anyURI ;
    qudt:symbol "F/m"^^xsd:string ;
    qudt:ucumCode "F.m-1"^^qudt:UCUMcs,
        "F/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FARAD_Ab-PER-CentiM a qudt:Unit ;
    rdfs:label "Abfarad per Centimetre"@en,
        "Abfarad per Centimeter"@en-us ;
    dcterms:description "The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 100000000000.0 ;
    qudt:conversionMultiplierSN 1e+11 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:expression "$abf-per-cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FARAD_Ab ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:symbol "abF/cm"^^xsd:string ;
    qudt:ucumCode "GF.cm-1"^^qudt:UCUMcs,
        "GF/cm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FARAD_Stat a qudt:Unit ;
    rdfs:label "Statfarad"@en ;
    dcterms:description """
  The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. 
  It is also known as $statfarads$. 
  This unit is commonly used in the cgs unit system. 
  $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. 
  It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 0.000000000000000001112650056053618432174089964848 ;
    qudt:conversionMultiplierSN 1.11265e-18 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "statF"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FRAME-PER-SEC a qudt:ContextualUnit,
        qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Frame per Second"@en ;
    dcterms:description "\"Frame per Second\" is a unit for  'Video Frame Rate' expressed as $fps$."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FRAME ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VideoFrameRate ;
    qudt:symbol "fps"^^xsd:string ;
    qudt:ucumCode "/s{frame}"^^qudt:UCUMcs,
        "s-1{frame}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:HZ .

unit:FT-HR-PER-GAL_UK a qudt:Unit ;
    rdfs:label "foot hour per gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 241367.856773623047497959785222025991904 ;
    qudt:conversionMultiplierSN 2.413679e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD854"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD854"^^xsd:anyURI ;
    qudt:symbol "ft·h/gal{UK}"^^xsd:string ;
    qudt:ucumCode "[ft_i].h.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-HR-PER-GAL_US a qudt:Unit ;
    rdfs:label "foot hour per gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 289870.709611549093228056585983301828 ;
    qudt:conversionMultiplierSN 2.898707e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD850"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD850"^^xsd:anyURI ;
    qudt:symbol "ft·h/gal{US}"^^xsd:string ;
    qudt:ucumCode "[ft_i].h.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-HR-PER-IN3 a qudt:Unit ;
    rdfs:label "foot hour per cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 66960133.9202678405356810713621427250112 ;
    qudt:conversionMultiplierSN 6.696013e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD846"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD846"^^xsd:anyURI ;
    qudt:symbol "ft·h/in³"^^xsd:string ;
    qudt:ucumCode "[ft_i].h.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-DEG_F a qudt:Unit ;
    rdfs:label "Foot per Degree Fahrenheit"@en ;
    dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.54864 ;
    qudt:conversionMultiplierSN 5.4864e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA441"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA441"^^xsd:anyURI ;
    qudt:plainTextDescription "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^xsd:string ;
    qudt:symbol "ft/°F"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].[degF]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-PSI a qudt:Unit ;
    rdfs:label "foot per psi"^^xsd:string ;
    dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.00004420750047668715004148802456506335464 ;
    qudt:conversionMultiplierSN 4.42075e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA447"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA447"^^xsd:anyURI ;
    qudt:symbol "ft/psi"^^xsd:string ;
    qudt:ucumCode "[ft_i].[psi]-1"^^qudt:UCUMcs,
        "[ft_i]/[psi]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-SEC-DEG_F a qudt:Unit ;
    rdfs:label "foot per second degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.5486399999999999561088000000000036576 ;
    qudt:conversionMultiplierSN 5.4864e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA450"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA450"^^xsd:anyURI ;
    qudt:symbol "ft/(s·°F)"^^xsd:string ;
    qudt:ucumCode "[ft_i].s-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-SEC-PSI a qudt:Unit ;
    rdfs:label "foot per second psi"^^xsd:string ;
    dcterms:description "quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.00004420750047668715004148802456506335464 ;
    qudt:conversionMultiplierSN 4.42075e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA451"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA451"^^xsd:anyURI ;
    qudt:symbol "ft/(s·psi)"^^xsd:string ;
    qudt:ucumCode "[ft_i].s-1.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-SEC-PER-GAL_UK a qudt:Unit ;
    rdfs:label "foot second per gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 67.04662688156195763832216256167388664 ;
    qudt:conversionMultiplierSN 6.704663e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD855"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD855"^^xsd:anyURI ;
    qudt:symbol "ft·s/gal{UK}"^^xsd:string ;
    qudt:ucumCode "[ft_i].s.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-SEC-PER-GAL_US a qudt:Unit ;
    rdfs:label "foot second per gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 80.51964155876363700779349610647273 ;
    qudt:conversionMultiplierSN 8.051964e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD851"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD851"^^xsd:anyURI ;
    qudt:symbol "ft·s/gal{US}"^^xsd:string ;
    qudt:ucumCode "[ft_i].s.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-SEC-PER-IN3 a qudt:Unit ;
    rdfs:label "foot second per cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 18600.037200074400148800297600595201392 ;
    qudt:conversionMultiplierSN 1.860004e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD847"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD847"^^xsd:anyURI ;
    qudt:symbol "ft·s/in³"^^xsd:string ;
    qudt:ucumCode "[ft_i].s.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot Degree Fahrenheit"@en ;
    dcterms:description "$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.051612800000000004129024 ;
    qudt:conversionMultiplierSN 5.16128e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{2}-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:AreaTemperature ;
    qudt:symbol "ft²·°F"^^xsd:string ;
    qudt:ucumCode "[sft_i].[degF]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-HR-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot Hour Degree Fahrenheit"@en ;
    dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-h-degF$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 185.8060800000000148644864 ;
    qudt:conversionMultiplierSN 1.858061e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{2}-h-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:AreaTimeTemperature ;
    qudt:symbol "ft²·h·°F"^^xsd:string ;
    qudt:ucumCode "[sft_i].h.[degF]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-HR-DEG_F-PER-BTU_IT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot Hour Degree Fahrenheit per BTU"@en ;
    dcterms:description "$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-h-ft^{2})/Btu$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1761101836823058548197662335811061 ;
    qudt:conversionMultiplierSN 1.761102e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$sqft-h-degF/btu$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalInsulance ;
    qudt:symbol "ft²·h·°F/Btu{IT}"^^xsd:string ;
    qudt:ucumCode "[sft_i].h.[degF].[Btu_IT]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-PER-BTU_IT-IN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot per BTU Inch"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00346673589 ;
    qudt:conversionMultiplierSN 3.466736e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft2-per-btu-in$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "ft²/(Btu{IT}·in)"^^xsd:string ;
    qudt:ucumCode "[sft_i].[Btu_IT]-1.[in_i]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-SEC-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot Second Degree Fahrenheit"@en ;
    dcterms:description "$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.051612800000000004129024 ;
    qudt:conversionMultiplierSN 5.16128e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{2}-s-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:AreaTimeTemperature ;
    qudt:symbol "ft²·s·°F"^^xsd:string ;
    qudt:ucumCode "[sft_i].s.[degF]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-DEG_F a qudt:Unit ;
    rdfs:label "Cubic Foot per Degree Fahrenheit"@en ;
    dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.05097033 ;
    qudt:conversionMultiplierSN 5.097033e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:VolumeThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA457"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA457"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^xsd:string ;
    qudt:symbol "ft³/°F"^^xsd:string ;
    qudt:ucumCode "[cft_i].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-PSI a qudt:Unit ;
    rdfs:label "cubic foot per psi"^^xsd:string ;
    dcterms:description "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.0000041070111850856853677903636056890634386541056 ;
    qudt:conversionMultiplierSN 4.107011e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA460"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA460"^^xsd:anyURI ;
    qudt:symbol "ft³/psi"^^xsd:string ;
    qudt:ucumCode "[ft_i]3.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoFARAD a qudt:Unit ;
    rdfs:label "femtofarad"^^xsd:string ;
    dcterms:description "0.000000000000001-fold of the unit farad"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAB588"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB588"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "fF"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoMOL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Femtomoles per kilogram"@en ;
    dcterms:description "A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FemtoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:symbol "fmol/kg"^^xsd:string ;
    qudt:ucumCode "fmol.kg-1"^^qudt:UCUMcs,
        "fmol/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_US_DRY a qudt:Unit ;
    rdfs:label "Dry Gallon US"@en ;
    dcterms:description "\"Dry Gallon US\" is a unit for  'Dry Volume' expressed as $dry_gal$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00440488377 ;
    qudt:conversionMultiplierSN 4.404884e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 0.125 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_US ] ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAB118"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB118"^^xsd:anyURI ;
    qudt:symbol "gal{US Dry}"^^xsd:string ;
    qudt:ucumCode "[gal_wi]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GLD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Winchester gallon"^^xsd:string,
        "corn gallon"^^xsd:string .

unit:GI a qudt:Unit ;
    rdfs:label "Gilbert"@en ;
    dcterms:description "The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.795774715 ;
    qudt:conversionMultiplierSN 7.957747e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gilbert"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MagnetomotiveForce ;
    qudt:iec61360Code "0112/2///62720#UAB211"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gilbert?oldid=492755037"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB211"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "Gb"^^xsd:string ;
    qudt:ucumCode "Gb"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-CentiM-PER-SEC a qudt:Unit ;
    rdfs:label "gram centimetre per second"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Impulse ;
    qudt:iec61360Code "0112/2///62720#UAB414"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB414"^^xsd:anyURI ;
    qudt:symbol "g·cm/s"^^xsd:string ;
    qudt:ucumCode "g.cm.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-HR-PER-L-CentiM3 a qudt:Unit ;
    rdfs:label "gram hour per litre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600000000.0 ;
    qudt:conversionMultiplierSN 3.6e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC822"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC822"^^xsd:anyURI ;
    qudt:symbol "g·h/(L·cm³)"^^xsd:string ;
    qudt:ucumCode "g.h.L-1.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-HR-PER-L-M3 a qudt:Unit ;
    rdfs:label "gram hour per litre cubic metre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC821"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC821"^^xsd:anyURI ;
    qudt:symbol "g·h/(L·m³)"^^xsd:string ;
    qudt:ucumCode "g.h.L-1.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-HR-PER-L2 a qudt:Unit ;
    rdfs:label "gram hour per litre squared"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC823"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC823"^^xsd:anyURI ;
    qudt:symbol "g·h/L²"^^xsd:string ;
    qudt:ucumCode "g.h.L-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-HR-PER-M3-CentiM3 a qudt:Unit ;
    rdfs:label "gram hour per cubic metre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC813"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC813"^^xsd:anyURI ;
    qudt:symbol "g·h/(m³·cm³)"^^xsd:string ;
    qudt:ucumCode "g.h.m-3.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-HR-PER-M3-L a qudt:Unit ;
    rdfs:label "gram hour per cubic metre litre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC814"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC814"^^xsd:anyURI ;
    qudt:symbol "g·h/(m³·L)"^^xsd:string ;
    qudt:ucumCode "g.h.m-3.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-HR-PER-M6 a qudt:Unit ;
    rdfs:label "gram hour per power of metre with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3.6 ;
    qudt:conversionMultiplierSN 3.6e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC812"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC812"^^xsd:anyURI ;
    qudt:symbol "g·h/m⁶"^^xsd:string ;
    qudt:ucumCode "g.h.m-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MIN-PER-L-CentiM3 a qudt:Unit ;
    rdfs:label "gram minute per litre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60000000.0 ;
    qudt:conversionMultiplierSN 6e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC825"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC825"^^xsd:anyURI ;
    qudt:symbol "g·min/(L·cm³)"^^xsd:string ;
    qudt:ucumCode "g.min.L-1.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MIN-PER-L-M3 a qudt:Unit ;
    rdfs:label "gram minute per litre cubic metre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60.0 ;
    qudt:conversionMultiplierSN 6e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC824"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC824"^^xsd:anyURI ;
    qudt:symbol "g·min/(L·m³)"^^xsd:string ;
    qudt:ucumCode "g.min.L-1.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MIN-PER-L2 a qudt:Unit ;
    rdfs:label "gram minute per litre squared"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60000.0 ;
    qudt:conversionMultiplierSN 6e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC826"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC826"^^xsd:anyURI ;
    qudt:symbol "g·min/L²"^^xsd:string ;
    qudt:ucumCode "g.min.L-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MIN-PER-M3-CentiM3 a qudt:Unit ;
    rdfs:label "gram minute per cubic metre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60000.0 ;
    qudt:conversionMultiplierSN 6e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC816"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC816"^^xsd:anyURI ;
    qudt:symbol "g·min/(m³·cm³)"^^xsd:string ;
    qudt:ucumCode "g.min.m-3.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MIN-PER-M3-L a qudt:Unit ;
    rdfs:label "gram minute per cubic metre litre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60.0 ;
    qudt:conversionMultiplierSN 6e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC817"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC817"^^xsd:anyURI ;
    qudt:symbol "g·min/(m³·L)"^^xsd:string ;
    qudt:ucumCode "g.min.m-3.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MIN-PER-M6 a qudt:Unit ;
    rdfs:label "gram minute per power of metre with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 0.06 ;
    qudt:conversionMultiplierSN 6e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC815"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC815"^^xsd:anyURI ;
    qudt:symbol "g·min/m⁶"^^xsd:string ;
    qudt:ucumCode "g.min.m-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-MilliM a qudt:Unit ;
    rdfs:label "Gram Millimetre"@en,
        "Gram Millimeter"@en-us ;
    dcterms:description "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:LengthMass ;
    qudt:iec61360Code "0112/2///62720#UAB381"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB381"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "g·mm"^^xsd:string ;
    qudt:ucumCode "g.mm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-BAR a qudt:Unit ;
    rdfs:label "gram per bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA468"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA468"^^xsd:anyURI ;
    qudt:symbol "g/bar"^^xsd:string ;
    qudt:ucumCode "g.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM-BAR a qudt:Unit ;
    rdfs:label "gram per centimetre bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Time_Squared ;
    qudt:symbol "g/(cm·bar)"^^xsd:string ;
    qudt:ucumCode "g.cm-1.bar-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM3-BAR a qudt:Unit ;
    rdfs:label "gram per cubic centimetre bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA471"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA471"^^xsd:anyURI ;
    qudt:symbol "g/(cm³·bar)"^^xsd:string ;
    qudt:ucumCode "g.cm-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM3-K a qudt:Unit ;
    rdfs:label "gram per cubic centimetre kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA470"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA470"^^xsd:anyURI ;
    qudt:symbol "g/(cm³·K)"^^xsd:string ;
    qudt:ucumCode "g.cm-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DAY a qudt:Unit ;
    rdfs:label "Gram per Day"@en ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001157407 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA472"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA472"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit day"^^xsd:string ;
    qudt:symbol "g/d"^^xsd:string ;
    qudt:ucumCode "g.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "gram per day bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA474"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA474"^^xsd:anyURI ;
    qudt:symbol "g/(d·bar)"^^xsd:string ;
    qudt:ucumCode "g.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DAY-K a qudt:Unit ;
    rdfs:label "gram per day kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA473"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA473"^^xsd:anyURI ;
    qudt:symbol "g/(d·K)"^^xsd:string ;
    qudt:ucumCode "g.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DEG_C a qudt:Unit ;
    rdfs:label "Gram Degree Celsius"@en ;
    dcterms:description "$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:expression "$g-degC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "g/°C"^^xsd:string ;
    qudt:ucumCode "d.Cel-1"^^qudt:UCUMcs,
        "d/Cel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DeciM3-BAR a qudt:Unit ;
    rdfs:label "gram per cubic decimetre bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA477"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA477"^^xsd:anyURI ;
    qudt:symbol "g/(dm³·bar)"^^xsd:string ;
    qudt:ucumCode "g.dm-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DeciM3-K a qudt:Unit ;
    rdfs:label "gram per cubic decimetre kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA476"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA476"^^xsd:anyURI ;
    qudt:symbol "g/(dm³·K)"^^xsd:string ;
    qudt:ucumCode "g.dm-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-HR a qudt:Unit ;
    rdfs:label "Gram per Hour"@en ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA478"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA478"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit hour"^^xsd:string ;
    qudt:symbol "g/h"^^xsd:string ;
    qudt:ucumCode "g.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-HR-BAR a qudt:Unit ;
    rdfs:label "gram per hour bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA480"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA480"^^xsd:anyURI ;
    qudt:symbol "g/(h·bar)"^^xsd:string ;
    qudt:ucumCode "g.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-HR-K a qudt:Unit ;
    rdfs:label "gram per hour kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA479"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA479"^^xsd:anyURI ;
    qudt:symbol "g/(h·K)"^^xsd:string ;
    qudt:ucumCode "g.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-HZ a qudt:Unit ;
    rdfs:label "gram per hertz"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HZ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD916"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD916"^^xsd:anyURI ;
    qudt:symbol "g/Hz"^^xsd:string ;
    qudt:ucumCode "g.Hz-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-K a qudt:Unit ;
    rdfs:label "gram per kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA467"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA467"^^xsd:anyURI ;
    qudt:symbol "g/K"^^xsd:string ;
    qudt:ucumCode "g.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-KiloM a qudt:Unit ;
    rdfs:label "Gram per Kilometre"@en,
        "Gram per Kilometer"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "g/km"^^xsd:string ;
    qudt:ucumCode "g.km-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L-BAR a qudt:Unit ;
    rdfs:label "gram per litre bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA484"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA484"^^xsd:anyURI ;
    qudt:symbol "g/(L·bar)"^^xsd:string ;
    qudt:ucumCode "g.L-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L-CentiPOISE a qudt:Unit ;
    rdfs:label "gram per litre centipoise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiPOISE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD834"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD834"^^xsd:anyURI ;
    qudt:symbol "g/(L·cP)"^^xsd:string ;
    qudt:ucumCode "g.L-1.cP-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L-K a qudt:Unit ;
    rdfs:label "gram per litre kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA483"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA483"^^xsd:anyURI ;
    qudt:symbol "g/(L·K)"^^xsd:string ;
    qudt:ucumCode "g.L-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L-MilliPA-SEC a qudt:Unit ;
    rdfs:label "gram per litre millipascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliPA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD868"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD868"^^xsd:anyURI ;
    qudt:symbol "g/(L·mPa·s)"^^xsd:string ;
    qudt:ucumCode "g.L-1.mPa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L-PA-SEC a qudt:Unit ;
    rdfs:label "gram per litre pascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD832"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD832"^^xsd:anyURI ;
    qudt:symbol "g/(L·Pa·s)"^^xsd:string ;
    qudt:ucumCode "g.L-1.Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L-POISE a qudt:Unit ;
    rdfs:label "gram per litre poise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:POISE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD833"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD833"^^xsd:anyURI ;
    qudt:symbol "g/(L·P)"^^xsd:string ;
    qudt:ucumCode "g.L-1.P-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M a qudt:Unit ;
    rdfs:label "Gram per Metre"@en,
        "Gram per Meter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAA485"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA485"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "g/m"^^xsd:string ;
    qudt:ucumCode "g.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GF"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3-BAR a qudt:Unit ;
    rdfs:label "gram per cubic metre bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA489"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA489"^^xsd:anyURI ;
    qudt:symbol "g/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "g.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3-CentiPOISE a qudt:Unit ;
    rdfs:label "gram per cubic metre centipoise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiPOISE ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD831"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD831"^^xsd:anyURI ;
    qudt:symbol "g/(m³·cP)"^^xsd:string ;
    qudt:ucumCode "g.m-3.cP-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3-K a qudt:Unit ;
    rdfs:label "gram per cubic metre kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA488"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA488"^^xsd:anyURI ;
    qudt:symbol "g/(m³·K)"^^xsd:string ;
    qudt:ucumCode "g.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3-MilliPA-SEC a qudt:Unit ;
    rdfs:label "gram per cubic metre millipascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliPA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD828"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD828"^^xsd:anyURI ;
    qudt:symbol "g/(m³·mPa·s)"^^xsd:string ;
    qudt:ucumCode "g.m-3.mPa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3-PA-SEC a qudt:Unit ;
    rdfs:label "gram per cubic metre pascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD829"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD829"^^xsd:anyURI ;
    qudt:symbol "g/(m³·Pa·s)"^^xsd:string ;
    qudt:ucumCode "g.m-3.Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3-POISE a qudt:Unit ;
    rdfs:label "gram per cubic metre poise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:POISE ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD830"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD830"^^xsd:anyURI ;
    qudt:symbol "g/(m³·P)"^^xsd:string ;
    qudt:ucumCode "g.m-3.P-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MIN a qudt:Unit ;
    rdfs:label "Gram per Minute"@en ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA490"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA490"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit minute"^^xsd:string ;
    qudt:symbol "g/min"^^xsd:string ;
    qudt:ucumCode "g.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "gram per minute bar"^^xsd:string ;
    dcterms:description "0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA492"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA492"^^xsd:anyURI ;
    qudt:symbol "g/(min·bar)"^^xsd:string ;
    qudt:ucumCode "g.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MIN-K a qudt:Unit ;
    rdfs:label "gram per minute kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA491"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA491"^^xsd:anyURI ;
    qudt:symbol "g/(min·K)"^^xsd:string ;
    qudt:ucumCode "g.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MOL a qudt:Unit ;
    rdfs:label "Gram per Mole"@en ;
    dcterms:description "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MolarMass ;
    qudt:iec61360Code "0112/2///62720#UAA496"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA496"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^xsd:string ;
    qudt:symbol "g/mol"^^xsd:string ;
    qudt:ucumCode "g.mol-1"^^qudt:UCUMcs,
        "g/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MilliL-BAR a qudt:Unit ;
    rdfs:label "gram per millilitre bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA495"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA495"^^xsd:anyURI ;
    qudt:symbol "g/(mL·bar)"^^xsd:string ;
    qudt:ucumCode "g.mL-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MilliL-K a qudt:Unit ;
    rdfs:label "gram per millilitre kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA494"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA494"^^xsd:anyURI ;
    qudt:symbol "g/(mL·K)"^^xsd:string ;
    qudt:ucumCode "g.mL-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MilliM-BAR a qudt:Unit ;
    rdfs:label "Gram per Millimetre Bar"@en,
        "Gram per Millimeter Bar"@en-us ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit meter and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Time_Squared ;
    qudt:symbol "g/(mm·bar)"^^xsd:string ;
    qudt:ucumCode "g.mm-1.bar-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-SEC a qudt:Unit ;
    rdfs:label "Gram per Second"@en ;
    dcterms:description "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA497"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA497"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "g/s"^^xsd:string ;
    qudt:ucumCode "g.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "gram per second bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA499"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA499"^^xsd:anyURI ;
    qudt:symbol "g/(s·bar)"^^xsd:string ;
    qudt:ucumCode "g.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-SEC-K a qudt:Unit ;
    rdfs:label "gram per second kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA498"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA498"^^xsd:anyURI ;
    qudt:symbol "g/(s·K)"^^xsd:string ;
    qudt:ucumCode "g.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-SEC-PER-L-CentiM3 a qudt:Unit ;
    rdfs:label "gram second per litre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC828"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC828"^^xsd:anyURI ;
    qudt:symbol "g·s/(L·cm³)"^^xsd:string ;
    qudt:ucumCode "g.s.L-1.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-SEC-PER-L-M3 a qudt:Unit ;
    rdfs:label "gram second per litre cubic metre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC827"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC827"^^xsd:anyURI ;
    qudt:symbol "g·s/(L·m³)"^^xsd:string ;
    qudt:ucumCode "g.s.L-1.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-SEC-PER-L2 a qudt:Unit ;
    rdfs:label "gram second per litre squared"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC829"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC829"^^xsd:anyURI ;
    qudt:symbol "g·s/L²"^^xsd:string ;
    qudt:ucumCode "g.s.L-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-SEC-PER-M3-CentiM3 a qudt:Unit ;
    rdfs:label "gram second per cubic metre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC819"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC819"^^xsd:anyURI ;
    qudt:symbol "g·s/(m³·cm³)"^^xsd:string ;
    qudt:ucumCode "g.s.m-3.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-SEC-PER-M3-L a qudt:Unit ;
    rdfs:label "gram second per cubic metre litre"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC820"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC820"^^xsd:anyURI ;
    qudt:symbol "g·s/(m³·L)"^^xsd:string ;
    qudt:ucumCode "g.s.m-3.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-SEC-PER-M6 a qudt:Unit ;
    rdfs:label "gram second per power of metre with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -6 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC818"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC818"^^xsd:anyURI ;
    qudt:symbol "g·s/m⁶"^^xsd:string ;
    qudt:ucumCode "g.s.m-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GibiBIT-PER-M a qudt:Unit ;
    rdfs:label "gibibit per metre"^^xsd:string ;
    dcterms:description "1,073,741,824-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 744261117.95489301787390319512589573292032 ;
    qudt:conversionMultiplierSN 7.442611e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GibiBIT ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA159"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA159"^^xsd:anyURI ;
    qudt:symbol "Gibit/m"^^xsd:string ;
    qudt:ucumCode "Gibit.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GibiBIT-PER-M2 a qudt:Unit ;
    rdfs:label "gibibit per square metre"^^xsd:string ;
    dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 744261117.95489301787390319512589573292032 ;
    qudt:conversionMultiplierSN 7.442611e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GibiBIT ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA160"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA160"^^xsd:anyURI ;
    qudt:symbol "Gibit/m²"^^xsd:string ;
    qudt:ucumCode "Gibit.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GibiBIT-PER-M3 a qudt:Unit ;
    rdfs:label "gibibit per cubic metre"^^xsd:string ;
    dcterms:description "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 744261117.95489301787390319512589573292032 ;
    qudt:conversionMultiplierSN 7.442611e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GibiBIT ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA161"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA161"^^xsd:anyURI ;
    qudt:symbol "Gibit/m³"^^xsd:string ;
    qudt:ucumCode "Gibit.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBIT-PER-M a qudt:Unit ;
    rdfs:label "gigabit per metre"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 693147180.55994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaBIT ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:symbol "Gbit/m"^^xsd:string ;
    qudt:ucumCode "Gbit.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBIT-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Gigabit per Second"@en ;
    dcterms:description "A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second."^^rdf:HTML ;
    qudt:conversionMultiplier 693147180.55994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaBIT ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA156"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA156"^^xsd:anyURI ;
    qudt:symbol "Gbit/s"^^xsd:string ;
    qudt:ucumCode "Gbit.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBQ a qudt:Unit ;
    rdfs:label "Gigabecquerel"@en ;
    dcterms:description "1,000,000,000-fold of the derived SI unit becquerel"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAB047"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB047"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the derived SI unit becquerel"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "GBq"^^xsd:string ;
    qudt:ucumCode "GBq"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GBQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaC-PER-M3 a qudt:Unit ;
    rdfs:label "Gigacoulomb per Cubic Metre"@en,
        "Gigacoulomb per Cubic Meter"@en-us ;
    dcterms:description "1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAA149"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA149"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "GC/m³"^^xsd:string ;
    qudt:ucumCode "GC.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaFLOPS a qudt:Unit ;
    rdfs:label "gigafloatingpoint operations per second"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:FloatingPointCalculationCapability ;
    qudt:iec61360Code "0112/2///62720#UAB592"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB592"^^xsd:anyURI ;
    qudt:symbol "GFLOPS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaOHM-M a qudt:Unit ;
    rdfs:label "gigaohm metre"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA148"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA148"^^xsd:anyURI ;
    qudt:symbol "GΩ·m"^^xsd:string ;
    qudt:ucumCode "GOhm.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaOHM-PER-M a qudt:Unit ;
    rdfs:label "gigaohm per metre"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAB496"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB496"^^xsd:anyURI ;
    qudt:symbol "GΩ/m"^^xsd:string ;
    qudt:ucumCode "GOhm.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HART-PER-SEC a qudt:Unit ;
    rdfs:label "Hartley per Second"@en ;
    dcterms:description "The \"Hartley per Second\" is a unit of information rate."^^rdf:HTML ;
    qudt:conversionMultiplier 2.3025850929940456840179914546844 ;
    qudt:conversionMultiplierSN 2.302585e+00 ;
    qudt:expression "$Hart/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HART ] ;
    qudt:hasQuantityKind qudtqk:InformationFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB347"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB347"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
    qudt:symbol "Hart/s"^^xsd:string ;
    qudt:uneceCommonCode "Q18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HK a qudt:Unit ;
    rdfs:label "Hefner-Kerze"^^xsd:string ;
    dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    qudt:iec61360Code "0112/2///62720#UAB439"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB439"^^xsd:anyURI ;
    qudt:symbol "HK"^^xsd:string ;
    qudt:uneceCommonCode "P35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HP_H2O a qudt:Unit ;
    rdfs:label "horsepower (water)"^^xsd:string ;
    dcterms:description "unit of the power according to the Anglo-American system of units"^^xsd:string ;
    qudt:conversionMultiplier 746.043 ;
    qudt:conversionMultiplierSN 7.46043e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower ;
    qudt:iec61360Code "0112/2///62720#UAA538"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA538"^^xsd:anyURI ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "water hp"^^xsd:string ;
    qudt:uneceCommonCode "F80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HR-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Hour Square Foot"@en ;
    dcterms:description "\"Hour Square Foot\" is an Imperial unit for  'Area Time' expressed as $hr-ft^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 334.450944 ;
    qudt:conversionMultiplierSN 3.344509e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$h-ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:AreaTime ;
    qudt:symbol "h·ft²"^^xsd:string ;
    qudt:ucumCode "h.[ft_i]2"^^qudt:UCUMcs,
        "h.[sft_i]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HR-PER-FT2 a qudt:Unit ;
    rdfs:label "hour per square foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 38750.07750015500031000062000124 ;
    qudt:conversionMultiplierSN 3.875008e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD842"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD842"^^xsd:anyURI ;
    qudt:symbol "h/ft²"^^xsd:string ;
    qudt:ucumCode "h.[ft_i]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HR-PER-YR a qudt:Unit ;
    rdfs:label "Hours per Year"@en,
        "Uur per Jaar"@nl ;
    dcterms:description "Hours per year, used for the time an industrial facility or installation is active during one year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0001140771161305042208532968286561716 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:TimeRatio ;
    qudt:plainTextDescription "hours (of activity) per year"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:symbol "h/a"^^xsd:string ;
    qudt:ucumCode "h.a-1"^^qudt:UCUMcs,
        "h/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HZ-PER-K a qudt:Unit ;
    rdfs:label "هرتز لكل كلفن"@ar,
        "hertz na kelvin"@cs,
        "Hertz je Kelvin"@de,
        "hertz per kelvin"@en,
        "hercio por kelvin"@es,
        "هرتز بر کلوین"@fa,
        "hertz par kelvin"@fr,
        "हर्ट्ज प्रति कैल्विन"@hi,
        "hertz al kelvin"@it,
        "ヘルツ毎立方メートル"@ja,
        "hertz per kelvin"@ms,
        "herc na kelwin"@pl,
        "hertz por kelvin"@pt,
        "hertz pe kelvin"@ro,
        "герц на кельвин"@ru,
        "hertz bölü kelvin"@tr ;
    dcterms:description """
  $\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$Hz K^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:InverseTimeTemperature ;
    qudt:symbol "Hz/K"^^xsd:string ;
    qudt:ucumCode "Hz.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HZ-PER-V a qudt:Unit ;
    rdfs:label "Hertz per Volt"@en ;
    dcterms:description "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$Hz V^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HZ ] ;
    qudt:hasQuantityKind qudtqk:InverseMagneticFlux ;
    qudt:symbol "Hz/V"^^xsd:string ;
    qudt:ucumCode "Hz.V-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoPA-PER-BAR a qudt:Unit ;
    rdfs:label "Hectopascal per Bar"@en ;
    dcterms:description "100-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HectoPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA529"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA529"^^xsd:anyURI ;
    qudt:plainTextDescription "100-fold of the SI derived unit pascal divided by the unit bar"^^xsd:string ;
    qudt:symbol "hPa/bar"^^xsd:string ;
    qudt:ucumCode "hPa.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoPA-PER-HR a qudt:Unit ;
    rdfs:label "Hectopascals per hour"@en ;
    dcterms:description "A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HectoPA ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "hPa/h"^^xsd:string ;
    qudt:ucumCode "hPa.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoPA-PER-K a qudt:Unit ;
    rdfs:label "Hectopascal per Kelvin"@en ;
    dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HectoPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:PressureCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA528"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA528"^^xsd:anyURI ;
    qudt:plainTextDescription "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "hPa/K"^^xsd:string ;
    qudt:ucumCode "hPa.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoPA-PER-M a qudt:Unit ;
    rdfs:label "hectopascal per metre"^^xsd:string ;
    dcterms:description "100-fold of the SI derived unit pascal divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HectoPA ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB422"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB422"^^xsd:anyURI ;
    qudt:symbol "hPa/m"^^xsd:string ;
    qudt:ucumCode "hPa.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-2PiRAD a qudt:Unit ;
    rdfs:label "inch per two pi radians"^^xsd:string ;
    dcterms:description "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:2PiRAD ] ;
    qudt:hasQuantityKind qudtqk:Rotary-TranslatoryMotionConversion ;
    qudt:iec61360Code "0112/2///62720#UAA727"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727"^^xsd:anyURI ;
    qudt:symbol "in/revolution"^^xsd:string ;
    qudt:uneceCommonCode "H57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-DEG_F a qudt:Unit ;
    rdfs:label "Inch per Degree Fahrenheit"@en ;
    dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.04572 ;
    qudt:conversionMultiplierSN 4.572e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA540"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA540"^^xsd:anyURI ;
    qudt:plainTextDescription "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^xsd:string ;
    qudt:symbol "in/°F"^^xsd:string ;
    qudt:ucumCode "[in_i].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-PSI a qudt:Unit ;
    rdfs:label "inch per psi"^^xsd:string ;
    dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.00000368395837305726250345733538042194622 ;
    qudt:conversionMultiplierSN 3.683958e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA541"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA541"^^xsd:anyURI ;
    qudt:symbol "in/psi"^^xsd:string ;
    qudt:ucumCode "[in_i].[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-SEC-DEG_F a qudt:Unit ;
    rdfs:label "inch per second degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.0457199999999999963424000000000003048 ;
    qudt:conversionMultiplierSN 4.572e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA543"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA543"^^xsd:anyURI ;
    qudt:symbol "in/(s·°F)"^^xsd:string ;
    qudt:ucumCode "[in_i].s-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-SEC-PSI a qudt:Unit ;
    rdfs:label "inch per second psi"^^xsd:string ;
    dcterms:description "quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.00000368395837305726250345733538042194622 ;
    qudt:conversionMultiplierSN 3.683958e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA544"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA544"^^xsd:anyURI ;
    qudt:symbol "in/(s·psi)"^^xsd:string ;
    qudt:ucumCode "[in_i].s-1.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IU-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "International Unit per Litre"@en,
        "International Unit per Liter"@en-us ;
    dcterms:description """
The $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
"""^^qudt:LatexString ;
    qudt:expression "$IU/L$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IU ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:SerumOrPlasmaLevel ;
    qudt:symbol "IU/L"^^xsd:string ;
    qudt:ucumCode "[IU].L-1"^^qudt:UCUMcs,
        "[IU]/L"^^qudt:UCUMcs,
        "[iU].L-1"^^qudt:UCUMcs,
        "[iU]/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    rdfs:seeAlso unit:IU .

unit:IU-PER-MilliGM a qudt:Unit ;
    rdfs:label "International Unit per milligram"@en ;
    dcterms:description """
<p>International Unit per milligramme.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
"""^^rdf:HTML ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IU ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:plainTextDescription "International Units per milligramme."^^xsd:string ;
    qudt:symbol "IU/mg"^^xsd:string ;
    qudt:ucumCode "[IU].mg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IU-PER-MilliL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "International Unit per milliliter"@en,
        "International Unit per milliliter"@en-us ;
    dcterms:description """
The $\\textit{International Unit per Milliliter}$ is a unit for  'Serum Or Plasma Level' expressed as $IU/mL$.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
"""^^qudt:LatexString ;
    qudt:expression "$IU/mL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IU ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:SerumOrPlasmaLevel ;
    qudt:symbol "IU/mL"^^xsd:string ;
    qudt:ucumCode "[IU].mL-1"^^qudt:UCUMcs,
        "[IU]/mL"^^qudt:UCUMcs,
        "[iU].mL-1"^^qudt:UCUMcs,
        "[iU]/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-M-PER-MOL a qudt:Unit ;
    rdfs:label "Joule Metre per Mole"@en,
        "Joule Meter per Mole"@en-us ;
    dcterms:description """$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as:
  $$J \\cdot m \\cdot mol^{-1}$$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J m mol^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:LengthMolarEnergy ;
    qudt:symbol "J·m/mol"^^xsd:string ;
    qudt:ucumCode "J.m.mol-1"^^qudt:UCUMcs,
        "J.m/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule Square Metre"@en,
        "Joule Square Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:TotalAtomicStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAA181"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA181"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "J·m²"^^xsd:string ;
    qudt:ucumCode "J.m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-M2-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule Square Metre per Kilogram"@en,
        "Joule Square Meter per Kilogram"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$j-m2/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:TotalMassStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAB487"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB487"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "J·m²/kg"^^xsd:string ;
    qudt:ucumCode "J.m2.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-CentiM3-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Cubic Centimetre Kelvin"@en,
        "Joule per Cubic Centimeter Kelvin"@en-us ;
    dcterms:description "$\\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(cm^{3} K)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/(cm^{3} K)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:VolumetricHeatCapacity ;
    qudt:plainTextDescription "Joule per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as J/(cm³·K)"^^xsd:string ;
    qudt:symbol "J/(cm³·K)"^^xsd:string ;
    qudt:ucumCode "J.cm-3.K-1"^^qudt:UCUMcs,
        "J/(cm3.K)"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-KiloGM-K-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Kilogram Kelvin Cubic Metre"@en,
        "Joule per Kilogram Kelvin Cubic Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$j-per-kg-k-m3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SpecificHeatVolume ;
    qudt:symbol "J/(K·kg·m³)"^^xsd:string ;
    qudt:ucumCode "J.kg-1.K.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-KiloGM-K-PA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Kilogram Kelvin Pascal"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$j-per-kg-k-pa$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:SpecificHeatPressure ;
    qudt:symbol "J/(K·kg·Pa)"^^xsd:string ;
    qudt:ucumCode "J.kg-1.K-1.Pa-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-M3-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Cubic Metre Kelvin"@en,
        "Joule per Cubic Meter Kelvin"@en-us ;
    dcterms:description "$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/(m^{3} K)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumetricHeatCapacity ;
    qudt:symbol "J/(m³·K)"^^xsd:string ;
    qudt:ucumCode "J.m-3.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-M4 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Quartic Metre"@en,
        "Joule per Quartic Meter"@en-us ;
    dcterms:description """
  The unit $\\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). 
  This unit is commonly used in the SI unit system.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$J/m^4$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -4 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SpectralRadiantEnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAA177"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA177"^^xsd:anyURI ;
    qudt:symbol "J/m⁴"^^xsd:string ;
    qudt:ucumCode "J.m-4"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-T2 a qudt:Unit ;
    rdfs:label "Joule per Square Tesla"@en ;
    dcterms:description "A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J T^{-2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:T ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerMagneticFluxDensity_Squared ;
    qudt:informativeReference "http://www.eng.famu.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html"^^xsd:anyURI ;
    qudt:symbol "J/T²"^^xsd:string ;
    qudt:ucumCode "J.T-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-SEC-PER-MOL a qudt:Unit ;
    rdfs:label "Joule Second per Mole"@en ;
    dcterms:description "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J s mol^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:MolarAngularMomentum ;
    qudt:symbol "J·s/mol"^^xsd:string ;
    qudt:ucumCode "J.s.mol-1"^^qudt:UCUMcs,
        "J.s/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-DAY a qudt:Unit ;
    rdfs:label "Kelvin day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 86400.0 ;
    qudt:conversionMultiplierSN 8.64e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TimeTemperature ;
    qudt:symbol "K·d"^^xsd:string ;
    qudt:ucumCode "K.d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-M a qudt:Unit ;
    rdfs:label "Kelvin metres"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:LengthTemperature ;
    qudt:symbol "K·m"^^xsd:string ;
    qudt:ucumCode "K.m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-M-PER-SEC a qudt:Unit ;
    rdfs:label "Kelvin metres per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "K·m/s"^^xsd:string ;
    qudt:ucumCode "K.m.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-M-PER-W a qudt:Unit ;
    rdfs:label "Kelvin Metre per Watt"@en,
        "Kelvin Meter per Watt"@en-us ;
    dcterms:description "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistivity ;
    qudt:iec61360Code "0112/2///62720#UAB488"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB488"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^xsd:string ;
    qudt:symbol "K·m/W"^^xsd:string ;
    qudt:ucumCode "K.m.W-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-M2-PER-KiloGM-SEC a qudt:Unit ;
    rdfs:label "Kelvin square metres per kilogram second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "K·m²/(kg·s)"^^xsd:string ;
    qudt:ucumCode "K.m2.kg-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PA-PER-SEC a qudt:Unit ;
    rdfs:label "Kelvin Pascals per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "K·Pa/s"^^xsd:string ;
    qudt:ucumCode "K.Pa.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-BAR a qudt:Unit ;
    rdfs:label "kelvin per bar"^^xsd:string ;
    dcterms:description "SI base unit kelvin divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA188"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA188"^^xsd:anyURI ;
    qudt:symbol "K/bar"^^xsd:string ;
    qudt:ucumCode "K.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-K a qudt:Unit ;
    rdfs:label "Kelvin per Kelvin"@en ;
    dcterms:description "SI base unit kelvin divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperatureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA186"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA186"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kelvin divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "K/K"^^xsd:string ;
    qudt:ucumCode "K.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F02"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-M a qudt:Unit ;
    rdfs:label "Kelvin per metre"@en ;
    dcterms:description "A change of temperature on the Kelvin temperature scale in one SI unit of length."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperatureGradient ;
    qudt:symbol "K/m"^^xsd:string ;
    qudt:ucumCode "K.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-PA a qudt:Unit ;
    rdfs:label "kelvin per pascal"^^xsd:string ;
    dcterms:description "SI base unit kelvin divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB319"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB319"^^xsd:anyURI ;
    qudt:symbol "K/Pa"^^xsd:string ;
    qudt:ucumCode "K.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-SEC2 a qudt:Unit ;
    rdfs:label "Kelvin per Square Second"@en ;
    dcterms:description "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$K / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime_Squared ;
    qudt:symbol "K/s²"^^xsd:string ;
    qudt:ucumCode "K.s-2"^^qudt:UCUMcs,
        "K/s^2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-T a qudt:Unit ;
    rdfs:label "Kelvin per Tesla"@en ;
    dcterms:description "$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$K T^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H1T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerMagneticFluxDensity ;
    qudt:symbol "K/T"^^xsd:string ;
    qudt:ucumCode "K.T-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-W a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kelvin je Watt"@de,
        "kelvin per watt"@en,
        "kelvin al watt"@it ;
    dcterms:description "<p>Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$K/W$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistance ;
    qudt:iec61360Code "0112/2///62720#UAA187"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA187"^^xsd:anyURI ;
    qudt:symbol "K/W"^^xsd:string ;
    qudt:ucumCode "K.W-1"^^qudt:UCUMcs,
        "K/W"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-SEC a qudt:Unit ;
    rdfs:label "Kelvin second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:TimeTemperature ;
    qudt:symbol "K·s"^^xsd:string ;
    qudt:ucumCode "K.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K2 a qudt:Unit ;
    rdfs:label "Square Kelvin"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "K²"^^xsd:string ;
    qudt:ucumCode "K2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KAT-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Katal per Litre"@en,
        "Katal per Liter"@en-us ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KAT ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^xsd:string ;
    qudt:symbol "kat/L"^^xsd:string ;
    qudt:ucumCode "kat/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KAT-PER-M3 a qudt:Unit ;
    rdfs:label "katal per cubic metre"^^xsd:string ;
    dcterms:description "the SI derived unit katal divided by the SI base unit metre to the power three"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KAT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:iec61360Code "0112/2///62720#UAB602"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB602"^^xsd:anyURI ;
    qudt:symbol "kat/m³"^^xsd:string ;
    qudt:ucumCode "kat.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KAT-PER-MicroL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Katal per Microlitre"@en,
        "Katal per Microliter"@en-us ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KAT ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^xsd:string ;
    qudt:symbol "kat/μL"^^xsd:string ;
    qudt:ucumCode "kat/uL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KibiBIT-PER-M a qudt:Unit ;
    rdfs:label "kibibit per metre"^^xsd:string ;
    dcterms:description "1024-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 709.78271289338399684324569237317632 ;
    qudt:conversionMultiplierSN 7.097827e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KibiBIT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA194"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA194"^^xsd:anyURI ;
    qudt:symbol "Kibit/m"^^xsd:string ;
    qudt:ucumCode "Kibit.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KibiBIT-PER-M2 a qudt:Unit ;
    rdfs:label "kibibit per square metre"^^xsd:string ;
    dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 709.78271289338399684324569237317632 ;
    qudt:conversionMultiplierSN 7.097827e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KibiBIT ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA195"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA195"^^xsd:anyURI ;
    qudt:symbol "Kibit/m²"^^xsd:string ;
    qudt:ucumCode "Kibit.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KibiBIT-PER-M3 a qudt:Unit ;
    rdfs:label "kibibit per cubic metre"^^xsd:string ;
    dcterms:description "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 709.78271289338399684324569237317632 ;
    qudt:conversionMultiplierSN 7.097827e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KibiBIT ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA196"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA196"^^xsd:anyURI ;
    qudt:symbol "Kibit/m³"^^xsd:string ;
    qudt:ucumCode "Kibit.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloA-PER-K a qudt:Unit ;
    rdfs:label "kiloampere per kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloA ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerTemperature ;
    qudt:iec61360Code "0112/2///62720#UAD900"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD900"^^xsd:anyURI ;
    qudt:symbol "kA/K"^^xsd:string ;
    qudt:ucumCode "kA.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloA-PER-M2 a qudt:Unit ;
    rdfs:label "Kiloampere per Square Metre"@en,
        "Kiloampere per Square Meter"@en-us ;
    dcterms:description "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloA ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:iec61360Code "0112/2///62720#UAA559"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA559"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "kA/m²"^^xsd:string ;
    qudt:ucumCode "kA.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBAUD a qudt:Unit ;
    rdfs:label "kilobaud"^^xsd:string ;
    dcterms:description "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DigitRate ;
    qudt:iec61360Code "0112/2///62720#UAA560"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA560"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BAUD ;
    qudt:symbol "kBd"^^xsd:string ;
    qudt:uneceCommonCode "K50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBIT-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilobit per Second"@en ;
    dcterms:description "A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second."^^rdf:HTML ;
    qudt:conversionMultiplier 693.14718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloBIT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA586"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA586"^^xsd:anyURI ;
    qudt:symbol "kbit/s"^^xsd:string ;
    qudt:ucumCode "kbit.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBYTE-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilobyte per Second"@en ;
    dcterms:description "A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second."^^rdf:HTML ;
    qudt:conversionMultiplier 5545.1774444795624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloBYTE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAB306"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB306"^^xsd:anyURI ;
    qudt:symbol "kB/s"^^xsd:string ;
    qudt:ucumCode "kBy.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloC-PER-M3 a qudt:Unit ;
    rdfs:label "Kilocoulomb per Cubic Metre"@en,
        "Kilocoulomb per Cubic Meter"@en-us ;
    dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAA565"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA565"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "kC/m³"^^xsd:string ;
    qudt:ucumCode "kC.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-CentiM-SEC-DEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Centimetre Second Degree Celsius"@en,
        "Kilocalorie per Centimeter Second Degree Celsius"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 418400.0 ;
    qudt:conversionMultiplierSN 4.184e+05 ;
    qudt:expression "$kilocal-per-cm-sec-degc$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:symbol "kcal/(cm·s·°C)"^^xsd:string ;
    qudt:ucumCode "kcal.cm-1.s-1.Cel-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-MOL-DEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Mole Degree Celsius"@en ;
    dcterms:description """
  A $\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity',
   expressed as $kcal/(mol-degC)$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:expression "$kcal/(mol-degC)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:MolarHeatCapacity ;
    qudt:symbol "kcal/(mol·°C)"^^xsd:string ;
    qudt:ucumCode "kcal.mol-1.Cel-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_IT-PER-GM-K a qudt:Unit ;
    rdfs:label "kilocalorie (international table) per gram kelvin"^^xsd:string ;
    dcterms:description "unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin"^^qudt:LatexString ;
    qudt:conversionMultiplier 4186800.0 ;
    qudt:conversionMultiplierSN 4.1868e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:MassicHeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAB455"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB455"^^xsd:anyURI ;
    qudt:symbol "kcal{IT}/(g·K)"^^xsd:string ;
    qudt:ucumCode "kcal_IT.g-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_IT-PER-HR-M-DEG_C a qudt:Unit ;
    rdfs:label "Kilocalorie (international Table) per Hour Metre Degree Celsius"@en,
        "Kilocalorie (international Table) per Hour Meter Degree Celsius"@en-us ;
    dcterms:description "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.163 ;
    qudt:conversionMultiplierSN 1.163e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA588"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA588"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^xsd:string ;
    qudt:symbol "kcal{IT}/(h·m·°C)"^^xsd:string ;
    qudt:ucumCode "kcal_IT.h-1.m-1.Cel-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCD a qudt:Unit ;
    rdfs:label "kilocandela"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit candela"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    qudt:iec61360Code "0112/2///62720#UAB365"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB365"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:CD ;
    qudt:symbol "kCd"^^xsd:string ;
    qudt:uneceCommonCode "P33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloEV-PER-MicroM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilo Electron Volt per Micrometre"@en,
        "Kilo Electron Volt per Micrometer"@en-us ;
    dcterms:description "\"Kilo Electron Volt per Micrometer\" is a unit for  'Linear Energy Transfer' expressed as $keV/microM$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-10 ;
    qudt:expression "$keV/microM$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloEV ] ;
    qudt:hasQuantityKind qudtqk:LinearEnergyTransfer ;
    qudt:symbol "keV/μm"^^xsd:string ;
    qudt:ucumCode "keV.um-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloFARAD a qudt:Unit ;
    rdfs:label "kilofarad"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit farad"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAB384"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB384"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "kF"^^xsd:string ;
    qudt:uneceCommonCode "N90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-CentiM-PER-SEC a qudt:Unit ;
    rdfs:label "kilogram centimetre per second"^^xsd:string ;
    dcterms:description "product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Impulse ;
    qudt:iec61360Code "0112/2///62720#UAB413"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB413"^^xsd:anyURI ;
    qudt:symbol "kg·cm/s"^^xsd:string ;
    qudt:ucumCode "kg.cm.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram Kelvin"@en ;
    dcterms:description "$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg-K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:MassTemperature ;
    qudt:symbol "K·kg"^^xsd:string ;
    qudt:ucumCode "kg.K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-M a qudt:Unit ;
    rdfs:label "kilogram metre"^^xsd:string ;
    dcterms:description "unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unbalance ;
    qudt:iec61360Code "0112/2///62720#UAB368"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB368"^^xsd:anyURI ;
    qudt:symbol "kg·m"^^xsd:string ;
    qudt:ucumCode "kg.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-BAR a qudt:Unit ;
    rdfs:label "kilogram per bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA596"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA596"^^xsd:anyURI ;
    qudt:symbol "kg/bar"^^xsd:string ;
    qudt:ucumCode "kg.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-CentiM3-BAR a qudt:Unit ;
    rdfs:label "kilogram per cubic centimetre bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA599"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA599"^^xsd:anyURI ;
    qudt:symbol "kg/(cm³·bar)"^^xsd:string ;
    qudt:ucumCode "kg.cm-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-CentiM3-K a qudt:Unit ;
    rdfs:label "kilogram per cubic centimetre kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA598"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA598"^^xsd:anyURI ;
    qudt:symbol "kg/(cm³·K)"^^xsd:string ;
    qudt:ucumCode "kg.cm-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-DAY a qudt:Unit ;
    rdfs:label "Kilogram per Day"@en ;
    dcterms:description "SI base unit kilogram divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001157407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA601"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA601"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the unit day"^^xsd:string ;
    qudt:symbol "kg/d"^^xsd:string ;
    qudt:ucumCode "kg.d-1"^^qudt:UCUMcs,
        "kg/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "kilogram per day bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA603"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA603"^^xsd:anyURI ;
    qudt:symbol "kg/(d·bar)"^^xsd:string ;
    qudt:ucumCode "kg.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-DAY-K a qudt:Unit ;
    rdfs:label "kilogram per day kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA602"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA602"^^xsd:anyURI ;
    qudt:symbol "kg/(d·K)"^^xsd:string ;
    qudt:ucumCode "kg.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-DeciM3-BAR a qudt:Unit ;
    rdfs:label "kilogram per cubic decimetre bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA606"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA606"^^xsd:anyURI ;
    qudt:symbol "kg/(dm³·bar)"^^xsd:string ;
    qudt:ucumCode "kg.dm-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-DeciM3-K a qudt:Unit ;
    rdfs:label "kilogram per cubic decimetre kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA605"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA605"^^xsd:anyURI ;
    qudt:symbol "kg/(dm³·K)"^^xsd:string ;
    qudt:ucumCode "kg.dm-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-GigaJ a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Gigajoule"@en ;
    dcterms:description "SI base unit kilogram divided by the SI base unit gigajoule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GigaJ ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit gigajoule"^^xsd:string ;
    qudt:symbol "kg/GJ"^^xsd:string ;
    qudt:ucumCode "kg.GJ-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-HR-BAR a qudt:Unit ;
    rdfs:label "kilogram per hour bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA609"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA609"^^xsd:anyURI ;
    qudt:symbol "kg/(h·bar)"^^xsd:string ;
    qudt:ucumCode "kg.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-HR-K a qudt:Unit ;
    rdfs:label "kilogram per hour kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA608"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA608"^^xsd:anyURI ;
    qudt:symbol "kg/(h·K)"^^xsd:string ;
    qudt:ucumCode "kg.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-J a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Joule"@en ;
    dcterms:description "SI base unit kilogram divided by the SI base unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit joule"^^xsd:string ;
    qudt:symbol "kg/J"^^xsd:string ;
    qudt:ucumCode "kg.J-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-K a qudt:Unit ;
    rdfs:label "kilogram per kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA595"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA595"^^xsd:anyURI ;
    qudt:symbol "kg/K"^^xsd:string ;
    qudt:ucumCode "kg.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-KiloM a qudt:Unit ;
    rdfs:label "kilogram per kilometre"^^xsd:string ;
    dcterms:description "SI base kilogram divided by the 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:LinearMass ;
    qudt:iec61360Code "0112/2///62720#UAB495"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB495"^^xsd:anyURI ;
    qudt:symbol "kg/km"^^xsd:string ;
    qudt:ucumCode "kg.km-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-KiloMOL a qudt:Unit ;
    rdfs:label "Kilogram per Kilomol"@en ;
    dcterms:description "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloMOL ] ;
    qudt:hasQuantityKind qudtqk:MolarMass ;
    qudt:iec61360Code "0112/2///62720#UAA611"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA611"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^xsd:string ;
    qudt:symbol "kg/kmol"^^xsd:string ;
    qudt:ucumCode "kg.kmol-1"^^qudt:UCUMcs,
        "kg/kmol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-L-BAR a qudt:Unit ;
    rdfs:label "kilogram per litre bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA614"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA614"^^xsd:anyURI ;
    qudt:symbol "kg/(L·bar)"^^xsd:string ;
    qudt:ucumCode "kg.L-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-L-K a qudt:Unit ;
    rdfs:label "kilogram per litre kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA613"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA613"^^xsd:anyURI ;
    qudt:symbol "kg/(L·K)"^^xsd:string ;
    qudt:ucumCode "kg.L-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M2-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Square Metre Square Second"@en,
        "Kilogram per Square Meter Square Second"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:PressureLossPerLength ;
    qudt:symbol "kg/(m²·s²)"^^xsd:string ;
    qudt:ucumCode "kg.m-2.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M3-BAR a qudt:Unit ;
    rdfs:label "kilogram per cubic metre bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA621"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA621"^^xsd:anyURI ;
    qudt:symbol "kg/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "kg.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M3-K a qudt:Unit ;
    rdfs:label "kilogram per cubic metre kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA620"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA620"^^xsd:anyURI ;
    qudt:symbol "kg/(m³·K)"^^xsd:string ;
    qudt:ucumCode "kg.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M3-PA a qudt:Unit ;
    rdfs:label "kilogram per cubic metre pascal"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB310"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB310"^^xsd:anyURI ;
    qudt:symbol "kg/(m³·Pa)"^^xsd:string ;
    qudt:ucumCode "kg.m-3.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M3-SEC a qudt:Unit ;
    rdfs:label "Kilograms per cubic metre second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "kg/(m³·s)"^^xsd:string ;
    qudt:ucumCode "kg.m-3.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-MIN a qudt:Unit ;
    rdfs:label "Kilogram per Minute"@en ;
    dcterms:description "SI base unit kilogram divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA624"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA624"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the unit minute"^^xsd:string ;
    qudt:symbol "kg/min"^^xsd:string ;
    qudt:ucumCode "kg.min-1"^^qudt:UCUMcs,
        "kg/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "kilogram per minute bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA626"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA626"^^xsd:anyURI ;
    qudt:symbol "kg/(min·bar)"^^xsd:string ;
    qudt:ucumCode "kg.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-MIN-K a qudt:Unit ;
    rdfs:label "kilogram per minute kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA625"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA625"^^xsd:anyURI ;
    qudt:symbol "kg/(min·K)"^^xsd:string ;
    qudt:ucumCode "kg.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-MOL a qudt:Unit ;
    rdfs:label "Kilogram per Mol"@en ;
    dcterms:description """
  The unit $\\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass.
  In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. 
  It is a physical property of a given substance.  
  However, for historical reasons, molar masses are almost always expressed in $g/mol$. 
  As an example, the molar mass of water is approximately: $18.01528(33) \\; g/mol$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg mol^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:MolarMass ;
    qudt:iec61360Code "0112/2///62720#UAA628"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA628"^^xsd:anyURI ;
    qudt:symbol "kg/mol"^^xsd:string ;
    qudt:ucumCode "kg.mol-1"^^qudt:UCUMcs,
        "kg/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-MegaBTU_IT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Mega BTU"@en ;
    dcterms:description """$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000000947817 ;
    qudt:conversionMultiplierSN 9.47817e-10 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kg/MBtu$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaBTU_IT ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:plainTextDescription "Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy."^^xsd:string ;
    qudt:symbol "kg/MBtu{IT}"^^xsd:string ;
    qudt:ucumCode "k[g].[MBtu_IT]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-PA a qudt:Unit ;
    rdfs:label "kilogram per pascal"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB316"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB316"^^xsd:anyURI ;
    qudt:symbol "kg/Pa"^^xsd:string ;
    qudt:ucumCode "kg.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "kilogram per second bar"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA631"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA631"^^xsd:anyURI ;
    qudt:symbol "kg/(s·bar)"^^xsd:string ;
    qudt:ucumCode "kg.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC-K a qudt:Unit ;
    rdfs:label "kilogram per second kelvin"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA630"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA630"^^xsd:anyURI ;
    qudt:symbol "kg/(s·K)"^^xsd:string ;
    qudt:ucumCode "kg.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC-PA a qudt:Unit ;
    rdfs:label "kilogram per second pascal"^^xsd:string ;
    dcterms:description "SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB321"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB321"^^xsd:anyURI ;
    qudt:symbol "kg/(s·Pa)"^^xsd:string ;
    qudt:ucumCode "kg.s-1.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-YR a qudt:Unit ;
    rdfs:label "Kilogram per Year"@en,
        "Kilogram per Jaar"@nl ;
    dcterms:description "The SI base unit kilogram divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000003168808781 ;
    qudt:conversionMultiplierSN 3.168809e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/kg.a-1"^^xsd:anyURI ;
    qudt:plainTextDescription "kilogram divided by the unit year with 365 days"^^xsd:string ;
    qudt:symbol "kg/a"^^xsd:string ;
    qudt:ucumCode "kg.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/vocab/unit> .

unit:KiloGM-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram Square Second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kilog-sec2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "kg·s²"^^xsd:string ;
    qudt:ucumCode "kg.s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM2-PER-SEC2 a qudt:Unit ;
    rdfs:label "Square Kilograms per square second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M2H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "kg²/s²"^^xsd:string ;
    qudt:ucumCode "kg2.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "kilometre per second bar"^^xsd:string ;
    dcterms:description "SI base unit metre divided by the product of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA735"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA735"^^xsd:anyURI ;
    qudt:symbol "km/(s·bar)"^^xsd:string ;
    qudt:ucumCode "km.s-1.bar-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM3-PER-SEC2 a qudt:Unit ;
    rdfs:label "Cubic Kilometre per Square Second"@en,
        "Cubic Kilometer per Square Second"@en-us ;
    dcterms:description "$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:expression "$km^3/s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:StandardGravitationalParameter ;
    qudt:symbol "km³/s²"^^xsd:string ;
    qudt:ucumCode "km3.s-2"^^qudt:UCUMcs,
        "km3/s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-HR a qudt:Unit ;
    rdfs:label "Kilomole per Hour"@en ;
    dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:iec61360Code "0112/2///62720#UAA641"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA641"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "kmol/h"^^xsd:string ;
    qudt:ucumCode "kmol.h-1"^^qudt:UCUMcs,
        "kmol/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-M3-BAR a qudt:Unit ;
    rdfs:label "kilomole per cubic metre bar"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA644"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA644"^^xsd:anyURI ;
    qudt:symbol "kmol/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "kmol.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-M3-K a qudt:Unit ;
    rdfs:label "kilomole per cubic metre kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA643"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA643"^^xsd:anyURI ;
    qudt:symbol "kmol/(m³·K)"^^xsd:string ;
    qudt:ucumCode "kmol.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-MIN a qudt:Unit ;
    rdfs:label "Kilomole per Minute"@en ;
    dcterms:description "1 000-fold of the SI base unit mole divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 16.66666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA645"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA645"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit mole divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "kmol/min"^^xsd:string ;
    qudt:ucumCode "kmol.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-SEC a qudt:Unit ;
    rdfs:label "Kilomole per Second"@en ;
    dcterms:description "1 000-fold of the SI base unit mol divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA646"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA646"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit mol divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "kmol/s"^^xsd:string ;
    qudt:ucumCode "kmol.s-1"^^qudt:UCUMcs,
        "kmol/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-M-PER-DEG a qudt:Unit ;
    rdfs:label "Kilonewton Metre per Degree"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 57295.77957855229894302178227976183 ;
    qudt:conversionMultiplierSN 5.729578e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ] ;
    qudt:hasQuantityKind qudtqk:TorsionalSpringConstant ;
    qudt:plainTextDescription "Unit for expressing the value of the torsional spring constant"^^xsd:string ;
    qudt:symbol "kN·m/°"^^xsd:string ;
    qudt:ucumCode "kN.m.deg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-M-PER-DEG-M a qudt:Unit ;
    rdfs:label "kilonewton metre per degree metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 57295.77957855229894302178227976183 ;
    qudt:conversionMultiplierSN 5.729578e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ModulusOfRotationalSubgradeReaction ;
    qudt:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction."^^xsd:string ;
    qudt:symbol "kN·m/(°·m)"^^xsd:string ;
    qudt:ucumCode "kN.m.deg-1.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-M-PER-M a qudt:Unit ;
    rdfs:label "Kilonewton Metre per metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:TorquePerLength ;
    qudt:plainTextDescription "Scaling of the base unit for expressing the rolling resistance, nM/m, by a factor of 1000"^^xsd:string ;
    qudt:symbol "kN·m/m"^^xsd:string ;
    qudt:ucumCode "kN.m.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilo Newton Square Metre"@en,
        "Kilo Newton Square Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ] ;
    qudt:hasQuantityKind qudtqk:WarpingMoment ;
    qudt:symbol "kN·m²"^^xsd:string ;
    qudt:ucumCode "kN.m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-PER-M3 a qudt:Unit ;
    rdfs:label "Kilo Newton per cubic metre"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ] ;
    qudt:hasQuantityKind qudtqk:SpecificWeight ;
    qudt:symbol "kN/m³"^^xsd:string ;
    qudt:ucumCode "kN.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloOHM-M a qudt:Unit ;
    rdfs:label "kiloohm metre"^^xsd:string ;
    dcterms:description "1,000-fold of the product of the SI derived unit ohm and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA556"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA556"^^xsd:anyURI ;
    qudt:symbol "kΩ·m"^^xsd:string ;
    qudt:ucumCode "kOhm.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloOHM-PER-BAR a qudt:Unit ;
    rdfs:label "kiloohm per bar"^^xsd:string ;
    dcterms:description "1,000-fold of SI derived unit ohm per metrical non SI unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD880"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD880"^^xsd:anyURI ;
    qudt:symbol "kΩ/bar"^^xsd:string ;
    qudt:ucumCode "kOhm.bar-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloOHM-PER-K a qudt:Unit ;
    rdfs:label "kiloohm per kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit ohm per SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD876"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD876"^^xsd:anyURI ;
    qudt:symbol "kΩ/K"^^xsd:string ;
    qudt:ucumCode "kOhm.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloOHM-PER-M a qudt:Unit ;
    rdfs:label "kiloohm per metre"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit ohm divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAB787"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB787"^^xsd:anyURI ;
    qudt:symbol "kΩ/m"^^xsd:string ;
    qudt:ucumCode "kOhm.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA-PER-BAR a qudt:Unit ;
    rdfs:label "Kilopascal per Bar"@en ;
    dcterms:description "1 000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloPA ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA577"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA577"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the unit bar"^^xsd:string ;
    qudt:symbol "kPa/bar"^^xsd:string ;
    qudt:ucumCode "kPa.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F03"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA-PER-K a qudt:Unit ;
    rdfs:label "Kilopascal per Kelvin"@en ;
    dcterms:description "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:PressureCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA576"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA576"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "kPa/K"^^xsd:string ;
    qudt:ucumCode "kPa.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA-PER-M a qudt:Unit ;
    rdfs:label "kilopascal per metre"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit pascal divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB421"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB421"^^xsd:anyURI ;
    qudt:symbol "kPa/m"^^xsd:string ;
    qudt:ucumCode "kPa.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA-PER-MilliM a qudt:Unit ;
    rdfs:label "Kilopascal per Millimetre"@en,
        "Kilopascal per Millimeter"@en-us ;
    dcterms:description "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:SpectralRadiantEnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAB060"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB060"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "kPa/mm"^^xsd:string ;
    qudt:ucumCode "kPa.mm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloS-PER-M a qudt:Unit ;
    rdfs:label "Kilosiemens per Metre"@en,
        "Kilosiemens per Meter"@en-us ;
    dcterms:description "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA579"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA579"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "kS/m"^^xsd:string ;
    qudt:ucumCode "kS.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloTONNE-PER-YR a qudt:Unit ;
    rdfs:label "KiloTonne per Year"@en,
        "KiloTon per Jaar"@nl ;
    dcterms:description "1,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.03168808781 ;
    qudt:conversionMultiplierSN 3.168809e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloTONNE ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:informativeReference "http://dd.eionet.europa.eu/vocabulary/wise/uom/1000t.a-1"^^xsd:anyURI ;
    qudt:plainTextDescription "1000 metric tonne divided by the unit year with 365 days"^^xsd:string ;
    qudt:symbol "kt/a"^^xsd:string ;
    qudt:ucumCode "kt.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/vocab/unit> .

unit:KiloV-PER-M a qudt:Unit ;
    rdfs:label "Kilovolt per Metre"@en,
        "Kilovolt per Meter"@en-us ;
    dcterms:description "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA582"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA582"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "kV/m"^^xsd:string ;
    qudt:ucumCode "kV.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW-PER-M-DEG_C a qudt:Unit ;
    rdfs:label "kilowatt per metre degree Celsius"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloW ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAB459"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB459"^^xsd:anyURI ;
    qudt:symbol "kW/(m·°C)"^^xsd:string ;
    qudt:ucumCode "kW.m-1.Cel-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW-PER-M-K a qudt:Unit ;
    rdfs:label "kilowatt per metre kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloW ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAB458"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB458"^^xsd:anyURI ;
    qudt:symbol "kW/(m·K)"^^xsd:string ;
    qudt:ucumCode "kW.m-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloWB-PER-M a qudt:Unit ;
    rdfs:label "Kiloweber per Metre"@en,
        "Kiloweber per Meter"@en-us ;
    dcterms:description "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloWB ] ;
    qudt:hasQuantityKind qudtqk:MagneticVectorPotential ;
    qudt:iec61360Code "0112/2///62720#UAA585"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA585"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "kWb/m"^^xsd:string ;
    qudt:ucumCode "kWb.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-BAR a qudt:Unit ;
    rdfs:label "litre per bar"^^xsd:string ;
    dcterms:description "unit litre divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA651"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA651"^^xsd:anyURI ;
    qudt:symbol "L/bar"^^xsd:string ;
    qudt:ucumCode "L.bar-1"^^qudt:UCUMcs,
        "L/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "litre per day bar"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA654"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA654"^^xsd:anyURI ;
    qudt:symbol "L/(d·bar)"^^xsd:string ;
    qudt:ucumCode "L.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-DAY-K a qudt:Unit ;
    rdfs:label "litre per day kelvin"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA653"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA653"^^xsd:anyURI ;
    qudt:symbol "L/(d·K)"^^xsd:string ;
    qudt:ucumCode "L.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-HR-BAR a qudt:Unit ;
    rdfs:label "litre per hour bar"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA657"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA657"^^xsd:anyURI ;
    qudt:symbol "L/(h·bar)"^^xsd:string ;
    qudt:ucumCode "L.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-HR-K a qudt:Unit ;
    rdfs:label "litre per hour kelvin"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA656"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA656"^^xsd:anyURI ;
    qudt:symbol "L/(h·K)"^^xsd:string ;
    qudt:ucumCode "L.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-K a qudt:Unit ;
    rdfs:label "Litre per Kelvin"@en,
        "Liter per Kelvin"@en-us ;
    dcterms:description "unit litre divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:VolumeThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA650"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA650"^^xsd:anyURI ;
    qudt:plainTextDescription "unit litre divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "L/K"^^xsd:string ;
    qudt:ucumCode "L.K-1"^^qudt:UCUMcs,
        "L/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-L a qudt:Unit ;
    rdfs:label "Litre per Litre"@en,
        "Liter per Liter"@en-us ;
    dcterms:description "volume ratio consisting of the unit litre divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA658"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA658"^^xsd:anyURI ;
    qudt:plainTextDescription "volume ratio consisting of the unit litre divided by the unit litre"^^xsd:string ;
    qudt:symbol "L/L"^^xsd:string ;
    qudt:ucumCode "L.L-1"^^qudt:UCUMcs,
        "L/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "litre per minute bar"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA661"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA661"^^xsd:anyURI ;
    qudt:symbol "L/(min·bar)"^^xsd:string ;
    qudt:ucumCode "L.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-MIN-K a qudt:Unit ;
    rdfs:label "litre per minute kelvin"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA660"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA660"^^xsd:anyURI ;
    qudt:symbol "L/(min·K)"^^xsd:string ;
    qudt:ucumCode "L.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "litre per second bar"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA666"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA666"^^xsd:anyURI ;
    qudt:symbol "L/(s·bar)"^^xsd:string ;
    qudt:ucumCode "L.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-SEC-K a qudt:Unit ;
    rdfs:label "litre per second kelvin"^^xsd:string ;
    dcterms:description "unit litre divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA665"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA665"^^xsd:anyURI ;
    qudt:symbol "L/(s·K)"^^xsd:string ;
    qudt:ucumCode "L.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-SEC-M2 a qudt:Unit ;
    rdfs:label "Litre per Second Square Metre"@en,
        "Liter per Second Square Meter"@en-us ;
    dcterms:description "Ventilation rate in Litres per second divided by the floor area"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VentilationRatePerFloorArea ;
    qudt:plainTextDescription "Ventilation rate in Litres per second divided by the floor area"^^xsd:string ;
    qudt:symbol "L/(s·m²)"^^xsd:string ;
    qudt:ucumCode "L.s-1.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LA a qudt:Unit ;
    rdfs:label "Lambert"@en ;
    dcterms:description "The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.31830988618 ;
    qudt:conversionMultiplierSN 3.183099e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lambert"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:factorUnitScalar 0.31830988618 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAB259"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lambert?oldid=494078267"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB259"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/lambert> ;
    qudt:symbol "L"^^xsd:string ;
    qudt:ucumCode "Lmb"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LA_FT a qudt:Unit ;
    rdfs:label "Foot Lambert"@en ;
    dcterms:description "\"Foot Lambert\" is a C.G.S System unit for  'Luminance' expressed as $ft-L$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3.4262591 ;
    qudt:conversionMultiplierSN 3.426259e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-L$"^^qudt:LatexString ;
    qudt:factorUnitScalar 0.31830988618 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:symbol "ft-L"^^xsd:string ;
    qudt:ucumCode "[ft-Lmb]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Pound Degree Fahrenheit"@en ;
    dcterms:description "$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.251995761111111131270772 ;
    qudt:conversionMultiplierSN 2.519958e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:MassTemperature ;
    qudt:symbol "lbm·°F"^^xsd:string ;
    qudt:ucumCode "[lb_av].[degF]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-DEG_R a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Pound Degree Rankine"@en ;
    dcterms:description "$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.251995761111111131270772 ;
    qudt:conversionMultiplierSN 2.519958e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$lb-degR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassTemperature ;
    qudt:symbol "lbm·°R"^^xsd:string ;
    qudt:ucumCode "[lb_av].[degR]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-FT-PER-SEC a qudt:Unit ;
    rdfs:label "pound (avoirdupois) foot per second"^^xsd:string ;
    dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.138254954376 ;
    qudt:conversionMultiplierSN 1.38255e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Impulse ;
    qudt:iec61360Code "0112/2///62720#UAB415"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB415"^^xsd:anyURI ;
    qudt:symbol "lbm·ft/s"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-FT2-PER-GAL_UK-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square foot per gallon(UK) pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 2.083872775779299082282838578347267334173116064268442332389984612088964920341275968 ;
    qudt:conversionMultiplierSN 2.083873e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD856"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD856"^^xsd:anyURI ;
    qudt:symbol "lbm·ft²/(gal{UK}·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-FT2-PER-GAL_US-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square foot per gallon (US) pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 2.502626854833744493086617821084779253127869007556187848462093242975047573738776 ;
    qudt:conversionMultiplierSN 2.502627e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD852"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD852"^^xsd:anyURI ;
    qudt:symbol "lbm·ft²/(gal{US}·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-FT2-PER-IN3-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square foot per cubic inch pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 578.1068034665949779030087166705840311562207088517638054327176207240543226740952704 ;
    qudt:conversionMultiplierSN 5.781068e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD848"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD848"^^xsd:anyURI ;
    qudt:symbol "lbm·ft²/(in³·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-FT3-GAL_UK a qudt:Unit ;
    rdfs:label "pound hour per cubic foot gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 12684849.650195333239499933867654124396741790589536829728291114929411437703588 ;
    qudt:conversionMultiplierSN 1.268485e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC846"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC846"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(ft³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-FT3-GAL_US a qudt:Unit ;
    rdfs:label "pound hour per cubic foot gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 15233869.2424423705674072721585852518715359857332296007155378683289047293035 ;
    qudt:conversionMultiplierSN 1.523387e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC845"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC845"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(ft³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-FT3-IN3 a qudt:Unit ;
    rdfs:label "pound hour per cubic foot cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 3519023795.0041876010710798686331933264909830700172939821848834749863198205064 ;
    qudt:conversionMultiplierSN 3.519024e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC847"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC847"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(ft³·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-FT3-YD3 a qudt:Unit ;
    rdfs:label "pound hour per cubic foot cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 75424.89272556986456342335109381841563144898750316539709471380407341560228312 ;
    qudt:conversionMultiplierSN 7.542489e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC849"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC849"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(ft³·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-FT6 a qudt:Unit ;
    rdfs:label "pound hour per power of foot with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 2036472.103590386343212430479533097669052636 ;
    qudt:conversionMultiplierSN 2.036472e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC848"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC848"^^xsd:anyURI ;
    qudt:symbol "lbm·h/ft⁶"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[ft_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_UK-FT3 a qudt:Unit ;
    rdfs:label "pound hour per gallon (UK) cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 12684849.650195333239499933867654124396741790589536829728291114929411437703588 ;
    qudt:conversionMultiplierSN 1.268485e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC863"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC863"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(gal{UK}·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_UK-IN3 a qudt:Unit ;
    rdfs:label "pound hour per gallon (UK) cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 21919420195.537535837855885723306325290905285174268871988102623940310297574504 ;
    qudt:conversionMultiplierSN 2.191942e+10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC862"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC862"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(gal{UK}·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_UK-YD3 a qudt:Unit ;
    rdfs:label "pound hour per gallon (UK) cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 469809.2463035308607222197728760784685045453775881112182401022569369923571832 ;
    qudt:conversionMultiplierSN 4.698092e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC864"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC864"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(gal{UK}·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_UK2 a qudt:Unit ;
    rdfs:label "pound hour per square gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 79011841.29376367695695378272856609314407416 ;
    qudt:conversionMultiplierSN 7.901184e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC861"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC861"^^xsd:anyURI ;
    qudt:symbol "lbm·h/gal{UK}²"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_br]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_US-FT3 a qudt:Unit ;
    rdfs:label "pound hour per gallon (US) cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 15233869.2424423705674072721585852518715359857332296007155378683289047293035 ;
    qudt:conversionMultiplierSN 1.523387e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC858"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC858"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(gal{US}·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_US-IN3 a qudt:Unit ;
    rdfs:label "pound hour per gallon (US) cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 26324126050.940416340479766290035313232433541445579466838922411497037639403 ;
    qudt:conversionMultiplierSN 2.632413e+10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC857"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC857"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(gal{US}·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_US-YD3 a qudt:Unit ;
    rdfs:label "pound hour per gallon (US) cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 564217.3793497174284224915614290831470197693437031035772642345900475911449 ;
    qudt:conversionMultiplierSN 5.642174e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC859"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC859"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(gal{US}·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-GAL_US2 a qudt:Unit ;
    rdfs:label "pound hour per square gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 113957255.63177669411463102290058577675823928 ;
    qudt:conversionMultiplierSN 1.139573e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC855"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC855"^^xsd:anyURI ;
    qudt:symbol "lbm·h/gal{US}²"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[gal_us]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-IN3-FT3 a qudt:Unit ;
    rdfs:label "pound hour per cubic inch cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 3519023795.0041876010710798686331933264909830700172939821848834749863198205064 ;
    qudt:conversionMultiplierSN 3.519024e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC853"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC853"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(in³·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-IN3-GAL_UK a qudt:Unit ;
    rdfs:label "pound hour per cubic inch gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 21919420195.537535837855885723306325290905285174268871988102623940310297574504 ;
    qudt:conversionMultiplierSN 2.191942e+10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC851"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC851"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(in³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-IN3-GAL_US a qudt:Unit ;
    rdfs:label "pound hour per cubic inch gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 26324126050.940416340479766290035313232433541445579466838922411497037639403 ;
    qudt:conversionMultiplierSN 2.632413e+10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC850"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC850"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(in³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-IN3-YD3 a qudt:Unit ;
    rdfs:label "pound hour per cubic inch cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 130334214.62978472596559555069011821230105450971546345289972840848652177795696 ;
    qudt:conversionMultiplierSN 1.303342e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC854"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC854"^^xsd:anyURI ;
    qudt:symbol "lbm·h/(in³·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-HR-PER-IN6 a qudt:Unit ;
    rdfs:label "pound hour per power of inch with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 6080873117767.236174650826012998158007635932 ;
    qudt:conversionMultiplierSN 6.080873e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC852"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC852"^^xsd:anyURI ;
    qudt:symbol "lbm·h/in⁶"^^xsd:string ;
    qudt:ucumCode "[lb_av].h.[in_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN a qudt:Unit ;
    rdfs:label "Pound Mass (avoirdupois) Inch"@en ;
    dcterms:description "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.011521246198 ;
    qudt:conversionMultiplierSN 1.152125e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:LengthMass ;
    qudt:iec61360Code "0112/2///62720#UAB194"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB194"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^xsd:string ;
    qudt:symbol "lbm·in"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "IA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN-PER-SEC a qudt:Unit ;
    rdfs:label "pound (avoirdupois) inch per second"^^xsd:string ;
    dcterms:description "product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.011521246198 ;
    qudt:conversionMultiplierSN 1.152125e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Impulse ;
    qudt:iec61360Code "0112/2///62720#UAB416"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB416"^^xsd:anyURI ;
    qudt:symbol "lbm·in/s"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN2-PER-FT3-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square inch per cubic foot pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.0023232815854335253420099051435128282339616138505378234106449231456072737790266052 ;
    qudt:conversionMultiplierSN 2.323282e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD845"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD845"^^xsd:anyURI ;
    qudt:symbol "lbm·in²/(ft³·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN2-PER-GAL_UK-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square inch per gallon(UK) pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.014471338720689576960297490127411578709535528224086405086041559806173367502369972 ;
    qudt:conversionMultiplierSN 1.447134e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD857"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD857"^^xsd:anyURI ;
    qudt:symbol "lbm·in²/(gal{UK}·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN2-PER-GAL_US-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square inch per gallon (US) pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.0173793531585676700908792904241998559244990903302513045032089808539933859287415 ;
    qudt:conversionMultiplierSN 1.737935e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD853"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD853"^^xsd:anyURI ;
    qudt:symbol "lbm·in²/(gal{US}·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN2-PER-IN3-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound square inch per cubic inch pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 4.0146305796291317909931160879901668830293104781372486488383168105837105741256616 ;
    qudt:conversionMultiplierSN 4.014631e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD849"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD849"^^xsd:anyURI ;
    qudt:symbol "lbm·in²/(in³·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-FT3-GAL_UK a qudt:Unit ;
    rdfs:label "pound minute per cubic foot gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 211414.1608365888873249988977942354066123631764922804954715185821568572950598 ;
    qudt:conversionMultiplierSN 2.114142e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC871"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC871"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(ft³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-FT3-GAL_US a qudt:Unit ;
    rdfs:label "pound minute per cubic foot gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 253897.820707372842790121202643087531192266428887160011925631138815078821725 ;
    qudt:conversionMultiplierSN 2.538978e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC870"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC870"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(ft³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-FT3-IN3 a qudt:Unit ;
    rdfs:label "pound minute per cubic foot cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 58650396.58340312668451799781055322210818305116695489970308139124977199700844 ;
    qudt:conversionMultiplierSN 5.86504e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC872"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC872"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(ft³·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-FT3-YD3 a qudt:Unit ;
    rdfs:label "pound minute per cubic foot cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 1257.081545426164409390389184896973593857483125052756618245230067890260038052 ;
    qudt:conversionMultiplierSN 1.257082e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC874"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC874"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(ft³·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-FT6 a qudt:Unit ;
    rdfs:label "pound minute per power of foot with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 33941.2017265064390535405079922182944842106 ;
    qudt:conversionMultiplierSN 3.39412e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC873"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC873"^^xsd:anyURI ;
    qudt:symbol "lbm·min/ft⁶"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[ft_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_UK-FT3 a qudt:Unit ;
    rdfs:label "pound minute per gallon (UK) cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 211414.1608365888873249988977942354066123631764922804954715185821568572950598 ;
    qudt:conversionMultiplierSN 2.114142e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC888"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC888"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(gal{UK}·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_UK-IN3 a qudt:Unit ;
    rdfs:label "pound minute per gallon (UK) cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 365323669.9256255972975980953884387548484214195711478664683770656718382929084 ;
    qudt:conversionMultiplierSN 3.653237e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC887"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC887"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(gal{UK}·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_UK-YD3 a qudt:Unit ;
    rdfs:label "pound minute per gallon (UK) cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 7830.15410505884767870366288126797447507575629313518697066837094894987261972 ;
    qudt:conversionMultiplierSN 7.830154e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC889"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC889"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(gal{UK}·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_UK2 a qudt:Unit ;
    rdfs:label "pound minute per square gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 1316864.021562727949282563045476101552401236 ;
    qudt:conversionMultiplierSN 1.316864e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC886"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC886"^^xsd:anyURI ;
    qudt:symbol "lbm·min/gal{UK}²"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_br]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_US-FT3 a qudt:Unit ;
    rdfs:label "pound minute per gallon (US) cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 253897.820707372842790121202643087531192266428887160011925631138815078821725 ;
    qudt:conversionMultiplierSN 2.538978e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC883"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC883"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(gal{US}·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_US-IN3 a qudt:Unit ;
    rdfs:label "pound minute per gallon (US) cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 438735434.18234027234132943816725522054055902409299111398204019161729399005 ;
    qudt:conversionMultiplierSN 4.387354e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC882"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC882"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(gal{US}·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_US-YD3 a qudt:Unit ;
    rdfs:label "pound minute per gallon (US) cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 9403.622989161957140374859357151385783662822395051726287737243167459852415 ;
    qudt:conversionMultiplierSN 9.403623e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC884"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC884"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(gal{US}·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-GAL_US2 a qudt:Unit ;
    rdfs:label "pound minute per square gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 1899287.593862944901910517048343096279303988 ;
    qudt:conversionMultiplierSN 1.899288e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC880"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC880"^^xsd:anyURI ;
    qudt:symbol "lbm·min/gal{US}²"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[gal_us]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-IN3-FT3 a qudt:Unit ;
    rdfs:label "pound minute per cubic inch cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 58650396.58340312668451799781055322210818305116695489970308139124977199700844 ;
    qudt:conversionMultiplierSN 5.86504e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC878"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC878"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(in³·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-IN3-GAL_UK a qudt:Unit ;
    rdfs:label "pound minute per cubic inch gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 365323669.9256255972975980953884387548484214195711478664683770656718382929084 ;
    qudt:conversionMultiplierSN 3.653237e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC876"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC876"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(in³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-IN3-GAL_US a qudt:Unit ;
    rdfs:label "pound minute per cubic inch gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 438735434.18234027234132943816725522054055902409299111398204019161729399005 ;
    qudt:conversionMultiplierSN 4.387354e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC875"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC875"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(in³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-IN3-YD3 a qudt:Unit ;
    rdfs:label "pound minute per cubic inch cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 2172236.910496412099426592511501970205017575161924390881662140141442029632616 ;
    qudt:conversionMultiplierSN 2.172237e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC879"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC879"^^xsd:anyURI ;
    qudt:symbol "lbm·min/(in³·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-MIN-PER-IN6 a qudt:Unit ;
    rdfs:label "pound minute per power of inch with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 101347885296.1206029108471002166359667939322 ;
    qudt:conversionMultiplierSN 1.013479e+11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC877"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC877"^^xsd:anyURI ;
    qudt:symbol "lbm·min/in⁶"^^xsd:string ;
    qudt:ucumCode "[lb_av].min.[in_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-DAY a qudt:Unit ;
    rdfs:label "Pound (avoirdupois) per Day"@en ;
    dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000005249912 ;
    qudt:conversionMultiplierSN 5.249912e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA673"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA673"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "lbm/d"^^xsd:string ;
    qudt:ucumCode "[lb_av].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-DEG_F a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per degree Fahrenheit"^^xsd:string ;
    dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.8164663 ;
    qudt:conversionMultiplierSN 8.164663e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA668"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA668"^^xsd:anyURI ;
    qudt:symbol "lbm/°F"^^xsd:string ;
    qudt:ucumCode "[lb_av].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT a qudt:Unit ;
    rdfs:label "Pound per Foot"@en ;
    dcterms:description "\"Pound per Foot\" is an Imperial unit for  'Mass Per Length' expressed as $lb/ft$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.4881639435695537 ;
    qudt:conversionMultiplierSN 1.488164e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/ft$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAA670"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA670"^^xsd:anyURI ;
    qudt:symbol "lbm/ft"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT-LB_F-SEC a qudt:Unit ;
    rdfs:label "pound per foot pound-force second"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.33455254830242764924942634066584721521501158056064094672437823938052751208 ;
    qudt:conversionMultiplierSN 3.345525e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD844"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD844"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-1.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT3-DEG_F a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per cubic foot degree Fahrenheit"^^xsd:string ;
    dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 28.83323 ;
    qudt:conversionMultiplierSN 2.883323e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA677"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA677"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft³·°F)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-3.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT3-PSI a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per cubic foot psi"^^xsd:string ;
    dcterms:description "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.002323281585433525342009905143512828 ;
    qudt:conversionMultiplierSN 2.323282e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA678"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA678"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft³·psi)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-3.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-HR-DEG_F a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per hour degree Fahrenheit"^^xsd:string ;
    dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.000226796184999999981856305200000001530118261466666665215171082666666787624632 ;
    qudt:conversionMultiplierSN 2.267962e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA683"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA683"^^xsd:anyURI ;
    qudt:symbol "lbm/(h·°F)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-HR-PSI a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per hour psi"^^xsd:string ;
    dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000182744467346499108120663380259234724368282387719928649653070420738776779898 ;
    qudt:conversionMultiplierSN 1.827445e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:ThrusterPowerToThrustEfficiency ;
    qudt:iec61360Code "0112/2///62720#UAA684"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA684"^^xsd:anyURI ;
    qudt:symbol "lbm/(h·psi)"^^xsd:string ;
    qudt:ucumCode "[lb_av].h-1.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-IN a qudt:Unit ;
    rdfs:label "Pound per Inch"@en ;
    dcterms:description "\"Pound per Inch\" is an Imperial unit for  'Mass Per Length' expressed as $lb/in$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 17.857967322834646 ;
    qudt:conversionMultiplierSN 1.785797e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/in$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAB071"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB071"^^xsd:anyURI ;
    qudt:symbol "lbm/in"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "PO"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-IN3-DEG_F a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per cubic inch degree Fahrenheit"^^xsd:string ;
    dcterms:description "traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 49823.84 ;
    qudt:conversionMultiplierSN 4.982384e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA686"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA686"^^xsd:anyURI ;
    qudt:symbol "lbm/(in³·°F)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]-3.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-IN3-PSI a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per cubic inch psi"^^xsd:string ;
    dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 4.014630579629131790993116087990167 ;
    qudt:conversionMultiplierSN 4.014631e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA687"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA687"^^xsd:anyURI ;
    qudt:symbol "lbm/(in³·psi)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[in_i]-3.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-MIN-DEG_F a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per minute degree Fahrenheit"^^xsd:string ;
    dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.0136077710999999989113783120000000934400282199999997822756624000000181436948 ;
    qudt:conversionMultiplierSN 1.360777e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA690"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA690"^^xsd:anyURI ;
    qudt:symbol "lbm/(min·°F)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-MIN-PSI a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per minute psi"^^xsd:string ;
    dcterms:description "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.00000109646680407899464872398028155540847778571081579892974479605631108165169847 ;
    qudt:conversionMultiplierSN 1.096467e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:ThrusterPowerToThrustEfficiency ;
    qudt:iec61360Code "0112/2///62720#UAA691"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA691"^^xsd:anyURI ;
    qudt:symbol "lbm/(min·psi)"^^xsd:string ;
    qudt:ucumCode "[lb_av].min-1.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-PSI a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per psi"^^xsd:string ;
    dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.000065788008244739678923438816893324495509541 ;
    qudt:conversionMultiplierSN 6.578801e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA688"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA688"^^xsd:anyURI ;
    qudt:symbol "lbm/psi"^^xsd:string ;
    qudt:ucumCode "[lb_av].[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-SEC a qudt:Unit ;
    rdfs:label "Pound (avoirdupois) per Second"@en ;
    dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.4535924 ;
    qudt:conversionMultiplierSN 4.535924e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA692"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA692"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^xsd:string ;
    qudt:symbol "lbm/s"^^xsd:string ;
    qudt:ucumCode "[lb_av].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-SEC-DEG_F a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per second degree Fahrenheit"^^xsd:string ;
    dcterms:description "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.8164663 ;
    qudt:conversionMultiplierSN 8.164663e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA693"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA693"^^xsd:anyURI ;
    qudt:symbol "lbm/(s·°F)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-SEC-PSI a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per second psi"^^xsd:string ;
    dcterms:description "quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.000065788008244739678923438816893324495509541 ;
    qudt:conversionMultiplierSN 6.578801e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:ThrusterPowerToThrustEfficiency ;
    qudt:iec61360Code "0112/2///62720#UAA694"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA694"^^xsd:anyURI ;
    qudt:symbol "lbm/(s·psi)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s-1.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-YD a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per yard"^^xsd:string ;
    dcterms:description "unit for linear mass according to avoirdupois system of units"^^xsd:string ;
    qudt:conversionMultiplier 0.496054647856517935258092738407699 ;
    qudt:conversionMultiplierSN 4.960546e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:LinearMass ;
    qudt:iec61360Code "0112/2///62720#UAB245"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB245"^^xsd:anyURI ;
    qudt:symbol "lbm/yd"^^xsd:string ;
    qudt:ucumCode "[lb_av].[yd_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-FT3-GAL_UK a qudt:Unit ;
    rdfs:label "pound second per cubic foot gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 3523.56934727648145541664829657059011020605294153800825785864303594762158433 ;
    qudt:conversionMultiplierSN 3.523569e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD804"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD804"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(ft³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[ft_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-FT3-GAL_US a qudt:Unit ;
    rdfs:label "pound second per cubic foot gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 4231.63034512288071316868671071812551987110714811933353209385231358464702875 ;
    qudt:conversionMultiplierSN 4.23163e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD803"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD803"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(ft³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[ft_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-FT3-IN3 a qudt:Unit ;
    rdfs:label "pound second per cubic foot cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 977506.609723385444741966630175887035136384186115914995051356520829533283474 ;
    qudt:conversionMultiplierSN 9.775066e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD805"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD805"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(ft³·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[ft_i]-3.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-FT3-YD3 a qudt:Unit ;
    rdfs:label "pound second per cubic foot cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 20.9513590904360734898398197482828932309580520842126103040871677981710006342 ;
    qudt:conversionMultiplierSN 2.095136e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD807"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD807"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(ft³·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[ft_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-FT6 a qudt:Unit ;
    rdfs:label "pound second per power of foot with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 565.68669544177398422567513320363824140351 ;
    qudt:conversionMultiplierSN 5.656867e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD806"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD806"^^xsd:anyURI ;
    qudt:symbol "lbm·s/ft⁶"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[ft_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_UK-FT3 a qudt:Unit ;
    rdfs:label "pound second per gallon (UK) cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 3523.56934727648145541664829657059011020605294153800825785864303594762158433 ;
    qudt:conversionMultiplierSN 3.523569e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD821"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD821"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(gal{UK}·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_br]-1.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_UK-IN3 a qudt:Unit ;
    rdfs:label "pound second per gallon (UK) cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 6088727.83209375995495996825647397924747369032618579777447295109453063821514 ;
    qudt:conversionMultiplierSN 6.088728e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD820"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD820"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(gal{UK}·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_br]-1.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_UK-YD3 a qudt:Unit ;
    rdfs:label "pound second per gallon (UK) cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 130.502568417647461311727714687799574584595938218919782844472849149164543662 ;
    qudt:conversionMultiplierSN 1.305026e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD822"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD822"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(gal{UK}·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_br]-1.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_UK2 a qudt:Unit ;
    rdfs:label "pound second per square gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 21947.7336927121324880427174246016925400206 ;
    qudt:conversionMultiplierSN 2.194773e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD819"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD819"^^xsd:anyURI ;
    qudt:symbol "lbm·s/gal{UK}²"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_br]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_US-FT3 a qudt:Unit ;
    rdfs:label "pound second per gallon (US) cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 4231.63034512288071316868671071812551987110714811933353209385231358464702875 ;
    qudt:conversionMultiplierSN 4.23163e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD816"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD816"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(gal{US}·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_us]-1.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_US-IN3 a qudt:Unit ;
    rdfs:label "pound second per gallon (US) cubic inch"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 7312257.2363723378723554906361209203423426504015498518997006698602882331675 ;
    qudt:conversionMultiplierSN 7.312257e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD815"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD815"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(gal{US}·in³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_us]-1.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_US-YD3 a qudt:Unit ;
    rdfs:label "pound second per gallon (US) cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 156.72704981936595233958098928585642972771370658419543812895405279099754025 ;
    qudt:conversionMultiplierSN 1.56727e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD817"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD817"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(gal{US}·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_us]-1.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-GAL_US2 a qudt:Unit ;
    rdfs:label "pound second per square gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 31654.7932310490816985086174723849379883998 ;
    qudt:conversionMultiplierSN 3.165479e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD813"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD813"^^xsd:anyURI ;
    qudt:symbol "lbm·s/gal{US}²"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[gal_us]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-IN3-FT3 a qudt:Unit ;
    rdfs:label "pound second per cubic inch cubic foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 977506.609723385444741966630175887035136384186115914995051356520829533283474 ;
    qudt:conversionMultiplierSN 9.775066e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD811"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD811"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(in³·ft³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-IN3-GAL_UK a qudt:Unit ;
    rdfs:label "pound second per cubic inch gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 6088727.83209375995495996825647397924747369032618579777447295109453063821514 ;
    qudt:conversionMultiplierSN 6.088728e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD809"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD809"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(in³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-IN3-GAL_US a qudt:Unit ;
    rdfs:label "pound second per cubic inch gallon (US)"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 7312257.2363723378723554906361209203423426504015498518997006698602882331675 ;
    qudt:conversionMultiplierSN 7.312257e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD808"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD808"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(in³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-IN3-YD3 a qudt:Unit ;
    rdfs:label "pound second per cubic inch cubic yard"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 36203.9485082735349904432085250328367502929193654065146943690023573671605436 ;
    qudt:conversionMultiplierSN 3.620395e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD812"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD812"^^xsd:anyURI ;
    qudt:symbol "lbm·s/(in³·yd³)"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-SEC-PER-IN6 a qudt:Unit ;
    rdfs:label "pound second per power of inch with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1689131421.60201004851411833694393277989887 ;
    qudt:conversionMultiplierSN 1.689131e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD810"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD810"^^xsd:anyURI ;
    qudt:symbol "lbm·s/in⁶"^^xsd:string ;
    qudt:ucumCode "[lb_av].s.[in_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-FT-PER-IN a qudt:Unit ;
    rdfs:label "pound-force foot per inch"^^xsd:string ;
    dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 53.3786617780937136 ;
    qudt:conversionMultiplierSN 5.337866e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:LinearTorque ;
    qudt:iec61360Code "0112/2///62720#UAB292"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB292"^^xsd:anyURI ;
    qudt:symbol "lbf·ft/in"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[ft_i].[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-IN-PER-IN a qudt:Unit ;
    rdfs:label "pound-force inch per inch"^^xsd:string ;
    dcterms:description "unit for length-related rotational moment according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 4.4482218148411428 ;
    qudt:conversionMultiplierSN 4.448222e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:LinearTorque ;
    qudt:iec61360Code "0112/2///62720#UAB293"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB293"^^xsd:anyURI ;
    qudt:symbol "lbf·in/in"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[in_i].[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-IN2-DEG_F a qudt:Unit ;
    rdfs:label "Pound Force per Square Inch Degree Fahrenheit"@en ;
    dcterms:description "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 12410.56 ;
    qudt:conversionMultiplierSN 1.241056e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:VolumetricHeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAA702"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA702"^^xsd:anyURI ;
    qudt:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^xsd:string ;
    qudt:symbol "lbf/(in²·°F)"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[sin_i]-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-IN2-SEC a qudt:Unit ;
    rdfs:label "Pound Force per Square Inch Second"@en ;
    dcterms:description "\"Pound Force per Square Inch Second\" is a unit for  'Force Per Area Time' expressed as $lbf / in^{2}-s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6894.75789 ;
    qudt:conversionMultiplierSN 6.894758e+03 ;
    qudt:expression "$lbf / in^{2}-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "lbf/(in²·s)"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[sin_i]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-LB a qudt:Unit ;
    rdfs:label "Pound Force per Pound"@en ;
    dcterms:description "\"Pound Force per Pound\" is an Imperial unit for  'Thrust To Mass Ratio' expressed as $lbf/lb$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 9.80665085 ;
    qudt:conversionMultiplierSN 9.806651e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf/lb$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:ThrustToMassRatio ;
    qudt:symbol "lbf/lbm"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[lb_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LM-HR a qudt:Unit ;
    rdfs:label "lumen hour"^^xsd:string ;
    dcterms:description "product of the SI derived unit lumen and the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LM ] ;
    qudt:hasQuantityKind qudtqk:LuminousEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA720"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA720"^^xsd:anyURI ;
    qudt:symbol "lm·h"^^xsd:string ;
    qudt:ucumCode "lm.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LM-PER-FT2 a qudt:Unit ;
    rdfs:label "lumen per square foot"^^xsd:string ;
    dcterms:description "SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 10.7639104167097223083335055559 ;
    qudt:conversionMultiplierSN 1.076391e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LM ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAB254"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB254"^^xsd:anyURI ;
    qudt:symbol "lm/ft²"^^xsd:string ;
    qudt:ucumCode "lm.[ft_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LM-PER-M2 a qudt:Unit ;
    rdfs:label "lumen per square metre"^^xsd:string ;
    dcterms:description "SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAA721"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA721"^^xsd:anyURI ;
    qudt:symbol "lm/m²"^^xsd:string ;
    qudt:ucumCode "lm.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LM-PER-W a qudt:Unit ;
    rdfs:label "Lumen per Watt"@en ;
    dcterms:description "A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$lm-per-w$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LM ] ;
    qudt:hasQuantityKind qudtqk:LuminousEfficacy ;
    qudt:iec61360Code "0112/2///62720#UAA719"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA719"^^xsd:anyURI ;
    qudt:symbol "lm/W"^^xsd:string ;
    qudt:ucumCode "lm.W-1"^^qudt:UCUMcs,
        "lm/W"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LM-SEC a qudt:Unit ;
    rdfs:label "lumen second"@en ;
    dcterms:description "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time.  The lumen second is sometimes called the talbot (symbol T).  An older name for the lumen second was the lumberg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$lm s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LM ] ;
    qudt:hasQuantityKind qudtqk:LuminousEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA722"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA722"^^xsd:anyURI ;
    qudt:symbol "lm·s"^^xsd:string ;
    qudt:ucumCode "lm.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "lumberg"^^xsd:string,
        "talbot"^^xsd:string .

unit:LUX-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Lux Hour"@en ;
    dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ;
    qudt:expression "$lx h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LUX ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LuminousExposure ;
    qudt:iec61360Code "0112/2///62720#UAA724"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA724"^^xsd:anyURI ;
    qudt:siUnitsExpression "lm-h/m^2"^^xsd:string ;
    qudt:symbol "lx·h"^^xsd:string ;
    qudt:ucumCode "lx.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LUX-SEC a qudt:Unit ;
    rdfs:label "lux second"^^xsd:string ;
    dcterms:description "product of the SI derived unit lux and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LUX ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LuminousExposure ;
    qudt:iec61360Code "0112/2///62720#UAA725"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA725"^^xsd:anyURI ;
    qudt:symbol "lx·s"^^xsd:string ;
    qudt:ucumCode "lx.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Meter mal Kelvin"@de,
        "metre kelvin"@en,
        "Meter Kelvin"@en-us,
        "متر کلوین"@fa,
        "metro per kelvin"@it,
        "meter kelvin"@ms,
        "米开尔文"@zh ;
    dcterms:description "$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:LengthTemperature ;
    qudt:iec61360Code "0112/2///62720#UAB170"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB170"^^xsd:anyURI ;
    qudt:symbol "m·K"^^xsd:string ;
    qudt:ucumCode "m.K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-K-PER-W a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre Kelvin per Watt"@en,
        "Meter Kelvin per Watt"@en-us ;
    dcterms:description "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$K-m/W$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ThermalResistivity ;
    qudt:symbol "m·K/W"^^xsd:string ;
    qudt:ucumCode "m.K.W-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre Kilogram"@en,
        "Meter Kilogram"@en-us ;
    dcterms:description "product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m-kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:LengthMass ;
    qudt:iec61360Code "0112/2///62720#UAD674"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD674"^^xsd:anyURI ;
    qudt:symbol "m·kg"^^xsd:string ;
    qudt:ucumCode "m.kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-BAR a qudt:Unit ;
    rdfs:label "metre per bar"^^xsd:string ;
    dcterms:description "SI base unit metre divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA731"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA731"^^xsd:anyURI ;
    qudt:symbol "m/bar"^^xsd:string ;
    qudt:ucumCode "m.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G05"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-FARAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre per Farad"@en,
        "Meter per Farad"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m-per-f$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:FARAD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:InversePermittivity ;
    qudt:symbol "m/F"^^xsd:string ;
    qudt:ucumCode "m.F-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre per Kelvin"@en,
        "Meter per Kelvin"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m-per-k$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA728"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA728"^^xsd:anyURI ;
    qudt:symbol "m/K"^^xsd:string ;
    qudt:ucumCode "m/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-PA a qudt:Unit ;
    rdfs:label "metre per pascal"^^xsd:string ;
    dcterms:description "SI base unit metre divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB315"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB315"^^xsd:anyURI ;
    qudt:symbol "m/Pa"^^xsd:string ;
    qudt:ucumCode "m.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-RAD a qudt:Unit ;
    rdfs:label "metre per radian"^^xsd:string ;
    dcterms:description "unit of the translation factor for implementation from rotation to linear move according"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:Rotary-TranslatoryMotionConversion ;
    qudt:iec61360Code "0112/2///62720#UAB482"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB482"^^xsd:anyURI ;
    qudt:symbol "m/rad"^^xsd:string ;
    qudt:ucumCode "m.rad-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "metre per second bar"^^xsd:string ;
    dcterms:description "SI base unit meter divided by the product of SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB313"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB313"^^xsd:anyURI ;
    qudt:symbol "m/(s·bar)"^^xsd:string ;
    qudt:ucumCode "m.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-SEC-K a qudt:Unit ;
    rdfs:label "metre per second kelvin"^^xsd:string ;
    dcterms:description "SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC009"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC009"^^xsd:anyURI ;
    qudt:symbol "m/(s·K)"^^xsd:string ;
    qudt:ucumCode "m.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-SEC-PA a qudt:Unit ;
    rdfs:label "metre per second pascal"^^xsd:string ;
    dcterms:description "SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA734"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA734"^^xsd:anyURI ;
    qudt:symbol "m/(s·Pa)"^^xsd:string ;
    qudt:ucumCode "m.s-1.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-V-SEC a qudt:Unit ;
    rdfs:label "metre per volt second"^^xsd:string ;
    dcterms:description "SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MagneticReluctivity ;
    qudt:iec61360Code "0112/2///62720#UAD917"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD917"^^xsd:anyURI ;
    qudt:symbol "m/(V·s)"^^xsd:string ;
    qudt:ucumCode "m.V-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-SEC a qudt:Unit ;
    rdfs:label "metre second"^^xsd:string ;
    dcterms:description "product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD686"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD686"^^xsd:anyURI ;
    qudt:symbol "m·s"^^xsd:string ;
    qudt:ucumCode "m.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-SEC2 a qudt:Unit ;
    rdfs:label "metre second squared"^^xsd:string ;
    dcterms:description "product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD683"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD683"^^xsd:anyURI ;
    qudt:symbol "m·s²"^^xsd:string ;
    qudt:ucumCode "m.s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-HR-DEG_C-PER-KiloCAL_IT a qudt:Unit ;
    rdfs:label "Square Metre Hour Degree Celsius per Kilocalorie (international Table)"@en,
        "Square Meter Hour Degree Celsius per Kilocalorie (international Table)"@en-us ;
    dcterms:description "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.859845 ;
    qudt:conversionMultiplierSN 8.59845e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloCAL_IT ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalInsulance ;
    qudt:iec61360Code "0112/2///62720#UAA749"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA749"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^xsd:string ;
    qudt:symbol "m²·h·°C/kcal{IT}"^^xsd:string ;
    qudt:ucumCode "m2.h.Cel/kcal_IT"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-HZ2 a qudt:Unit ;
    rdfs:label "Square Metres square Hertz"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:HZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²·Hz²"^^xsd:string ;
    qudt:ucumCode "m2.Hz2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-HZ3 a qudt:Unit ;
    rdfs:label "Square metres cubic Hertz"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:HZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²·Hz³"^^xsd:string ;
    qudt:ucumCode "m2.Hz3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-HZ4 a qudt:Unit ;
    rdfs:label "Square metres Hertz^4"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:HZ ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²·Hz⁴"^^xsd:string ;
    qudt:ucumCode "m2.Hz4"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre Kelvin"@en,
        "Square Meter Kelvin"@en-us ;
    dcterms:description "$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{2}-K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaTemperature ;
    qudt:symbol "m²·K"^^xsd:string ;
    qudt:ucumCode "m2.K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-GM_DRY a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Square metres per gram of dry sediment"@en ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM_DRY ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassAttenuationCoefficient ;
    qudt:symbol "m²/g{dry sediment}"^^xsd:string ;
    qudt:ucumCode "m2.g-1{dry}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:M2-PER-GM .

unit:M2-PER-HA a qudt:Unit ;
    rdfs:label "square metres per hectare"@en,
        "square meters per hectare"@en-us ;
    dcterms:description "Square metres per hectare."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:AreaRatio ;
    qudt:plainTextDescription "Square metres per hectare."^^xsd:string ;
    qudt:symbol "m²/ha"^^xsd:string ;
    qudt:ucumCode "m2.har-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-HA-YR a qudt:Unit ;
    rdfs:label "Square Metre per Hectare Year"@en,
        "Square Meter per Hectare Year"@en-us ;
    qudt:conversionMultiplier 0.000000000003168808781402895 ;
    qudt:conversionMultiplierSN 3.168809e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 2 divided by the unit hectare and by the unit year"^^xsd:string ;
    qudt:symbol "m²/(ha·a)"^^xsd:string ;
    qudt:ucumCode "m2.har-1.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-HZ a qudt:Unit ;
    rdfs:label "Square metres per Hertz"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HZ ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²/Hz"^^xsd:string ;
    qudt:ucumCode "m2.Hz-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-HZ-DEG a qudt:Unit ;
    rdfs:label "Square metres per Hertz degree"@en ;
    qudt:conversionMultiplier 57.2957795130823 ;
    qudt:conversionMultiplierSN 5.729578e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²/(Hz·°)"^^xsd:string ;
    qudt:ucumCode "m2.Hz-1.deg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-HZ2 a qudt:Unit ;
    rdfs:label "Square metres per square Hertz"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:HZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²/Hz²"^^xsd:string ;
    qudt:ucumCode "m2.Hz-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-J a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre per Joule"@en,
        "Square Meter per Joule"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ;
    qudt:expression "$m^2/j$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SpectralCrossSection ;
    qudt:iec61360Code "0112/2///62720#UAA745"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA745"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m²/J"^^xsd:string ;
    qudt:ucumCode "m2.J-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre per Kelvin"@en,
        "Square Meter per Kelvin"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m2-per-k$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaThermalExpansion ;
    qudt:symbol "m²/K"^^xsd:string ;
    qudt:ucumCode "m2.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-KiloW a qudt:Unit ;
    rdfs:label "square metre per Kilowatt"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloW ] ;
    qudt:hasQuantityKind qudtqk:AreaPerPower ;
    qudt:plainTextDescription "A common unit for measuring area per power"^^xsd:string ;
    qudt:symbol "m²/kW"^^xsd:string ;
    qudt:ucumCode "m2.kW-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-M a qudt:Unit ;
    rdfs:label "čtvereční metr na metr"@cs,
        "Quadratmeter je Meter"@de,
        "square metre per metre"@en,
        "metro cuadrado pormetro"@es,
        "mètre carré par mètre"@fr,
        "metro quadrato al metro"@it,
        "meter persegi per meter"@ms,
        "metr kwadratowy na metr"@pl,
        "metro quadrado por metro"@pt,
        "metru pătrat pe metru"@ro,
        "квадратный метр на метр"@ru,
        "kvadratni meter na meter"@sl,
        "metrekare per metre"@tr ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaPerLength ;
    qudt:plainTextDescription "square metre divided by metre: plain text description in English"^^xsd:string ;
    qudt:symbol "m²/m"^^xsd:string ;
    qudt:ucumCode "m2.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-M2 a qudt:Unit ;
    rdfs:label "square metre per square metre"@en,
        "square meter per square meter"@en-us ;
    dcterms:description "A square metre unit of area per square metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaRatio ;
    qudt:plainTextDescription "A square metre unit of area per square metre"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:symbol "m²/m²"^^xsd:string ;
    qudt:ucumCode "m2.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-N a qudt:Unit ;
    rdfs:label "Square Metre per Newton"@en,
        "Square Meter per Newton"@en-us ;
    dcterms:description "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:Compressibility ;
    qudt:iec61360Code "0112/2///62720#UAB492"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB492"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^xsd:string ;
    qudt:symbol "m²/N"^^xsd:string ;
    qudt:ucumCode "m2.N-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "square metre per second bar"^^xsd:string ;
    dcterms:description """
  The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the
   context of materials science or engineering.
  It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. 
  This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering,
   where understanding the flow of fluids through porous media is crucial.
  A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts.
  A bar is equal to $100,000\\ pascals$, (symbol $Pa$), approximately equal to the atmospheric pressure on Earth at sea level.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB493"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB493"^^xsd:anyURI ;
    qudt:symbol "m²/(s·bar)"^^xsd:string ;
    qudt:ucumCode "m2.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SEC-K a qudt:Unit ;
    rdfs:label "square metre per second kelvin"^^xsd:string ;
    dcterms:description """
  The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent
   and varies with time and temperature difference. 
  Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$),
   representing the rate of heat transfer across a surface per unit area per unit temperature difference.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA753"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA753"^^xsd:anyURI ;
    qudt:symbol "m²/(s·K)"^^xsd:string ;
    qudt:ucumCode "m2.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G09"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SEC-PA a qudt:Unit ;
    rdfs:label "square metre per second pascal"^^xsd:string ;
    dcterms:description """
  The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\\cdot Pa$, is a measure of permeability, which describes the ability
   of a material to allow fluids to pass through it under a pressure gradient. 
  It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering,
   where understanding fluid flow through porous materials is essential.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB460"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB460"^^xsd:anyURI ;
    qudt:symbol "m²/(s·Pa)"^^xsd:string ;
    qudt:ucumCode "m2.s-1.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre per Steradian"@en,
        "Square Meter per Steradian"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ;
    qudt:expression "$m^2/sr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:AngularCrossSection ;
    qudt:iec61360Code "0112/2///62720#UAA755"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA755"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m²/sr"^^xsd:string ;
    qudt:ucumCode "m2.sr-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SR-J a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre per Steradian Joule"@en,
        "Square Meter per Steradian Joule"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ;
    qudt:expression "$m^2/sr-j$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:SpectralAngularCrossSection ;
    qudt:iec61360Code "0112/2///62720#UAA756"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA756"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m²/(sr·J)"^^xsd:string ;
    qudt:ucumCode "m2.sr-1.J-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-W a qudt:Unit ;
    rdfs:label "čtvereční metr na watt"@cs,
        "Quadratmeter je Watt"@de,
        "square metre per watt"@en,
        "metro cuadrado porvatio"@es,
        "mètre carré par watt"@fr,
        "metro quadrato al watt"@it,
        "meter persegi per watt"@ms,
        "metr kwadratowy na wat"@pl,
        "metro quadrado por watt"@pt,
        "metru pătrat pe watt"@ro,
        "квадратный метр на ватт"@ru,
        "kvadratni meter na watt"@sl,
        "metrekare per watt"@tr ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:AreaPerPower ;
    qudt:plainTextDescription "A common unit for measuring area per power"^^xsd:string ;
    qudt:symbol "m²/W"^^xsd:string ;
    qudt:ucumCode "m2.W-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-SEC-PER-RAD a qudt:Unit ;
    rdfs:label "Square metre seconds per radian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m²·s/rad"^^xsd:string ;
    qudt:ucumCode "m2.s.rad-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-SR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre Steradian"@en,
        "Square Meter Steradian"@en-us ;
    dcterms:description "\"Square Meter Steradian\" is a unit for  'Area Angle' expressed as $m^{2}-sr$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{2}-sr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:AreaAngle ;
    qudt:symbol "m²·sr"^^xsd:string ;
    qudt:ucumCode "m2.sr"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-BAR a qudt:Unit ;
    rdfs:label "cubic metre per bar"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA759"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA759"^^xsd:anyURI ;
    qudt:symbol "m³/bar"^^xsd:string ;
    qudt:ucumCode "m3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-C a qudt:Unit ;
    rdfs:label "Cubic Metre per Coulomb"@en,
        "Cubic Meter per Coulomb"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^3/c$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:HallCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAB143"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB143"^^xsd:anyURI ;
    qudt:symbol "m³/C"^^xsd:string ;
    qudt:ucumCode "m3.C-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "cubic metre per day bar"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA762"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA762"^^xsd:anyURI ;
    qudt:symbol "m³/(d·bar)"^^xsd:string ;
    qudt:ucumCode "m3.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-DAY-K a qudt:Unit ;
    rdfs:label "cubic metre per day kelvin"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA761"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA761"^^xsd:anyURI ;
    qudt:symbol "m³/(d·K)"^^xsd:string ;
    qudt:ucumCode "m3.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-HA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Metre per Hectare"@en,
        "Cubic Meter per Hectare"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumePerArea ;
    qudt:symbol "m³/ha"^^xsd:string ;
    qudt:ucumCode "m3.har-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-HA-YR a qudt:Unit ;
    rdfs:label "Cubic Metre per Hectare Year"@en,
        "Cubic Meter per Hectare Year"@en-us ;
    qudt:conversionMultiplier 0.000000000003168808781402895 ;
    qudt:conversionMultiplierSN 3.168809e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:SurfaceRelatedVolumeFlow ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit hectare and by the unit year"^^xsd:string ;
    qudt:symbol "m³/(ha·a)"^^xsd:string ;
    qudt:ucumCode "m3.har-1.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-HR-BAR a qudt:Unit ;
    rdfs:label "cubic metre per hour bar"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA765"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA765"^^xsd:anyURI ;
    qudt:symbol "m³/(h·bar)"^^xsd:string ;
    qudt:ucumCode "m3.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-HR-K a qudt:Unit ;
    rdfs:label "cubic metre per hour kelvin"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA764"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA764"^^xsd:anyURI ;
    qudt:symbol "m³/(h·K)"^^xsd:string ;
    qudt:ucumCode "m3.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Metre per Kelvin"@en,
        "Cubic Meter per Kelvin"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m3-per-k$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumeThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA758"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA758"^^xsd:anyURI ;
    qudt:symbol "m³/K"^^xsd:string ;
    qudt:ucumCode "m3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-KiloGM-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Metre per Kilogram Square Second"@en,
        "Cubic Meter per Kilogram Square Second"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{3} kg^{-1} s^{-2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m³/(kg·s²)"^^xsd:string ;
    qudt:ucumCode "m3.(kg.s2)-1"^^qudt:UCUMcs,
        "m3.kg-1.s-2"^^qudt:UCUMcs,
        "m3/(kg.s2)"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-M2 a qudt:Unit ;
    rdfs:label "Cubic Metre per Square Metre"@en,
        "Cubic Meter per Square Meter"@en-us ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumePerArea ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "m³/m²"^^xsd:string ;
    qudt:ucumCode "m3.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-M3 a qudt:Unit ;
    rdfs:label "Cubic Metre per Cubic Metre"@en,
        "Cubic Meter per Cubic Meter"@en-us ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA767"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA767"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "m³/m³"^^xsd:string ;
    qudt:ucumCode "m3.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "cubic metre per minute bar"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA770"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA770"^^xsd:anyURI ;
    qudt:symbol "m³/(min·bar)"^^xsd:string ;
    qudt:ucumCode "m3.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-MIN-K a qudt:Unit ;
    rdfs:label "cubic metre per minute kelvin"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA769"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA769"^^xsd:anyURI ;
    qudt:symbol "m³/(min·K)"^^xsd:string ;
    qudt:ucumCode "m3.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-PA a qudt:Unit ;
    rdfs:label "cubic metre per pascal"^^xsd:string ;
    dcterms:description "power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB323"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB323"^^xsd:anyURI ;
    qudt:symbol "m³/Pa"^^xsd:string ;
    qudt:ucumCode "m3.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "cubic metre per second bar"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA774"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA774"^^xsd:anyURI ;
    qudt:symbol "m³/(s·bar)"^^xsd:string ;
    qudt:ucumCode "m3.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-SEC-K a qudt:Unit ;
    rdfs:label "cubic metre per second kelvin"^^xsd:string ;
    dcterms:description "power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA773"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA773"^^xsd:anyURI ;
    qudt:symbol "m³/(s·K)"^^xsd:string ;
    qudt:ucumCode "m3.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-SEC-M2 a qudt:Unit ;
    rdfs:label "cubic metre per second square metre"^^xsd:string ;
    dcterms:description "unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate_SurfaceRelated ;
    qudt:iec61360Code "0112/2///62720#UAB325"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB325"^^xsd:anyURI ;
    qudt:symbol "m³/(s·m²)"^^xsd:string ;
    qudt:ucumCode "m3.s-1.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-SEC-PA a qudt:Unit ;
    rdfs:label "cubic metre per second pascal"^^xsd:string ;
    dcterms:description "power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB322"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB322"^^xsd:anyURI ;
    qudt:symbol "m³/(s·Pa)"^^xsd:string ;
    qudt:ucumCode "m3.s-1.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-SEC2 a qudt:Unit ;
    rdfs:label "Cubic Metre per Square Second"@en,
        "Cubic Meter per Square Second"@en-us ;
    dcterms:description "$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for  $\\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^3/s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:StandardGravitationalParameter ;
    qudt:symbol "m³/s²"^^xsd:string ;
    qudt:ucumCode "m3.s-2"^^qudt:UCUMcs,
        "m3/s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M4-PER-SEC a qudt:Unit ;
    rdfs:label "Metres to the power four per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "m⁴/s"^^xsd:string ;
    qudt:ucumCode "m4.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M5 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Quintic Metre"@en,
        "Quintic Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^{5}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 5 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SectionAreaIntegral ;
    qudt:symbol "m⁵"^^xsd:string ;
    qudt:ucumCode "m5"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M6 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Sextic Metre"@en,
        "Sextic Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^{6}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 6 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:WarpingConstant ;
    qudt:symbol "m⁶"^^xsd:string ;
    qudt:ucumCode "m6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MACH a qudt:DimensionlessUnit,
        qudt:Unit ;
    rdfs:label "Mach"@en ;
    dcterms:description "\"Mach\" is a unit for  'Dimensionless Ratio' expressed as $mach$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mach"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:MachNumber ;
    qudt:iec61360Code "0112/2///62720#UAB595"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mach?oldid=492058934"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB595"^^xsd:anyURI ;
    qudt:symbol "Mach"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOHM a qudt:Unit ;
    rdfs:label "Mohm"@en ;
    dcterms:description """
  The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. 
  The mechanical ohm is defined as:
  $$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:expression "$mohm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ;
    qudt:hasQuantityKind qudtqk:MechanicalMobility ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914"^^xsd:anyURI ;
    qudt:latexDefinition "$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$"^^qudt:LatexString,
        "$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\:   \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$"^^qudt:LatexString ;
    qudt:symbol "mohm"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-DEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mole Degree Celsius"@en ;
    dcterms:description """$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$mol-deg-c$"^^qudt:LatexString,
        "$mol-degC$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:TemperatureAmountOfSubstance ;
    qudt:symbol "mol·°C"^^xsd:string ;
    qudt:ucumCode "mol.Cel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mole Kelvin"@en ;
    dcterms:description """
  The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:TemperatureAmountOfSubstance ;
    qudt:symbol "mol·K"^^xsd:string ;
    qudt:ucumCode "mol.K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-GM-HR a qudt:Unit ;
    rdfs:label "Moles per gram hour"@en ;
    dcterms:description "SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mol/(g·h)"^^xsd:string ;
    qudt:ucumCode "mol.g-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-HR a qudt:Unit ;
    rdfs:label "Mole per Hour"@en ;
    dcterms:description "SI base unit mole divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000277778 ;
    qudt:conversionMultiplierSN 2.77778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA884"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA884"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit mole divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "mol/h"^^xsd:string ;
    qudt:ucumCode "mol.h-1"^^qudt:UCUMcs,
        "mol/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-KiloGM-BAR a qudt:Unit ;
    rdfs:label "mole per kilogram bar"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMassPressure ;
    qudt:iec61360Code "0112/2///62720#UAA887"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA887"^^xsd:anyURI ;
    qudt:symbol "mol/(kg·bar)"^^xsd:string ;
    qudt:ucumCode "mol.kg-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-KiloGM-K a qudt:Unit ;
    rdfs:label "mole per kilogram kelvin"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA886"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA886"^^xsd:anyURI ;
    qudt:symbol "mol/(K·kg)"^^xsd:string ;
    qudt:ucumCode "mol.K-1.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-KiloGM-PA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mole per Kilogram Pascal"@en ;
    dcterms:description "Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$mol/(kg.pa)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMassPressure ;
    qudt:iec61360Code "0112/2///62720#UAB317"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB317"^^xsd:anyURI ;
    qudt:symbol "mol/(kg·Pa)"^^xsd:string ;
    qudt:ucumCode "mol.kg-1.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-L-BAR a qudt:Unit ;
    rdfs:label "mole per litre bar"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the unit litre and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA890"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA890"^^xsd:anyURI ;
    qudt:symbol "mol/(L·bar)"^^xsd:string ;
    qudt:ucumCode "mol.L-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-L-K a qudt:Unit ;
    rdfs:label "mole per litre kelvin"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA889"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA889"^^xsd:anyURI ;
    qudt:symbol "mol/(L·K)"^^xsd:string ;
    qudt:ucumCode "mol.L-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M2 a qudt:Unit ;
    rdfs:label "Moles per square metre"@en ;
    dcterms:description "SI unit of quantity of matter per SI unit area."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mol/m²"^^xsd:string ;
    qudt:ucumCode "mol.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Moles per Square Metre Day"@en,
        "Moles per Square Meter Day"@en-us ;
    dcterms:description "quantity of matter per unit area per unit of time."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "mol/(m²·d)"^^xsd:string ;
    qudt:ucumCode "mol.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M2-SEC a qudt:Unit ;
    rdfs:label "Moles per square metre second"@en ;
    dcterms:description "SI unit of quantity of matter per SI unit area per SI unit of time."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "mol/(m²·s)"^^xsd:string ;
    qudt:ucumCode "mol.m-2.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M2-SEC-M a qudt:Unit ;
    rdfs:label "Moles per square metre second metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "mol/(m²·m·s)"^^xsd:string ;
    qudt:ucumCode "mol.m-2.s-1.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M2-SEC-M-SR a qudt:Unit ;
    rdfs:label "Moles per square metre second metre steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mol/(m²·m·s·sr)"^^xsd:string ;
    qudt:ucumCode "mol.m-2.s-1.m-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M2-SEC-SR a qudt:Unit ;
    rdfs:label "Moles per square metre second steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mol/(m²·s·sr)"^^xsd:string ;
    qudt:ucumCode "mol.m-2.s-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M3-BAR a qudt:Unit ;
    rdfs:label "mole per cubic metre bar"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA893"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA893"^^xsd:anyURI ;
    qudt:symbol "mol/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "mol.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M3-K a qudt:Unit ;
    rdfs:label "mole per cubic metre kelvin"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA892"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA892"^^xsd:anyURI ;
    qudt:symbol "mol/(m³·K)"^^xsd:string ;
    qudt:ucumCode "mol.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M3-PA a qudt:Unit ;
    rdfs:label "mole per cubic metre pascal"^^xsd:string ;
    dcterms:description "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB318"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB318"^^xsd:anyURI ;
    qudt:symbol "mol/(m³·Pa)"^^xsd:string ;
    qudt:ucumCode "mol.m-3.Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M3-SEC a qudt:Unit ;
    rdfs:label "Moles per cubic metre second"@en ;
    dcterms:description "SI unit of quantity of matter per SI unit volume per SI unit of time."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "mol/(m³·s)"^^xsd:string ;
    qudt:ucumCode "mol.m-3.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-MIN a qudt:Unit ;
    rdfs:label "Mole per Minute"@en ;
    dcterms:description "SI base unit mole divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.016666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA894"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA894"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit mole divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "mol/min"^^xsd:string ;
    qudt:ucumCode "mol.min-1"^^qudt:UCUMcs,
        "mol/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-MOL a qudt:Unit ;
    rdfs:label "Moles per mole"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:symbol "mol/mol"^^xsd:string ;
    qudt:ucumCode "mol.mol-1"^^qudt:UCUMcs,
        "mol/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-SEC a qudt:Unit ;
    rdfs:label "Mole per Second"@en ;
    dcterms:description "SI base unit mol divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA895"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA895"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit mol divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mol/s"^^xsd:string ;
    qudt:ucumCode "mol.s-1"^^qudt:UCUMcs,
        "mol/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-TONNE a qudt:Unit ;
    rdfs:label "Mol per Tonne"@en ;
    dcterms:description "Mole Per Tonne (mol/t) is a unit of Molality"^^rdf:HTML ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:plainTextDescription "Mole Per Tonne (mol/t) is a unit of Molality"^^xsd:string ;
    qudt:symbol "mol/t"^^xsd:string ;
    qudt:ucumCode "mol.t-1"^^qudt:UCUMcs,
        "mol/t"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL_LB-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Pound Mole Degree Fahrenheit"@en ;
    dcterms:description "$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$."^^qudt:LatexString ;
    qudt:conversionMultiplier 251.995761111111131270772 ;
    qudt:conversionMultiplierSN 2.519958e+02 ;
    qudt:expression "$lb-mol-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL_LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:MassAmountOfSubstanceTemperature ;
    qudt:symbol "lb-mol·°F"^^xsd:string ;
    qudt:ucumCode "[mol_lb].[degF]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL_LB-PER-MIN a qudt:Unit ;
    rdfs:label "pound mole per minute"^^xsd:string ;
    dcterms:description "non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units"^^xsd:string ;
    qudt:conversionMultiplier 7.559872833333333333333333333333335 ;
    qudt:conversionMultiplierSN 7.559873e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL_LB ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:iec61360Code "0112/2///62720#UAB452"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB452"^^xsd:anyURI ;
    qudt:symbol "lb-mol/min"^^xsd:string ;
    qudt:ucumCode "[mol_lb].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL_LB-PER-SEC a qudt:Unit ;
    rdfs:label "pound mole per second"^^xsd:string ;
    dcterms:description "non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units"^^xsd:string ;
    qudt:conversionMultiplier 453.59237 ;
    qudt:conversionMultiplierSN 4.535924e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL_LB ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:iec61360Code "0112/2///62720#UAB451"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB451"^^xsd:anyURI ;
    qudt:symbol "lb-mol/s"^^xsd:string ;
    qudt:ucumCode "[mol_lb].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MebiBIT-PER-M a qudt:Unit ;
    rdfs:label "mebibit per metre"^^xsd:string ;
    dcterms:description "1,048,576-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 726817.49800282521276748358899013255168 ;
    qudt:conversionMultiplierSN 7.268175e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MebiBIT ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA230"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA230"^^xsd:anyURI ;
    qudt:symbol "Mibit/m"^^xsd:string ;
    qudt:ucumCode "Mibit.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MebiBIT-PER-M2 a qudt:Unit ;
    rdfs:label "mebibit per square metre"^^xsd:string ;
    dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 726817.49800282521276748358899013255168 ;
    qudt:conversionMultiplierSN 7.268175e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MebiBIT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA231"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA231"^^xsd:anyURI ;
    qudt:symbol "Mibit/m²"^^xsd:string ;
    qudt:ucumCode "Mibit.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MebiBIT-PER-M3 a qudt:Unit ;
    rdfs:label "mebibit per cubic metre"^^xsd:string ;
    dcterms:description "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 726817.49800282521276748358899013255168 ;
    qudt:conversionMultiplierSN 7.268175e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MebiBIT ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA232"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA232"^^xsd:anyURI ;
    qudt:symbol "Mibit/m³"^^xsd:string ;
    qudt:ucumCode "Mibit.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaA-PER-M2 a qudt:Unit ;
    rdfs:label "Megaampere per Square Metre"@en,
        "Megaampere per Square Meter"@en-us ;
    dcterms:description "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaA ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:iec61360Code "0112/2///62720#UAA203"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA203"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "MA/m²"^^xsd:string ;
    qudt:ucumCode "MA.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBAUD a qudt:Unit ;
    rdfs:label "megabaud"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DigitRate ;
    qudt:iec61360Code "0112/2///62720#UAA204"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA204"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:BAUD ;
    qudt:symbol "MBd"^^xsd:string ;
    qudt:uneceCommonCode "J54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBIT-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Megabit per Second"@en ;
    dcterms:description "A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second."^^rdf:HTML ;
    qudt:conversionMultiplier 693147.18055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaBIT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA226"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Data_rate_units"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA226"^^xsd:anyURI ;
    qudt:symbol "Mbit/s"^^xsd:string ;
    qudt:ucumCode "MBd"^^qudt:UCUMcs,
        "Mbit/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaC-PER-M3 a qudt:Unit ;
    rdfs:label "Megacoulomb per Cubic Metre"@en,
        "Megacoulomb per Cubic Meter"@en-us ;
    dcterms:description "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeDensity ;
    qudt:iec61360Code "0112/2///62720#UAA208"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA208"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "MC/m³"^^xsd:string ;
    qudt:ucumCode "MC.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaEV-FemtoM a qudt:Unit ;
    rdfs:label "Mega Electron Volt Femtometre"@en,
        "Mega Electron Volt Femtometer"@en-us ;
    dcterms:description "$\\textit{Mega Electron Volt Femtometer}$ is a unit for  'Length Energy' expressed as $MeV fm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-28 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FemtoM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaEV ] ;
    qudt:hasQuantityKind qudtqk:LengthEnergy ;
    qudt:symbol "MeV·fm"^^xsd:string ;
    qudt:ucumCode "MeV.fm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaEV-PER-CentiM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mega Electron Volt per Centimetre"@en,
        "Mega Electron Volt per Centimeter"@en-us ;
    dcterms:description "\"Mega Electron Volt per Centimeter\" is a unit for  'Linear Energy Transfer' expressed as $MeV/cm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-11 ;
    qudt:expression "$MeV/cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaEV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:LinearEnergyTransfer ;
    qudt:symbol "MeV/cm"^^xsd:string ;
    qudt:ucumCode "MeV.cm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaFLOPS a qudt:Unit ;
    rdfs:label "megafloating point operations per second"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:FloatingPointCalculationCapability ;
    qudt:iec61360Code "0112/2///62720#UAB591"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB591"^^xsd:anyURI ;
    qudt:symbol "Mflops"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaHZ-KiloM a qudt:Unit ;
    rdfs:label "megahertz kilometre"^^xsd:string ;
    dcterms:description "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaHZ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD911"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD911"^^xsd:anyURI ;
    qudt:symbol "MHz·km"^^xsd:string ;
    qudt:uneceCommonCode "H39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaHZ-PER-K a qudt:Unit ;
    rdfs:label "Mega Hertz per Kelvin"@en ;
    dcterms:description "$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:expression "$MHz K^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaHZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:InverseTimeTemperature ;
    qudt:symbol "MHz/K"^^xsd:string ;
    qudt:ucumCode "MHz.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MegaJoule per Kelvin"@en ;
    dcterms:description "MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:expression "$MegaJ/K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:HeatCapacity ;
    qudt:symbol "MJ/K"^^xsd:string ;
    qudt:ucumCode "MJ.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Megajoule Per Square Metre Per Day"@en,
        "Megajoule Per Square Meter Per Day"@en-us ;
    dcterms:description "MegaJoule Per Square Meter Per Day (\\(MegaJ/m^2/day\\)) is a unit in the category of Energy density over time."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 11.57407407407407 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ] ;
    qudt:hasQuantityKind qudtqk:Irradiance ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "MJ/(m²·d)"^^xsd:string ;
    qudt:ucumCode "MJ.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM-M a qudt:Unit ;
    rdfs:label "megaohm metre"^^xsd:string ;
    dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA200"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA200"^^xsd:anyURI ;
    qudt:symbol "m·MΩ"^^xsd:string ;
    qudt:ucumCode "m.MOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM-PER-BAR a qudt:Unit ;
    rdfs:label "megaohm per bar"^^xsd:string ;
    dcterms:description "1,000,000-fold of SI derived unit ohm per metrical non SI unit bar"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD881"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD881"^^xsd:anyURI ;
    qudt:symbol "MΩ/bar"^^xsd:string ;
    qudt:ucumCode "MOhm.bar-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM-PER-K a qudt:Unit ;
    rdfs:label "megaohm per kelvin"^^xsd:string ;
    dcterms:description "1,000,000-fold of the SI derived unit ohm per SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD877"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD877"^^xsd:anyURI ;
    qudt:symbol "MΩ/K"^^xsd:string ;
    qudt:ucumCode "MOhm.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM-PER-KiloM a qudt:Unit ;
    rdfs:label "megaohm per kilometre"^^xsd:string ;
    dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre."^^rdf:HTML ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAA199"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA199"^^xsd:anyURI ;
    qudt:symbol "MΩ/km"^^xsd:string ;
    qudt:ucumCode "MOhm.km-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM-PER-M a qudt:Unit ;
    rdfs:label "megaohm per metre"^^xsd:string ;
    dcterms:description "1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAA201"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA201"^^xsd:anyURI ;
    qudt:symbol "MΩ/m"^^xsd:string ;
    qudt:ucumCode "MOhm.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPA-M0dot5 a qudt:Unit ;
    rdfs:label "Megapascal Square Root Metre"@en,
        "Megapascal Square Root Meter"@en-us ;
    dcterms:description "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 5 ;
            qudt:hasUnit unit:M0dot ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaPA ] ;
    qudt:hasQuantityKind qudtqk:StressIntensityFactor ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit Pascal Square Root Meter"^^xsd:string ;
    qudt:symbol "MPa√m"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPA-PER-BAR a qudt:Unit ;
    rdfs:label "Megapascal per Bar"@en ;
    dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaPA ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA217"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA217"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^xsd:string ;
    qudt:symbol "MPa/bar"^^xsd:string ;
    qudt:ucumCode "MPa.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F05"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPA-PER-K a qudt:Unit ;
    rdfs:label "Megapascal per Kelvin"@en ;
    dcterms:description "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaPA ] ;
    qudt:hasQuantityKind qudtqk:PressureCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA216"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA216"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "MPa/K"^^xsd:string ;
    qudt:ucumCode "MPa.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaS-PER-M a qudt:Unit ;
    rdfs:label "Megasiemens per Metre"@en,
        "Megasiemens per Meter"@en-us ;
    dcterms:description "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA220"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA220"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "MS/m"^^xsd:string ;
    qudt:ucumCode "MS.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaTONNE-PER-YR a qudt:Unit ;
    rdfs:label "Megatonne pro Jahr"@de,
        "Megatonne per Year"@en,
        "Mégatonne par An"@fr ;
    dcterms:description "1,000,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 31.68808781 ;
    qudt:conversionMultiplierSN 3.168809e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaTONNE ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:plainTextDescription "1,000,000 metric tonne divided by the unit year with 365 days"^^xsd:string ;
    qudt:symbol "Mt/a"^^xsd:string ;
    qudt:ucumCode "Mt/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/vocab/unit> .

unit:MegaV-PER-M a qudt:Unit ;
    rdfs:label "Megavolt per Metre"@en,
        "Megavolt per Meter"@en-us ;
    dcterms:description "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA223"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA223"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "MV/m"^^xsd:string ;
    qudt:ucumCode "MV.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroA-PER-K a qudt:Unit ;
    rdfs:label "microampere per kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroA ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerTemperature ;
    qudt:iec61360Code "0112/2///62720#UAD898"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD898"^^xsd:anyURI ;
    qudt:symbol "μA/K"^^xsd:string ;
    qudt:ucumCode "uA.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroBQ-PER-KiloGM a qudt:Unit ;
    rdfs:label "Microbecquerels per kilogram"@en ;
    dcterms:description "One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroBQ ] ;
    qudt:hasQuantityKind qudtqk:SpecificActivity ;
    qudt:symbol "μBq/kg"^^xsd:string ;
    qudt:ucumCode "uBq.kg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroBQ-PER-L a qudt:Unit ;
    rdfs:label "Microbecquerels per litre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroBQ ] ;
    qudt:hasQuantityKind qudtqk:ActivityConcentration ;
    qudt:symbol "μBq/L"^^xsd:string ;
    qudt:ucumCode "uBq.L-1"^^qudt:UCUMcs,
        "uBq/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroC-PER-M3 a qudt:Unit ;
    rdfs:label "Microcoulomb per Cubic Metre"@en,
        "Microcoulomb per Cubic Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroC ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeDensity ;
    qudt:iec61360Code "0112/2///62720#UAA061"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA061"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "μC/m³"^^xsd:string ;
    qudt:ucumCode "uC.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroCi a qudt:Unit ;
    rdfs:label "MicroCurie"@en ;
    dcterms:description "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 37000.0 ;
    qudt:conversionMultiplierSN 3.7e+04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA062"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062"^^xsd:anyURI ;
    qudt:symbol "μCi"^^xsd:string ;
    qudt:ucumCode "uCi"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M5"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroFARAD-PER-KiloM a qudt:Unit ;
    rdfs:label "Microfarad per Kilometre"@en,
        "Microfarad per Kilometer"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroFARAD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:iec61360Code "0112/2///62720#UAA064"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA064"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "μF/km"^^xsd:string ;
    qudt:ucumCode "uF.km-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroFARAD-PER-M a qudt:Unit ;
    rdfs:label "Microfarad per Metre"@en,
        "Microfarad per Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroFARAD ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:iec61360Code "0112/2///62720#UAA065"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA065"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "μF/m"^^xsd:string ;
    qudt:ucumCode "uF.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGAL-PER-M a qudt:Unit ;
    rdfs:label "MicroGals per metre"@en ;
    dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."@en ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGAL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "µGal/m"^^xsd:string ;
    qudt:ucumCode "uGal.m-1"^^qudt:UCUMcs,
        "uGal/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-GM-DAY a qudt:Unit ;
    rdfs:label "Microgram per Gram per Day"@en ;
    dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of SI base unit kilogram per day "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassSpecificBiogeochemicalRate ;
    qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "μg/(g·d)"^^xsd:string ;
    qudt:ucumCode "ug.g-1.d-1"^^qudt:UCUMcs,
        "ug/g/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-GM-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Micrograms per gram per hour"@en ;
    dcterms:description "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:MassSpecificBiogeochemicalRate ;
    qudt:plainTextDescription "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "^^xsd:string ;
    qudt:symbol "μg/(g·h)"^^xsd:string ;
    qudt:ucumCode "ug.g-1.hr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-L-DAY a qudt:Unit ;
    rdfs:label "Micrograms per litre per hour"@en ;
    dcterms:description "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 day."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001157407407407407 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:MassConcentrationRateOfChange ;
    qudt:symbol "μg/(L·d)"^^xsd:string ;
    qudt:ucumCode "ug.L-1.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-L-HR a qudt:Unit ;
    rdfs:label "Micrograms per litre hour"@en ;
    dcterms:description "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μg/(L·h)"^^xsd:string ;
    qudt:ucumCode "ug.L-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-M3-BAR a qudt:Unit ;
    rdfs:label "microgram per cubic metre bar"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000000001 ;
    qudt:conversionMultiplierSN 1e-14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA087"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA087"^^xsd:anyURI ;
    qudt:symbol "μg/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "ug.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-M3-HR a qudt:Unit ;
    rdfs:label "Micrograms per cubic metre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μg/(m³·h)"^^xsd:string ;
    qudt:ucumCode "ug.m-3.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-M3-K a qudt:Unit ;
    rdfs:label "microgram per cubic metre kelvin"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA086"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA086"^^xsd:anyURI ;
    qudt:symbol "μg/(m³·K)"^^xsd:string ;
    qudt:ucumCode "ug.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroKAT-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Microkatal per Litre"@en,
        "Microkatal per Liter"@en-us ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroKAT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^xsd:string ;
    qudt:symbol "µkat/L"^^xsd:string ;
    qudt:ucumCode "ukat/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroL-PER-L a qudt:Unit ;
    rdfs:label "Microlitre per Litre"@en,
        "Microlitre per Liter"@en-us ;
    dcterms:description "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA089"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA089"^^xsd:anyURI ;
    qudt:plainTextDescription "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^xsd:string ;
    qudt:symbol "μL/L"^^xsd:string ;
    qudt:ucumCode "uL.L-1"^^qudt:UCUMcs,
        "uL/L"^^qudt:UCUMcs ;
    qudt:udunitsCode "ppmv"^^xsd:string ;
    qudt:uneceCommonCode "J36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM-PER-K a qudt:Unit ;
    rdfs:label "Micrometre per Kelvin"@en,
        "Micrometer per Kelvin"@en-us ;
    dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA091"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA091"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "μm/K"^^xsd:string ;
    qudt:ucumCode "um.K-1"^^qudt:UCUMcs,
        "um/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM-PER-M a qudt:Unit ;
    rdfs:label "micrometre per metre"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit metre divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Gradient ;
    qudt:iec61360Code "0112/2///62720#UAC002"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC002"^^xsd:anyURI ;
    qudt:symbol "μm/m"^^xsd:string ;
    qudt:ucumCode "um.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM-PER-MilliL a qudt:Unit ;
    rdfs:label "Square microns per millilitre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μm/mL"^^xsd:string ;
    qudt:ucumCode "um2.mL-1"^^qudt:UCUMcs,
        "um2/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM-PER-N a qudt:Unit ;
    rdfs:label "Mikrometer pro Newton"@de,
        "Micro metre per Newton"@en,
        "Micro meter per Newton"@en-us ;
    dcterms:description "Micro metres measured per Newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:LinearCompressibility ;
    qudt:plainTextDescription "Micro metres measured per Newton"^^xsd:string ;
    qudt:symbol "μm/N"^^xsd:string ;
    qudt:ucumCode "um.N-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM3-PER-M3 a qudt:Unit ;
    rdfs:label "Cubic microns per cubic metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:symbol "μm³/m³"^^xsd:string ;
    qudt:ucumCode "um3.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM3-PER-MilliL a qudt:Unit ;
    rdfs:label "Cubic microns per millilitre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MicroM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:symbol "μm³/mL"^^xsd:string ;
    qudt:ucumCode "um3.mL-1"^^qudt:UCUMcs,
        "um3/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-GM-HR a qudt:Unit ;
    rdfs:label "Micromoles per gram hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μmol/(g·h)"^^xsd:string ;
    qudt:ucumCode "umol.g-1.h-1"^^qudt:UCUMcs,
        "umol/g/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-GM-SEC a qudt:Unit ;
    rdfs:label "Micromoles per gram second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μmol/(g·s)"^^xsd:string ;
    qudt:ucumCode "umol.g-1.s-1"^^qudt:UCUMcs,
        "umol/g/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Micromoles per kilogram"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:symbol "μmol/kg"^^xsd:string ;
    qudt:ucumCode "umol.kg-1"^^qudt:UCUMcs,
        "umol/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-L-HR a qudt:Unit ;
    rdfs:label "Micromoles per litre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "μmol/(L·h)"^^xsd:string ;
    qudt:ucumCode "umol.L-1.h-1"^^qudt:UCUMcs,
        "umol/L/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-M2 a qudt:Unit ;
    rdfs:label "Micromoles per square metre"@en ;
    dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μmol/m²"^^xsd:string ;
    qudt:ucumCode "umol.m-2"^^qudt:UCUMcs,
        "umol/m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Micromoles per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "μmol/(m²·d)"^^xsd:string ;
    qudt:ucumCode "umol.m-2.d-1"^^qudt:UCUMcs,
        "umol/m2/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-M2-HR a qudt:Unit ;
    rdfs:label "Micromoles per square metre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "μmol/(m²·h)"^^xsd:string ;
    qudt:ucumCode "umol.m-2.h-1"^^qudt:UCUMcs,
        "umol/m2/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-M2-SEC a qudt:Unit ;
    rdfs:label "Micromoles per square metre second"@en ;
    dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time.  This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "μmol/(m²·s)"^^xsd:string ;
    qudt:ucumCode "umol.m-2.s-1"^^qudt:UCUMcs,
        "umol/m2/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-M2-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "micromole per square metre per square second"@en,
        "micromole per square meter per square second"@en-us ;
    dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:plainTextDescription "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."^^xsd:string ;
    qudt:symbol "μmol/(m²·s²)"^^xsd:string ;
    qudt:ucumCode "umol.m-2.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-MOL a qudt:Unit ;
    rdfs:label "Micromoles per mole"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:symbol "μmol/mol"^^xsd:string ;
    qudt:ucumCode "umol.mol-1"^^qudt:UCUMcs,
        "umol/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-MicroMOL-DAY a qudt:Unit ;
    rdfs:label "Micromole per micromole of biomass day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "μmol/(μmol·d)"^^xsd:string ;
    qudt:ucumCode "umol.umol-1.d-1"^^qudt:UCUMcs,
        "umol/umol/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-SEC a qudt:Unit ;
    rdfs:label "Micromoles per second"@en ;
    dcterms:description " This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range. "@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFlux ;
    qudt:symbol "μmol/s"^^xsd:string ;
    qudt:ucumCode "umol.s-1"^^qudt:UCUMcs,
        "umol/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL2-PER-M4-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "(micromole per metre squared per second) squared"@en,
        "(micromole per metre squared per second) squared"@en-us ;
    dcterms:description "NEON variance for a molar flux density, (uM/m^2/s)^2 ."@en ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A2E0L-4I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -4 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MolarFluxDensityVariance_NEON ;
    qudt:plainTextDescription "NEON variance for a molar flux density, (uM/m^2/s)^2 ."@en ;
    qudt:symbol "μmol²/(m⁴·s²)"^^xsd:string ;
    qudt:ucumCode "umol2.m-4.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroOHM-M a qudt:Unit ;
    rdfs:label "microohm metre"^^xsd:string ;
    dcterms:description "0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA056"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA056"^^xsd:anyURI ;
    qudt:symbol "m·μΩ"^^xsd:string ;
    qudt:ucumCode "m.uOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroS-PER-M a qudt:Unit ;
    rdfs:label "Microsiemens per Metre"@en,
        "Microsiemens per Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA076"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA076"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "μS/m"^^xsd:string ;
    qudt:ucumCode "uS.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroS2-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Microsiemen Squared Per Centimetre Squared"@en,
        "Microsiemen Squared Per Centimeter Squared"@en-us ;
    dcterms:description "Conductivity variance, or (MicroS-PER-CentiM)2"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "\\(uS{2}-cm^{-2}\\)"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E4L-6I0M-2H0T6D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:MicroS ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ConductivityVariance_NEON ;
    qudt:plainTextDescription "Conductivity variance, or (MicroS-PER-CentiM)2"^^xsd:string ;
    qudt:symbol "uS2/cm2"^^xsd:string ;
    qudt:ucumCode "uS2.cm-2"^^qudt:UCUMcs,
        "uS2/cm2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroSV-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MicroSievert per hour"@en ;
    dcterms:description "0.000001-fold of the derived SI unit sievert divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277778 ;
    qudt:conversionMultiplierSN 2.77778e-10 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroSV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate ;
    qudt:iec61360Code "0112/2///62720#UAB466"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB466"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
    qudt:siUnitsExpression "J/kg"^^xsd:string ;
    qudt:symbol "µSv/h"^^xsd:string ;
    qudt:ucumCode "uSv.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroV-PER-M a qudt:Unit ;
    rdfs:label "Microvolt per Metre"@en,
        "Microvolt per Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroV ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA079"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA079"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "µV/m"^^xsd:string ;
    qudt:ucumCode "uV.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-HR-PER-GM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Milliampere Hour per Gram"@en ;
    dcterms:description """$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. 
  1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. 
  The unit is often used in electrochemistry to describe the properties of active components like electrodes.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:SpecificElectricCharge ;
    qudt:symbol "mA·h/g"^^xsd:string ;
    qudt:ucumCode "mA.h.g-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-IN2-PER-LB_F a qudt:Unit ;
    rdfs:label "milliampere square inch per pound-force"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI base unit ampere and the unit inch according to the Anglo-American and Imperial system of units with the exponent 2 according to the quotient of the unit pound-force according to the Anglo-American system of units"^^xsd:string ;
    qudt:conversionMultiplier 0.000000145037731222726870214855723638659299692 ;
    qudt:conversionMultiplierSN 1.450377e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB494"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB494"^^xsd:anyURI ;
    qudt:symbol "mA·in²/lbf"^^xsd:string ;
    qudt:ucumCode "mA.[in_i]2.[lbf_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-PER-BAR a qudt:Unit ;
    rdfs:label "milliampere per bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit ampere divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA776"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA776"^^xsd:anyURI ;
    qudt:symbol "mA/bar"^^xsd:string ;
    qudt:ucumCode "mA.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-PER-K a qudt:Unit ;
    rdfs:label "milliampere per kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerTemperature ;
    qudt:iec61360Code "0112/2///62720#UAD897"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD897"^^xsd:anyURI ;
    qudt:symbol "mA/K"^^xsd:string ;
    qudt:ucumCode "mA.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-PER-L-MIN a qudt:Unit ;
    rdfs:label "milliampere per litre minute"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD910"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD910"^^xsd:anyURI ;
    qudt:symbol "mA/(L·min)"^^xsd:string ;
    qudt:ucumCode "mA.L-1.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-PER-LB_F-IN2 a qudt:Unit ;
    rdfs:label "milliampere per pound-force square inch"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.34845454307937980503809350919576335422566229642579948977603983952 ;
    qudt:conversionMultiplierSN 3.484545e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mA/(lbf·in²)"^^xsd:string ;
    qudt:ucumCode "mA.[lbf_av]-1.[in_i]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBAR-PER-BAR a qudt:Unit ;
    rdfs:label "Millibar per Bar"@en ;
    dcterms:description "0.01-fold of the unit bar divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA812"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA812"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the unit bar divided by the unit bar"^^xsd:string ;
    qudt:symbol "mbar/bar"^^xsd:string ;
    qudt:ucumCode "mbar.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F04"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBAR-PER-K a qudt:Unit ;
    rdfs:label "Millibar per Kelvin"@en ;
    dcterms:description "0.001-fold of the unit bar divided by the unit temperature kelvin"^^rdf:HTML ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBAR ] ;
    qudt:hasQuantityKind qudtqk:VolumetricHeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAA811"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA811"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit bar divided by the unit temperature kelvin"^^xsd:string ;
    qudt:symbol "mbar/K"^^xsd:string ;
    qudt:ucumCode "mbar.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBQ-PER-GM a qudt:Unit ;
    rdfs:label "Millibecquerels per gram"@en ;
    dcterms:description "One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBQ ] ;
    qudt:hasQuantityKind qudtqk:SpecificActivity ;
    qudt:symbol "mBq/g"^^xsd:string ;
    qudt:ucumCode "mBq.g-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBQ-PER-KiloGM a qudt:Unit ;
    rdfs:label "Millibecquerels per kilogram"@en ;
    dcterms:description "One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBQ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:SpecificActivity ;
    qudt:symbol "mBq/kg"^^xsd:string ;
    qudt:ucumCode "mBq.kg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBQ-PER-L a qudt:Unit ;
    rdfs:label "Millibecquerels per litre"@en ;
    dcterms:description "One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBQ ] ;
    qudt:hasQuantityKind qudtqk:ActivityConcentration ;
    qudt:symbol "mBq/L"^^xsd:string ;
    qudt:ucumCode "mBq.L-1"^^qudt:UCUMcs,
        "mBq/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBQ-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Millibecquerels per square metre day"@en ;
    dcterms:description "One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBQ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mBq/(m²·d)"^^xsd:string ;
    qudt:ucumCode "mBq.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliC-PER-M3 a qudt:Unit ;
    rdfs:label "Millicoulomb per Cubic Metre"@en,
        "Millicoulomb per Cubic Meter"@en-us ;
    dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliC ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAA785"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA785"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "mC/m³"^^xsd:string ;
    qudt:ucumCode "mC.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliCD a qudt:Unit ;
    rdfs:label "millicandela"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit candela"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    qudt:iec61360Code "0112/2///62720#UAB369"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB369"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:CD ;
    qudt:symbol "mCd"^^xsd:string ;
    qudt:uneceCommonCode "P34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliCi a qudt:Unit ;
    rdfs:label "Millicurie"@en ;
    dcterms:description "0.001-fold of the SI derived unit curie"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 37000000.0 ;
    qudt:conversionMultiplierSN 3.7e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA786"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit curie"^^xsd:string ;
    qudt:symbol "mCi"^^xsd:string ;
    qudt:ucumCode "mCi"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MCU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliDARCY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millidarcy"@en ;
    dcterms:description """
  The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. 
  It is not an SI unit, but it is widely used in petroleum engineering and geology. 
  The unit has also been used in biophysics and biomechanics, where the flow of fluids such as 
  blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. 
  A millidarcy has dimensional units of $length^2$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000009869233 ;
    qudt:conversionMultiplierSN 9.869233e-16 ;
    qudt:expression "$d$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:HydraulicPermeability ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ;
    qudt:plainTextDescription "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length²."^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:DARCY ;
    qudt:symbol "md"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliFARAD a qudt:Unit ;
    rdfs:label "Millifarad"@en ;
    dcterms:description "0.001-fold of the SI derived unit farad"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAA787"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA787"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit farad"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "mF"^^xsd:string ;
    qudt:ucumCode "mF"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGAL-PER-MO a qudt:Unit ;
    rdfs:label "MilliGals per month"@en ;
    dcterms:description "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."@en ;
    qudt:conversionMultiplier 0.000000000003919350772901616281311709002114104 ;
    qudt:conversionMultiplierSN 3.919351e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGAL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MO ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mgal/mo"^^xsd:string ;
    qudt:ucumCode "mGal.mo-1"^^qudt:UCUMcs,
        "mGal/mo"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-HR-PER-L-CentiM3 a qudt:Unit ;
    rdfs:label "milligram hour per litre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC837"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC837"^^xsd:anyURI ;
    qudt:symbol "mg·h/(L·cm³)"^^xsd:string ;
    qudt:ucumCode "mg.h.L-1.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-HR-PER-L-M3 a qudt:Unit ;
    rdfs:label "milligram hour per litre cubic metre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3.6 ;
    qudt:conversionMultiplierSN 3.6e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC836"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC836"^^xsd:anyURI ;
    qudt:symbol "mg·h/(L·m³)"^^xsd:string ;
    qudt:ucumCode "mg.h.L-1.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-HR-PER-L2 a qudt:Unit ;
    rdfs:label "milligram hour per litre squared"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC838"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC838"^^xsd:anyURI ;
    qudt:symbol "mg·h/L²"^^xsd:string ;
    qudt:ucumCode "mg.h.L-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-HR-PER-M3-CentiM3 a qudt:Unit ;
    rdfs:label "milligram hour per cubic metre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC831"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC831"^^xsd:anyURI ;
    qudt:symbol "mg·h/(m³·cm³)"^^xsd:string ;
    qudt:ucumCode "mg.h.m-3.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-HR-PER-M3-L a qudt:Unit ;
    rdfs:label "milligram hour per cubic metre litre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 3.6 ;
    qudt:conversionMultiplierSN 3.6e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC832"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC832"^^xsd:anyURI ;
    qudt:symbol "mg·h/(m³·L)"^^xsd:string ;
    qudt:ucumCode "mg.h.m-3.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-HR-PER-M6 a qudt:Unit ;
    rdfs:label "milligram hour per power of metre with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0036 ;
    qudt:conversionMultiplierSN 3.6e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC830"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC830"^^xsd:anyURI ;
    qudt:symbol "mg·h/m⁶"^^xsd:string ;
    qudt:ucumCode "mg.h.m-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-MIN-PER-L-CentiM3 a qudt:Unit ;
    rdfs:label "milligram minute per litre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60000.0 ;
    qudt:conversionMultiplierSN 6e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC840"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC840"^^xsd:anyURI ;
    qudt:symbol "mg·min/(L·cm³)"^^xsd:string ;
    qudt:ucumCode "mg.min.L-1.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-MIN-PER-L-M3 a qudt:Unit ;
    rdfs:label "milligram minute per litre cubic metre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 0.06 ;
    qudt:conversionMultiplierSN 6e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC839"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC839"^^xsd:anyURI ;
    qudt:symbol "mg·min/(L·m³)"^^xsd:string ;
    qudt:ucumCode "mg.min.L-1.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-MIN-PER-L2 a qudt:Unit ;
    rdfs:label "milligram minute per litre squared"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60.0 ;
    qudt:conversionMultiplierSN 6e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC841"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC841"^^xsd:anyURI ;
    qudt:symbol "mg·min/L²"^^xsd:string ;
    qudt:ucumCode "mg.min.L-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-MIN-PER-M3-CentiM3 a qudt:Unit ;
    rdfs:label "milligram minute per cubic metre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 60.0 ;
    qudt:conversionMultiplierSN 6e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC834"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC834"^^xsd:anyURI ;
    qudt:symbol "mg·min/(m³·cm³)"^^xsd:string ;
    qudt:ucumCode "mg.min.m-3.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-MIN-PER-M3-L a qudt:Unit ;
    rdfs:label "milligram minute per cubic metre litre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 0.06 ;
    qudt:conversionMultiplierSN 6e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD870"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD870"^^xsd:anyURI ;
    qudt:symbol "mg·min/(m³·L)"^^xsd:string ;
    qudt:ucumCode "mg.min.m-3.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-MIN-PER-M6 a qudt:Unit ;
    rdfs:label "milligram minute per power of metre with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute"^^xsd:string ;
    qudt:conversionMultiplier 0.00006 ;
    qudt:conversionMultiplierSN 6e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -6 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC833"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC833"^^xsd:anyURI ;
    qudt:symbol "mg·min/m⁶"^^xsd:string ;
    qudt:ucumCode "mg.min.m-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-BAR a qudt:Unit ;
    rdfs:label "milligram per bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA817"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA817"^^xsd:anyURI ;
    qudt:symbol "mg/bar"^^xsd:string ;
    qudt:ucumCode "mg.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-DAY a qudt:Unit ;
    rdfs:label "Milligram per Day"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001157407 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA819"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA819"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit day"^^xsd:string ;
    qudt:symbol "mg/d"^^xsd:string ;
    qudt:ucumCode "mg.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "milligram per day bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA821"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA821"^^xsd:anyURI ;
    qudt:symbol "mg/(d·bar)"^^xsd:string ;
    qudt:ucumCode "mg.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-DAY-K a qudt:Unit ;
    rdfs:label "milligram per day kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA820"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA820"^^xsd:anyURI ;
    qudt:symbol "mg/(d·K)"^^xsd:string ;
    qudt:ucumCode "mg.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-GM-HR a qudt:Unit ;
    rdfs:label "Milligram per gram per hour"@en ;
    dcterms:description "mass-specific rate, e.g., uptake or emission"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000278 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MassSpecificBiogeochemicalRate ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram, divided by 3600-fold of the SI base unit second"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:symbol "mg/(g·h)"^^xsd:string ;
    qudt:ucumCode "mg.g-1.h-1"^^qudt:UCUMcs,
        "mg/g/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-HR a qudt:Unit ;
    rdfs:label "Milligram per Hour"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA823"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA823"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^xsd:string ;
    qudt:symbol "mg/h"^^xsd:string ;
    qudt:ucumCode "mg.h-1"^^qudt:UCUMcs,
        "mg/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4M"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-HR-BAR a qudt:Unit ;
    rdfs:label "milligram per hour bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA825"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA825"^^xsd:anyURI ;
    qudt:symbol "mg/(h·bar)"^^xsd:string ;
    qudt:ucumCode "mg.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-HR-K a qudt:Unit ;
    rdfs:label "milligram per hour kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA824"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA824"^^xsd:anyURI ;
    qudt:symbol "mg/(h·K)"^^xsd:string ;
    qudt:ucumCode "mg.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-K a qudt:Unit ;
    rdfs:label "milligram per kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA816"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA816"^^xsd:anyURI ;
    qudt:symbol "mg/K"^^xsd:string ;
    qudt:ucumCode "mg.K-1"^^qudt:UCUMcs,
        "mg/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-KiloGM-DAY a qudt:Unit ;
    rdfs:label "Milligram per kilogram per Day"@en ;
    dcterms:description "mass ratio as 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram per day "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassSpecificBiogeochemicalRate ;
    qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "mg/(kg·d)"^^xsd:string ;
    qudt:ucumCode "mg.kg-1.d-1"^^qudt:UCUMcs,
        "mg/kg/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-L-CentiPOISE a qudt:Unit ;
    rdfs:label "milligram per litre centipoise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiPOISE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD841"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD841"^^xsd:anyURI ;
    qudt:symbol "mg/(L·cP)"^^xsd:string ;
    qudt:ucumCode "mg.L-1.cP-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-L-MilliPA-SEC a qudt:Unit ;
    rdfs:label "milligram per litre millipascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD869"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD869"^^xsd:anyURI ;
    qudt:symbol "mg/(L·mPa·s)"^^xsd:string ;
    qudt:ucumCode "mg.L-1.mPa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-L-PA-SEC a qudt:Unit ;
    rdfs:label "milligram per litre pascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD839"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD839"^^xsd:anyURI ;
    qudt:symbol "mg/(L·Pa·s)"^^xsd:string ;
    qudt:ucumCode "mg.L-1.Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-L-POISE a qudt:Unit ;
    rdfs:label "milligram per litre poise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:POISE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD840"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD840"^^xsd:anyURI ;
    qudt:symbol "mg/(L·P)"^^xsd:string ;
    qudt:ucumCode "mg.L-1.P-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M a qudt:Unit ;
    rdfs:label "Milligram per Metre"@en,
        "Milligram per Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAA828"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA828"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "mg/m"^^xsd:string ;
    qudt:ucumCode "mg.m-1"^^qudt:UCUMcs,
        "mg/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-BAR a qudt:Unit ;
    rdfs:label "milligram per cubic metre bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA832"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA832"^^xsd:anyURI ;
    qudt:symbol "mg/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-CentiPOISE a qudt:Unit ;
    rdfs:label "milligram per cubic metre centipoise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiPOISE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD838"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD838"^^xsd:anyURI ;
    qudt:symbol "mg/(m³·cP)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.cP-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-DAY a qudt:Unit ;
    rdfs:label "Milligrams per cubic metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mg/(m³·d)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-HR a qudt:Unit ;
    rdfs:label "Milligrams per cubic metre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mg/(m³·h)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-K a qudt:Unit ;
    rdfs:label "milligram per cubic metre kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA831"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA831"^^xsd:anyURI ;
    qudt:symbol "mg/(m³·K)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-MilliPA-SEC a qudt:Unit ;
    rdfs:label "milligram per cubic metre millipascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD835"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD835"^^xsd:anyURI ;
    qudt:symbol "mg/(m³·mPa·s)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.mPa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-PA-SEC a qudt:Unit ;
    rdfs:label "milligram per cubic metre pascal second"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD836"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD836"^^xsd:anyURI ;
    qudt:symbol "mg/(m³·Pa·s)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-POISE a qudt:Unit ;
    rdfs:label "milligram per cubic metre poise"^^xsd:string ;
    dcterms:description "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:POISE ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD837"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD837"^^xsd:anyURI ;
    qudt:symbol "mg/(m³·P)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.P-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3-SEC a qudt:Unit ;
    rdfs:label "Milligrams per cubic metre second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mg/(m³·s)"^^xsd:string ;
    qudt:ucumCode "mg.m-3.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-MIN a qudt:Unit ;
    rdfs:label "Milligram per Minute"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA833"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA833"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^xsd:string ;
    qudt:symbol "mg/min"^^xsd:string ;
    qudt:ucumCode "mg/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "milligram per minute bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA835"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA835"^^xsd:anyURI ;
    qudt:symbol "mg/(min·bar)"^^xsd:string ;
    qudt:ucumCode "mg.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-MIN-K a qudt:Unit ;
    rdfs:label "milligram per minute kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA834"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA834"^^xsd:anyURI ;
    qudt:symbol "mg/(min·K)"^^xsd:string ;
    qudt:ucumCode "mg.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-SEC a qudt:Unit ;
    rdfs:label "Milligram per Second"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA836"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA836"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mg/s"^^xsd:string ;
    qudt:ucumCode "mg/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "milligram per second bar"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA838"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA838"^^xsd:anyURI ;
    qudt:symbol "mg/(s·bar)"^^xsd:string ;
    qudt:ucumCode "mg.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-SEC-K a qudt:Unit ;
    rdfs:label "milligram per second kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA837"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA837"^^xsd:anyURI ;
    qudt:symbol "mg/(s·K)"^^xsd:string ;
    qudt:ucumCode "mg.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-SEC-PER-L-CentiM3 a qudt:Unit ;
    rdfs:label "milligram second per litre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC843"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC843"^^xsd:anyURI ;
    qudt:symbol "mg·s/(L·cm³)"^^xsd:string ;
    qudt:ucumCode "mg.s.L-1.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-SEC-PER-L-M3 a qudt:Unit ;
    rdfs:label "milligram second per litre cubic metre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC842"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC842"^^xsd:anyURI ;
    qudt:symbol "mg·s/(L·m³)"^^xsd:string ;
    qudt:ucumCode "mg.s.L-1.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-SEC-PER-L2 a qudt:Unit ;
    rdfs:label "milligram second per litre squared"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC844"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC844"^^xsd:anyURI ;
    qudt:symbol "mg·s/L²"^^xsd:string ;
    qudt:ucumCode "mg.s.L-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-SEC-PER-M3-CentiM3 a qudt:Unit ;
    rdfs:label "milligram second per cubic metre cubic centimetre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD865"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD865"^^xsd:anyURI ;
    qudt:symbol "mg·s/(m³·cm³)"^^xsd:string ;
    qudt:ucumCode "mg.s.m-3.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-SEC-PER-M3-L a qudt:Unit ;
    rdfs:label "milligram second per cubic metre litre"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC835"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC835"^^xsd:anyURI ;
    qudt:symbol "mg·s/(m³·L)"^^xsd:string ;
    qudt:ucumCode "mg.s.m-3.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-SEC-PER-M6 a qudt:Unit ;
    rdfs:label "milligram second per power of metre with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD864"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD864"^^xsd:anyURI ;
    qudt:symbol "mg·s/m⁶"^^xsd:string ;
    qudt:ucumCode "mg.s.m-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliK-PER-BAR a qudt:Unit ;
    rdfs:label "millikelvin per bar"^^xsd:string ;
    dcterms:description "0.001-fold of SI base unit kelvin divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB841"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB841"^^xsd:anyURI ;
    qudt:symbol "mK/bar"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliK-PER-K a qudt:Unit ;
    rdfs:label "millikelvin per kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of SI base unit kelvin divided by the SI base unit kelvin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperatureRatio ;
    qudt:iec61360Code "0112/2///62720#UAB842"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB842"^^xsd:anyURI ;
    qudt:symbol "mK/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliKAT-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millikatal per Litre"@en,
        "Millikatal per Liter"@en-us ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliKAT ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:plainTextDescription "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^xsd:string ;
    qudt:symbol "mkat/L"^^xsd:string ;
    qudt:ucumCode "mkat/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-BAR a qudt:Unit ;
    rdfs:label "millilitre per bar"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA846"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA846"^^xsd:anyURI ;
    qudt:symbol "mL/bar"^^xsd:string ;
    qudt:ucumCode "mL.bar-1"^^qudt:UCUMcs,
        "mL/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-CentiM2-MIN a qudt:Unit ;
    rdfs:label "Millilitre per Square Centimetre Minute"@en,
        "Millilitre per Square Centimeter Minute"@en-us ;
    dcterms:description "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00016666667 ;
    qudt:conversionMultiplierSN 1.666667e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:VolumetricFlux ;
    qudt:iec61360Code "0112/2///62720#UAA858"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA858"^^xsd:anyURI ;
    qudt:plainTextDescription "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mL/(cm²·min)"^^xsd:string ;
    qudt:ucumCode "mL.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-CentiM2-SEC a qudt:Unit ;
    rdfs:label "Millilitre per Square Centimetre Second"@en,
        "Millilitre per Square Centimeter Second"@en-us ;
    dcterms:description "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumetricFlux ;
    qudt:iec61360Code "0112/2///62720#UAB085"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB085"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "mL/(cm²·s)"^^xsd:string ;
    qudt:ucumCode "mL.cm-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "millilitre per day bar"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA849"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA849"^^xsd:anyURI ;
    qudt:symbol "mL/(d·bar)"^^xsd:string ;
    qudt:ucumCode "mL.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-DAY-K a qudt:Unit ;
    rdfs:label "millilitre per day kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA848"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA848"^^xsd:anyURI ;
    qudt:symbol "mL/(d·K)"^^xsd:string ;
    qudt:ucumCode "mL.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-HR-BAR a qudt:Unit ;
    rdfs:label "millilitre per hour bar"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA852"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA852"^^xsd:anyURI ;
    qudt:symbol "mL/(h·bar)"^^xsd:string ;
    qudt:ucumCode "mL.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-HR-K a qudt:Unit ;
    rdfs:label "millilitre per hour kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA851"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA851"^^xsd:anyURI ;
    qudt:symbol "mL/(h·K)"^^xsd:string ;
    qudt:ucumCode "mL.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-K a qudt:Unit ;
    rdfs:label "Millilitre per Kelvin"@en,
        "Millilitre per Kelvin"@en-us ;
    dcterms:description "0.001-fold of the unit litre divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA845"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA845"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "mL/K"^^xsd:string ;
    qudt:ucumCode "mL.K-1"^^qudt:UCUMcs,
        "mL/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-L a qudt:Unit ;
    rdfs:label "Millilitre per Litre"@en,
        "Millilitre per Liter"@en-us ;
    dcterms:description "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA853"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA853"^^xsd:anyURI ;
    qudt:plainTextDescription "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^xsd:string ;
    qudt:symbol "mL/L"^^xsd:string ;
    qudt:ucumCode "mL.L-1"^^qudt:UCUMcs,
        "mL/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Millilitres per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mL/(m²·d)"^^xsd:string ;
    qudt:ucumCode "mL.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-M3 a qudt:Unit ;
    rdfs:label "Millilitre per Cubic Metre"@en,
        "Millilitre per Cubic Meter"@en-us ;
    dcterms:description "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA854"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA854"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "mL/m³"^^xsd:string ;
    qudt:ucumCode "mL.m-3"^^qudt:UCUMcs,
        "mL/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "millilitre per minute bar"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA857"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA857"^^xsd:anyURI ;
    qudt:symbol "mL/(min·bar)"^^xsd:string ;
    qudt:ucumCode "mL.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-MIN-K a qudt:Unit ;
    rdfs:label "millilitre per minute kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA856"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA856"^^xsd:anyURI ;
    qudt:symbol "mL/(min·K)"^^xsd:string ;
    qudt:ucumCode "mL.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "millilitre per second bar"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000001 ;
    qudt:conversionMultiplierSN 1e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA861"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA861"^^xsd:anyURI ;
    qudt:symbol "mL/(s·bar)"^^xsd:string ;
    qudt:ucumCode "mL.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-SEC-K a qudt:Unit ;
    rdfs:label "millilitre per second kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA860"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA860"^^xsd:anyURI ;
    qudt:symbol "mL/(s·K)"^^xsd:string ;
    qudt:ucumCode "mL.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-BAR a qudt:Unit ;
    rdfs:label "millimetre per bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit metre divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA865"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA865"^^xsd:anyURI ;
    qudt:symbol "mm/bar"^^xsd:string ;
    qudt:ucumCode "mm.bar-1"^^qudt:UCUMcs,
        "mm/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G06"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-K a qudt:Unit ;
    rdfs:label "Millimetre per Kelvin"@en,
        "Millimeter per Kelvin"@en-us ;
    dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAA864"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA864"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "mm/K"^^xsd:string ;
    qudt:ucumCode "mm.K-1"^^qudt:UCUMcs,
        "mm/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-M a qudt:Unit ;
    rdfs:label "millimetre per metre"^^xsd:string ;
    dcterms:description "0.001-fold of SI base unit metre divided by SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Gradient ;
    qudt:iec61360Code "0112/2///62720#UAC001"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC001"^^xsd:anyURI ;
    qudt:symbol "mm/m"^^xsd:string ;
    qudt:ucumCode "mm.m-1"^^qudt:UCUMcs,
        "mm/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-M2 a qudt:Unit ;
    rdfs:label "Millimetre Per Square Metre"@en,
        "Millimeter Per Square Meter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:plainTextDescription "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:symbol "mm/m²"^^xsd:string ;
    qudt:ucumCode "mm.m-2"^^qudt:UCUMcs,
        "mm/m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM3-PER-M3 a qudt:Unit ;
    rdfs:label "Cubic Millimetre per Cubic Metre"@en,
        "Cubic Millimeter per Cubic Meter"@en-us ;
    dcterms:description "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumeFraction ;
    qudt:iec61360Code "0112/2///62720#UAA874"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA874"^^xsd:anyURI ;
    qudt:plainTextDescription "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "mm³/m³"^^xsd:string ;
    qudt:ucumCode "mm3.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-M2 a qudt:Unit ;
    rdfs:label "Millimoles per square metre"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mmol/m²"^^xsd:string ;
    qudt:ucumCode "mmol.m-2"^^qudt:UCUMcs ;
    qudt:udunitsCode "DU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Millimoles per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "mmol/(m²·d)"^^xsd:string ;
    qudt:ucumCode "mmol.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-M2-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millimole per Square Metre per Hour"@en ;
    dcterms:description "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002778 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ] ;
    qudt:hasQuantityKind qudtqk:MolarFluxDensity ;
    qudt:plainTextDescription "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)."^^xsd:string ;
    qudt:symbol "mmol/(m²·h)"^^xsd:string ;
    qudt:ucumCode "mmol.m-2.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-M2-SEC a qudt:Unit ;
    rdfs:label "Millimoles per square metre second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "mmol/(m²·s)"^^xsd:string ;
    qudt:ucumCode "mmol.m-2.s-1"^^qudt:UCUMcs,
        "mmol/m2/s1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-M3-DAY a qudt:Unit ;
    rdfs:label "Millimoles per cubic metre day"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "mmol/(m³·d)"^^xsd:string ;
    qudt:ucumCode "mmol.m-3.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-MOL a qudt:Unit ;
    rdfs:label "Millimoles per mole"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:symbol "mmol/mol"^^xsd:string ;
    qudt:ucumCode "mmol.mol-1"^^qudt:UCUMcs,
        "mmol/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOHM-M a qudt:Unit ;
    rdfs:label "milliohm metre"^^xsd:string ;
    dcterms:description "0.001-fold of the product of the SI derived unit ohm and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliOHM ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA742"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA742"^^xsd:anyURI ;
    qudt:symbol "m·mΩ"^^xsd:string ;
    qudt:ucumCode "m.mOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOHM-PER-BAR a qudt:Unit ;
    rdfs:label "milliohm per bar"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit ohm per metrical non SI unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD878"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD878"^^xsd:anyURI ;
    qudt:symbol "mΩ/bar"^^xsd:string ;
    qudt:ucumCode "mOhm.bar-1"^^qudt:UCUMcs,
        "mOhm/bar"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOHM-PER-K a qudt:Unit ;
    rdfs:label "milliohm per kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit ohm per SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD874"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD874"^^xsd:anyURI ;
    qudt:symbol "mΩ/K"^^xsd:string ;
    qudt:ucumCode "mOhm.K-1"^^qudt:UCUMcs,
        "mOhm/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOHM-PER-M a qudt:Unit ;
    rdfs:label "milliohm per metre"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit ohm divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliOHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAA743"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA743"^^xsd:anyURI ;
    qudt:symbol "mΩ/m"^^xsd:string ;
    qudt:ucumCode "mOhm.m-1"^^qudt:UCUMcs,
        "mOhm/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOSM-PER-KiloGM a qudt:Unit ;
    rdfs:label "milliosmole per kilogram"^^xsd:string ;
    dcterms:description "0.001-fold of the unit Osmol divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliOSM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:symbol "mOsmol/kg"^^xsd:string ;
    qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs,
        "mOsmol/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliPA-PER-M a qudt:Unit ;
    rdfs:label "millipascal per metre"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit pascal divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliPA ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB420"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB420"^^xsd:anyURI ;
    qudt:symbol "mPa/m"^^xsd:string ;
    qudt:ucumCode "mPa.m-1"^^qudt:UCUMcs,
        "mPa/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliPA-SEC-PER-K a qudt:Unit ;
    rdfs:label "millipascal second per kelvin"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA798"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA798"^^xsd:anyURI ;
    qudt:symbol "mPa·s/K"^^xsd:string ;
    qudt:ucumCode "mPa.s.K-1"^^qudt:UCUMcs,
        "mPa.s/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliR_man a qudt:Unit ;
    rdfs:label "Milliroentgen Equivalent Man"@en ;
    dcterms:description "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."^^rdf:HTML ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:iec61360Code "0112/2///62720#UAA898"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA898"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ;
    qudt:plainTextDescription "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:R_man ;
    qudt:symbol "mrem"^^xsd:string ;
    qudt:ucumCode "mREM"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliS-PER-CentiM a qudt:Unit ;
    rdfs:label "Millisiemens per Centimetre"@en,
        "Millisiemens per Centimeter"@en-us ;
    dcterms:description "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA801"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA801"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "mS/cm"^^xsd:string ;
    qudt:ucumCode "mS.cm-1"^^qudt:UCUMcs,
        "mS/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliS-PER-M a qudt:Unit ;
    rdfs:label "MilliSiemens per metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliS ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:symbol "mS/m"^^xsd:string ;
    qudt:ucumCode "mS.m-1"^^qudt:UCUMcs,
        "mS/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-PER-M a qudt:Unit ;
    rdfs:label "Millivolt per Metre"@en,
        "Millivolt per Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA805"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA805"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "mV/m"^^xsd:string ;
    qudt:ucumCode "mV.m-1"^^qudt:UCUMcs,
        "mV/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-PER-MIN a qudt:Unit ;
    rdfs:label "Millivolt per Minute"@en ;
    dcterms:description "0.001-fold of the SI derived unit volt divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ] ;
    qudt:hasQuantityKind qudtqk:PowerPerElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA806"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA806"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit volt divided by the unit minute"^^xsd:string ;
    qudt:symbol "mV/min"^^xsd:string ;
    qudt:ucumCode "mV.min-1"^^qudt:UCUMcs,
        "mV/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV-PER-V a qudt:Unit ;
    rdfs:label "millivolt per volt"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit volt per SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliV ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD863"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD863"^^xsd:anyURI ;
    qudt:symbol "mV/V"^^xsd:string ;
    qudt:ucumCode "mV.V-1"^^qudt:UCUMcs,
        "mV/V"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliW-PER-CentiM2-MicroM-SR a qudt:Unit ;
    rdfs:label "Milliwatts per square centimetre micrometre steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000000.0 ;
    qudt:conversionMultiplierSN 1e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mW/(cm²·μm·sr)"^^xsd:string ;
    qudt:ucumCode "mW.cm-2.um-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliW-PER-M2-NanoM a qudt:Unit ;
    rdfs:label "Milliwatts per square metre nanometre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "mW/(m²·nm)"^^xsd:string ;
    qudt:ucumCode "mW.m-2.nm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliW-PER-M2-NanoM-SR a qudt:Unit ;
    rdfs:label "Milliwatts per square metre nanometre steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "mW/(m²·nm·sr)"^^xsd:string ;
    qudt:ucumCode "mW.m-2.nm-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-DEG-M a qudt:Unit ;
    rdfs:label "Newton metre per degree metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 57.29577957855229894302178227976183 ;
    qudt:conversionMultiplierSN 5.729578e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG ] ;
    qudt:hasQuantityKind qudtqk:ModulusOfRotationalSubgradeReaction ;
    qudt:plainTextDescription "A common unit for measuring the modulus of rotational subgrade reaction."^^xsd:string ;
    qudt:symbol "N·m/(°·m)"^^xsd:string ;
    qudt:ucumCode "N.m.deg-1.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-M a qudt:Unit ;
    rdfs:label "Newtonmeter pro Meter"@de,
        "Newton metre per metre"@en,
        "Newton meter per meter"@en-us ;
    dcterms:description "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:TorquePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB463"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB463"^^xsd:anyURI ;
    qudt:plainTextDescription "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^xsd:string ;
    qudt:symbol "N·m/m"^^xsd:string ;
    qudt:ucumCode "N.m.m-1"^^qudt:UCUMcs,
        "N.m/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-W0dot5 a qudt:Unit ;
    rdfs:label "newton metre watt to the power minus 0.5"^^xsd:string ;
    dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -5 ;
            qudt:hasUnit unit:W0dot ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA242"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA242"^^xsd:anyURI ;
    qudt:symbol "N·m/√W"^^xsd:string ;
    qudt:uneceCommonCode "H41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-SEC-PER-RAD a qudt:Unit ;
    rdfs:label "Newtonmetersekunden pro Radian"@de,
        "Newton metre seconds per radian"@en,
        "Newton meter seconds per radian"@en-us ;
    dcterms:description "Newton metre seconds measured per radian"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AngularMomentumPerAngle ;
    qudt:plainTextDescription "Newton metre seconds measured per radian"^^xsd:string ;
    qudt:symbol "N·m·s/rad"^^xsd:string ;
    qudt:ucumCode "N.m.s.rad-1"^^qudt:UCUMcs,
        "N.m.s/rad"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newton Square Metre"@en,
        "Newton Square Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:WarpingMoment ;
    qudt:symbol "N·m²"^^xsd:string ;
    qudt:ucumCode "N.m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M2-PER-KiloGM2 a qudt:Unit ;
    rdfs:label "Newton Square Metre per Square Kilogram"@en,
        "Newton Square Meter per Square Kilogram"@en-us ;
    dcterms:description "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB491"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB491"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"^^xsd:string ;
    qudt:symbol "N·m²/kg²"^^xsd:string ;
    qudt:ucumCode "N.m2.kg-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-A a qudt:Unit ;
    rdfs:label "Newton per Ampere"@en ;
    dcterms:description "SI derived unit newton divided by the SI base unit ampere"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:MagneticFluxPerLength ;
    qudt:iec61360Code "0112/2///62720#UAA236"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA236"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit newton divided by the SI base unit ampere"^^xsd:string ;
    qudt:symbol "N/A"^^xsd:string ;
    qudt:ucumCode "N.A-1"^^qudt:UCUMcs,
        "N/A"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newton per Coulomb"@en ;
    dcterms:description "Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$N/C$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:ForcePerElectricCharge ;
    qudt:symbol "N/C"^^xsd:string ;
    qudt:ucumCode "N.C-1"^^qudt:UCUMcs,
        "N/C"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newton per Kilogram"@en ;
    dcterms:description "Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$N/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:ThrustToMassRatio ;
    qudt:symbol "N/kg"^^xsd:string ;
    qudt:ucumCode "N.kg-1"^^qudt:UCUMcs,
        "N/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-M3 a qudt:Unit ;
    rdfs:label "Newtons per cubic metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ModulusOfSubgradeReaction ;
    qudt:symbol "N/m³"^^xsd:string ;
    qudt:ucumCode "N.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-SEC-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newtonsekunden pro Meter"@de,
        "Newton Second per Metre"@en,
        "Newton Second per Meter"@en-us ;
    dcterms:description "Newton second measured per metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:expression "$N-s/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA252"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA252"^^xsd:anyURI ;
    qudt:plainTextDescription "Newton second measured per metre"^^xsd:string ;
    qudt:symbol "N·s/m"^^xsd:string ;
    qudt:ucumCode "N.s.m-1"^^qudt:UCUMcs,
        "N.s/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-SEC-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newton second per Cubic Metre"@en,
        "Newton second per Cubic Meter"@en-us ;
    dcterms:description """
  The SI unit of specific acoustic impedance. 
  When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. 
  The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. 
  The specific impedance is $1 N \\cdot s \\cdot m^{-3}$ if unit pressure produces unit velocity.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:SpecificAcousticImpedance ;
    qudt:latexSymbol "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ;
    qudt:symbol "N·s/m³"^^xsd:string ;
    qudt:ucumCode "N.s.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-SEC-PER-RAD a qudt:Unit ;
    rdfs:label "Newtonsekunden pro Radian"@de,
        "Newton seconds per radian"@en,
        "Newton seconds per radian"@en-us ;
    dcterms:description "Newton seconds measured per radian"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:MomentumPerAngle ;
    qudt:plainTextDescription "Newton seconds measured per radian"^^xsd:string ;
    qudt:symbol "N·s/rad"^^xsd:string ;
    qudt:ucumCode "N.s.rad-1"^^qudt:UCUMcs,
        "N.s/rad"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NAT-PER-SEC a qudt:Unit ;
    rdfs:label "Nat per Second"@en ;
    dcterms:description "\"Nat per Second\" is information rate in natural units."^^rdf:HTML ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$nat-per-sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NAT ] ;
    qudt:hasQuantityKind qudtqk:InformationFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB348"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB348"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
    qudt:symbol "nat/s"^^xsd:string ;
    qudt:uneceCommonCode "Q19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NP-PER-SEC a qudt:Unit ;
    rdfs:label "neper per second"^^xsd:string ;
    dcterms:description "unit neper divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NP ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA254"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA254"^^xsd:anyURI ;
    qudt:symbol "Np/s"^^xsd:string ;
    qudt:ucumCode "Np.s-1"^^qudt:UCUMcs,
        "Np/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NTU a qudt:Unit ;
    rdfs:label "Nephelometry Turbidity Unit"@en ;
    dcterms:description "\"Nephelometry Turbidity Unit\" is a C.G.S System unit for  'Turbidity' expressed as $NTU$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Turbidity ;
    qudt:symbol "NTU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-CentiM-KiloYR a qudt:Unit ;
    rdfs:label "Number per square centimetre thousand years"@en ;
    qudt:conversionMultiplier 0.000000003168808781402895023702689684893655 ;
    qudt:conversionMultiplierSN 3.168809e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloYR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "#/(cm·1000 a)"^^xsd:string ;
    qudt:ucumCode "{#}.cm-2.ka-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-HA a qudt:Unit ;
    rdfs:label "Number per hectare"@en ;
    dcterms:description "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."@en ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:ParticleFluence ;
    qudt:symbol "#/ha"^^xsd:string ;
    qudt:ucumCode "/har"^^qudt:UCUMcs,
        "{#}.har-1"^^qudt:UCUMcs,
        "{#}/har"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-HA-YR a qudt:Unit ;
    rdfs:label "Number per Hectare Year"@en ;
    qudt:conversionMultiplier 0.000000000003168808781402895 ;
    qudt:conversionMultiplierSN 3.168809e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:Flux ;
    qudt:plainTextDescription "number divided by the unit hectare and by the unit year"^^xsd:string ;
    qudt:symbol "#/(ha·a)"^^xsd:string ;
    qudt:ucumCode "{#}.har-1.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-HectoGM a qudt:Unit ;
    rdfs:label "Number per 100 grams"@en ;
    dcterms:description "Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."@en ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HectoGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "#/hg"^^xsd:string ;
    qudt:ucumCode "/hg"^^qudt:UCUMcs,
        "{#}.hg-1"^^qudt:UCUMcs,
        "{#}/hg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Number per kilogram"@en ;
    dcterms:description "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"@en ;
    qudt:conversionMultiplier 1.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:plainTextDescription "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"^^xsd:string ;
    qudt:symbol "#/kg"^^xsd:string ;
    qudt:ucumCode "{#}.kg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-KiloM2 a qudt:Unit ;
    rdfs:label "Number per square kilometre"@en ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:ParticleFluence ;
    qudt:symbol "#/km²"^^xsd:string ;
    qudt:ucumCode "{#}.km-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Number per square metre day"@en ;
    qudt:conversionMultiplier 0.0000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:Flux ;
    qudt:symbol "#/(m²·d)"^^xsd:string ;
    qudt:ucumCode "{#}.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoA-PER-K a qudt:Unit ;
    rdfs:label "nanoampere per kelvin"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoA ] ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentPerTemperature ;
    qudt:iec61360Code "0112/2///62720#UAD899"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD899"^^xsd:anyURI ;
    qudt:symbol "nA/K"^^xsd:string ;
    qudt:ucumCode "nA.K-1"^^qudt:UCUMcs,
        "nA/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoBQ-PER-L a qudt:Unit ;
    rdfs:label "Nanobecquerels per litre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoBQ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:ActivityConcentration ;
    qudt:symbol "nBq/L"^^xsd:string ;
    qudt:ucumCode "nBq.L-1"^^qudt:UCUMcs,
        "nBq/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoFARAD-PER-M a qudt:Unit ;
    rdfs:label "Nanofarad per Metre"@en,
        "Nanofarad per Meter"@en-us ;
    dcterms:description "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoFARAD ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:iec61360Code "0112/2///62720#UAA904"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA904"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "nF/m"^^xsd:string ;
    qudt:ucumCode "nF.m-1"^^qudt:UCUMcs,
        "nF/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-DAY a qudt:Unit ;
    rdfs:label "Nanogram per Day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-17 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerTime ;
    qudt:symbol "ng/d"^^xsd:string ;
    qudt:ucumCode "ng.d-1"^^qudt:UCUMcs,
        "ng/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-M2-PA-SEC a qudt:Unit ;
    rdfs:label "Nanogram per Square Metre Pascal Second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VaporPermeance ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ;
    qudt:symbol "ng/(m²·Pa·s)"^^xsd:string ;
    qudt:ucumCode "ng.m-2.Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoKAT-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanokatal per Litre"@en,
        "Nanokatal per Liter"@en-us ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoKAT ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "nkat/L"^^xsd:string ;
    qudt:ucumCode "nkat/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoM-PER-CentiM-MegaPA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanometer per Centimeter Megapascal"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000001 ;
    qudt:conversionMultiplierSN 1e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaPA ] ;
    qudt:hasQuantityKind qudtqk:StressOpticCoefficient ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:siUnitsExpression "nm/cm/MPa"^^xsd:string ;
    qudt:symbol "nm/(cm·MPa)"^^xsd:string ;
    qudt:ucumCode "nm.cm-1.MPa-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoM-PER-CentiM-PSI a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanometer per Centimeter PSI"@en ;
    qudt:conversionMultiplier 0.0000000000145037738 ;
    qudt:conversionMultiplierSN 1.450377e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoM ] ;
    qudt:hasQuantityKind qudtqk:StressOpticCoefficient ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:siUnitsExpression "nm/cm/PSI"^^xsd:string ;
    qudt:symbol "nm/(cm·psi)"^^xsd:string ;
    qudt:ucumCode "nm.cm-1.PSI-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-CentiM3-HR a qudt:Unit ;
    rdfs:label "Nanomoles per cubic centimetre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "nmol/(cm³·h)"^^xsd:string ;
    qudt:ucumCode "nmol.cm-3.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-GM-HR a qudt:Unit ;
    rdfs:label "Nanomoles per gram per hour"@en ;
    dcterms:description "10^-9 SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour (3,600 seconds)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277777777777778 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "nmol/(g·h)"^^xsd:string ;
    qudt:ucumCode "nmol.g-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-GM-SEC a qudt:Unit ;
    rdfs:label "Nanomoles per gram second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "nmol/(g·s)"^^xsd:string ;
    qudt:ucumCode "nmol.g-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Nanomoles per kilogram"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:symbol "nmol/kg"^^xsd:string ;
    qudt:ucumCode "nmol.kg-1"^^qudt:UCUMcs,
        "nmol/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-L-DAY a qudt:Unit ;
    rdfs:label "Nanomoles per litre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "nmol/(L·d)"^^xsd:string ;
    qudt:ucumCode "nmol.L-1.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-L-HR a qudt:Unit ;
    rdfs:label "Nanomoles per litre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "nmol/(L·h)"^^xsd:string ;
    qudt:ucumCode "nmol.L-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Nanomoles per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "nmol/(m²·d)"^^xsd:string ;
    qudt:ucumCode "nmol.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-M2-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanomole per Square Metre per second"@en ;
    dcterms:description "Molar flux equivalent to 1e-9 moles per meter squared per sec."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MolarFluxDensity ;
    qudt:plainTextDescription "Molar flux equivalent to 1e-9 moles per meter squared per sec."^^xsd:string ;
    qudt:symbol "nmol/(m²·s)"^^xsd:string ;
    qudt:ucumCode "nmol.m-2.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-MicroGM-HR a qudt:Unit ;
    rdfs:label "Nanomoles per microgram hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "nmol/(μg·h)"^^xsd:string ;
    qudt:ucumCode "nmol.ug-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-MicroMOL a qudt:Unit ;
    rdfs:label "Nanomoles per micromole"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:symbol "nmol/μmol"^^xsd:string ;
    qudt:ucumCode "nmol.umol-1"^^qudt:UCUMcs,
        "nmol/umol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-MicroMOL-DAY a qudt:Unit ;
    rdfs:label "Nanomoles per micromole day"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "nmol/(μmol·d)"^^xsd:string ;
    qudt:ucumCode "nmol.umol-1.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoOHM-M a qudt:Unit ;
    rdfs:label "nanoohm metre"^^xsd:string ;
    dcterms:description "0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoOHM ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA900"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA900"^^xsd:anyURI ;
    qudt:symbol "nΩ·m"^^xsd:string ;
    qudt:ucumCode "nOhm.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoS-PER-CentiM a qudt:Unit ;
    rdfs:label "Nanosiemens per Centimetre"@en,
        "Nanosiemens per Centimeter"@en-us ;
    dcterms:description "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA907"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA907"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^xsd:string ;
    qudt:symbol "nS/cm"^^xsd:string ;
    qudt:ucumCode "nS.cm-1"^^qudt:UCUMcs,
        "nS/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoS-PER-M a qudt:Unit ;
    rdfs:label "Nanosiemens per Metre"@en,
        "Nanosiemens per Meter"@en-us ;
    dcterms:description "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA908"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA908"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "nS/m"^^xsd:string ;
    qudt:ucumCode "nS.m-1"^^qudt:UCUMcs,
        "nS/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OERSTED-CentiM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Oersted Centimetre"@en,
        "Oersted Centimeter"@en-us ;
    dcterms:description "\"Oersted Centimeter\" is a C.G.S System unit for  'Magnetomotive Force' expressed as $Oe-cm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.795774715 ;
    qudt:conversionMultiplierSN 7.957747e-01 ;
    qudt:expression "$Oe-cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OERSTED ] ;
    qudt:hasQuantityKind qudtqk:MagnetomotiveForce ;
    qudt:symbol "Oe·cm"^^xsd:string ;
    qudt:ucumCode "Oe.cm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-CentiM a qudt:Unit ;
    rdfs:label "Ohm Centimetre"@en,
        "Ohm Centimeter"@en-us ;
    dcterms:description "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"@en ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAB090"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB090"^^xsd:anyURI ;
    qudt:symbol "Ω·cm"^^xsd:string ;
    qudt:ucumCode "Ohm.cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-M2-PER-M a qudt:Unit ;
    rdfs:label "Ohm Square Metre per Metre"@en,
        "Ohm Square Meter per Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:symbol "Ω·m²/m"^^xsd:string ;
    qudt:ucumCode "Ohm2.m.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-PER-BAR a qudt:Unit ;
    rdfs:label "ohm per bar"^^xsd:string ;
    dcterms:description "SI derived unit ohm per metrical non SI unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD879"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD879"^^xsd:anyURI ;
    qudt:symbol "Ω/bar"^^xsd:string ;
    qudt:ucumCode "Ohm.bar-1"^^qudt:UCUMcs,
        "Ohm/bar"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-PER-K a qudt:Unit ;
    rdfs:label "ohm per kelvin"^^xsd:string ;
    dcterms:description "SI derived unit ohm per SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD875"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD875"^^xsd:anyURI ;
    qudt:symbol "Ω/K"^^xsd:string ;
    qudt:ucumCode "Ohm.K-1"^^qudt:UCUMcs,
        "Ohm/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-PER-KiloM a qudt:Unit ;
    rdfs:label "ohm per kilometre"^^xsd:string ;
    dcterms:description "SI derived unit ohm divided by the 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAA019"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA019"^^xsd:anyURI ;
    qudt:symbol "Ω/km"^^xsd:string ;
    qudt:ucumCode "Ohm.km-1"^^qudt:UCUMcs,
        "Ohm/km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-PER-M a qudt:Unit ;
    rdfs:label "ohm per metre"^^xsd:string ;
    dcterms:description "SI derived unit ohm divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAA021"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA021"^^xsd:anyURI ;
    qudt:symbol "Ω/m"^^xsd:string ;
    qudt:ucumCode "Ohm.m-1"^^qudt:UCUMcs,
        "Ohm/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-PER-MI a qudt:Unit ;
    rdfs:label "ohm per mile"^^xsd:string ;
    dcterms:description "unit ohm divided by the unit mile according to the Anglo-American system of units"^^xsd:string ;
    qudt:conversionMultiplier 0.0006213712 ;
    qudt:conversionMultiplierSN 6.213712e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MI ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ] ;
    qudt:hasQuantityKind qudtqk:LinearResistance ;
    qudt:iec61360Code "0112/2///62720#UAA022"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA022"^^xsd:anyURI ;
    qudt:symbol "Ω/mi"^^xsd:string ;
    qudt:ucumCode "Ohm.[mi_i]-1"^^qudt:UCUMcs,
        "Ohm/[mi_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM_Ab a qudt:Unit ;
    rdfs:label "Abohm"@en ;
    dcterms:description "$\\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Abohm"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Abohm?oldid=480725336"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "abΩ"^^xsd:string ;
    qudt:ucumCode "nOhm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM_CIRC-MIL-PER-FT a qudt:Unit ;
    rdfs:label "ohm circular mil per foot"^^xsd:string ;
    dcterms:description "unit of resistivity"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM_CIRC ] ;
    qudt:hasQuantityKind qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAB215"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215"^^xsd:anyURI ;
    qudt:symbol "Ω·cmil/ft"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM_Stat a qudt:Unit ;
    rdfs:label "Statohm"@en ;
    dcterms:description "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 898760000000.0 ;
    qudt:conversionMultiplierSN 8.9876e+11 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:informativeReference "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:anyURI ;
    qudt:latexSymbol "$stat\\Omega$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "statΩ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ONE-PER-ONE a qudt:Unit ;
    rdfs:label "one per one"^^xsd:string ;
    dcterms:description "value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:ONE ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ONE ] ;
    qudt:hasQuantityKind qudtqk:Ratio ;
    qudt:iec61360Code "0112/2///62720#UAB443"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB443"^^xsd:anyURI ;
    qudt:symbol "one/one"^^xsd:string ;
    qudt:uneceCommonCode "Q26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-FT a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) Foot"@en ;
    dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0086409 ;
    qudt:conversionMultiplierSN 8.6409e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:LengthMass ;
    qudt:iec61360Code "0112/2///62720#UAB133"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB133"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:symbol "oz·ft"^^xsd:string ;
    qudt:ucumCode "[oz_av].[ft_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4R"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-FT-HR-PER-IN3-LB a qudt:Unit ;
    rdfs:label "ounce foot hour per cubic inch pound"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"^^xsd:string ;
    qudt:conversionMultiplier 4185008.37001674003348006696013391967054969619939239878479756959513918331297668 ;
    qudt:conversionMultiplierSN 4.185008e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD858"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD858"^^xsd:anyURI ;
    qudt:symbol "oz·ft·h/(in³·lbm)"^^xsd:string ;
    qudt:ucumCode "[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-FT-SEC-PER-IN3-LB a qudt:Unit ;
    rdfs:label "ounce foot second per cubic inch pound"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1162.5023250046500093000186000371999084860267220534441068882137764275509202713 ;
    qudt:conversionMultiplierSN 1.162502e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD859"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD859"^^xsd:anyURI ;
    qudt:symbol "oz·ft·s/(in³·lbm)"^^xsd:string ;
    qudt:ucumCode "[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-FT2-PER-IN3-LB_F-SEC a qudt:Unit ;
    rdfs:label "ounce square foot per cubic inch pound-force second"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 36.1316752166621861189380447919115019472637943032352378395448512952533951671309544 ;
    qudt:conversionMultiplierSN 3.613168e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD860"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD860"^^xsd:anyURI ;
    qudt:symbol "oz·ft²/(in³·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-HR-PER-IN3-FT3 a qudt:Unit ;
    rdfs:label "ounce hour per cubic inch cubic foot"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 219938987.18776172506694249178957458290568644187608087388655521718664498878165 ;
    qudt:conversionMultiplierSN 2.19939e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC868"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC868"^^xsd:anyURI ;
    qudt:symbol "oz·h/(in³·ft³)"^^xsd:string ;
    qudt:ucumCode "[oz_av].h.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-HR-PER-IN3-GAL_UK a qudt:Unit ;
    rdfs:label "ounce hour per cubic inch gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 1369963762.2210959898659928577066453306815803233918044992564139962693935984065 ;
    qudt:conversionMultiplierSN 1.369964e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC866"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC866"^^xsd:anyURI ;
    qudt:symbol "oz·h/(in³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[oz_av].h.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-HR-PER-IN3-GAL_US a qudt:Unit ;
    rdfs:label "ounce hour per cubic inch gallon (US)"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 1645257878.1837760212799853931272070770270963403487166774326507185648524626875 ;
    qudt:conversionMultiplierSN 1.645258e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC865"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC865"^^xsd:anyURI ;
    qudt:symbol "oz·h/(in³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[oz_av].h.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-HR-PER-IN3-YD3 a qudt:Unit ;
    rdfs:label "ounce hour per cubic inch cubic yard"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 8145888.41436154537284972191813238826881590685721646580623302553040761112231 ;
    qudt:conversionMultiplierSN 8.145888e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC869"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC869"^^xsd:anyURI ;
    qudt:symbol "oz·h/(in³·yd³)"^^xsd:string ;
    qudt:ucumCode "[oz_av].h.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-HR-PER-IN6 a qudt:Unit ;
    rdfs:label "ounce hour per power of inch with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 380054569860.45226091567662581238487547724575 ;
    qudt:conversionMultiplierSN 3.800546e+11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC867"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC867"^^xsd:anyURI ;
    qudt:symbol "oz·h/in⁶"^^xsd:string ;
    qudt:ucumCode "[oz_av].h.[in_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-IN a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) Inch"@en ;
    dcterms:description "unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000720077887375 ;
    qudt:conversionMultiplierSN 7.200779e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:LengthMass ;
    qudt:iec61360Code "0112/2///62720#UAB132"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB132"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the unbalance as a product of avoirdupois ounce according to  the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:symbol "oz·in"^^xsd:string ;
    qudt:ucumCode "[oz_av].[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4Q"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-IN2-PER-IN3-LB_F-SEC a qudt:Unit ;
    rdfs:label "ounce square inch per cubic inch pound-force second"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.25091441122682073693706975549938543018933190488357804055239480066148191088285385 ;
    qudt:conversionMultiplierSN 2.509144e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD861"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD861"^^xsd:anyURI ;
    qudt:symbol "oz·in²/(in³·lbf·s)"^^xsd:string ;
    qudt:ucumCode "[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-MIN-PER-IN3-FT3 a qudt:Unit ;
    rdfs:label "ounce minute per cubic inch cubic foot"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 3665649.7864626954177823748631595763817614406979346812314425869531107498130275 ;
    qudt:conversionMultiplierSN 3.66565e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD801"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD801"^^xsd:anyURI ;
    qudt:symbol "oz·min/(in³·ft³)"^^xsd:string ;
    qudt:ucumCode "[oz_av].min.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-MIN-PER-IN3-GAL_UK a qudt:Unit ;
    rdfs:label "ounce minute per cubic inch gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 22832729.370351599831099880961777422178026338723196741654273566604489893306775 ;
    qudt:conversionMultiplierSN 2.283273e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD867"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD867"^^xsd:anyURI ;
    qudt:symbol "oz·min/(in³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[oz_av].min.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-MIN-PER-IN3-GAL_US a qudt:Unit ;
    rdfs:label "ounce minute per cubic inch gallon (US)"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 27420964.636396267021333089885453451283784939005811944623877511976080874378125 ;
    qudt:conversionMultiplierSN 2.742096e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD866"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD866"^^xsd:anyURI ;
    qudt:symbol "oz·min/(in³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[oz_av].min.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-MIN-PER-IN3-YD3 a qudt:Unit ;
    rdfs:label "ounce minute per cubic inch cubic yard"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 135764.8069060257562141620319688731378135984476202744301038837588401268520385 ;
    qudt:conversionMultiplierSN 1.357648e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD802"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD802"^^xsd:anyURI ;
    qudt:symbol "oz·min/(in³·yd³)"^^xsd:string ;
    qudt:ucumCode "[oz_av].min.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-MIN-PER-IN6 a qudt:Unit ;
    rdfs:label "ounce minute per power of inch with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 6334242831.0075376819279437635397479246207625 ;
    qudt:conversionMultiplierSN 6.334243e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -6 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD800"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD800"^^xsd:anyURI ;
    qudt:symbol "oz·min/in⁶"^^xsd:string ;
    qudt:ucumCode "[oz_av].min.[in_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-DAY a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Day"@en ;
    dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000032812 ;
    qudt:conversionMultiplierSN 3.2812e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA919"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA919"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "oz/d"^^xsd:string ;
    qudt:ucumCode "[oz_av].d-1"^^qudt:UCUMcs,
        "[oz_av]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-HR a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Hour"@en ;
    dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000787487 ;
    qudt:conversionMultiplierSN 7.87487e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA920"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA920"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "oz/h"^^xsd:string ;
    qudt:ucumCode "[oz_av].h-1"^^qudt:UCUMcs,
        "[oz_av]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-MIN a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Minute"@en ;
    dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000472492 ;
    qudt:conversionMultiplierSN 4.72492e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA921"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA921"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "oz/min"^^xsd:string ;
    qudt:ucumCode "[oz_av].min-1"^^qudt:UCUMcs,
        "[oz_av]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-SEC a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Second"@en ;
    dcterms:description "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.02834952 ;
    qudt:conversionMultiplierSN 2.834952e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA922"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA922"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "oz/s"^^xsd:string ;
    qudt:ucumCode "[oz_av].s-1"^^qudt:UCUMcs,
        "[oz_av]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-SEC-PER-IN3-FT3 a qudt:Unit ;
    rdfs:label "ounce second per cubic inch cubic foot"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 61094.163107711590296372914385992939696024011632244687190709782551845830217125 ;
    qudt:conversionMultiplierSN 6.109416e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD826"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD826"^^xsd:anyURI ;
    qudt:symbol "oz·s/(in³·ft³)"^^xsd:string ;
    qudt:ucumCode "[oz_av].s.[in_i]-3.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-SEC-PER-IN3-GAL_UK a qudt:Unit ;
    rdfs:label "ounce second per cubic inch gallon (UK)"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 380545.48950585999718499801602962370296710564538661236090455944340816488844625 ;
    qudt:conversionMultiplierSN 3.805455e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD824"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD824"^^xsd:anyURI ;
    qudt:symbol "oz·s/(in³·gal{UK})"^^xsd:string ;
    qudt:ucumCode "[oz_av].s.[in_i]-3.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-SEC-PER-IN3-GAL_US a qudt:Unit ;
    rdfs:label "ounce second per cubic inch gallon (US)"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 457016.07727327111702221816475755752139641565009686574373129186626801457296875 ;
    qudt:conversionMultiplierSN 4.570161e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD823"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD823"^^xsd:anyURI ;
    qudt:symbol "oz·s/(in³·gal{US})"^^xsd:string ;
    qudt:ucumCode "[oz_av].s.[in_i]-3.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-SEC-PER-IN3-YD3 a qudt:Unit ;
    rdfs:label "ounce second per cubic inch cubic yard"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 2262.746781767095936902700532814552296893307460337907168398062647335447533975 ;
    qudt:conversionMultiplierSN 2.262747e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD827"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD827"^^xsd:anyURI ;
    qudt:symbol "oz·s/(in³·yd³)"^^xsd:string ;
    qudt:ucumCode "[oz_av].s.[in_i]-3.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-SEC-PER-IN6 a qudt:Unit ;
    rdfs:label "ounce second per power of inch with the exponent 6"^^xsd:string ;
    dcterms:description "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 105570713.850125628032132396058995798743679375 ;
    qudt:conversionMultiplierSN 1.055707e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -6 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD825"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD825"^^xsd:anyURI ;
    qudt:symbol "oz·s/in⁶"^^xsd:string ;
    qudt:ucumCode "[oz_av].s.[in_i]-6"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_F-PER-IN3 a qudt:Unit ;
    rdfs:label "ounce of force per cubic inch"^^xsd:string ;
    dcterms:description "unit of specific weight according to the Anglo-American system of units"^^xsd:string ;
    qudt:conversionMultiplier 16965.44756278488934930625766763345 ;
    qudt:conversionMultiplierSN 1.696545e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_F ] ;
    qudt:hasQuantityKind qudtqk:SpecificWeight ;
    qudt:iec61360Code "0112/2///62720#UAA925"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA925"^^xsd:anyURI ;
    qudt:symbol "ozf/in³"^^xsd:string ;
    qudt:ucumCode "[ozf_av].[in_i]-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-M a qudt:Unit ;
    rdfs:label "Pascal metres"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "Pa·m"^^xsd:string ;
    qudt:ucumCode "Pa.m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-M-PER-SEC a qudt:Unit ;
    rdfs:label "Pascal metres per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "Pa·m/s"^^xsd:string ;
    qudt:ucumCode "Pa.m.s-1"^^qudt:UCUMcs,
        "Pa.m/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-M-PER-SEC2 a qudt:Unit ;
    rdfs:label "Pascal metres per square second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "Pa·m/s²"^^xsd:string ;
    qudt:ucumCode "Pa.m.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-M0dot5 a qudt:Unit ;
    rdfs:label "Pascal Square Root Metre"@en,
        "Pascal Square Root Meter"@en-us ;
    dcterms:description "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 5 ;
            qudt:hasUnit unit:M0dot ] ;
    qudt:hasQuantityKind qudtqk:StressIntensityFactor ;
    qudt:plainTextDescription "A metric unit for stress intensity factor and fracture toughness."^^xsd:string ;
    qudt:symbol "Pa√m"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-M2-PER-KiloGM a qudt:Unit ;
    rdfs:label "pascal square metre per kilogram"^^xsd:string ;
    dcterms:description "unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:BurstFactor ;
    qudt:iec61360Code "0112/2///62720#UAB462"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB462"^^xsd:anyURI ;
    qudt:symbol "Pa·m²/kg"^^xsd:string ;
    qudt:ucumCode "Pa.m2.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-PER-BAR a qudt:Unit ;
    rdfs:label "Pascal per Bar"@en ;
    dcterms:description "SI derived unit pascal divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA260"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA260"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit pascal divided by the unit bar"^^xsd:string ;
    qudt:symbol "Pa/bar"^^xsd:string ;
    qudt:ucumCode "Pa.bar-1"^^qudt:UCUMcs,
        "Pa/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F07"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-PER-HR a qudt:Unit ;
    rdfs:label "Pascal per Hour"@en ;
    dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one hour."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000277777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:expression "$P / h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "Pa/h"^^xsd:string ;
    qudt:ucumCode "Pa.h-1"^^qudt:UCUMcs,
        "Pa/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-PER-K a qudt:Unit ;
    rdfs:label "Pascal per Kelvin"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$pascal-per-kelvin$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:PressureCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA259"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA259"^^xsd:anyURI ;
    qudt:symbol "Pa/K"^^xsd:string ;
    qudt:ucumCode "Pa.K-1"^^qudt:UCUMcs,
        "Pa/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-PER-M a qudt:Unit ;
    rdfs:label "Pascal per Metre"@en,
        "Pascal per Meter"@en-us ;
    dcterms:description "SI derived unit pascal divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:SpectralRadiantEnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAA262"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA262"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit pascal divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "Pa/m"^^xsd:string ;
    qudt:ucumCode "Pa.m-1"^^qudt:UCUMcs,
        "Pa/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-PER-MIN a qudt:Unit ;
    rdfs:label "Pascal per Minute"@en ;
    dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one minute."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0166666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:expression "$P / min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "Pa/min"^^xsd:string ;
    qudt:ucumCode "Pa.min-1"^^qudt:UCUMcs,
        "Pa/min"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-PER-SEC a qudt:Unit ;
    rdfs:label "Pascal per Second"@en ;
    dcterms:description "A rate of change of pressure measured as the number of Pascals in a period of one second."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$P / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:symbol "Pa/s"^^xsd:string ;
    qudt:ucumCode "Pa.s-1"^^qudt:UCUMcs,
        "Pa/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-SEC-PER-K a qudt:Unit ;
    rdfs:label "pascal second per kelvin"^^xsd:string ;
    dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA266"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA266"^^xsd:anyURI ;
    qudt:symbol "Pa·s/K"^^xsd:string ;
    qudt:ucumCode "Pa.s.K-1"^^qudt:UCUMcs,
        "Pa.s/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-SEC-PER-L a qudt:Unit ;
    rdfs:label "pascal second per litre"^^xsd:string ;
    dcterms:description "product of the SI derived unit pascal and the SI base unit second divided by the unit litre"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PressureInRelationToVolumeFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB499"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB499"^^xsd:anyURI ;
    qudt:symbol "Pa·s/L"^^xsd:string ;
    qudt:ucumCode "Pa.s.L-1"^^qudt:UCUMcs,
        "Pa.s/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-SEC-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "باسكال ثانية لكل متر مكعب"@ar,
        "pascal sekunda na metr krychlový"@cs,
        "Pascalsekunde je Kubikmeter"@de,
        "pascal second per cubic metre"@en,
        "Pascal Second per Cubic Meter"@en-us,
        "pascal segundo por metro cúbico"@es,
        "نیوتون ثانیه بر متر مکعب"@fa,
        "pascal-seconde par mètre cube"@fr,
        "पास्कल सैकण्ड प्रति घन मीटर"@hi,
        "pascal per secondo al metro cubo"@it,
        "パスカル秒毎立方メートル"@ja,
        "pascal saat per meter kubik"@ms,
        "paskalosekunda na metr sześcienny"@pl,
        "pascal-segundo por metro cúbico"@pt,
        "pascal-secundă pe metru cub"@ro,
        "паскаль-секунда на кубический метр"@ru,
        "pascal saniye bölü metre küp"@tr ;
    dcterms:description "$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Pa-s/m3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:PressureInRelationToVolumeFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA263"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA263"^^xsd:anyURI ;
    qudt:siUnitsExpression "Pa.s/m3"^^xsd:string ;
    qudt:symbol "Pa·s/m³"^^xsd:string ;
    qudt:ucumCode "Pa.s.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA2-PER-SEC2 a qudt:Unit ;
    rdfs:label "Square pascal per square second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-6D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "Pa²/s²"^^xsd:string ;
    qudt:ucumCode "Pa2.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA2-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Pascal Second"@en ;
    dcterms:description "Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Pa2-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:SoundExposure ;
    qudt:iec61360Code "0112/2///62720#UAB339"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB339"^^xsd:anyURI ;
    qudt:siUnitsExpression "Pa2.s"^^xsd:string ;
    qudt:symbol "Pa²·s"^^xsd:string ;
    qudt:ucumCode "Pa2.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-DEG_C a qudt:Unit ;
    rdfs:label "reciprocal degree Celsius"@en ;
    dcterms:description "reciprocal of the unit degree Celsius"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAB840"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB840"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit for expressing the change of some quantity relative to a unit change in temperature."^^xsd:string ;
    qudt:symbol "/°C"^^xsd:string ;
    qudt:ucumCode ".Cel-1"^^qudt:UCUMcs,
        "/Cel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-EV-M3 a qudt:Unit ;
    rdfs:label "reciprocal electron volt per cubic metre"^^xsd:string ;
    dcterms:description "complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 6241509074460762607.776240980930446 ;
    qudt:conversionMultiplierSN 6.241509e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:EV ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensityOfStates ;
    qudt:iec61360Code "0112/2///62720#UAB164"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB164"^^xsd:anyURI ;
    qudt:symbol "/(eV·m³)"^^xsd:string ;
    qudt:ucumCode "eV-1.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-EV2 a qudt:Unit ;
    rdfs:label "Reciprocal Square Electron Volt"@en ;
    dcterms:description "Per Square Electron Volt is a denominator unit with dimensions $/eV^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 38956440500000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 3.895644e+37 ;
    qudt:expression "$/eV^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:EV ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy_Squared ;
    qudt:symbol "/eV²"^^xsd:string ;
    qudt:ucumCode "eV-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-GigaEV2 a qudt:Unit ;
    rdfs:label "Reciprocal Square Giga Electron Volt Unit"@en ;
    dcterms:description "Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 38956440500000000000.0 ;
    qudt:conversionMultiplierSN 3.895644e+19 ;
    qudt:expression "$/GeV^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:GigaEV ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy_Squared ;
    qudt:symbol "/GeV²"^^xsd:string ;
    qudt:ucumCode "GeV-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-H a qudt:Unit ;
    rdfs:label "Reciprocal Henry"@en ;
    dcterms:description "reciprocal of the SI derived unit henry"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:H ] ;
    qudt:hasQuantityKind qudtqk:Reluctance ;
    qudt:iec61360Code "0112/2///62720#UAA169"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA169"^^xsd:anyURI ;
    qudt:symbol "/H"^^xsd:string ;
    qudt:ucumCode "/H"^^qudt:UCUMcs,
        "H-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-IN a qudt:Unit ;
    rdfs:label "reciprocal inch"^^xsd:string ;
    dcterms:description "complement of the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 39.37007874015748031496062992125984 ;
    qudt:conversionMultiplierSN 3.937008e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Repetency ;
    qudt:iec61360Code "0112/2///62720#UAB360"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB360"^^xsd:anyURI ;
    qudt:symbol "/in"^^xsd:string ;
    qudt:ucumCode "/[in_i]"^^qudt:UCUMcs,
        "[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-IN2 a qudt:Unit ;
    rdfs:label "reciprocal square inch"^^xsd:string ;
    dcterms:description "complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1550.0031000062000124000248000496 ;
    qudt:conversionMultiplierSN 1.550003e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ParticleFluence ;
    qudt:iec61360Code "0112/2///62720#UAB361"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB361"^^xsd:anyURI ;
    qudt:symbol "/in²"^^xsd:string ;
    qudt:ucumCode "[in_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-J a qudt:Unit ;
    rdfs:label "reciprocal joule"^^xsd:string ;
    dcterms:description "reciprocal of the SI derived unit joule"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB324"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB324"^^xsd:anyURI ;
    qudt:symbol "/J"^^xsd:string ;
    qudt:ucumCode "/J"^^qudt:UCUMcs,
        "J-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-J-M3 a qudt:Unit ;
    rdfs:label "Reciprocal Joule Cubic Metre"@en,
        "Reciprocal Joule Cubic Meter"@en-us ;
    dcterms:description "unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$j^{-1}-m^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensityOfStates ;
    qudt:iec61360Code "0112/2///62720#UAB165"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB165"^^xsd:anyURI ;
    qudt:symbol "/(J·m³)"^^xsd:string ;
    qudt:ucumCode "J-1.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-J2 a qudt:Unit ;
    rdfs:label "Reciprocal Square Joule"@en ;
    dcterms:description "Per Square Joule is a denominator unit with dimensions $/eV^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$/J^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy_Squared ;
    qudt:symbol "/J²"^^xsd:string ;
    qudt:ucumCode "J-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-KiloGM a qudt:Unit ;
    rdfs:label "reciprocal kilogram"^^xsd:string ;
    dcterms:description "reciprocal of the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:iec61360Code "0112/2///62720#UAC003"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC003"^^xsd:anyURI ;
    qudt:symbol "/kg"^^xsd:string ;
    qudt:ucumCode "/kg"^^qudt:UCUMcs,
        "kg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-KiloGM-SEC a qudt:Unit ;
    rdfs:label "reciprocal kilogram second"^^xsd:string ;
    dcterms:description "product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD591"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD591"^^xsd:anyURI ;
    qudt:symbol "/(kg·s)"^^xsd:string ;
    qudt:ucumCode "kg-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-KiloGM2 a qudt:Unit ;
    rdfs:label "Reciprocal Square Kilogram"@en ;
    dcterms:description "Per Square Kilogram is a denominator unit with dimensions $/kg^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$/kg^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:InverseMass_Squared ;
    qudt:symbol "/kg²"^^xsd:string ;
    qudt:ucumCode "kg-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-LB a qudt:Unit ;
    rdfs:label "reciprocal pound (avoirdupois)"^^xsd:string ;
    dcterms:description "reciprocal of the unit pound (avoirdupois)"^^xsd:string ;
    qudt:conversionMultiplier 2.20462262184877580722973801345027 ;
    qudt:conversionMultiplierSN 2.204623e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:iec61360Code "0112/2///62720#UAC008"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC008"^^xsd:anyURI ;
    qudt:symbol "/lbm"^^xsd:string ;
    qudt:ucumCode "/[lb_av]"^^qudt:UCUMcs,
        "[lb_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M-K a qudt:Unit ;
    rdfs:label "Reciprocal Metre Kelvin"@en,
        "Reciprocal Meter Kelvin"@en-us ;
    dcterms:description "Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$/m.k$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:InverseLengthTemperature ;
    qudt:symbol "/(m·K)"^^xsd:string ;
    qudt:ucumCode "m-1.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M-NanoM a qudt:Unit ;
    rdfs:label "Reciprocal metre per nanometre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ParticleFluence ;
    qudt:symbol "/(m·nm)"^^xsd:string ;
    qudt:ucumCode "m-1.nm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M-NanoM-SR a qudt:Unit ;
    rdfs:label "Reciprocal metre nanometre steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "/(m·nm·sr)"^^xsd:string ;
    qudt:ucumCode "m-1.nm-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M-SEC a qudt:Unit ;
    rdfs:label "Reciprocal metre per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "/(m·s)"^^xsd:string ;
    qudt:ucumCode "m-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M-SR a qudt:Unit ;
    rdfs:label "Reciprocal metre per steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "/(m·sr)"^^xsd:string ;
    qudt:ucumCode "m-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MOL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Mole"@en ;
    dcterms:description "The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$</p>."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$/mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:InverseAmountOfSubstance ;
    qudt:iec61360Code "0112/2///62720#UAD514"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD514"^^xsd:anyURI ;
    qudt:symbol "/mol"^^xsd:string ;
    qudt:ucumCode "/mol"^^qudt:UCUMcs,
        "mol-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MicroMOL-L a qudt:Unit ;
    rdfs:label "Reciprocal micromole per litre"@en ;
    dcterms:description "Units used to describe the sensitivity of detection of a spectrophotometer."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "/(μmol·L)"^^xsd:string ;
    qudt:ucumCode "umol-1.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-OZ a qudt:Unit ;
    rdfs:label "reciprocal ounce (avoirdupois)"^^xsd:string ;
    dcterms:description "reciprocal of the unit ounce (avoirdupois)"^^xsd:string ;
    qudt:conversionMultiplier 35.27396194958041291567580821520433 ;
    qudt:conversionMultiplierSN 3.527396e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:iec61360Code "0112/2///62720#UAC007"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC007"^^xsd:anyURI ;
    qudt:symbol "/oz"^^xsd:string ;
    qudt:ucumCode "/[oz_av]"^^qudt:UCUMcs,
        "[oz_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-PA-SEC a qudt:Unit ;
    rdfs:label "Reciprocal Pascal per second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "/(Pa·s)"^^xsd:string ;
    qudt:ucumCode "Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-PERCENT a qudt:Unit ;
    rdfs:label "reciprocal percent"^^xsd:string ;
    dcterms:description "reciprocal of one hundredth"^^xsd:string ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD873"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD873"^^xsd:anyURI ;
    qudt:symbol "/%"^^xsd:string ;
    qudt:ucumCode "%-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-PlanckMass2 a qudt:Unit ;
    rdfs:label "Inverse Square Planck Mass"@en ;
    dcterms:description "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx  1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx  4.341 \\times 10 kg = 2.435  \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 2111089000000000.0 ;
    qudt:conversionMultiplierSN 2.111089e+15 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:PlanckMass ] ;
    qudt:hasQuantityKind qudtqk:InverseMass_Squared ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
    qudt:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ;
    qudt:symbol "/planckmass²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-RAD a qudt:Unit ;
    rdfs:label "reciprocal radian"^^xsd:string ;
    dcterms:description "reciprocal of the unit radian"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB327"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB327"^^xsd:anyURI ;
    qudt:symbol "/rad"^^xsd:string ;
    qudt:ucumCode "/rad"^^qudt:UCUMcs,
        "rad-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC-M2 a qudt:Unit ;
    rdfs:label "Reciprocal Second Square Metre"@en,
        "Reciprocal Second Square Meter"@en-us ;
    dcterms:description "$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$per-sec-m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Flux ;
    qudt:iec61360Code "0112/2///62720#UAA974"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA974"^^xsd:anyURI ;
    qudt:symbol "/(s·m²)"^^xsd:string ;
    qudt:ucumCode "/(s1.m2)"^^qudt:UCUMcs,
        "s-1.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC-M2-SR a qudt:Unit ;
    rdfs:label "Reciprocal Second Square Metre Steradian"@en,
        "Reciprocal Second Square Meter Steradian"@en-us ;
    dcterms:description "Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$/sec-m^2-sr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:PhotonRadiance ;
    qudt:symbol "/(s·m²·sr)"^^xsd:string ;
    qudt:ucumCode "/(s.m2.sr)"^^qudt:UCUMcs,
        "s-1.m-2.sr-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D2"^^xsd:string ;
    rdfs:comment "It is not clear this unit is ever used. [Editor]"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC-M3 a qudt:Unit ;
    rdfs:label "reciprocal second per cubic metre"^^xsd:string ;
    dcterms:description "reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Slowing-DownDensity ;
    qudt:iec61360Code "0112/2///62720#UAA975"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA975"^^xsd:anyURI ;
    qudt:symbol "/(s·m³)"^^xsd:string ;
    qudt:ucumCode "s-1.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC-SR-M2 a qudt:Unit ;
    rdfs:label "reciprocal second per steradian square metre"^^xsd:string ;
    dcterms:description "reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA977"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA977"^^xsd:anyURI ;
    qudt:symbol "/(s·sr·m²)"^^xsd:string ;
    qudt:ucumCode "s-1.sr-1.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC2 a qudt:Unit ;
    rdfs:label "Reciprocal square second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:InverseTime_Squared ;
    qudt:symbol "/s²"^^xsd:string ;
    qudt:ucumCode "s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SR a qudt:Unit ;
    rdfs:label "Reciprocal steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "/sr"^^xsd:string ;
    qudt:ucumCode "/sr"^^qudt:UCUMcs,
        "sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-T-M a qudt:Unit ;
    rdfs:label "Reciprocal Tesla Metre"@en,
        "Reciprocal Tesla Meter"@en-us ;
    dcterms:description """
  A $\\textit{Per Tesla Meter Unit}$ is a denominator unit with dimensions $/m .\\cdot T$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ] ;
    qudt:hasQuantityKind qudtqk:MagneticReluctivity ;
    qudt:latexSymbol "$m^{-1} \\cdot T^{-1}$"^^qudt:LatexString ;
    qudt:symbol "/(T·m)"^^xsd:string ;
    qudt:ucumCode "T-1.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-TON a qudt:Unit ;
    rdfs:label "reciprocal ton"^^xsd:string ;
    dcterms:description "reciprocal of the 2,000-fold of the SI base unit pound"^^xsd:string ;
    qudt:conversionMultiplier 0.001102311310924387903614869006725135 ;
    qudt:conversionMultiplierSN 1.102311e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:TON ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:symbol "/tn"^^xsd:string ;
    qudt:ucumCode "ston_av-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-TONNE a qudt:Unit ;
    rdfs:label "reciprocal tonne"^^xsd:string ;
    dcterms:description "reciprocal of the 1,000-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:iec61360Code "0112/2///62720#UAC006"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC006"^^xsd:anyURI ;
    qudt:symbol "/t"^^xsd:string ;
    qudt:ucumCode "/t"^^qudt:UCUMcs,
        "t-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-V a qudt:Unit ;
    rdfs:label "reciprocal volt"^^xsd:string ;
    dcterms:description "reciprocal of the SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:ReciprocalVoltage ;
    qudt:iec61360Code "0112/2///62720#UAB326"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB326"^^xsd:anyURI ;
    qudt:symbol "/V"^^xsd:string ;
    qudt:ucumCode "/V"^^qudt:UCUMcs,
        "V-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-WB a qudt:Unit ;
    rdfs:label "Reciprocal Weber"@en ;
    dcterms:description "complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Wb^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:WB ] ;
    qudt:hasQuantityKind qudtqk:InverseMagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAB354"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB354"^^xsd:anyURI ;
    qudt:symbol "/Wb"^^xsd:string ;
    qudt:ucumCode "/Wb"^^qudt:UCUMcs,
        "Wb-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-FT-HR-PER-LB a qudt:Unit ;
    rdfs:label "percent foot hour per pound (avoirdupois)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 24.19088310502224717757046927398712 ;
    qudt:conversionMultiplierSN 2.419088e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC808"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC808"^^xsd:anyURI ;
    qudt:symbol "ft·h·%/lbm"^^xsd:string ;
    qudt:ucumCode "[ft_i].h.%.[lb_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-FT-SEC-PER-LB a qudt:Unit ;
    rdfs:label "percent foot second per pound (avoirdupois)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.006719689751395068660436241464996423 ;
    qudt:conversionMultiplierSN 6.71969e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC809"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC809"^^xsd:anyURI ;
    qudt:symbol "ft·%·s/lbm"^^xsd:string ;
    qudt:ucumCode "[ft_i].%.s.[lb_av]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-FT2-PER-LB_F-SEC a qudt:Unit ;
    rdfs:label "percent square foot per pound-force second"^^xsd:string ;
    dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.0002088543329607266931093922420396694 ;
    qudt:conversionMultiplierSN 2.088543e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Fluidity ;
    qudt:iec61360Code "0112/2///62720#UAC810"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC810"^^xsd:anyURI ;
    qudt:symbol "ft²·%/(lbf·s)"^^xsd:string ;
    qudt:ucumCode "[ft_i]2.%.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-CentiM3 a qudt:Unit ;
    rdfs:label "percent hour per cubic centimetre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 36000000.0 ;
    qudt:conversionMultiplierSN 3.6e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC781"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC781"^^xsd:anyURI ;
    qudt:symbol "h·%/cm³"^^xsd:string ;
    qudt:ucumCode "h.%.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-FT3 a qudt:Unit ;
    rdfs:label "percent hour per cubic foot"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 1271.328001973589249015768372744095 ;
    qudt:conversionMultiplierSN 1.271328e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC786"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC786"^^xsd:anyURI ;
    qudt:symbol "h·%/ft³"^^xsd:string ;
    qudt:ucumCode "h.%.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-GAL_UK a qudt:Unit ;
    rdfs:label "percent hour per gallon (UK)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 7918.892938767160350982932586024475 ;
    qudt:conversionMultiplierSN 7.918893e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC784"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC784"^^xsd:anyURI ;
    qudt:symbol "h·%/gal{UK}"^^xsd:string ;
    qudt:ucumCode "h.%.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-GAL_US a qudt:Unit ;
    rdfs:label "percent hour per gallon (US)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 9510.19388489334295367639717792985 ;
    qudt:conversionMultiplierSN 9.510194e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC783"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC783"^^xsd:anyURI ;
    qudt:symbol "h·%/gal{US}"^^xsd:string ;
    qudt:ucumCode "h.%.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-IN3 a qudt:Unit ;
    rdfs:label "percent hour per cubic inch"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 2196854.787410362222299247748101795 ;
    qudt:conversionMultiplierSN 2.196855e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC785"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC785"^^xsd:anyURI ;
    qudt:symbol "h·%/in³"^^xsd:string ;
    qudt:ucumCode "h.%.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-L a qudt:Unit ;
    rdfs:label "percent hour per litre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 36000.0 ;
    qudt:conversionMultiplierSN 3.6e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC782"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC782"^^xsd:anyURI ;
    qudt:symbol "h·%/L"^^xsd:string ;
    qudt:ucumCode "h.%.L-1"^^qudt:UCUMcs,
        "h.%/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-M3 a qudt:Unit ;
    rdfs:label "percent hour per cubic metre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 36.0 ;
    qudt:conversionMultiplierSN 3.6e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC780"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC780"^^xsd:anyURI ;
    qudt:symbol "h·%/m³"^^xsd:string ;
    qudt:ucumCode "h.%.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-HR-PER-YD3 a qudt:Unit ;
    rdfs:label "percent hour per cubic yard"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"^^xsd:string ;
    qudt:conversionMultiplier 47.08622229531812033391734713867015 ;
    qudt:conversionMultiplierSN 4.708622e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC787"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC787"^^xsd:anyURI ;
    qudt:symbol "h·%/yd³"^^xsd:string ;
    qudt:ucumCode "h.%.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-IN2-PER-LB_F-SEC a qudt:Unit ;
    rdfs:label "percent square inch per pound-force second"^^xsd:string ;
    dcterms:description "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.000001450377312227268702148557236386593 ;
    qudt:conversionMultiplierSN 1.450377e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Fluidity ;
    qudt:iec61360Code "0112/2///62720#UAC811"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC811"^^xsd:anyURI ;
    qudt:symbol "in²·%/(lbf·s)"^^xsd:string ;
    qudt:ucumCode "[in_i]2.%.[lbf_av]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-CentiM3 a qudt:Unit ;
    rdfs:label "percent minute per cubic centimetre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 600000.0 ;
    qudt:conversionMultiplierSN 6e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC789"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC789"^^xsd:anyURI ;
    qudt:symbol "min·%/cm³"^^xsd:string ;
    qudt:ucumCode "min.%.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-FT3 a qudt:Unit ;
    rdfs:label "percent minute per cubic foot"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 21.18880003289315415026280621240158 ;
    qudt:conversionMultiplierSN 2.11888e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC794"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC794"^^xsd:anyURI ;
    qudt:symbol "min·%/ft³"^^xsd:string ;
    qudt:ucumCode "min.%.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-GAL_UK a qudt:Unit ;
    rdfs:label "percent minute per gallon (UK)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 131.9815489794526725163822097670746 ;
    qudt:conversionMultiplierSN 1.319815e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC792"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC792"^^xsd:anyURI ;
    qudt:symbol "min·%/gal{UK}"^^xsd:string ;
    qudt:ucumCode "min.%.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-GAL_US a qudt:Unit ;
    rdfs:label "percent minute per gallon (US)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 158.5032314148890492279399529654975 ;
    qudt:conversionMultiplierSN 1.585032e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC791"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC791"^^xsd:anyURI ;
    qudt:symbol "min·%/gal{US}"^^xsd:string ;
    qudt:ucumCode "min.%.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-IN3 a qudt:Unit ;
    rdfs:label "percent minute per cubic inch"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 36614.24645683937037165412913502992 ;
    qudt:conversionMultiplierSN 3.661425e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC793"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC793"^^xsd:anyURI ;
    qudt:symbol "min·%/in³"^^xsd:string ;
    qudt:ucumCode "min.%.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-L a qudt:Unit ;
    rdfs:label "percent minute per litre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit litre and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 600.0 ;
    qudt:conversionMultiplierSN 6e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC790"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC790"^^xsd:anyURI ;
    qudt:symbol "min·%/L"^^xsd:string ;
    qudt:ucumCode "min.%.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-M3 a qudt:Unit ;
    rdfs:label "percent minute per cubic metre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 0.6 ;
    qudt:conversionMultiplierSN 6e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC788"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC788"^^xsd:anyURI ;
    qudt:symbol "min·%/m³"^^xsd:string ;
    qudt:ucumCode "min.%.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-MIN-PER-YD3 a qudt:Unit ;
    rdfs:label "percent minute per cubic yard"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"^^xsd:string ;
    qudt:conversionMultiplier 0.7847703715886353388986224523111692 ;
    qudt:conversionMultiplierSN 7.847704e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC795"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC795"^^xsd:anyURI ;
    qudt:symbol "min·%/yd³"^^xsd:string ;
    qudt:ucumCode "min.%.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-BAR a qudt:Unit ;
    rdfs:label "percent per bar"^^xsd:string ;
    dcterms:description "hundredth relating to the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Compressibility ;
    qudt:iec61360Code "0112/2///62720#UAA010"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA010"^^xsd:anyURI ;
    qudt:symbol "%/bar"^^xsd:string ;
    qudt:ucumCode "%.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-CentiPOISE a qudt:Unit ;
    rdfs:label "percent per centipoise"^^xsd:string ;
    dcterms:description "[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiPOISE ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC807"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC807"^^xsd:anyURI ;
    qudt:symbol "%/cP"^^xsd:string ;
    qudt:ucumCode "%.cP-1"^^qudt:UCUMcs,
        "%/cP"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DEG a qudt:Unit ;
    rdfs:label "percent per degree"^^xsd:string ;
    dcterms:description "hundredth relating to the unit degree"^^xsd:string ;
    qudt:conversionMultiplier 0.5729577957855229894302178227976183 ;
    qudt:conversionMultiplierSN 5.729578e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA002"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA002"^^xsd:anyURI ;
    qudt:symbol "%/°"^^xsd:string ;
    qudt:ucumCode "%.deg-1"^^qudt:UCUMcs,
        "%/deg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DEG_C a qudt:Unit ;
    rdfs:label "percent per degree Celsius"^^xsd:string ;
    dcterms:description "hundredth divided by the unit degree Celsius"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA003"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA003"^^xsd:anyURI ;
    qudt:symbol "%/°C"^^xsd:string ;
    qudt:ucumCode "%.Cel-1"^^qudt:UCUMcs,
        "%/Cel"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DecaK a qudt:Unit ;
    rdfs:label "percent per decakelvin"^^xsd:string ;
    dcterms:description "hundredth relating to the 10-fold of the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DecaK ] ;
    qudt:hasQuantityKind qudtqk:LinearExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA011"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA011"^^xsd:anyURI ;
    qudt:symbol "%/daK"^^xsd:string ;
    qudt:uneceCommonCode "H73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-HectoBAR a qudt:Unit ;
    rdfs:label "percent per hectobar"^^xsd:string ;
    dcterms:description "hundredths relating to the 100-fold of unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HectoBAR ] ;
    qudt:hasQuantityKind qudtqk:Compressibility ;
    qudt:iec61360Code "0112/2///62720#UAB373"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB373"^^xsd:anyURI ;
    qudt:symbol "%/hbar"^^xsd:string ;
    qudt:ucumCode "%.hbar-1"^^qudt:UCUMcs,
        "%/hbar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-IN a qudt:Unit ;
    rdfs:label "percent per inch"^^xsd:string ;
    dcterms:description "hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 0.3937007874015748031496062992125984 ;
    qudt:conversionMultiplierSN 3.937008e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Repetency ;
    qudt:iec61360Code "0112/2///62720#UAA012"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA012"^^xsd:anyURI ;
    qudt:symbol "%/in"^^xsd:string ;
    qudt:ucumCode "%.[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-K a qudt:Unit ;
    rdfs:label "percent per kelvin"^^xsd:string ;
    dcterms:description "hundredth divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:LinearExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA008"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA008"^^xsd:anyURI ;
    qudt:symbol "%/K"^^xsd:string ;
    qudt:ucumCode "%.K-1"^^qudt:UCUMcs,
        "%/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-M a qudt:Unit ;
    rdfs:label "Percent per metre"@en ;
    dcterms:description "hundredth relating to the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:AttenuationCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA013"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA013"^^xsd:anyURI ;
    qudt:symbol "%/m"^^xsd:string ;
    qudt:ucumCode "%.m-1"^^qudt:UCUMcs,
        "%/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-MilliM a qudt:Unit ;
    rdfs:label "percent per millimetre"^^xsd:string ;
    dcterms:description "hundredth relating to the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Repetency ;
    qudt:iec61360Code "0112/2///62720#UAA014"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA014"^^xsd:anyURI ;
    qudt:symbol "%/mm"^^xsd:string ;
    qudt:ucumCode "%.mm-1"^^qudt:UCUMcs,
        "%/mm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-MilliPA-SEC a qudt:Unit ;
    rdfs:label "percent per millipascal second"^^xsd:string ;
    dcterms:description "hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliPA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC804"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC804"^^xsd:anyURI ;
    qudt:symbol "%/(mPa·s)"^^xsd:string ;
    qudt:ucumCode "%.mPa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-OHM a qudt:Unit ;
    rdfs:label "percent per ohm"^^xsd:string ;
    dcterms:description "hundredth relating to the SI unit ohm"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA001"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA001"^^xsd:anyURI ;
    qudt:symbol "%/Ω"^^xsd:string ;
    qudt:ucumCode "%.Ohm-1"^^qudt:UCUMcs,
        "%/Ohm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-PA-SEC a qudt:Unit ;
    rdfs:label "percent per pascal second"^^xsd:string ;
    dcterms:description "hundredth relating to the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC805"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC805"^^xsd:anyURI ;
    qudt:symbol "%/(Pa·s)"^^xsd:string ;
    qudt:ucumCode "%.Pa-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-PERCENT a qudt:Unit ;
    rdfs:label "percent per percent"^^xsd:string ;
    dcterms:description "hundredth relating to a hundreth"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD871"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD871"^^xsd:anyURI ;
    qudt:symbol "%/%"^^xsd:string ;
    qudt:ucumCode "%.%-1"^^qudt:UCUMcs,
        "%/%"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-POISE a qudt:Unit ;
    rdfs:label "percent per poise"^^xsd:string ;
    dcterms:description "[CGS] hundredth relating to the unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:POISE ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC806"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC806"^^xsd:anyURI ;
    qudt:symbol "%/P"^^xsd:string ;
    qudt:ucumCode "%.P-1"^^qudt:UCUMcs,
        "%/P"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-V a qudt:Unit ;
    rdfs:label "percent per volt"^^xsd:string ;
    dcterms:description "hundredth relating to the SI unit volt"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA009"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA009"^^xsd:anyURI ;
    qudt:symbol "%/V"^^xsd:string ;
    qudt:ucumCode "%.V-1"^^qudt:UCUMcs,
        "%/V"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-CentiM3 a qudt:Unit ;
    rdfs:label "percent second per cubic centimetre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC797"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC797"^^xsd:anyURI ;
    qudt:symbol "%·s/cm³"^^xsd:string ;
    qudt:ucumCode "%.s.cm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-FT3 a qudt:Unit ;
    rdfs:label "percent second per cubic foot"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.3531466672148859025043801035400263 ;
    qudt:conversionMultiplierSN 3.531467e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC802"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC802"^^xsd:anyURI ;
    qudt:symbol "%·s/ft³"^^xsd:string ;
    qudt:ucumCode "%.s.[ft_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-GAL_UK a qudt:Unit ;
    rdfs:label "percent second per gallon (UK)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 2.199692482990877875273036829451243 ;
    qudt:conversionMultiplierSN 2.199692e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC800"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC800"^^xsd:anyURI ;
    qudt:symbol "%·s/gal{UK}"^^xsd:string ;
    qudt:ucumCode "%.s.[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-GAL_US a qudt:Unit ;
    rdfs:label "percent second per gallon (US)"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 2.641720523581484153798999216091625 ;
    qudt:conversionMultiplierSN 2.641721e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC799"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC799"^^xsd:anyURI ;
    qudt:symbol "%·s/gal{US}"^^xsd:string ;
    qudt:ucumCode "%.s.[gal_us]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-IN3 a qudt:Unit ;
    rdfs:label "percent second per cubic inch"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 610.2374409473228395275688189171654 ;
    qudt:conversionMultiplierSN 6.102374e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC801"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC801"^^xsd:anyURI ;
    qudt:symbol "%·s/in³"^^xsd:string ;
    qudt:ucumCode "%.s.[in_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-L a qudt:Unit ;
    rdfs:label "percent second per litre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the unit litre and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC798"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC798"^^xsd:anyURI ;
    qudt:symbol "%·s/L"^^xsd:string ;
    qudt:ucumCode "%.s.L-1"^^qudt:UCUMcs,
        "%.s/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-M3 a qudt:Unit ;
    rdfs:label "percent second per cubic metre"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC796"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC796"^^xsd:anyURI ;
    qudt:symbol "%·s/m³"^^xsd:string ;
    qudt:ucumCode "%.s.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-SEC-PER-YD3 a qudt:Unit ;
    rdfs:label "percent second per cubic yard"^^xsd:string ;
    dcterms:description "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.01307950619314392231497704087185282 ;
    qudt:conversionMultiplierSN 1.307951e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAC803"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC803"^^xsd:anyURI ;
    qudt:symbol "%·s/yd³"^^xsd:string ;
    qudt:ucumCode "%.s.[yd_i]-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT_RH a qudt:Unit ;
    rdfs:label "Percent Relative Humidity"@en ;
    dcterms:description "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:RelativeHumidity ;
    qudt:plainTextDescription "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^xsd:string ;
    qudt:symbol "%RH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERMEABILITY_EM_REL a qudt:Unit ;
    rdfs:label "Relative Electromagnetic Permeability"@en ;
    dcterms:description "Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:ElectromagneticPermeabilityRatio ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu\\,T$"^^qudt:LatexString ;
    qudt:symbol "μₜ"^^xsd:string ;
    qudt:ucumCode "[mu_0]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERMEABILITY_REL a qudt:Unit ;
    rdfs:label "Relative Permeability"@en ;
    dcterms:description "In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.00000125663706 ;
    qudt:conversionMultiplierSN 1.256637e-06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:PermeabilityRatio ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ;
    qudt:symbol "kᵣ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERM_Metric a qudt:Unit ;
    rdfs:label "Metric Perm"@en ;
    dcterms:description "A perm is a unit of permeance or \"water vapor transmission\" given a certain differential in partial pressures on either side of a material or membrane. The metric perm (not an SI unit) is defined as 1 gram of water vapor per day, per square metre, per millimeter of mercury."@en ;
    qudt:conversionMultiplier 0.0000000000868127 ;
    qudt:conversionMultiplierSN 8.68127e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:VaporPermeance ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC-PER-M ;
    qudt:symbol "perm{Metric}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERM_US a qudt:Unit ;
    rdfs:label "U.S. Perm"@en ;
    dcterms:description "A perm is a unit of permeance or \"water vapor transmission\" given a certain differential in partial pressures on either side of a material or membrane. The U.S. perm is defined as 1 grain of water vapor per hour, per square foot, per inch of mercury."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000000000572135 ;
    qudt:conversionMultiplierSN 5.72135e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:VaporPermeance ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC-PER-M ;
    qudt:symbol "perm{US}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PHON a qudt:Unit ;
    rdfs:label "phon"^^xsd:string ;
    dcterms:description "psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundPressureLevel ;
    qudt:iec61360Code "0112/2///62720#UAA937"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA937"^^xsd:anyURI ;
    qudt:symbol "phon"^^xsd:string ;
    qudt:uneceCommonCode "C69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_US_DRY a qudt:Unit ;
    rdfs:label "US Dry Pint"@en ;
    dcterms:description "\"US Dry Pint\" is a C.G.S System unit for  'Dry Volume' expressed as $dry_pt$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000550610471 ;
    qudt:conversionMultiplierSN 5.506105e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAA962"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA962"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "pt{US Dry}"^^xsd:string ;
    qudt:ucumCode "[dpt_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L61"^^xsd:string,
        "PTD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PIXEL a qudt:Unit ;
    rdfs:label "pixel"^^xsd:string ;
    dcterms:description "both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:PictureElement ;
    qudt:iec61360Code "0112/2///62720#UAA938"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA938"^^xsd:anyURI ;
    qudt:symbol "pixel"^^xsd:string ;
    qudt:uneceCommonCode "E37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:POISE-PER-K a qudt:Unit ;
    rdfs:label "poise per kelvin"^^xsd:string ;
    dcterms:description "[CGS] unit poise divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:POISE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA256"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA256"^^xsd:anyURI ;
    qudt:symbol "P/K"^^xsd:string ;
    qudt:ucumCode "P.K-1"^^qudt:UCUMcs,
        "P/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI-PER-IN a qudt:Unit ;
    rdfs:label "psi per inch"^^xsd:string ;
    dcterms:description "compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 271447.1497054715109430218860437721 ;
    qudt:conversionMultiplierSN 2.714471e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB426"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB426"^^xsd:anyURI ;
    qudt:symbol "psi/in"^^xsd:string ;
    qudt:ucumCode "[psi].[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI-PER-PSI a qudt:Unit ;
    rdfs:label "Psi per Psi"@en ;
    dcterms:description "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:PressureRatio ;
    qudt:iec61360Code "0112/2///62720#UAA951"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA951"^^xsd:anyURI ;
    qudt:plainTextDescription "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:symbol "psi/psi"^^xsd:string ;
    qudt:ucumCode "[psi].[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PebiBIT-PER-M a qudt:Unit ;
    rdfs:label "pebibit per metre"^^xsd:string ;
    dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1125899906842624.0 ;
    qudt:conversionMultiplierSN 1.1259e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PebiBIT ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA271"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA271"^^xsd:anyURI ;
    qudt:symbol "Pibit/m"^^xsd:string ;
    qudt:uneceCommonCode "E80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PebiBIT-PER-M2 a qudt:Unit ;
    rdfs:label "pebibit per square metre"^^xsd:string ;
    dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1125899906842620.0 ;
    qudt:conversionMultiplierSN 1.1259e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PebiBIT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA272"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA272"^^xsd:anyURI ;
    qudt:symbol "Pibit/m²"^^xsd:string ;
    qudt:uneceCommonCode "E81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PebiBIT-PER-M3 a qudt:Unit ;
    rdfs:label "pebibit per cubic metre"^^xsd:string ;
    dcterms:description "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 1125899906842620.0 ;
    qudt:conversionMultiplierSN 1.1259e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PebiBIT ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA273"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA273"^^xsd:anyURI ;
    qudt:symbol "Pibit/m³"^^xsd:string ;
    qudt:uneceCommonCode "E82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaBIT-PER-SEC a qudt:Unit ;
    rdfs:label "petabit per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 693147180559945.30941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PetaBIT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA270"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA270"^^xsd:anyURI ;
    qudt:symbol "Pbit/s"^^xsd:string ;
    qudt:ucumCode "Pbit.s-1"^^qudt:UCUMcs,
        "Pbit/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaBQ a qudt:Unit ;
    rdfs:label "petabecquerel"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit becquerel"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAB590"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB590"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "PBq"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaFLOPS a qudt:Unit ;
    rdfs:label "petafloating point operations per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:FloatingPointCalculationCapability ;
    qudt:iec61360Code "0112/2///62720#UAB594"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB594"^^xsd:anyURI ;
    qudt:symbol "PFLOPS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoA-PER-HectoPA a qudt:Unit ;
    rdfs:label "picoampere per hectopascal"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 0.00000000000001 ;
    qudt:conversionMultiplierSN 1e-14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HectoPA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD930"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD930"^^xsd:anyURI ;
    qudt:symbol "pA/hPa"^^xsd:string ;
    qudt:ucumCode "pA.hPa-1"^^qudt:UCUMcs,
        "pA/hPa"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoA-PER-MicroMOL-L a qudt:Unit ;
    rdfs:label "Picoamps per micromole litre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E1L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "pA/(μmol·L)"^^xsd:string ;
    qudt:ucumCode "pA.umol-1.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoFARAD-PER-M a qudt:Unit ;
    rdfs:label "Picofarad per Metre"@en,
        "Picofarad per Meter"@en-us ;
    dcterms:description "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoFARAD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Permittivity ;
    qudt:iec61360Code "0112/2///62720#UAA931"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA931"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "pF/m"^^xsd:string ;
    qudt:ucumCode "pF.m-1"^^qudt:UCUMcs,
        "pF/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoKAT-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Picokatal per Litre"@en,
        "Picokatal per Liter"@en-us ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoKAT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "pkat/L"^^xsd:string ;
    qudt:ucumCode "pkat/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Picomoles per kilogram"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass ;
    qudt:symbol "pmol/kg"^^xsd:string ;
    qudt:ucumCode "pmol.kg-1"^^qudt:UCUMcs,
        "pmol/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-L-DAY a qudt:Unit ;
    rdfs:label "Picomoles per litre day"@en ;
    dcterms:description "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "pmol/(L·d)"^^xsd:string ;
    qudt:ucumCode "pmol.L-1.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-L-HR a qudt:Unit ;
    rdfs:label "Picomoles per litre hour"@en ;
    dcterms:description "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "pmol/(L·h)"^^xsd:string ;
    qudt:ucumCode "pmol.L-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-M-W-SEC a qudt:Unit ;
    rdfs:label "Picomoles per metre watt second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "pmol/(m·W·s)"^^xsd:string ;
    qudt:ucumCode "pmol.m-1.W-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Picomoles per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-17 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:PhotosyntheticPhotonFluxDensity ;
    qudt:symbol "pmol/(m²·d)"^^xsd:string ;
    qudt:ucumCode "pmol.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-M3-SEC a qudt:Unit ;
    rdfs:label "Picomoles per cubic metre second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivityConcentration ;
    qudt:symbol "pmol/(m³·s)"^^xsd:string ;
    qudt:ucumCode "pmol.m-3.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoPA-PER-KiloM a qudt:Unit ;
    rdfs:label "Picopascal per Kilometre"@en,
        "Picopascal per Kilometer"@en-us ;
    dcterms:description "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoPA ] ;
    qudt:hasQuantityKind qudtqk:SpectralRadiantEnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAA933"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA933"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "pPa/km"^^xsd:string ;
    qudt:ucumCode "pPa.km-1"^^qudt:UCUMcs,
        "pPa/km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoS-PER-M a qudt:Unit ;
    rdfs:label "Picosiemens per Metre"@en,
        "Picosiemens per Meter"@en-us ;
    dcterms:description "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA934"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA934"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "pS/m"^^xsd:string ;
    qudt:ucumCode "pS.m-1"^^qudt:UCUMcs,
        "pS/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoW-PER-CentiM2-L a qudt:Unit ;
    rdfs:label "Picowatts per square centimetre litre"@en ;
    dcterms:description "The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoW ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "pW/(cm²·L)"^^xsd:string ;
    qudt:ucumCode "pW.cm-2.L-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckCurrentDensity a qudt:Unit ;
    rdfs:label "Planck Current Density"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.331774e+95 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrentDensity ;
    qudt:scalingOf unit:A-PER-M2 ;
    qudt:symbol "planckcurrentdensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckImpedance a qudt:Unit ;
    rdfs:label "Planck Impedance"@en ;
    dcterms:description "The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 29.9792458 ;
    qudt:conversionMultiplierSN 2.997925e+01 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_impedance"^^xsd:anyURI ;
    qudt:latexDefinition "$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space."^^qudt:LatexString ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "Zₚ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_US_DRY a qudt:Unit ;
    rdfs:label "US Dry Quart"@en ;
    dcterms:description "\"US Dry Quart\" is a unit for  'Dry Volume' expressed as $dry_qt$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.001101220942715 ;
    qudt:conversionMultiplierSN 1.101221e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAA965"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA965"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "qt{US Dry}"^^xsd:string ;
    qudt:ucumCode "[dqt_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L62"^^xsd:string,
        "QTD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:R-PER-SEC a qudt:Unit ;
    rdfs:label "roentgen per second"^^xsd:string ;
    dcterms:description "unit roentgen, the use of which is no longer permitted divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000258 ;
    qudt:conversionMultiplierSN 2.58e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:R ] ;
    qudt:hasQuantityKind qudtqk:ExposureRate ;
    qudt:iec61360Code "0112/2///62720#UAA276"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA276"^^xsd:anyURI ;
    qudt:symbol "R/s"^^xsd:string ;
    qudt:ucumCode "R.s-1"^^qudt:UCUMcs,
        "R/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D6"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-M2-PER-KiloGM a qudt:Unit ;
    rdfs:label "Radian Square Metre per Kilogram"@en,
        "Radian Square Meter per Kilogram"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$rad m^2 / kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SpecificOpticalRotatoryPower ;
    qudt:iec61360Code "0112/2///62720#UAB162"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB162"^^xsd:anyURI ;
    qudt:symbol "rad·m²/kg"^^xsd:string ;
    qudt:ucumCode "rad.m2.kg-1"^^qudt:UCUMcs,
        "rad.m2/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-M2-PER-MOL a qudt:Unit ;
    rdfs:label "Radian Square Metre per Mole"@en,
        "Radian Square Meter per Mole"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$rad m^2 / mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MolarOpticalRotatoryPower ;
    qudt:iec61360Code "0112/2///62720#UAB161"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB161"^^xsd:anyURI ;
    qudt:symbol "rad·m²/mol"^^xsd:string ;
    qudt:ucumCode "rad.m2.mol-1"^^qudt:UCUMcs,
        "rad.m2/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Radian per Square Second"@en ;
    dcterms:description "Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\\alpha$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$rad/s2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:AngularAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAA969"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA969"^^xsd:anyURI ;
    qudt:symbol "rad/s²"^^xsd:string ;
    qudt:ucumCode "rad.s-2"^^qudt:UCUMcs,
        "rad/s2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2B"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAYL a qudt:Unit ;
    rdfs:label "Rayl"@en ;
    dcterms:description "The $Rayl$ is one of two units of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:SpecificAcousticImpedance ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Rayl?oldid=433570842"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM-PER-M2-SEC ;
    qudt:symbol "rayl"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REV-PER-MIN-SEC a qudt:Unit ;
    rdfs:label "Revolution per Minute per Second"@en ;
    dcterms:description "Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)"^^qudt:LatexString ;
    qudt:conversionMultiplier 0.10471975516666666666666666666667 ;
    qudt:conversionMultiplierSN 1.047198e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:REV ] ;
    qudt:hasQuantityKind qudtqk:AngularAcceleration ;
    qudt:symbol "rev/(min·s)"^^xsd:string ;
    qudt:ucumCode "{#}.min-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REV-PER-SEC2 a qudt:Unit ;
    rdfs:label "Revolution per Square Second"@en ;
    dcterms:description "\"Revolution per Square Second\" is a C.G.S System unit for  'Angular Acceleration' expressed as $rev-per-s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 6.28318531 ;
    qudt:conversionMultiplierSN 6.283185e+00 ;
    qudt:expression "$rev/s2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:REV ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AngularAcceleration ;
    qudt:symbol "rev/s²"^^xsd:string ;
    qudt:ucumCode "{#}.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RHE a qudt:Unit ;
    rdfs:label "rhe"^^xsd:string ;
    dcterms:description "non SI-conforming unit of fluidity of dynamic viscosity"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Fluidity ;
    qudt:iec61360Code "0112/2///62720#UAB228"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB228"^^xsd:anyURI ;
    qudt:symbol "rhe"^^xsd:string ;
    qudt:uneceCommonCode "P88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RichterMagnitude a qudt:Unit ;
    rdfs:label "Richter magnitude"^^xsd:string ;
    dcterms:description "unit Richter magnitude expressing size of an earthquake in accordance to a specific scale"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:EarthquakeMagnitude ;
    qudt:iec61360Code "0112/2///62720#UAB596"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB596"^^xsd:anyURI ;
    qudt:symbol "mag"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:S-M2-PER-MOL a qudt:Unit ;
    rdfs:label "Siemens Square metre per mole"@en,
        "Siemens Square meter per mole"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$s-m2-per-mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E2L0I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:S ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:MolarConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA280"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA280"^^xsd:anyURI ;
    qudt:symbol "S·m²/mol"^^xsd:string ;
    qudt:ucumCode "S.m2.mol-1"^^qudt:UCUMcs,
        "S.m2/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:S-PER-CentiM a qudt:Unit ;
    rdfs:label "Siemens per Centimetre"@en,
        "Siemens per Centimeter"@en-us ;
    dcterms:description "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:S ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Conductivity ;
    qudt:iec61360Code "0112/2///62720#UAA278"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA278"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "S/cm"^^xsd:string ;
    qudt:ucumCode "S.cm-1"^^qudt:UCUMcs,
        "S/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SCF-PER-HR a qudt:Unit ;
    rdfs:label "Standard Cubic Foot per Hour"@en ;
    dcterms:description """
The $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per 
square inch (psi) of pressure.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0003328 ;
    qudt:conversionMultiplierSN 3.328e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SCF ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
    qudt:symbol "scf/h"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SCF-PER-MIN a qudt:Unit ;
    rdfs:label "Standard Cubic Foot per Minute"@en ;
    dcterms:description """
The $\\textit{standard cubic foot per minute}$ (scfm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per 
square inch (psi) of pressure.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0199683 ;
    qudt:conversionMultiplierSN 1.99683e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SCF ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
    qudt:symbol "scf/min"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SCM-PER-HR a qudt:Unit ;
    rdfs:label "Standard Cubic Metre per Hour"@en,
        "Standard Cubic Meter per Hour"@en-us ;
    dcterms:description """
The $\\textit{standard cubic metre per hour}$ (scmh) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.01175 ;
    qudt:conversionMultiplierSN 1.175e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SCM ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
    qudt:symbol "scm/h"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SCM-PER-MIN a qudt:Unit ;
    rdfs:label "Standard Cubic Metre per Minute"@en,
        "Standard Cubic Meter per Minute"@en-us ;
    dcterms:description """
The $\\textit{standard cubic metre per minute}$ (scmm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.7051738 ;
    qudt:conversionMultiplierSN 7.051738e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SCM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MolarFlowRate ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
    qudt:symbol "scm/min"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Second Square Foot"@en ;
    dcterms:description "\"Second Square Foot\" is an Imperial unit for  'Area Time' expressed as $s-ft^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.09290304 ;
    qudt:conversionMultiplierSN 9.290304e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$s-ft^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AreaTime ;
    qudt:symbol "s·ft²"^^xsd:string ;
    qudt:ucumCode "s.[ft_i]2"^^qudt:UCUMcs,
        "s.[sft_i]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC-PER-FT2 a qudt:Unit ;
    rdfs:label "second per square foot"^^xsd:string ;
    dcterms:description "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 10.7639104167097223083335055559 ;
    qudt:conversionMultiplierSN 1.076391e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD843"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD843"^^xsd:anyURI ;
    qudt:symbol "s/ft²"^^xsd:string ;
    qudt:ucumCode "s.[ft_i]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC-PER-KiloGM a qudt:Unit ;
    rdfs:label "second per kilogram"^^xsd:string ;
    dcterms:description "unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:EinsteinCoefficients ;
    qudt:iec61360Code "0112/2///62720#UAB349"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB349"^^xsd:anyURI ;
    qudt:symbol "s/kg"^^xsd:string ;
    qudt:ucumCode "s.kg-1"^^qudt:UCUMcs,
        "s/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC-PER-M3-RAD a qudt:Unit ;
    rdfs:label "second per cubic metre radian"^^xsd:string ;
    dcterms:description "unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SpectralDensityOfVibrationalModes ;
    qudt:iec61360Code "0112/2///62720#UAB178"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB178"^^xsd:anyURI ;
    qudt:symbol "s/(m³·rad)"^^xsd:string ;
    qudt:ucumCode "s.m-3.rad-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC-PER-RAD-M3 a qudt:Unit ;
    rdfs:label "Second per Radian Cubic Metre"@en,
        "Second per Radian Cubic Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$sec/rad-m^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:DensityOfStates ;
    qudt:iec61360Code "0112/2///62720#UAB352"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB352"^^xsd:anyURI ;
    qudt:symbol "s/(rad·m³)"^^xsd:string ;
    qudt:ucumCode "s.rad-1.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Second"@en ;
    dcterms:description "\"Square Second\" is a unit for  'Square Time' expressed as $s^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Time_Squared ;
    qudt:symbol "s²"^^xsd:string ;
    qudt:ucumCode "s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SHANNON-PER-SEC a qudt:Unit ;
    rdfs:label "Shannon per Second"@en ;
    dcterms:description "The \"Shannon per Second\" is a unit of information rate."^^rdf:HTML ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:expression "$Sh/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SHANNON ] ;
    qudt:hasQuantityKind qudtqk:InformationFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB346"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB346"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
    qudt:symbol "Sh/s"^^xsd:string ;
    qudt:uneceCommonCode "Q17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-DAY a qudt:Unit ;
    rdfs:label "Slug per Day"@en ;
    dcterms:description "unit slug for mass according to an English engineering system divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00016891087963 ;
    qudt:conversionMultiplierSN 1.689109e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA979"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA979"^^xsd:anyURI ;
    qudt:plainTextDescription "unit slug for mass according to an English engineering system divided by the unit day"^^xsd:string ;
    qudt:symbol "slug/d"^^xsd:string ;
    qudt:uneceCommonCode "L63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-FT a qudt:Unit ;
    rdfs:label "Slug per Foot"@en ;
    dcterms:description "\"Slug per Foot\" is an Imperial unit for  'Mass Per Length' expressed as $slug/ft$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 47.8802591863517 ;
    qudt:conversionMultiplierSN 4.788026e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$slug/ft$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:symbol "slug/ft"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-HR a qudt:Unit ;
    rdfs:label "Slug per Hour"@en ;
    dcterms:description "unit slug for mass slug according to the English engineering system divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.004053861111111 ;
    qudt:conversionMultiplierSN 4.053861e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA982"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA982"^^xsd:anyURI ;
    qudt:plainTextDescription "unit slug for mass slug according to the English engineering system divided by the unit hour"^^xsd:string ;
    qudt:symbol "slug/h"^^xsd:string ;
    qudt:uneceCommonCode "L66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-MIN a qudt:Unit ;
    rdfs:label "Slug per Minute"@en ;
    dcterms:description "unit slug for the mass according to the English engineering system divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.243231666666667 ;
    qudt:conversionMultiplierSN 2.432317e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA983"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA983"^^xsd:anyURI ;
    qudt:plainTextDescription "unit slug for the mass according to the English engineering system divided by the unit minute"^^xsd:string ;
    qudt:symbol "slug/min"^^xsd:string ;
    qudt:uneceCommonCode "L67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SON a qudt:Unit ;
    rdfs:label "sone"^^xsd:string ;
    dcterms:description "psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA985"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA985"^^xsd:anyURI ;
    qudt:symbol "sone"^^xsd:string ;
    qudt:uneceCommonCode "D15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SPF a qudt:Unit ;
    rdfs:label "sun protection factor"^^xsd:string ;
    dcterms:description "the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SunProtectionFactorOfAProduct ;
    qudt:iec61360Code "0112/2///62720#UAB597"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB597"^^xsd:anyURI ;
    qudt:symbol "SPF"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SPIN_QUANTUM_NUMBER a qudt:Unit ;
    rdfs:label "spin quantum number"^^xsd:string ;
    dcterms:description "dimensionless atomic value expressing a system’s spin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB604"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB604"^^xsd:anyURI ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ST-PER-BAR a qudt:Unit ;
    rdfs:label "stokes per bar"^^xsd:string ;
    dcterms:description "[CGS] unit stokes divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ST ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA283"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA283"^^xsd:anyURI ;
    qudt:symbol "St/bar"^^xsd:string ;
    qudt:ucumCode "St.bar-1"^^qudt:UCUMcs,
        "St/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ST-PER-K a qudt:Unit ;
    rdfs:label "stokes per kelvin"^^xsd:string ;
    dcterms:description "[CGS] unit stokes divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ST ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA282"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA282"^^xsd:anyURI ;
    qudt:symbol "St/K"^^xsd:string ;
    qudt:ucumCode "St.K-1"^^qudt:UCUMcs,
        "St/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ST-PER-PA a qudt:Unit ;
    rdfs:label "stokes per pascal"^^xsd:string ;
    dcterms:description "[CGS] unit stokes divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ST ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB314"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB314"^^xsd:anyURI ;
    qudt:symbol "St/Pa"^^xsd:string ;
    qudt:ucumCode "St.Pa-1"^^qudt:UCUMcs,
        "St/Pa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:STILB a qudt:Unit ;
    rdfs:label "Stilb"@en ;
    dcterms:description """
  The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. 
  It is equal to one candela per square centimeter or 10 nits (candelas per square meter). 
  The name was coined by the French physicist A. Blondel around 1920. 
  It comes from the Greek word stilbein meaning 'to glitter'. 
  It was in common use in Europe up to World War I. 
  In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. 
  The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Stilb"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAB260"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stilb?oldid=375748497"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB260"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> ;
    qudt:scalingOf unit:CD-PER-M2 ;
    qudt:symbol "sb"^^xsd:string ;
    qudt:ucumCode "sb"^^qudt:UCUMcs ;
    qudt:udunitsCode "sb"^^xsd:string ;
    qudt:uneceCommonCode "P31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:S_Ab a qudt:Unit ;
    rdfs:label "Absiemen"@en ;
    dcterms:description "The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricConductivity ;
    qudt:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ;
    qudt:scalingOf unit:S-PER-M ;
    qudt:symbol "aS"^^xsd:string ;
    qudt:ucumCode "GS"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:T-M a qudt:Unit ;
    rdfs:label "T-M"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:T ] ;
    qudt:hasQuantityKind qudtqk:MagneticFluxPerLength ;
    qudt:symbol "T·m"^^xsd:string ;
    qudt:ucumCode "T.m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:T-SEC a qudt:Unit ;
    rdfs:label "T-SEC"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:T ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MassPerElectricCharge ;
    qudt:symbol "T·s"^^xsd:string ;
    qudt:ucumCode "T.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TEX a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Tex"@en ;
    dcterms:description "<i>Tex</i> is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric."^^rdf:HTML ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tex"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAB246"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tex?oldid=457265525"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB246"^^xsd:anyURI ;
    qudt:scalingOf unit:GM-PER-MilliM ;
    qudt:symbol "tex"^^xsd:string ;
    qudt:ucumCode "tex"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-M3-BAR a qudt:Unit ;
    rdfs:label "tonne per cubic metre bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA999"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA999"^^xsd:anyURI ;
    qudt:symbol "t/(m³·bar)"^^xsd:string ;
    qudt:ucumCode "t.m-3.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT-PER-DEG_F a qudt:Unit ;
    rdfs:label "ton short per degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 1632.932 ;
    qudt:conversionMultiplierSN 1.632932e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_SHORT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB013"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB013"^^xsd:anyURI ;
    qudt:symbol "ton{short}/°F"^^xsd:string ;
    qudt:ucumCode "[ston_av].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT-PER-HR-DEG_F a qudt:Unit ;
    rdfs:label "ton short per hour degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 0.453592369999999963712610400000003060236522933333330430342165333333575249264 ;
    qudt:conversionMultiplierSN 4.535924e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_SHORT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB015"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB015"^^xsd:anyURI ;
    qudt:symbol "ton{short}/(h·°F)"^^xsd:string ;
    qudt:ucumCode "[ston_av].h-1.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT-PER-HR-PSI a qudt:Unit ;
    rdfs:label "ton short per hour psi"^^xsd:string ;
    dcterms:description "quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.0000365488934692998216241326760518469448736564775439857299306140841477553559796 ;
    qudt:conversionMultiplierSN 3.654889e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_SHORT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB016"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB016"^^xsd:anyURI ;
    qudt:symbol "ton{short}/(h·psi)"^^xsd:string ;
    qudt:ucumCode "[ston_av].h-1.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT-PER-PSI a qudt:Unit ;
    rdfs:label "ton short per psi"^^xsd:string ;
    dcterms:description "unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.131576016489479357846877633786648991019082 ;
    qudt:conversionMultiplierSN 1.31576e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_SHORT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB017"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB017"^^xsd:anyURI ;
    qudt:symbol "ton{short}/psi"^^xsd:string ;
    qudt:ucumCode "[ston_av].[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Long Ton (uk) per Day"@en ;
    dcterms:description "unit British ton according to the Imperial system of units divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.011759259259259 ;
    qudt:conversionMultiplierSN 1.175926e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_UK ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB010"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB010"^^xsd:anyURI ;
    qudt:plainTextDescription "unit British ton according to the Imperial system of units divided by the unit day"^^xsd:string ;
    qudt:symbol "ton{UK}/d"^^xsd:string ;
    qudt:ucumCode "[lton_av].d-1"^^qudt:UCUMcs,
        "[lton_av]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_US-PER-DAY a qudt:Unit ;
    rdfs:label "Short Ton (us) per Day"@en ;
    dcterms:description "unit American ton according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.010497685185185 ;
    qudt:conversionMultiplierSN 1.049769e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB014"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB014"^^xsd:anyURI ;
    qudt:plainTextDescription "unit American ton according to the Anglo-American system of units divided by the unit day"^^xsd:string ;
    qudt:symbol "ton{US}/d"^^xsd:string ;
    qudt:ucumCode "[ston_av].d-1"^^qudt:UCUMcs,
        "[ston_av]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TORR-PER-M a qudt:Unit ;
    rdfs:label "torr per metre"^^xsd:string ;
    dcterms:description "[CGS] unit of the pressure divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 133.322 ;
    qudt:conversionMultiplierSN 1.33322e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TORR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PressureGradient ;
    qudt:iec61360Code "0112/2///62720#UAB425"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB425"^^xsd:anyURI ;
    qudt:symbol "Torr/m"^^xsd:string ;
    qudt:uneceCommonCode "P85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TebiBIT-PER-M a qudt:Unit ;
    rdfs:label "tebibit per metre"^^xsd:string ;
    dcterms:description "1,099,511,627,776-fold of the unit bit divided by the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1099511627776.0 ;
    qudt:conversionMultiplierSN 1.099512e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TebiBIT ] ;
    qudt:hasQuantityKind qudtqk:LinearBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA292"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA292"^^xsd:anyURI ;
    qudt:symbol "Tibit/m"^^xsd:string ;
    qudt:uneceCommonCode "E85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TebiBIT-PER-M2 a qudt:Unit ;
    rdfs:label "tebibit per square metre"^^xsd:string ;
    dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1099511627776.0 ;
    qudt:conversionMultiplierSN 1.099512e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TebiBIT ] ;
    qudt:hasQuantityKind qudtqk:AreaBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA293"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA293"^^xsd:anyURI ;
    qudt:symbol "Tibit/m²"^^xsd:string ;
    qudt:uneceCommonCode "E87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TebiBIT-PER-M3 a qudt:Unit ;
    rdfs:label "tebibit per cubic metre"^^xsd:string ;
    dcterms:description "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 1099511627776.0 ;
    qudt:conversionMultiplierSN 1.099512e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TebiBIT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumetricBitDensity ;
    qudt:iec61360Code "0112/2///62720#UAA294"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA294"^^xsd:anyURI ;
    qudt:symbol "Tibit/m³"^^xsd:string ;
    qudt:uneceCommonCode "E86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraBIT-PER-SEC a qudt:Unit ;
    rdfs:label "terabit per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the unit bit divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 693147180559.94530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TeraBIT ] ;
    qudt:hasQuantityKind qudtqk:DataRate ;
    qudt:iec61360Code "0112/2///62720#UAA291"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA291"^^xsd:anyURI ;
    qudt:symbol "Tbit/s"^^xsd:string ;
    qudt:ucumCode "Tbit.s-1"^^qudt:UCUMcs,
        "Tbit/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraBQ a qudt:Unit ;
    rdfs:label "terabecquerel"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the unit becquerel"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAB589"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB589"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "TBq"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraFLOPS a qudt:Unit ;
    rdfs:label "terafloating point operations per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:FloatingPointCalculationCapability ;
    qudt:iec61360Code "0112/2///62720#UAB593"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593"^^xsd:anyURI ;
    qudt:symbol "TFLOPS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraOHM a qudt:Unit ;
    rdfs:label "Teraohm"@en ;
    dcterms:description "1,000,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA286"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA286"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "TΩ"^^xsd:string ;
    qudt:ucumCode "TOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:UNKNOWN a qudt:Unit ;
    rdfs:label "Unknown"@en ;
    dcterms:description "Placeholder unit for abstract quantities"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "Unknown"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-IN2-PER-LB_F a qudt:Unit ;
    rdfs:label "volt square inch per pound-force"^^xsd:string ;
    dcterms:description "differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.0001450377312227268702148557236386593 ;
    qudt:conversionMultiplierSN 1.450377e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:HallCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA305"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA305"^^xsd:anyURI ;
    qudt:symbol "V·in²/lbf"^^xsd:string ;
    qudt:ucumCode "V.[in_i]2.[lbf_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-M a qudt:Unit ;
    rdfs:label "V-M"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:ElectricFlux ;
    qudt:symbol "V·m"^^xsd:string ;
    qudt:ucumCode "V.m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-BAR a qudt:Unit ;
    rdfs:label "volt per bar"^^xsd:string ;
    dcterms:description "SI derived unit volt divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:HallCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA299"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA299"^^xsd:anyURI ;
    qudt:symbol "V/bar"^^xsd:string ;
    qudt:ucumCode "V.bar-1"^^qudt:UCUMcs,
        "V/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-CentiM a qudt:Unit ;
    rdfs:label "Volt per Centimetre"@en,
        "Volt per Centimeter"@en-us ;
    dcterms:description "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAB054"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB054"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "V/cm"^^xsd:string ;
    qudt:ucumCode "V.cm-1"^^qudt:UCUMcs,
        "V/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-IN a qudt:Unit ;
    rdfs:label "Volt per Inch"@en ;
    dcterms:description "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 39.37007874015748 ;
    qudt:conversionMultiplierSN 3.937008e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA300"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA300"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ;
    qudt:symbol "V/in"^^xsd:string ;
    qudt:ucumCode "V.[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-L-MIN a qudt:Unit ;
    rdfs:label "volt per litre minute"^^xsd:string ;
    dcterms:description "SI derived unit volt divided by the the product of the unit litre and the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 16.66666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-1I0M1H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD913"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD913"^^xsd:anyURI ;
    qudt:symbol "V/(L·min)"^^xsd:string ;
    qudt:ucumCode "V.L-1.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-M2 a qudt:Unit ;
    rdfs:label "Volt per Square Metre"@en,
        "Volt per Square Meter"@en-us ;
    dcterms:description """
  $\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. 
  Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. 
  $\\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$V m^{-2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerAreaElectricCharge ;
    qudt:symbol "V/m²"^^xsd:string ;
    qudt:ucumCode "V.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-MicroSEC a qudt:Unit ;
    rdfs:label "Volt per Microsecond"@en ;
    dcterms:description "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroSEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:PowerPerElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA297"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA297"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^xsd:string ;
    qudt:symbol "V/µs"^^xsd:string ;
    qudt:ucumCode "V.us-1"^^qudt:UCUMcs,
        "V/us"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-MilliM a qudt:Unit ;
    rdfs:label "Volt per Millimetre"@en,
        "Volt per Millimeter"@en-us ;
    dcterms:description "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA302"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA302"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "V/mm"^^xsd:string ;
    qudt:ucumCode "V.mm-1"^^qudt:UCUMcs,
        "V/mm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-PA a qudt:Unit ;
    rdfs:label "volt per pascal"^^xsd:string ;
    dcterms:description "SI derived unit volt divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:HallCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAB312"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB312"^^xsd:anyURI ;
    qudt:symbol "V/Pa"^^xsd:string ;
    qudt:ucumCode "V.Pa-1"^^qudt:UCUMcs,
        "V/Pa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-SEC a qudt:Unit ;
    rdfs:label "Volt per second"@en ;
    dcterms:description "'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$V / sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:PowerPerElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA304"^^xsd:string ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1512"^^xsd:anyURI,
        "http://www.thefreedictionary.com/Webers"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA304"^^xsd:anyURI ;
    qudt:symbol "V/s"^^xsd:string ;
    qudt:ucumCode "V.s-1"^^qudt:UCUMcs,
        "V/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-V a qudt:Unit ;
    rdfs:label "volt per volt"^^xsd:string ;
    dcterms:description "SI derived unit volt per SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD862"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD862"^^xsd:anyURI ;
    qudt:symbol "V/V"^^xsd:string ;
    qudt:ucumCode "V.V-1"^^qudt:UCUMcs,
        "V/V"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V2-PER-K2 a qudt:Unit ;
    rdfs:label "Square Volt per Square Kelvin"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$v^2/k^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L4I0M2H-2T-6D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:LorenzCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAB172"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB172"^^xsd:anyURI ;
    qudt:symbol "V²/K²"^^xsd:string ;
    qudt:ucumCode "V2.K-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V_Stat-CentiM a qudt:Unit ;
    rdfs:label "V_Stat-CentiM"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 2.99792458 ;
    qudt:conversionMultiplierSN 2.997925e+00 ;
    qudt:expression "$statvolt-centimeter$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V_Stat ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ElectricFlux ;
    qudt:symbol "statV·cm"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-HR-PER-L a qudt:Unit ;
    rdfs:label "watt hour per litre"^^xsd:string ;
    dcterms:description "product of the SI derived unit watt and the unit hour divided by the unit litre"^^xsd:string ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD887"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD887"^^xsd:anyURI ;
    qudt:symbol "W·h/L"^^xsd:string ;
    qudt:ucumCode "W.h.L-1"^^qudt:UCUMcs,
        "W.h/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-M-PER-M2-SR a qudt:Unit ;
    rdfs:label "Watt metre per square metre steradian"@en ;
    dcterms:description "The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "W·m/(m²·sr)"^^xsd:string ;
    qudt:ucumCode "W.m-2.m.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-M2 a qudt:Unit ;
    rdfs:label "W-M2"@en ;
    dcterms:description "product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PowerArea ;
    qudt:iec61360Code "0112/2///62720#UAB350"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB350"^^xsd:anyURI ;
    qudt:symbol "W·m²"^^xsd:string ;
    qudt:ucumCode "W.m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-M2-PER-SR a qudt:Unit ;
    rdfs:label "W-M2-PER-SR"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:PowerAreaPerSolidAngle ;
    qudt:symbol "W·m²/sr"^^xsd:string ;
    qudt:ucumCode "W.m2.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Kelvin"@en ;
    dcterms:description "Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$w-per-K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAA307"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA307"^^xsd:anyURI ;
    qudt:symbol "W/K"^^xsd:string ;
    qudt:ucumCode "W.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M a qudt:Unit ;
    rdfs:label "Watts per metre"@en ;
    dcterms:description "SI derived unit watt divided by the SI base unit metre"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:LineicPower ;
    qudt:iec61360Code "0112/2///62720#UAB374"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB374"^^xsd:anyURI ;
    qudt:symbol "W/m"^^xsd:string ;
    qudt:ucumCode "W.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M-DEG_C a qudt:Unit ;
    rdfs:label "watt per metre degree Celsius"^^xsd:string ;
    dcterms:description "SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAB457"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB457"^^xsd:anyURI ;
    qudt:symbol "W/(m·°C)"^^xsd:string ;
    qudt:ucumCode "W.m-1.Cel-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Metre Kelvin"@en,
        "Watt per Meter Kelvin"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$W-per-MK$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA309"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA309"^^xsd:anyURI ;
    qudt:latexSymbol "$W \\cdot m^{-1} \\cdot K^{-1}$"^^qudt:LatexString ;
    qudt:symbol "W/(m·K)"^^xsd:string ;
    qudt:ucumCode "W.m-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-K4 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Square Metre Quartic Kelvin"@en,
        "Watt per Square Meter Quartic Kelvin"@en-us ;
    dcterms:description "Watt Per Square Meter Per Quartic Kelvin ($W/m2\\cdotK4)$ is a unit in the category of light."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$W/(m^2.K^4)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-4T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -4 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:PowerPerAreaQuarticTemperature ;
    qudt:iec61360Code "0112/2///62720#UAB175"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB175"^^xsd:anyURI ;
    qudt:symbol "W/(m²·K⁴)"^^xsd:string ;
    qudt:ucumCode "W.m-2.K-4"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-M a qudt:Unit ;
    rdfs:label "Watts per square metre metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "W/(m²·m)"^^xsd:string ;
    qudt:ucumCode "W.m-2.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-M-SR a qudt:Unit ;
    rdfs:label "Watts per square metre metre steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "W/(m²·m·sr)"^^xsd:string ;
    qudt:ucumCode "W.m-2.m-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-NanoM a qudt:Unit ;
    rdfs:label "Watts per square metre nanometre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "W/(m²·nm)"^^xsd:string ;
    qudt:ucumCode "W.m-2.nm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-NanoM-SR a qudt:Unit ;
    rdfs:label "Watts per square metre nanometre steradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "W/(m²·nm·sr)"^^xsd:string ;
    qudt:ucumCode "W.m-2.nm-1.sr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-PA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Square Metre Pascal"@en,
        "Watt per Square Meter Pascal"@en-us ;
    dcterms:description "Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$W/(m^2.pa)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EvaporativeHeatTransferCoefficient ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:symbol "W/(m²·Pa)"^^xsd:string ;
    qudt:ucumCode "W.m-2.Pa-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M3 a qudt:Unit ;
    rdfs:label "Watt per Cubic Metre"@en,
        "Watt per Cubic Meter"@en-us ;
    dcterms:description "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAreaTime ;
    qudt:iec61360Code "0112/2///62720#UAA312"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA312"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "W/m³"^^xsd:string ;
    qudt:ucumCode "W.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-SR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Steradian"@en ;
    dcterms:description "$\\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$W sr^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:RadiantIntensity ;
    qudt:iec61360Code "0112/2///62720#UAA314"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA314"^^xsd:anyURI ;
    qudt:symbol "W/sr"^^xsd:string ;
    qudt:ucumCode "W.sr-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:WB-PER-M a qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "weberů na metr"@cs,
        "Weber je Meter"@de,
        "weber per metre"@en,
        "Weber per Meter"@en-us,
        "weber por metro"@es,
        "وبر بر متر"@fa,
        "weber par mètre"@fr,
        "प्रति मीटर वैबर"@hi,
        "weber al metro"@it,
        "ウェーバ毎メートル"@ja,
        "weber per meter"@ms,
        "weber na metr"@pl,
        "weber por metro"@pt,
        "weber pe metru"@ro,
        "вебер на метр"@ru,
        "weber bölü metre"@tr,
        "韦伯每米"@zh ;
    dcterms:description "SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:WB ] ;
    qudt:hasQuantityKind qudtqk:MagneticVectorPotential ;
    qudt:iec61360Code "0112/2///62720#UAA318"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA318"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit weber divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "Wb/m"^^xsd:string ;
    qudt:ucumCode "Wb.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:WB-PER-MilliM a qudt:Unit ;
    rdfs:label "Weber per Millimetre"@en,
        "Weber per Millimeter"@en-us ;
    dcterms:description "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:WB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:MagneticVectorPotential ;
    qudt:iec61360Code "0112/2///62720#UAB074"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB074"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "Wb/mm"^^xsd:string ;
    qudt:ucumCode "Wb.mm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD-PER-DEG_F a qudt:Unit ;
    rdfs:label "Yard per Degree Fahrenheit"@en ;
    dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.6459200164592 ;
    qudt:conversionMultiplierSN 1.64592e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:LinearThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAB031"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB031"^^xsd:anyURI ;
    qudt:plainTextDescription "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^xsd:string ;
    qudt:symbol "yd/°F"^^xsd:string ;
    qudt:ucumCode "[yd_i].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD-PER-PSI a qudt:Unit ;
    rdfs:label "yard per psi"^^xsd:string ;
    dcterms:description "unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.00013262250143006145012446407369519006392 ;
    qudt:conversionMultiplierSN 1.326225e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB032"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB032"^^xsd:anyURI ;
    qudt:symbol "yd/psi"^^xsd:string ;
    qudt:ucumCode "[yd_i].[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3-PER-DEG_F a qudt:Unit ;
    rdfs:label "Cubic Yard per Degree Fahrenheit"@en ;
    dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.376198881991088 ;
    qudt:conversionMultiplierSN 1.376199e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:VolumeThermalExpansion ;
    qudt:iec61360Code "0112/2///62720#UAB036"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB036"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^xsd:string ;
    qudt:symbol "yd³/°F"^^xsd:string ;
    qudt:ucumCode "[cyd_i].[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3-PER-PSI a qudt:Unit ;
    rdfs:label "cubic yard per psi"^^xsd:string ;
    dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:conversionMultiplier 0.0001108893019973135049303398173536047128436608512 ;
    qudt:conversionMultiplierSN 1.108893e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB039"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB039"^^xsd:anyURI ;
    qudt:symbol "yd³/psi"^^xsd:string ;
    qudt:ucumCode "[yd_i]3.[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Z a qudt:Unit ;
    rdfs:label "atomic-number"@en ;
    dcterms:description "In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_number"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:AtomicNumber ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_number?oldid=490723437"^^xsd:anyURI ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

<http://voag.linkedmodel.org/schema/voag#QUDT-QUANTITY-KINDS-VocabCatalogEntry_v1.2> a ns1:CatalogEntry ;
    rdfs:label "QUDT Quantity Kinds Vocabulary Catalog Entry v1.2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

ns1:GMD_QUDT-QUANTITY-KINDS-ALL a ns1:GraphMetaData ;
    rdfs:label "QUDT Quantity Kind Vocabulary Metadata Version 3.1.0"^^xsd:string ;
    dcterms:contributor "Jack Hodges"^^xsd:string,
        "Simon J D Cox"^^xsd:string,
        "Steve Ray"^^xsd:string ;
    dcterms:created "2019-08-01T16:25:54.850000+00:00"^^xsd:dateTime ;
    dcterms:creator "Ralph Hodgson"^^xsd:string,
        "Steve Ray"^^xsd:string ;
    dcterms:description "Provides the set of all quantity kinds."^^qudt:LatexString ;
    dcterms:modified "2024-10-26T14:11:16.049000-04:00"^^xsd:dateTime ;
    dcterms:rights "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org"^^xsd:string ;
    dcterms:subject "QUANTITY-KINDS-ALL"^^xsd:string ;
    dcterms:title "QUDT Quantity Kinds Version 3.1 Vocabulary"^^xsd:string ;
    ns1:applicableDiscipline "All disciplines"^^xsd:string ;
    ns1:applicableDomain "Science, Medicine and Engineering"^^xsd:string ;
    ns1:dateCreated "2019-08-01T21:26:38"^^xsd:dateTime ;
    ns1:graphTitle "QUDT Quantity Kinds Version 3.1.0"^^xsd:string ;
    ns1:hasGraphRole ns1:VocabularyGraph ;
    ns1:intent "Provides a vocabulary of all quantity kinds."^^xsd:string ;
    ns1:isMetadataFor <http://qudt.org/3.1.0/vocab/quantitykind> ;
    ns1:latestPublishedVersion "https://qudt.org/doc/2025/03/DOC_VOCAB-QUANTITY-KINDS-ALL.html"^^xsd:anyURI ;
    ns1:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:string ;
    ns1:namespace "http://qudt.org/vocab/quantitykind/"^^xsd:anyURI ;
    ns1:namespacePrefix "quantitykind"^^xsd:string ;
    ns1:owner "qudt.org"^^xsd:string ;
    ns1:previousPublishedVersion "https://qudt.org/doc/2025/02/DOC_VOCAB-QUANTITY-KINDS-ALL.html"^^xsd:anyURI ;
    ns1:specificity 1 ;
    ns1:turtleFileURL "http://qudt.org/3.1.0/vocab/quantitykind"^^xsd:anyURI ;
    ns1:usesNonImportedResource dc:contributor,
        dc:creator,
        dc:description,
        dc:rights,
        dc:subject,
        dc:title,
        dcterms:contributor,
        dcterms:created,
        dcterms:creator,
        dcterms:description,
        dcterms:modified,
        dcterms:rights,
        dcterms:subject,
        dcterms:title,
        <http://voag.linkedmodel.org/schema/voag#QUDT-Attribution>,
        <http://voag.linkedmodel.org/schema/voag#QUDT-QUANTITY-KINDS-VocabCatalogEntry_v1.2>,
        <http://voag.linkedmodel.org/voag/QUDT-Attribution>,
        skos:closeMatch,
        skos:exactMatch ;
    ns1:withAttributionTo <http://voag.linkedmodel.org/schema/voag#QUDT-Attribution>,
        <http://voag.linkedmodel.org/voag/QUDT-Attribution> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

ns1:GMD_QUDT-UNITS-ALL a ns1:GraphMetaData ;
    rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 3.1.0"^^xsd:string ;
    dcterms:contributor "Jack Hodges"^^xsd:string,
        "Simon J D Cox"^^xsd:string,
        "Steve Ray"^^xsd:string ;
    dcterms:created "2019-07-30"^^xsd:date ;
    dcterms:creator "Steve Ray"^^xsd:string ;
    dcterms:modified "2025-03-20T15:47:09+00:00"^^xsd:dateTime ;
    dcterms:rights """
  This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions
   or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. 
  Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license,
   a copy of which is available at ​http://unitsofmeasure.org. 
  The current complete UCUM table, UCUM Specification are available for download at ​http://unitsofmeasure.org. 
  The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization.
  All rights reserved.
  THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  """^^xsd:string,
        "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org"^^xsd:string ;
    dcterms:subject "Units-All"^^xsd:string ;
    dcterms:title "QUDT Units Version 3.1 Vocabulary"^^xsd:string ;
    ns1:description "Standard units of measure for all units."^^xsd:string ;
    ns1:graphName "qudt"^^xsd:string ;
    ns1:graphTitle "QUDT Units Version 3.1.0"^^xsd:string ;
    ns1:hasGraphRole ns1:VocabularyGraph ;
    ns1:hasOwner ns1:QUDT.org ;
    ns1:hasSteward ns1:QUDT.org ;
    ns1:intent "To provide a vocabulary of all units."^^xsd:string ;
    ns1:isMetadataFor <http://qudt.org/3.1.0/vocab/unit> ;
    ns1:latestPublishedVersion "https://qudt.org/doc/2025/03/DOC_VOCAB-UNITS-ALL.html"^^xsd:anyURI ;
    ns1:logo "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ;
    ns1:namespace "http://qudt.org/vocab/unit/"^^xsd:anyURI ;
    ns1:namespacePrefix "unit"^^xsd:string ;
    ns1:owner "QUDT.org"^^xsd:string ;
    ns1:previousPublishedVersion "https://qudt.org/doc/2025/02/DOC_VOCAB-UNITS-ALL.html"^^xsd:anyURI ;
    ns1:turtleFileURL "http://qudt.org/3.1.0/vocab/unit"^^xsd:anyURI ;
    ns1:usesNonImportedResource dcterms:abstract,
        dcterms:created,
        dcterms:creator,
        dcterms:modified,
        dcterms:title ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

skos:broader a rdf:Property ;
    rdfs:label "has broader"@en ;
    owl:inverseOf skos:narrower .

skos:narrower a rdf:Property ;
    rdfs:label "has narrower"@en ;
    owl:inverseOf skos:broader .

sosa:FeatureOfInterest a owl:Class .

sosa:ObservableProperty a owl:Class .

brick:AED a owl:Class,
        sh:NodeShape ;
    rdfs:label "AED"@en ;
    rdfs:subClassOf brick:Safety_Equipment ;
    owl:equivalentClass brick:Automated_External_Defibrillator ;
    brick:aliasOf brick:Automated_External_Defibrillator .

brick:AHU a owl:Class,
        sh:NodeShape ;
    rdfs:label "AHU"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:Air_Handling_Unit ;
    skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ;
    brick:aliasOf brick:Air_Handling_Unit .

brick:Access_Control_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Access Control Equipment"@en ;
    rdfs:subClassOf brick:Security_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Access ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Control ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Access,
        tag:Control,
        tag:Equipment,
        tag:Security .

brick:Active_Energy a brick:Quantity ;
    rdfs:label "Active Energy"@en ;
    qudt:applicableUnit unit:KiloW-HR,
        unit:MegaW-HR,
        unit:W-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Electric_Energy ;
    skos:definition "The integral of the active power over a time interval" .

brick:Air_Flow_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint,
        brick:Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of air flow"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Deadband,
        tag:Flow,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Air .

brick:Air_Handler_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Handler Unit"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:Air_Handling_Unit ;
    skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system."@en ;
    brick:aliasOf brick:Air_Handling_Unit .

brick:Air_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Pressure Sensor"@en ;
    rdfs:subClassOf brick:Pressure_Sensor ;
    skos:definition "Measures the pressure of the surrounding air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Pressure ;
    brick:hasSubstance brick:Air .

brick:Air_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Pressure_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Pressure,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Pressure .

brick:Air_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air System"@en ;
    rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ;
    skos:definition "The equipment, distribution systems and terminals that introduce or exhaust, either collectively or individually, the air into and from the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:System .

brick:Air_Wet_Bulb_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Wet Bulb Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor,
        brick:Temperature_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Bulb ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Bulb,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Wet ;
    brick:hasQuantity brick:Wet_Bulb_Temperature ;
    brick:hasSubstance brick:Air .

brick:Apparent_Energy a brick:Quantity ;
    rdfs:label "Apparent Energy"@en ;
    qudt:applicableUnit unit:KiloV-A-HR,
        unit:MegaV-A-HR,
        unit:V-A-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Electric_Energy ;
    skos:definition "The integral of the apparent power over a time interval" .

brick:Audio_Visual_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Audio Visual Equipment"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    skos:definition "Equipment related to sound and visual components such as speakers and displays."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Audio ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Visual ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Audio,
        tag:Equipment,
        tag:ICT,
        tag:Visual .

brick:Average_Discharge_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Average Discharge Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Sensor ;
    owl:equivalentClass brick:Average_Supply_Air_Flow_Sensor ;
    skos:definition "The computed average flow of discharge air over some interval"@en ;
    brick:aliasOf brick:Average_Supply_Air_Flow_Sensor .

brick:BACnet_Controller a owl:Class,
        sh:NodeShape ;
    rdfs:label "BACnet Controller"@en ;
    rdfs:subClassOf brick:Controller ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:BACnet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Controller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:BACnet,
        tag:Controller,
        tag:Equipment .

brick:Blowdown_Water a brick:Substance ;
    rdfs:label "Blowdown Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water expelled from a system to remove mineral build up"@en .

brick:Breakroom a owl:Class,
        sh:NodeShape ;
    rdfs:label "Breakroom"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    owl:equivalentClass brick:Break_Room ;
    skos:definition "A space for people to relax while not working"@en ;
    brick:aliasOf brick:Break_Room ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ;
    brick:isReplacedBy rec:StaffRoom .

brick:CAV a owl:Class,
        sh:NodeShape ;
    rdfs:label "CAV"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    owl:equivalentClass brick:Constant_Air_Volume_Box ;
    brick:aliasOf brick:Constant_Air_Volume_Box .

brick:CO a brick:Substance ;
    rdfs:label "CO"@en ;
    skos:broader brick:Gas ;
    skos:definition "Carbon Monoxide in the vapor phase"@en .

brick:CO2 a brick:Substance ;
    rdfs:label "CO2"@en ;
    skos:broader brick:Gas ;
    skos:definition "Carbon Dioxide in the vapor phase"@en .

brick:CO2_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO2 Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with the presence of carbon dioxide."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:CO2,
        tag:Point .

brick:CO2_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO2 Level Sensor"@en ;
    rdfs:subClassOf brick:CO2_Sensor ;
    skos:definition "Measures the concentration of CO2 in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO2,
        tag:Level,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:CO2_Concentration ;
    brick:hasSubstance brick:Air .

brick:CO2_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO2 Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets some property of CO2"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO2,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity brick:CO2_Concentration .

brick:CRAC a owl:Class,
        sh:NodeShape ;
    rdfs:label "CRAC"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:Computer_Room_Air_Conditioning ;
    brick:aliasOf brick:Computer_Room_Air_Conditioning .

brick:CRAH a owl:Class,
        sh:NodeShape ;
    rdfs:label "CRAH"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:Computer_Room_Air_Handler ;
    skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ;
    brick:aliasOf brick:Computer_Room_Air_Handler .

brick:Camera a owl:Class,
        sh:NodeShape ;
    rdfs:label "Camera"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Camera ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Camera,
        tag:Equipment .

brick:Check_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Check Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "Valve that allows fluid to flow in only one direction, preventing reverse flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Check ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Check,
        tag:Valve .

brick:Chilled_Water_Differential_Pressure_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Load Shed Status"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Shed,
        tag:Status,
        tag:Water .

brick:Chilled_Water_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ;
    skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chilled_Water_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Meter"@en ;
    rdfs:subClassOf brick:Water_Meter ;
    skos:definition "A meter that measures the usage or consumption of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Equipment,
        tag:Meter,
        tag:Water ;
    brick:hasSubstance brick:Chilled_Water .

brick:Circuit_Breaker a owl:Class,
        sh:NodeShape ;
    rdfs:label "Circuit Breaker"@en ;
    rdfs:subClassOf brick:Switchgear ;
    skos:definition "A circuit breaker is a safety device to prevent damage to devices in a circuit, such as electric motors, and wiring when the current flowing through the electrical circuit supersedes its design limits. It does this by removing the current from a circuit when an unsafe condition arises. Unlike a switch, a circuit breaker automatically does this and shuts off the power immediately."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Breaker ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Circuit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Breaker,
        tag:Circuit .

brick:Cold_Deck a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cold Deck"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Part of a dual duct air handling unit that supplies cooling to a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cold ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deck ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cold,
        tag:Deck,
        tag:Equipment .

brick:Conductivity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Conductivity Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures electrical conductance"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Conductivity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Conductivity,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Conductivity .

brick:Cooling_Demand_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Demand Sensor"@en ;
    rdfs:subClassOf brick:Demand_Sensor ;
    skos:definition "Measures the amount of power consumed by a cooling process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Demand,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Discharge Air Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint,
        brick:Discharge_Air_Temperature_Cooling_Setpoint,
        brick:Supply_Air_Temperature_Deadband_Setpoint ;
    owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of cooling discharge air"@en ;
    brick:aliasOf brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint .

brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Discharge Air Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ;
    owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter ;
    brick:aliasOf brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter .

brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Discharge Air Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
    owl:equivalentClass brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter ;
    brick:aliasOf brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter .

brick:Current_Imbalance a brick:Quantity ;
    rdfs:label "Current Imbalance"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless ;
    skos:definition "The percent deviation from average current",
        "The percent deviation from average current"@en .

brick:Cycle_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cycle Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates off-normal conditions associated with HVAC cycles"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cycle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Cycle,
        tag:Point .

brick:DOAS a owl:Class,
        sh:NodeShape ;
    rdfs:label "DOAS"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:Dedicated_Outdoor_Air_System_Unit ;
    skos:definition "See Dedicated_Outdoor_Air_System_Unit"@en ;
    brick:aliasOf brick:Dedicated_Outdoor_Air_System_Unit .

brick:Damper_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Damper Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls properties of dampers"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Damper,
        tag:Point .

brick:Daylight_Sensor_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Daylight Sensor Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Daylight ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Daylight,
        tag:Equipment,
        tag:ICT,
        tag:Sensor .

brick:Delay_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Delay Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    skos:definition "A parameter determining how long to delay a subsequent action to take place after a received signal"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Delay ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Delay,
        tag:Parameter,
        tag:Point .

brick:Differential_Dry_Bulb_Temperature a brick:Quantity ;
    rdfs:label "Differential Dry Bulb Temperature"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:isDeltaQuantity true ;
    skos:broader brick:Dry_Bulb_Temperature .

brick:Differential_Dynamic_Pressure a brick:Quantity ;
    rdfs:label "Differential Dynamic Pressure"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:isDeltaQuantity true ;
    skos:broader brick:Differential_Pressure ;
    brick:hasQUDTReference qudtqk:DynamicPressure .

brick:Differential_Pressure_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Step Parameter"@en ;
    rdfs:subClassOf brick:Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Step .

brick:Differential_Static_Pressure a brick:Quantity ;
    rdfs:label "Differential Static Pressure"@en ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:isDeltaQuantity true ;
    skos:broader brick:Differential_Pressure ;
    brick:hasQUDTReference qudtqk:StaticPressure .

brick:Direction_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Direction Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the direction in degrees in which a phenomenon is occuring"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:AngleObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Direction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Direction,
        tag:Point,
        tag:Sensor .

brick:Direction_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Direction Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates which direction a device is operating in"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Direction ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Direction,
        tag:Point,
        tag:Status ;
    brick:hasQuantity brick:Direction .

brick:Discharge_Air_Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Dewpoint Sensor"@en ;
    rdfs:subClassOf brick:Dewpoint_Sensor ;
    owl:equivalentClass brick:Supply_Air_Dewpoint_Sensor ;
    skos:definition "Measures dewpoint of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Dewpoint_Sensor .

brick:Discharge_Air_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ;
    owl:equivalentClass brick:Supply_Air_Differential_Pressure_Sensor ;
    brick:aliasOf brick:Supply_Air_Differential_Pressure_Sensor .

brick:Discharge_Air_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Differential_Pressure_Setpoint ;
    brick:aliasOf brick:Supply_Air_Differential_Pressure_Setpoint .

brick:Discharge_Air_Duct_Pressure_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Duct Pressure Status"@en ;
    rdfs:subClassOf brick:Pressure_Status ;
    owl:equivalentClass brick:Supply_Air_Duct_Pressure_Status ;
    skos:definition "Indicates if air pressure in discharge duct is within expected bounds"@en ;
    brick:aliasOf brick:Supply_Air_Duct_Pressure_Status .

brick:Discharge_Air_Flow_Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Flow Demand Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Demand_Setpoint,
        brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Flow_Demand_Setpoint ;
    skos:definition "Sets the rate of discharge air flow required for a process"@en ;
    brick:aliasOf brick:Supply_Air_Flow_Demand_Setpoint .

brick:Discharge_Air_Flow_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Flow High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Flow_High_Reset_Setpoint ;
    brick:aliasOf brick:Supply_Air_Flow_High_Reset_Setpoint .

brick:Discharge_Air_Flow_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Flow Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Flow_Low_Reset_Setpoint ;
    brick:aliasOf brick:Supply_Air_Flow_Low_Reset_Setpoint .

brick:Discharge_Air_Flow_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Flow Reset Setpoint"@en ;
    rdfs:subClassOf brick:Reset_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Flow_Reset_Setpoint ;
    skos:definition "Setpoints used in Reset strategies"@en ;
    brick:aliasOf brick:Supply_Air_Flow_Reset_Setpoint .

brick:Discharge_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    owl:equivalentClass brick:Supply_Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Flow_Sensor .

brick:Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow"@en ;
    brick:aliasOf brick:Supply_Air_Flow_Setpoint .

brick:Discharge_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    owl:equivalentClass brick:Supply_Air_Humidity_Sensor ;
    skos:definition "Measures the relative humidity of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Humidity_Sensor .

brick:Discharge_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Humidity_Setpoint ;
    skos:definition "Humidity setpoint for discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Humidity_Setpoint .

brick:Discharge_Air_Integral_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Integral Gain Parameter"@en ;
    rdfs:subClassOf brick:Integral_Gain_Parameter ;
    owl:equivalentClass brick:Supply_Air_Integral_Gain_Parameter ;
    brick:aliasOf brick:Supply_Air_Integral_Gain_Parameter .

brick:Discharge_Air_Plenum a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Plenum"@en ;
    rdfs:subClassOf brick:Air_Plenum ;
    owl:equivalentClass brick:Supply_Air_Plenum ;
    brick:aliasOf brick:Supply_Air_Plenum .

brick:Discharge_Air_Proportional_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Proportional Gain Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Gain_Parameter ;
    owl:equivalentClass brick:Supply_Air_Proportional_Gain_Parameter ;
    brick:aliasOf brick:Supply_Air_Proportional_Gain_Parameter .

brick:Discharge_Air_Smoke_Detection_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Smoke Detection Alarm"@en ;
    rdfs:subClassOf brick:Air_Alarm,
        brick:Smoke_Detection_Alarm ;
    owl:equivalentClass brick:Supply_Air_Smoke_Detection_Alarm ;
    brick:aliasOf brick:Supply_Air_Smoke_Detection_Alarm .

brick:Discharge_Air_Static_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Static Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Air_Static_Pressure_Setpoint,
        brick:Static_Pressure_Deadband_Setpoint,
        brick:Supply_Air_Static_Pressure_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Static_Pressure_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of static pressure of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Static_Pressure_Deadband_Setpoint .

brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Static Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ;
    owl:equivalentClass brick:Supply_Air_Static_Pressure_Integral_Time_Parameter ;
    brick:aliasOf brick:Supply_Air_Static_Pressure_Integral_Time_Parameter .

brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Static Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ;
    owl:equivalentClass brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter ;
    brick:aliasOf brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter .

brick:Discharge_Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Sensor ;
    owl:equivalentClass brick:Supply_Air_Static_Pressure_Sensor ;
    skos:definition "The static pressure of air within discharge regions of an HVAC system"@en ;
    brick:aliasOf brick:Supply_Air_Static_Pressure_Sensor .

brick:Discharge_Air_Static_Pressure_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Static Pressure Step Parameter"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ;
    owl:equivalentClass brick:Supply_Air_Static_Pressure_Step_Parameter ;
    brick:aliasOf brick:Supply_Air_Static_Pressure_Step_Parameter .

brick:Discharge_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Air_Temperature_Alarm ;
    owl:equivalentClass brick:Supply_Air_Temperature_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of discharge air."@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Alarm .

brick:Discharge_Air_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint,
        brick:Discharge_Air_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Deadband_Setpoint .

brick:Discharge_Air_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint,
        brick:Temperature_High_Reset_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_High_Reset_Setpoint ;
    brick:aliasOf brick:Supply_Air_Temperature_High_Reset_Setpoint .

brick:Discharge_Air_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint,
        brick:Temperature_Low_Reset_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_Low_Reset_Setpoint ;
    brick:aliasOf brick:Supply_Air_Temperature_Low_Reset_Setpoint .

brick:Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter,
        brick:Temperature_Parameter ;
    owl:equivalentClass brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
    brick:aliasOf brick:Supply_Air_Temperature_Proportional_Band_Parameter .

brick:Discharge_Air_Temperature_Reset_Differential_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Reset Differential Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_Reset_Differential_Setpoint ;
    brick:aliasOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint .

brick:Discharge_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    owl:equivalentClass brick:Supply_Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Sensor .

brick:Discharge_Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ;
    owl:equivalentClass brick:Supply_Air_Temperature_Setpoint_Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Setpoint_Limit .

brick:Discharge_Air_Temperature_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Step Parameter"@en ;
    rdfs:subClassOf brick:Air_Temperature_Step_Parameter ;
    owl:equivalentClass brick:Supply_Air_Temperature_Step_Parameter ;
    brick:aliasOf brick:Supply_Air_Temperature_Step_Parameter .

brick:Discharge_Air_Velocity_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Velocity Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ;
    owl:equivalentClass brick:Supply_Air_Velocity_Pressure_Sensor ;
    brick:aliasOf brick:Supply_Air_Velocity_Pressure_Sensor .

brick:Discharge_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    owl:equivalentClass brick:Supply_Fan ;
    skos:definition "Fan moving air discharged from HVAC vents"@en ;
    brick:aliasOf brick:Supply_Fan .

brick:Discharge_Hot_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Discharge Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Setpoint .

brick:Domestic_Hot_Water a brick:Substance ;
    rdfs:label "Domestic Hot Water"@en ;
    skos:broader brick:Domestic_Water,
        brick:Hot_Water .

brick:Dry_Bulb_Temperature a brick:Quantity ;
    rdfs:label "Dry Bulb Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Temperature ;
    skos:definition "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)",
        "The temperature of air measured by a thermometer freely exposed to the air, but shielded from radiation and moisture. (https://en.wikipedia.org/wiki/Dry-bulb_temperature)"@en ;
    skos:narrower brick:Differential_Dry_Bulb_Temperature .

brick:ESS_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "ESS Panel"@en ;
    rdfs:subClassOf brick:Radiant_Panel ;
    owl:equivalentClass brick:Embedded_Surface_System_Panel ;
    skos:definition "See Embedded_Surface_System_Panel"@en ;
    brick:aliasOf brick:Embedded_Surface_System_Panel .

brick:EV_Charging_Hub a owl:Class,
        sh:NodeShape ;
    rdfs:label "EV Charging Hub"@en ;
    rdfs:subClassOf brick:Collection ;
    owl:equivalentClass brick:Electric_Vehicle_Charging_Hub ;
    brick:aliasOf brick:Electric_Vehicle_Charging_Hub .

brick:Effective_Cooling_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Cooling Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint,
        brick:Effective_Air_Temperature_Setpoint ;
    skos:definition "The effective cooling setpoint for a specific zone in a building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Effective,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Effective_Discharge_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Discharge Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Effective_Supply_Air_Temperature_Setpoint ;
    brick:aliasOf brick:Effective_Supply_Air_Temperature_Setpoint .

brick:Effective_Heating_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Heating Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint,
        brick:Heating_Zone_Air_Temperature_Setpoint ;
    skos:definition "The effective heating setpoint for a specific zone in a building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Effective,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Effective_Target_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Target Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint,
        brick:Target_Zone_Air_Temperature_Setpoint ;
    skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired air temperature in a specific zone of a building. This setpoint acts as a baseline from which the cooling and heating setpoints are established by adding or subtracting a deadband width"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Target ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Effective,
        tag:Point,
        tag:Setpoint,
        tag:Target,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Electric_Energy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Energy Sensor"@en ;
    rdfs:subClassOf brick:Energy_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Energy,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Electric_Energy .

brick:Electric_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Radiator"@en ;
    rdfs:subClassOf brick:Radiator ;
    skos:definition "Electric heating device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Equipment,
        tag:Radiator .

brick:Electrical_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electrical Meter"@en ;
    rdfs:subClassOf brick:Meter ;
    skos:definition "A meter that measures the usage or consumption of electricity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electrical,
        tag:Equipment,
        tag:Meter .

brick:Electrical_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electrical System"@en ;
    rdfs:subClassOf brick:System ;
    skos:definition "Devices that serve or are part of the electrical subsystem in the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electrical,
        tag:System .

brick:Elevator_Space a owl:Class,
        sh:NodeShape ;
    rdfs:label "Elevator Space"@en ;
    rdfs:subClassOf brick:Vertical_Space ;
    owl:deprecated true ;
    owl:equivalentClass brick:Elevator_Shaft ;
    skos:definition "The vertical space in whcih an elevator ascends and descends"@en ;
    brick:aliasOf brick:Elevator_Shaft ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ;
    brick:isReplacedBy rec:ElevatorShaft .

brick:Embedded_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Embedded Temperature Sensor"@en ;
    rdfs:subClassOf brick:Radiant_Panel_Temperature_Sensor ;
    skos:definition "Measures the internal temperature of the radiant layer of the radiant heating and cooling HVAC system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Embedded ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Embedded,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Embedded_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Embedded Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Radiant_Panel_Temperature_Setpoint ;
    skos:definition "Sets temperature for the internal material, e.g. concrete slab, of the radiant panel."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Embedded ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Embedded,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Emergency_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "Alarms that indicate off-normal conditions associated with emergency systems"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Emergency,
        tag:Point .

brick:Enable_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a system or piece of functionality has been enabled"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Enable,
        tag:Point,
        tag:Status .

brick:Energy_Generation_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Generation System"@en ;
    rdfs:subClassOf brick:Energy_System ;
    skos:definition "A collection of devices that generates electricity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Generation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Generation,
        tag:System .

brick:Energy_Storage a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Storage"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "Devices or equipment that store energy in its various forms"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Equipment,
        tag:Storage .

brick:Energy_Storage_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Storage System"@en ;
    rdfs:subClassOf brick:Energy_System ;
    skos:definition "A collection of devices that stores electricity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Storage,
        tag:System .

brick:Entering_Chilled_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Chilled Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Sensor,
        brick:Entering_Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of chilled entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Entering,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Chilled_Water .

brick:Entering_Chilled_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Chilled Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of chilled water that is enteringed to a cooling tower"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Entering,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Chilled_Water .

brick:Entering_Chilled_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Chilled Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint,
        brick:Entering_Water_Temperature_Setpoint ;
    skos:definition "Sets the temperature of entering (downstream of the chilled water load) chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Entering,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Chilled_Water .

brick:Entering_Condenser_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Condenser Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Entering_Water_Flow_Sensor ;
    skos:definition "Measures the flow of the entering condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Entering,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Condenser_Water .

brick:Entering_Condenser_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Condenser Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of the entering condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Entering,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Condenser_Water .

brick:Entering_Condenser_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Condenser Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ;
    skos:definition "The temperature setpoint for the entering condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Entering,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Condenser_Water .

brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering High Temperature Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of high-temperature hot water enteringed to a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:High,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Hot_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Entering_Water_Flow_Sensor,
        brick:Hot_Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of hot entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Flow,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Hot_Water .

brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:High,
        tag:Hot,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Hot_Water_Temperature_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Temperature Load Shed Status"@en ;
    rdfs:subClassOf brick:Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Load,
        tag:Point,
        tag:Shed,
        tag:Status,
        tag:Temperature,
        tag:Water .

brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Low,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Hot_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Entering_Water_Temperature_Setpoint,
        brick:Hot_Water_Temperature_Setpoint ;
    skos:definition "Sets the temperature of entering (downstream of the hot water load) hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Hot_Water .

brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Medium Temperature Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Entering_Hot_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of medium-temperature hot water entering a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Medium,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Entering_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Water .

brick:Enthalpy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enthalpy Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the total heat content of some substance"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Enthalpy,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Enthalpy .

brick:Ethernet_Port a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ethernet Port"@en ;
    rdfs:subClassOf brick:Data_Network_Equipment ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:description "The data rate of the port in Mib/s, i.e. mebibit (2^20 bit) per second."^^xsd:string ;
            sh:maxCount 1 ;
            sh:name "Port Speed"^^xsd:string ;
            sh:path rec:portSpeed ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "Type1"^^xsd:string "Type2"^^xsd:string "Type3"^^xsd:string "Type4"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:name "PoE Type"^^xsd:string ;
            sh:path rec:poeType ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ethernet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Port ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Ethernet,
        tag:Port .

brick:Ethernet_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Ethernet Switch"@en ;
    rdfs:subClassOf brick:Data_Network_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ethernet ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Ethernet,
        tag:Switch .

brick:Exhaust_Air_Flow_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Flow Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Flow,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Time .

brick:Exhaust_Air_Flow_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Flow Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Exhaust,
        tag:Flow,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional .

brick:Exhaust_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of exhaust air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Flow,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint ;
    skos:definition "Sets exhaust air flow rate"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Flow,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Exhaust_Air_Stack_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Stack Flow Setpoint"@en ;
    rdfs:subClassOf brick:Exhaust_Air_Flow_Setpoint ;
    skos:definition "Sets exhaust air stack flow rate"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stack ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Stack ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Exhaust_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "Fan moving exhaust air -- air that must be removed from a space due to contaminants"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Exhaust,
        tag:Fan .

brick:FCU a owl:Class,
        sh:NodeShape ;
    rdfs:label "FCU"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    owl:equivalentClass brick:Fan_Coil_Unit ;
    skos:definition "See Fan_Coil_Unit"@en ;
    brick:aliasOf brick:Fan_Coil_Unit .

brick:Fan_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls properties of fans"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Fan,
        tag:Point .

brick:Fan_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates properties of fans"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fan,
        tag:Point,
        tag:Status .

brick:Filter_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Filter Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a filter needs to be replaced"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Filter,
        tag:Point,
        tag:Status .

brick:Food_Service_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Food Service Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A space used in the production, storage, serving, or cleanup of food and beverages"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Food ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:FoodHandlingRoom" ;
    brick:hasAssociatedTag tag:Food,
        tag:Location,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:FoodHandlingRoom .

brick:Frequency_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Frequency Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the frequency of a phenomenon or aspect of a phenomenon, e.g. the frequency of a fan turning"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:FrequencyObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Frequency,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Frequency .

brick:Fuel_Oil a brick:Substance ;
    rdfs:label "Fuel Oil"@en ;
    skos:broader brick:Oil ;
    skos:definition "Petroleum based oil burned for energy"@en .

brick:Furniture a owl:Class,
        sh:NodeShape ;
    rdfs:label "Furniture"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Furniture> ;
    rdfs:subClassOf brick:Equipment ;
    owl:deprecated true ;
    skos:definition "Movable objects intended to support various human activities such as seating, eating and sleeping"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Furniture ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Furniture" ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Furniture ;
    brick:isReplacedBy rec:Furniture .

brick:Gas_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gas Meter"@en ;
    rdfs:subClassOf brick:Meter ;
    skos:definition "A meter that measures the usage or consumption of gas"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Gas,
        tag:Meter ;
    brick:hasSubstance brick:Natural_Gas .

brick:Gas_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gas Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Gas,
        tag:Valve .

brick:Gasoline a brick:Substance ;
    rdfs:label "Gasoline"@en ;
    skos:broader brick:Liquid ;
    skos:definition "Petroleum derived liquid used as a fuel source"@en .

brick:Gateway a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gateway"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gateway ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Gateway,
        tag:ICT .

brick:Generation_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Generation Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "A sensor measuring how much something has been generated."@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Generation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Generation,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Glycol a brick:Substance ;
    rdfs:label "Glycol"@en ;
    skos:broader brick:Liquid .

brick:HVAC_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "HVAC System"@en ;
    rdfs:subClassOf brick:System ;
    owl:equivalentClass brick:Heating_Ventilation_Air_Conditioning_System ;
    skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ;
    brick:aliasOf brick:Heating_Ventilation_Air_Conditioning_System .

brick:HX a owl:Class,
        sh:NodeShape ;
    rdfs:label "HX"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:Heat_Exchanger ;
    skos:definition "See Heat_Exchanger"@en ;
    brick:aliasOf brick:Heat_Exchanger .

brick:Heating_Demand_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Demand Sensor"@en ;
    rdfs:subClassOf brick:Demand_Sensor ;
    skos:definition "Measures the amount of power consumed by a heating process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Demand,
        tag:Heat,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Discharge Air Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Air_Temperature_Heating_Setpoint,
        brick:Heating_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Deadband_Setpoint ;
    owl:equivalentClass brick:Heating_Supply_Air_Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of heating discharge air"@en ;
    brick:aliasOf brick:Heating_Supply_Air_Temperature_Deadband_Setpoint .

brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Discharge Air Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ;
    owl:equivalentClass brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter ;
    brick:aliasOf brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter .

brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Discharge Air Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
    owl:equivalentClass brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter ;
    brick:aliasOf brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter .

brick:High_Discharge_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Discharge Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:High_Temperature_Alarm,
        brick:Supply_Air_Temperature_Alarm ;
    owl:equivalentClass brick:High_Supply_Air_Temperature_Alarm ;
    skos:definition "An alarm that indicates that discharge air temperature is too high"@en ;
    brick:aliasOf brick:High_Supply_Air_Temperature_Alarm .

brick:Horizontal_Fan_Coil_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Horizontal Fan Coil Unit"@en ;
    rdfs:subClassOf brick:Fan_Coil_Unit ;
    owl:equivalentClass brick:Duct_Fan_Coil_Unit ;
    brick:aliasOf brick:Duct_Fan_Coil_Unit .

brick:Hot_Deck a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Deck"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Part of a dual duct air handling unit that supplies heating to a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deck ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deck,
        tag:Equipment,
        tag:Hot .

brick:Hot_Water_Circulator_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Circulator Pump"@en ;
    rdfs:subClassOf brick:Circulator_Pump,
        brick:Hot_Water_Pump ;
    skos:definition "Used to move hot water in a closed circuit, ensuring continuous flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Circulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Circulator,
        tag:Equipment,
        tag:Hot,
        tag:Pump,
        tag:Water .

brick:Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Load Shed Status"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Shed,
        tag:Status,
        tag:Water .

brick:Hot_Water_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Meter"@en ;
    rdfs:subClassOf brick:Water_Meter ;
    skos:definition "A meter that measures the usage or consumption of hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hot,
        tag:Meter,
        tag:Water ;
    brick:hasSubstance brick:Hot_Water .

brick:Hot_Water_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Radiator"@en ;
    rdfs:subClassOf brick:Radiator ;
    skos:definition "Radiator that uses hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hot,
        tag:Radiator,
        tag:Water .

brick:Hot_Water_System_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water System Enable Command"@en ;
    rdfs:subClassOf brick:System_Enable_Command ;
    skos:definition "Enables operation of the hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Hot,
        tag:Point,
        tag:System,
        tag:Water .

brick:IAQ_Sensor_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "IAQ Sensor Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:IAQ ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:IAQ,
        tag:ICT,
        tag:Sensor .

brick:ICT_Rack a owl:Class,
        sh:NodeShape ;
    rdfs:label "ICT Rack"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rack ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:ICT,
        tag:Rack .

brick:Ice a brick:Substance ;
    rdfs:label "Ice"@en ;
    skos:broader brick:Solid ;
    skos:definition "Water in its solid form"@en .

brick:Illuminance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Illuminance Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the total luminous flux incident on a surface, per unit area"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:IlluminanceObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Illuminance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Illuminance,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Illuminance .

brick:Inverter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Inverter"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "A device that changes direct current into alternating current"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Inverter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Inverter .

brick:Isolation_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Isolation Valve"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Isolation_valve> ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Valve ;
    skos:definition "A valve that stops the flow of a fluid, usually for maintenance or safety purposes"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Isolation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Isolation,
        tag:Valve .

brick:Leak_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leak Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates leaks occured in systems containing fluids"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leak ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Leak,
        tag:Point .

brick:Leak_Detector_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leak Detector Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Detector ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leak ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Detector,
        tag:Equipment,
        tag:ICT,
        tag:Leak .

brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:High,
        tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Hot_Water .

brick:Leaving_Hot_Water_Temperature_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Temperature Load Shed Status"@en ;
    rdfs:subClassOf brick:Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Load,
        tag:Point,
        tag:Shed,
        tag:Status,
        tag:Temperature,
        tag:Water .

brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Low,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Hot_Water .

brick:Light a brick:Substance ;
    rdfs:label "Light"@en .

brick:Lighting_Level_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting Level Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls the amount of the light provided by the device typically in percentages."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lighting ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Level,
        tag:Lighting,
        tag:Point .

brick:Liquid_CO2 a brick:Substance ;
    rdfs:label "Liquid CO2"@en ;
    skos:broader brick:Liquid ;
    skos:definition "Carbon Dioxide in the liquid phase"@en .

brick:Load_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Load,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Power .

brick:Load_Shed_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Shed Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint,
        brick:Load_Shed_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Shed ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Lockout_Temperature_Differential_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lockout Temperature Differential Parameter"@en ;
    rdfs:subClassOf brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lockout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Lockout,
        tag:Point,
        tag:Sensor,
        tag:Temperature .

brick:Lounge a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lounge"@en ;
    rdfs:subClassOf brick:Common_Space ;
    owl:deprecated true ;
    skos:definition "A room for lesiure activities or relaxing"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lounge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lounge" ;
    brick:hasAssociatedTag tag:Common,
        tag:Location,
        tag:Lounge,
        tag:Space ;
    brick:isReplacedBy rec:Lounge .

brick:Low_Discharge_Air_Flow_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Discharge Air Flow Alarm"@en ;
    rdfs:subClassOf brick:Low_Air_Flow_Alarm ;
    owl:equivalentClass brick:Low_Supply_Air_Flow_Alarm ;
    skos:definition "An alarm that indicates that the discharge air flow is lower than normal."@en ;
    brick:aliasOf brick:Low_Supply_Air_Flow_Alarm .

brick:Low_Discharge_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Discharge Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Low_Temperature_Alarm,
        brick:Supply_Air_Temperature_Alarm ;
    owl:equivalentClass brick:Low_Supply_Air_Temperature_Alarm ;
    brick:aliasOf brick:Low_Supply_Air_Temperature_Alarm .

brick:MAU a owl:Class,
        sh:NodeShape ;
    rdfs:label "MAU"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:Makeup_Air_Unit ;
    skos:definition "See Makeup_Air_Unit"@en ;
    brick:aliasOf brick:Makeup_Air_Unit .

brick:Makeup_Water a brick:Substance ;
    rdfs:label "Makeup Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water used used to makeup water loss through leaks, evaporation, or blowdown"@en .

brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Cooling Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit .

brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Discharge Air Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Limit,
        brick:Max_Static_Pressure_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Discharge_Air_Static_Pressure_Setpoint."@en ;
    brick:aliasOf brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit .

brick:Max_Discharge_Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Discharge Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Temperature_Setpoint_Limit,
        brick:Supply_Air_Temperature_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Supply_Air_Temperature_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ;
    brick:aliasOf brick:Max_Supply_Air_Temperature_Setpoint_Limit .

brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Heating Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit .

brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Occupied Cooling Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Cooling_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit .

brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Occupied Heating Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Heating_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit .

brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Unoccupied Cooling Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Cooling_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit .

brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Unoccupied Heating Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Heating_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit .

brick:Mechanical_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mechanical Room"@en ;
    rdfs:subClassOf brick:Service_Room ;
    owl:deprecated true ;
    skos:definition "A class of service rooms where mechanical equipment (HVAC) operates"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mechanical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Mechanical,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Medical_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Medical Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of rooms used for medical purposes"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:HealthcareRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Medical,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:HealthcareRoom .

brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Status"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Load_Shed_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Load,
        tag:Medium,
        tag:Point,
        tag:Pressure,
        tag:Shed,
        tag:Status,
        tag:Temperature .

brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Cooling Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit .

brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Discharge Air Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Limit,
        brick:Min_Static_Pressure_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Discharge_Air_Static_Pressure_Setpoint."@en ;
    brick:aliasOf brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit .

brick:Min_Discharge_Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Discharge Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Temperature_Setpoint_Limit,
        brick:Supply_Air_Temperature_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Supply_Air_Temperature_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ;
    brick:aliasOf brick:Min_Supply_Air_Temperature_Setpoint_Limit .

brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Heating Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit .

brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Occupied Cooling Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Cooling_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit .

brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Occupied Heating Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Heating_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit .

brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Unoccupied Cooling Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Cooling_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit .

brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Unoccupied Heating Discharge Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Heating_Discharge_Air_Flow_Setpoint."@en ;
    brick:aliasOf brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit .

brick:Modbus_Controller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Modbus Controller"@en ;
    rdfs:subClassOf brick:Controller ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Controller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Modbus ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Controller,
        tag:Equipment,
        tag:Modbus .

brick:Motion_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motion Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Detects the presence of motion in some area"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:BooleanValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Motion ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Motion,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:NVR a owl:Class,
        sh:NodeShape ;
    rdfs:label "NVR"@en ;
    rdfs:subClassOf brick:Video_Surveillance_Equipment ;
    owl:equivalentClass brick:Network_Video_Recorder ;
    brick:aliasOf brick:Network_Video_Recorder .

brick:Network_Router a owl:Class,
        sh:NodeShape ;
    rdfs:label "Network Router"@en ;
    rdfs:subClassOf brick:Data_Network_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Network ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Router ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Network,
        tag:Router .

brick:Network_Security_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Network Security Equipment"@en ;
    rdfs:subClassOf brick:Data_Network_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Network ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Network,
        tag:Security .

brick:Occupancy_Percentage a brick:Quantity ;
    rdfs:label "Occupancy Percentage"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless,
        brick:Occupancy ;
    skos:definition "Percent of total occupancy of space that is occupied",
        "Percent of total occupancy of space that is occupied"@en .

brick:Occupancy_Sensor_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy Sensor Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupancy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:ICT,
        tag:Occupancy,
        tag:Sensor .

brick:Occupancy_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupancy Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a room or space is occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Occupancy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Occupancy,
        tag:Point,
        tag:Status .

brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Cooling Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint,
        brick:Cooling_Supply_Air_Flow_Setpoint,
        brick:Occupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Occupied_Cooling_Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow for cooling when occupied"@en ;
    brick:aliasOf brick:Occupied_Cooling_Supply_Air_Flow_Setpoint .

brick:Occupied_Cooling_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Cooling Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint,
        brick:Occupied_Air_Temperature_Setpoint ;
    skos:definition "Sets temperature for zone air cooling when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Occupied_Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow when occupied"@en ;
    brick:aliasOf brick:Occupied_Supply_Air_Flow_Setpoint .

brick:Occupied_Discharge_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Discharge Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Occupied_Supply_Air_Temperature_Setpoint ;
    brick:aliasOf brick:Occupied_Supply_Air_Temperature_Setpoint .

brick:Occupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Heating Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint,
        brick:Heating_Supply_Air_Flow_Setpoint,
        brick:Occupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Occupied_Heating_Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow for heating when occupied"@en ;
    brick:aliasOf brick:Occupied_Heating_Supply_Air_Flow_Setpoint .

brick:Occupied_Heating_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Heating Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint,
        brick:Occupied_Air_Temperature_Setpoint ;
    skos:definition "Sets temperature for zone air heating when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Load Shed Command"@en ;
    rdfs:subClassOf brick:Load_Shed_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Occupied,
        tag:Point,
        tag:Shed .

brick:Occupied_Target_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Target Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint,
        brick:Target_Zone_Air_Temperature_Setpoint ;
    skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired occupied air temperature in a specific zone of a building. This setpoint acts as a baseline from which deadband setpoints are established by adding or subtracting a deadband width."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Target ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Target,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Operating_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Operating Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    skos:definition "Indicates the current operating mode of a system, device or control loop"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Operating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mode,
        tag:Operating,
        tag:Point,
        tag:Status .

brick:Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Temperature Enable Differential Sensor"@en ;
    rdfs:subClassOf brick:Outside_Air_Temperature_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Enable,
        tag:Outside,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Outside_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    skos:definition "Fan moving outside air; air that is supplied into the building from the outdoors"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan,
        tag:Outside .

brick:Override_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Override Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls or reports whether or not a device or control loop is in 'override'"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Override ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Override,
        tag:Point .

brick:PAU a owl:Class,
        sh:NodeShape ;
    rdfs:label "PAU"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:Pre-Cooling_Air_Unit ;
    skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ;
    brick:aliasOf brick:Pre-Cooling_Air_Unit .

brick:PM10_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PM10 Sensor"@en ;
    rdfs:subClassOf brick:Particulate_Matter_Sensor ;
    skos:definition "Detects matter of size 10 microns"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PM10 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Matter,
        tag:PM10,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:PM10_Concentration ;
    brick:hasSubstance brick:Air .

brick:PM1_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PM1 Sensor"@en ;
    rdfs:subClassOf brick:Particulate_Matter_Sensor ;
    skos:definition "Detects matter of size 1 micron"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PM1 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Matter,
        tag:PM1,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:PM1_Concentration ;
    brick:hasSubstance brick:Air .

brick:PM2.5_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PM2.5 Sensor"@en ;
    rdfs:subClassOf brick:Particulate_Matter_Sensor ;
    skos:definition "Detects matter of size 2.5 microns"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PM2.5 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Matter,
        tag:PM2.5,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:PM2.5_Concentration ;
    brick:hasSubstance brick:Air .

brick:PV_Current_Output_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "PV Current Output Sensor"@en ;
    rdfs:subClassOf brick:Current_Output_Sensor ;
    owl:equivalentClass brick:Photovoltaic_Current_Output_Sensor ;
    skos:definition "See Photovoltaic_Current_Output_Sensor"@en ;
    brick:aliasOf brick:Photovoltaic_Current_Output_Sensor .

brick:People_Count_Sensor_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "People Count Sensor Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Count ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:People ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Count,
        tag:Equipment,
        tag:ICT,
        tag:People,
        tag:Sensor .

brick:Potable_Water a brick:Substance ;
    rdfs:label "Potable Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water that is safe to drink"@en .

brick:Power_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Power Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with electrical power."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Power .

brick:Preheat_Discharge_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Preheat Discharge Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Sensor ;
    owl:equivalentClass brick:Preheat_Supply_Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of discharge air before heating is applied"@en ;
    brick:aliasOf brick:Preheat_Supply_Air_Temperature_Sensor .

brick:Pressure_Regulator_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Regulator Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "Device to maintain controlled downstream fluid pressure with varying upstream pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Regulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Regulator,
        tag:Valve .

brick:RC_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "RC Panel"@en ;
    rdfs:subClassOf brick:Radiant_Panel ;
    owl:equivalentClass brick:Radiant_Ceiling_Panel ;
    skos:definition "See Radiant_Ceiling_Panel"@en ;
    brick:aliasOf brick:Radiant_Ceiling_Panel .

brick:RTU a owl:Class,
        sh:NodeShape ;
    rdfs:label "RTU"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:Rooftop_Unit ;
    skos:definition "see Rooftop_Unit"@en ;
    brick:aliasOf brick:Rooftop_Unit .

brick:RVAV a owl:Class,
        sh:NodeShape ;
    rdfs:label "RVAV"@en ;
    rdfs:subClassOf brick:Variable_Air_Volume_Box ;
    owl:equivalentClass brick:Variable_Air_Volume_Box_With_Reheat ;
    skos:definition "See Variable_Air_Volume_Box_With_Reheat"@en ;
    brick:aliasOf brick:Variable_Air_Volume_Box_With_Reheat .

brick:Refrigerant_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Refrigerant Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "A valve controlling the flow or pressure of refrigerant in refrigeration or air conditioning systems, crucial for system efficiency"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Liquid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Refrigerant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gas,
        tag:Liquid,
        tag:Refrigerant,
        tag:Valve .

brick:Region a owl:Class,
        sh:NodeShape ;
    rdfs:label "Region"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "A unit of geographic space, usually contigious or somehow related to a geopolitical feature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Region ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Region" ;
    brick:hasAssociatedTag tag:Location,
        tag:Region ;
    brick:isReplacedBy rec:Region .

brick:Rest_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rest Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    owl:equivalentClass brick:Restroom ;
    skos:definition "A room that provides toilets and washbowls. Alternate spelling of Restroom"@en ;
    brick:aliasOf brick:Restroom ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:RestingRoom" ;
    brick:isReplacedBy rec:RestingRoom .

brick:Rotational_Speed a brick:Quantity ;
    rdfs:label "Rotational Speed"@en ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Frequency,
        qudtqk:Speed,
        brick:Speed ;
    skos:definition "Rotational speed" .

brick:Run_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Run Status"@en ;
    rdfs:subClassOf brick:Start_Stop_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Run ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Run,
        tag:Status .

brick:Run_Time_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Run Time Sensor"@en ;
    rdfs:subClassOf brick:Duration_Sensor ;
    owl:equivalentClass brick:On_Timer_Sensor ;
    skos:definition "Measures the duration for which a device was in an active or \"on\" state"@en ;
    brick:aliasOf brick:On_Timer_Sensor .

brick:Security_Service_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Security Service Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces used by the security staff of a facility"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:SecurityRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Security,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:SecurityRoom .

brick:Separation_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Separation Tank"@en ;
    rdfs:subClassOf brick:Tank ;
    skos:definition "A tank used in conjunction with a filter to facilitate the separation of filtrate material for disposal."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Tank .

brick:Server a owl:Class,
        sh:NodeShape ;
    rdfs:label "Server"@en ;
    rdfs:subClassOf brick:ICT_Hardware ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hardware ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Server ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hardware,
        tag:ICT,
        tag:Server .

brick:Shading_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Shading System"@en ;
    rdfs:subClassOf brick:System ;
    skos:definition "Devices that can control daylighting through various means"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Shade ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Shade,
        tag:System .

brick:Smoke_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Smoke Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with smoke."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Smoke ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Smoke .

brick:Solar_Irradiance a brick:Quantity ;
    rdfs:label "Solar Irradiance"@en ;
    qudt:applicableUnit unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Irradiance ;
    skos:definition "The power per unit area of solar electromagnetic radiation incident on a surface"@en .

brick:Solar_Irradiance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Solar Irradiance Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures solar irradiance levels for photovoltaic systems"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Irradiance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Solar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Irradiance,
        tag:Point,
        tag:Sensor,
        tag:Solar ;
    brick:hasQuantity brick:Solar_Irradiance .

brick:Solar_Thermal_Collector a owl:Class,
        sh:NodeShape ;
    rdfs:label "Solar Thermal Collector"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A type of solar panels that converts solar radiation into thermal energy."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Collector ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Solar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Collector,
        tag:Equipment,
        tag:Solar,
        tag:Thermal .

brick:Speed_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Speed Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    skos:definition "Indicates the speed mode of a motor with various categorical settings, such as a multi-state value including low, medium, and high."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mode,
        tag:Point,
        tag:Speed,
        tag:Status .

brick:Speed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Speed Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets speed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Setpoint,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Standby_Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Load Shed Command"@en ;
    rdfs:subClassOf brick:Load_Shed_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Point,
        tag:Shed,
        tag:Standby .

brick:Standby_Unit_On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Standby Unit On Off Status"@en ;
    rdfs:subClassOf brick:On_Off_Status ;
    skos:definition "Indicates the on/off status of a standby unit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Standby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Off,
        tag:On,
        tag:Point,
        tag:Standby,
        tag:Status,
        tag:Unit .

brick:Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Pressure_Sensor ;
    skos:definition "Measures resistance to airflow in a heating and cooling system's components and duct work"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static ;
    brick:hasQuantity qudtqk:Pressure .

brick:Static_Pressure_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Step Parameter"@en ;
    rdfs:subClassOf brick:Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Static,
        tag:Step .

brick:Steam a brick:Substance ;
    rdfs:label "Steam"@en ;
    skos:broader brick:Gas ;
    skos:definition "water in the vapor phase."@en .

brick:Steam_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Radiator"@en ;
    rdfs:subClassOf brick:Radiator ;
    skos:definition "Radiator that uses steam"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Radiator,
        tag:Steam .

brick:Storey a owl:Class,
        sh:NodeShape ;
    rdfs:label "Storey"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    owl:equivalentClass brick:Floor ;
    brick:aliasOf brick:Floor ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level" ;
    brick:isReplacedBy rec:Level .

brick:Supply_Hot_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Supply Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Setpoint .

brick:Supply_Water_Flow_Setpoint a owl:Class ;
    rdfs:label "Supply Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water_Flow_Setpoint .

brick:Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Switch"@en ;
    rdfs:subClassOf brick:Interface ;
    skos:definition "A switch used to operate all or part of a lighting installation"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Interface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Interface,
        tag:Switch .

brick:TABS_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "TABS Panel"@en ;
    rdfs:subClassOf brick:Radiant_Panel ;
    owl:equivalentClass brick:Thermally_Activated_Building_System_Panel ;
    skos:definition "See Thermally_Activated_Building_System_Panel"@en ;
    brick:aliasOf brick:Thermally_Activated_Building_System_Panel .

brick:TVOC_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "TVOC Sensor"@en ;
    rdfs:subClassOf brick:Particulate_Matter_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:TVOC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Matter,
        tag:Particulate,
        tag:Point,
        tag:Sensor,
        tag:TVOC ;
    brick:hasQuantity brick:TVOC_Concentration ;
    brick:hasSubstance brick:Air .

brick:Temperature_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Step Parameter"@en ;
    rdfs:subClassOf brick:Step_Parameter,
        brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Step,
        tag:Temperature .

brick:Thermal_Power_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermal Power Sensor"@en ;
    rdfs:subClassOf brick:Power_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Power,
        tag:Sensor,
        tag:Thermal ;
    brick:hasQuantity qudtqk:Power .

brick:Thermostat a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermostat"@en ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Sensor_Equipment ;
    skos:definition "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermostat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Thermostat .

brick:Torque_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Torque Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures torque, the tendency of a force to rotate an object about some axis"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:TorqueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Torque ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Torque ;
    brick:hasQuantity qudtqk:Torque .

brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Cooling Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint,
        brick:Cooling_Supply_Air_Flow_Setpoint,
        brick:Unoccupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow for cooling when unoccupied"@en ;
    brick:aliasOf brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint .

brick:Unoccupied_Cooling_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Cooling Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Zone_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of air when unoccupied for cooling within a specific zone"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Supply_Air_Flow_Setpoint ;
    brick:aliasOf brick:Unoccupied_Supply_Air_Flow_Setpoint .

brick:Unoccupied_Discharge_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Discharge Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Supply_Air_Temperature_Setpoint ;
    brick:aliasOf brick:Unoccupied_Supply_Air_Temperature_Setpoint .

brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Heating Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint,
        brick:Heating_Supply_Air_Flow_Setpoint,
        brick:Unoccupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint ;
    brick:aliasOf brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint .

brick:Unoccupied_Heating_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Heating Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Zone_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of air when unoccupied for heating within a specific zone"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Load Shed Command"@en ;
    rdfs:subClassOf brick:Load_Shed_Command ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Point,
        tag:Shed,
        tag:Unoccupied .

brick:Unoccupied_Target_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Target Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Target_Zone_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    skos:definition "Target Setpoint (also known as Common Setpoint) is a reference point representing the desired unoccupied air temperature in a specific zone of a building. This setpoint acts as a baseline from which deadband setpoints are established by adding or subtracting a deadband width."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Target ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Setpoint,
        tag:Target,
        tag:Temperature,
        tag:Unoccupied,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature .

brick:VAV a owl:Class,
        sh:NodeShape ;
    rdfs:label "VAV"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    owl:equivalentClass brick:Variable_Air_Volume_Box ;
    skos:definition "See Variable_Air_Volume_Box"@en ;
    brick:aliasOf brick:Variable_Air_Volume_Box .

brick:VFD a owl:Class,
        sh:NodeShape ;
    rdfs:label "VFD"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=vfd&submit=Search> ;
    rdfs:subClassOf brick:Motor ;
    owl:equivalentClass brick:Variable_Frequency_Drive ;
    skos:definition "Electronic device that varies its output frequency to vary the rotating speed of a motor, given a fixed input frequency. Used with fans or pumps to vary the flow in the system as a function of a maintained pressure."@en ;
    brick:aliasOf brick:Variable_Frequency_Drive .

brick:Valve_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Valve Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls or reports the openness of a valve (typically as a proportion of its full range of motion)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Valve .

brick:Velocity_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Velocity Pressure Sensor"@en ;
    rdfs:subClassOf brick:Pressure_Sensor ;
    skos:definition "Measures the difference between total pressure and static pressure"@en ;
    brick:hasQuantity qudtqk:DynamicPressure .

brick:Vibration_Sensor_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Vibration Sensor Equipment"@en ;
    rdfs:subClassOf brick:Sensor_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vibration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:ICT,
        tag:Sensor,
        tag:Vibration .

brick:Voltage_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Voltage Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the voltage is not in a normal state."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Voltage .

brick:Voltage_Imbalance a brick:Quantity ;
    rdfs:label "Voltage Imbalance"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless ;
    skos:definition "The percent deviation from average voltage",
        "The percent deviation from average voltage"@en .

brick:Water_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Usage Sensor"@en ;
    rdfs:subClassOf brick:Usage_Sensor ;
    skos:definition "Measures the amount of water that is consumed, over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Usage,
        tag:Water ;
    brick:hasQuantity qudtqk:Volume .

brick:Wireless_Access_Point a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wireless Access Point"@en ;
    rdfs:subClassOf brick:Data_Network_Equipment ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:in ( "WiFi4"^^xsd:string "WiFi5"^^xsd:string "WiFi6"^^xsd:string "WiFi6E"^^xsd:string "WiFi7"^^xsd:string ) ;
            sh:maxCount 1 ;
            sh:name "Generation"^^xsd:string ;
            sh:path rec:generation ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Access ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wireless ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Access,
        tag:Equipment,
        tag:Point,
        tag:Wireless .

brick:aggregate a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Aggregate"@en ;
    skos:definition "Description of how the data for this point is aggregated" .

brick:aggregationInterval a owl:DatatypeProperty ;
    rdfs:label "aggregationInterval"@en .

brick:aliasOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "aliasOf"@en .

brick:azimuth a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Azimuth"@en ;
    skos:definition "(Horizontal) angle between a projected vector and a reference vector (typically a compass bearing). The projected vector usually indicates the direction of a face or plane." .

brick:buildingPrimaryFunction a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Building primary function"@en ;
    rdfs:seeAlso "https://project-haystack.org/tag/primaryFunction" ;
    skos:definition "Enumerated string applied to a site record to indicate the building's primary function. The list of primary functions is derived from the US Energy Star program (adopted from Project Haystack)" .

brick:buildingThermalTransmittance a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Building thermal transmittance"@en ;
    rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:13789:ed-3:v1:en" ;
    rdfs:subPropertyOf brick:thermalTransmittance ;
    skos:definition "The area-weighted average heat transfer coefficient (commonly referred to as a U-value) for a building envelope" .

brick:connectedTo a owl:IrreflexiveProperty,
        owl:ObjectProperty,
        owl:SymmetricProperty,
        brick:Relationship ;
    rdfs:label "Connected To"@en .

brick:coolingCapacity a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Cooling capacity"@en ;
    rdfs:seeAlso "https://project-haystack.org/tag/coolingCapacity" ;
    skos:definition "Measurement of a chiller ability to remove heat (adopted from Project Haystack)" .

brick:coordinates a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Coordinates"@en ;
    skos:definition "The location of an entity in latitude/longitude" .

brick:currentFlowType a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Current flow type"@en ;
    skos:definition "The current flow type of the entity" .

brick:electricVehicleChargerDirectionality a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "has electric vehicle charger directionality"@en ;
    skos:definition "Indicates if the EVSE charger supports bidirectional charging or just unidirectional charging of the EV battery" .

brick:electricVehicleChargerType a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "has electric vehicle charger type"@en ;
    skos:definition "Which type of EVSE charger this is, e.g. Level 1 (up to up to 2.5kW of AC power on 1 phase 120V input), Level 2 (direct AC power but can use higher voltage and up to 3 phases), or Level 3 (direct DC power)" .

brick:electricVehicleConnectorType a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "has electric vehicle connector type"@en ;
    skos:definition "Identifies which kind of connector the port has. This property helps identify the physical connection required between the vehicle and the charging equipment." .

brick:electricalComplexPower a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "electrical complex power type"@en ;
    skos:definition "Associated electrical complexity with the entity" .

brick:electricalFlow a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Electrical flow direction"@en ;
    skos:definition "Entity has this electrical flow relative to the building'" .

brick:electricalPhaseCount a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Electrical phase count"@en ;
    skos:definition "Entity has these phases" .

brick:electricalPhases a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Electrical phases"@en ;
    skos:definition "Entity has these electrical AC phases" .

brick:grossArea a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Gross area"@en ;
    rdfs:subPropertyOf brick:area ;
    skos:definition "Entity has gross 2-dimensional area" .

brick:hasAddress a brick:Relationship ;
    rdfs:label "Has address"@en ;
    rdfs:subPropertyOf vcard:hasAddress ;
    skos:definition "To specify the address of a building."@en .

brick:hasAmbientTemperature a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "hasAmbientTemperature"@en .

brick:hasInputSubstance a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has input substance"@en ;
    skos:definition "The subject receives the given substance as an input to its internal process"@en .

brick:hasOutputSubstance a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has output substance"@en ;
    skos:definition "The subject produces or exports the given substance from its internal process"@en .

brick:hasQUDTReference a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has QUDT reference"@en ;
    skos:definition "Points to the relevant QUDT definition"@en .

brick:isReplacedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is replaced by"@en .

brick:isVirtualMeter a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "is virtual meter"@en ;
    skos:definition "True if the associated meter is 'virtual', i.e. a logical meter which includes or aggregates information from a variety of sources such as other submeters or equipment." .

brick:measuredModuleConversionEfficiency a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Measured module conversion efficiency"@en ;
    rdfs:subPropertyOf brick:conversionEfficiency ;
    skos:definition "The measured percentage of sunlight that is converted into usable power" .

brick:measuredPowerInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Measured power input"@en ;
    skos:definition "The nominal measured power input of the entity" .

brick:measuredPowerOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Measured power output"@en ;
    skos:definition "The nominal measured power output of the entity" .

brick:netArea a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Net area"@en ;
    rdfs:subPropertyOf brick:area ;
    skos:definition "Entity has net 2-dimensional area" .

brick:operationalStage a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Operational stage"@en ;
    skos:definition "The associated operational stage" .

brick:operationalStageCount a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Operational stage count"@en ;
    skos:definition "The number of operational stages supported by this equipment" .

brick:panelArea a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Panel area"@en ;
    rdfs:subPropertyOf brick:area ;
    skos:definition "Surface area of a panel, such as a PV panel" .

brick:powerComplexity owl:deprecated true ;
    brick:deprecation [ brick:deprecatedInVersion "1.3.1" ;
            brick:deprecationMitigationMessage "powerComplexity is deprecated in favor of electricalComplexPower because the latter is more clear" ;
            brick:deprecationMitigationRule [ a sh:NodeShape ;
                    sh:rule [ a sh:SPARQLRule ;
                            sh:construct """
            CONSTRUCT {
              $this brick:electricalComplexPower ?prop .
            } WHERE {
              $this brick:powerComplexity ?prop .
            }""" ;
                            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
                    sh:targetSubjectsOf brick:powerComplexity ] ] .

brick:powerFlow owl:deprecated true ;
    brick:deprecation [ brick:deprecatedInVersion "1.3.1" ;
            brick:deprecationMitigationMessage "powerFlow is deprecated in favor of electricalFlow as the latter is more clear" ;
            brick:deprecationMitigationRule [ a sh:NodeShape ;
                    sh:rule [ a sh:SPARQLRule ;
                            sh:construct """
            CONSTRUCT {
              $this brick:electricalFlow ?prop .
            } WHERE {
              $this brick:powerFlow ?prop .
            }""" ;
                            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
                    sh:targetSubjectsOf brick:powerFlow ] ] .

brick:ratedMaximumCurrentInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated maximum current input"@en ;
    rdfs:subPropertyOf brick:ratedCurrentInput ;
    skos:definition "The maximum current that can be input to the entity" .

brick:ratedMaximumCurrentOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated maximum current output"@en ;
    rdfs:subPropertyOf brick:ratedCurrentOutput ;
    skos:definition "The maximum current that can be output by the entity" .

brick:ratedMaximumVoltageInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated maximum voltage input"@en ;
    rdfs:subPropertyOf brick:ratedVoltageInput ;
    skos:definition "The maximum voltage that can be input to the entity" .

brick:ratedMaximumVoltageOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated maximum voltage output"@en ;
    rdfs:subPropertyOf brick:ratedVoltageOutput ;
    skos:definition "The maximum voltage that can be output by the entity" .

brick:ratedMinimumCurrentInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated minimum current input"@en ;
    rdfs:subPropertyOf brick:ratedCurrentInput ;
    skos:definition "The minimum current that can be input to the entity" .

brick:ratedMinimumCurrentOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated minimum current output"@en ;
    rdfs:subPropertyOf brick:ratedCurrentOutput ;
    skos:definition "The minimum current that can be output by the entity" .

brick:ratedMinimumVoltageInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated minimum voltage input"@en ;
    rdfs:subPropertyOf brick:ratedVoltageInput ;
    skos:definition "The minimum voltage that can be input to the entity" .

brick:ratedMinimumVoltageOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated minimum voltage output"@en ;
    rdfs:subPropertyOf brick:ratedVoltageOutput ;
    skos:definition "The minimum voltage that can be output by the entity" .

brick:ratedModuleConversionEfficiency a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated module conversion efficiency"@en ;
    rdfs:subPropertyOf brick:conversionEfficiency ;
    skos:definition "The *rated* percentage of sunlight that is converted into usable power, as measured using Standard Test Conditions (STC): 1000 W/sqm irradiance, 25 degC panel temperature, no wind" .

brick:ratedPowerInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated power input"@en ;
    skos:definition "The nominal rated power input of the entity" .

brick:ratedPowerOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated power output"@en ;
    skos:definition "The nominal rated power output of the entity" .

brick:resolution a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Resolution"@en ;
    skos:definition "The resolution of the entity specifing the smallest measurable or controllable increment" .

brick:temperatureCoefficientofPmax a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Temperature coefficient"@en ;
    skos:definition "The % change in power output for every degree celsius that the entity is hotter than 25 degrees celsius" .

brick:tilt a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Tilt"@en ;
    skos:definition "The direction an entity is facing in degrees above the horizon" .

brick:volume a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Volume"@en ;
    skos:definition "Entity has 3-dimensional volume" .

brick:yearBuilt a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Year built"@en ;
    rdfs:seeAlso "https://project-haystack.org/tag/yearBuilt" ;
    skos:definition "Four digit year that a building was first built. (adopted from Project Haystack)" .

bsh:AggregationShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "The aggregation function applied to data in the interval which produces the value" ;
            sh:in ( "max" "min" "count" "mean" "sum" "median" "mode" ) ;
            sh:minCount 1 ;
            sh:path brick:aggregationFunction ],
        [ a sh:PropertyShape ;
            skos:definition "Interval expressed in an ISO 8601 Duration string, e.g. RP1D" ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path brick:aggregationInterval ] .

bsh:AzimuthShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:REV unit:RAD unit:GRAD unit:DEG unit:MIN_Angle unit:GON unit:ARCSEC unit:ARCMIN unit:2PiRAD unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:maxInclusive 360 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:BuildingPrimaryFunctionShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "Adult Education"^^xsd:string "Ambulatory Surgical Center"^^xsd:string "Aquarium"^^xsd:string "Automobile Dealership"^^xsd:string "Bank Branch"^^xsd:string "Bar/Nightclub"^^xsd:string "Barracks"^^xsd:string "Bowling Alley"^^xsd:string "Casino"^^xsd:string "College/University"^^xsd:string "Convenience Store with Gas Station"^^xsd:string "Convenience Store without Gas Station"^^xsd:string "Convention Center"^^xsd:string "Courthouse"^^xsd:string "Data Center"^^xsd:string "Distribution Center"^^xsd:string "Drinking Water Treatment & Distribution"^^xsd:string "Enclosed Mall"^^xsd:string "Energy/Power Station"^^xsd:string "Fast Food Restaurant"^^xsd:string "Financial Office"^^xsd:string "Fire Station"^^xsd:string "Fitness Center/Health Club/Gym"^^xsd:string "Food Sales"^^xsd:string "Food Service"^^xsd:string "Hospital (General Medical & Surgical)"^^xsd:string "Hotel"^^xsd:string "Ice/Curling Rink"^^xsd:string "Indoor Arena"^^xsd:string "K-12 School"^^xsd:string "Laboratory"^^xsd:string "Library"^^xsd:string "Lifestyle Center"^^xsd:string "Mailing Center/Post Office"^^xsd:string "Manufacturing/Industrial Plant"^^xsd:string "Medical Office"^^xsd:string "Mixed Use Property"^^xsd:string "Movie Theater"^^xsd:string "Multifamily Housing"^^xsd:string "Museum"^^xsd:string "Non-Refrigerated Warehouse"^^xsd:string "Office"^^xsd:string "Other - Education"^^xsd:string "Other - Entertainment/Public Assembly"^^xsd:string "Other - Lodging/Residential"^^xsd:string "Other - Mall"^^xsd:string "Other - Public Services"^^xsd:string "Other - Recreation"^^xsd:string "Other - Restaurant/Bar"^^xsd:string "Other - Services"^^xsd:string "Other - Stadium"^^xsd:string "Other - Technology/Science"^^xsd:string "Other - Utility"^^xsd:string "Other"^^xsd:string "Other/Specialty Hospital"^^xsd:string "Outpatient Rehabilitation/Physical Therapy"^^xsd:string "Parking"^^xsd:string "Performing Arts"^^xsd:string "Personal Services (Health/Beauty, Dry Cleaning, etc)"^^xsd:string "Police Station"^^xsd:string "Pre-school/Daycare"^^xsd:string "Prison/Incarceration"^^xsd:string "Race Track"^^xsd:string "Refrigerated Warehouse"^^xsd:string "Repair Services (Vehicle, Shoe, Locksmith, etc)"^^xsd:string "Residence Hall/Dormitory"^^xsd:string "Restaurant"^^xsd:string "Retail Store"^^xsd:string "Roller Rink"^^xsd:string "Self-Storage Facility"^^xsd:string "Senior Care Community"^^xsd:string "Single Family Home"^^xsd:string "Social/Meeting Hall"^^xsd:string "Stadium (Closed)"^^xsd:string "Stadium (Open)"^^xsd:string "Strip Mall"^^xsd:string "Supermarket/Grocery Store"^^xsd:string "Swimming Pool"^^xsd:string "Transportation Terminal/Station"^^xsd:string "Urgent Care/Clinic/Other Outpatient"^^xsd:string "Veterinary Office"^^xsd:string "Vocational School"^^xsd:string "Wastewater Treatment Plant"^^xsd:string "Wholesale Club/Supercenter"^^xsd:string "Worship Facility"^^xsd:string "Zoo"^^xsd:string "Adult Education" "Ambulatory Surgical Center" "Aquarium" "Automobile Dealership" "Bank Branch" "Bar/Nightclub" "Barracks" "Bowling Alley" "Casino" "College/University" "Convenience Store with Gas Station" "Convenience Store without Gas Station" "Convention Center" "Courthouse" "Data Center" "Distribution Center" "Drinking Water Treatment & Distribution" "Enclosed Mall" "Energy/Power Station" "Fast Food Restaurant" "Financial Office" "Fire Station" "Fitness Center/Health Club/Gym" "Food Sales" "Food Service" "Hospital (General Medical & Surgical)" "Hotel" "Ice/Curling Rink" "Indoor Arena" "K-12 School" "Laboratory" "Library" "Lifestyle Center" "Mailing Center/Post Office" "Manufacturing/Industrial Plant" "Medical Office" "Mixed Use Property" "Movie Theater" "Multifamily Housing" "Museum" "Non-Refrigerated Warehouse" "Office" "Other - Education" "Other - Entertainment/Public Assembly" "Other - Lodging/Residential" "Other - Mall" "Other - Public Services" "Other - Recreation" "Other - Restaurant/Bar" "Other - Services" "Other - Stadium" "Other - Technology/Science" "Other - Utility" "Other" "Other/Specialty Hospital" "Outpatient Rehabilitation/Physical Therapy" "Parking" "Performing Arts" "Personal Services (Health/Beauty, Dry Cleaning, etc)" "Police Station" "Pre-school/Daycare" "Prison/Incarceration" "Race Track" "Refrigerated Warehouse" "Repair Services (Vehicle, Shoe, Locksmith, etc)" "Residence Hall/Dormitory" "Restaurant" "Retail Store" "Roller Rink" "Self-Storage Facility" "Senior Care Community" "Single Family Home" "Social/Meeting Hall" "Stadium (Closed)" "Stadium (Open)" "Strip Mall" "Supermarket/Grocery Store" "Swimming Pool" "Transportation Terminal/Station" "Urgent Care/Clinic/Other Outpatient" "Veterinary Office" "Vocational School" "Wastewater Treatment Plant" "Wholesale Club/Supercenter" "Worship Facility" "Zoo" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:CoolingCapacityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:TON_FG unit:BTU_IT-PER-HR unit:BTU_TH-PER-HR unit:W ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:CoordinateShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:latitude ],
        [ a sh:PropertyShape ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:longitude ] .

bsh:CurrentFlowTypeShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "AC"^^xsd:string "DC"^^xsd:string "AC" "DC" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:DeprecationRule a sh:NodeShape ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:path brick:deprecatedInVersion ],
        [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:path brick:deprecationMitigationMessage ],
        [ sh:class sh:NodeShape ;
            sh:maxCount 1 ;
            sh:path brick:deprecationMitigationRule ],
        [ sh:maxCount 0 ;
            sh:message "This concept is deprecated" ;
            sh:path ( rdf:type brick:deprecation ) ;
            sh:severity sh:Warning ] ;
    sh:rule [ a sh:SPARQLRule ;
            sh:construct """
        CONSTRUCT { $this owl:deprecated true }
        WHERE { $this brick:deprecation ?dep }
        """ ;
            sh:prefixes <https://brickschema.org/schema/1.4/Brick> ] ;
    sh:targetSubjectsOf brick:deprecation .

bsh:DeprecationShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "The version in which the entity was deprecated" ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path brick:deprecatedInVersion ],
        [ a sh:PropertyShape ;
            skos:definition "A SHACL rule which will mitigate the deprecation" ;
            sh:class sh:NodeShape ;
            sh:path brick:deprecationMitigationRule ],
        [ a sh:PropertyShape ;
            skos:definition "A message describing how to mitigate or address the deprecation" ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path brick:deprecationMitigationMessage ] .

bsh:ElectricVehicleChargingDirectionalityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "unidirectional"^^xsd:string "bidirectional"^^xsd:string "unidirectional" "bidirectional" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:ElectricVehicleChargingTypeShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "Level 1"^^xsd:string "Level 2"^^xsd:string "Level 3"^^xsd:string "Level 1" "Level 2" "Level 3" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:ElectricVehicleConnectorTypeShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "Type 1 (CSS)"^^xsd:string "Type 2 (CSS)"^^xsd:string "GB/T"^^xsd:string "Type 1 (SAE J1772)"^^xsd:string "Type 2 (IEC 62196)"^^xsd:string "CHAdeMO"^^xsd:string "CCS (Combined Charging System)"^^xsd:string "Tesla Supercharger"^^xsd:string "Wireless"^^xsd:string "Type 1 (CSS)" "Type 2 (CSS)" "GB/T" "Type 1 (SAE J1772)" "Type 2 (IEC 62196)" "CHAdeMO" "CCS (Combined Charging System)" "Tesla Supercharger" "Wireless" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:ElectricalComplexPowerShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "real"^^xsd:string "reactive"^^xsd:string "apparent"^^xsd:string "real" "reactive" "apparent" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:ElectricalFlowShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "import"^^xsd:string "export"^^xsd:string "net"^^xsd:string "absolute"^^xsd:string "import" "export" "net" "absolute" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:PhaseCountShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( 1 2 3 "Total" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:PhasesShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( "A"^^xsd:string "B"^^xsd:string "C"^^xsd:string "AB"^^xsd:string "BC"^^xsd:string "AC"^^xsd:string "ABC"^^xsd:string "A" "B" "C" "AB" "BC" "AC" "ABC" ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:ResolutionShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:minExclusive 0 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:TemperatureCoefficientPerDegreeCelsiusShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:TiltShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:MIL unit:MilliRAD unit:REV unit:RAD unit:GRAD unit:DEG unit:MIN_Angle unit:GON unit:ARCSEC unit:ARCMIN unit:2PiRAD unit:MilliARCSEC unit:MicroRAD ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:VirtualMeterShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:VolumeShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:FT3 unit:M3 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:YearBuiltShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:aliasOfShape a sh:PropertyShape ;
    sh:class brick:Entity ;
    sh:path brick:aliasOf .

bsh:hasAddressShape a sh:PropertyShape ;
    sh:class vcard:Address ;
    sh:path brick:hasAddress .

bsh:hasAssociatedTagShape a sh:PropertyShape ;
    sh:class brick:Tag ;
    sh:path brick:hasAssociatedTag .

bsh:hasInputSubstanceShape a sh:PropertyShape ;
    sh:class brick:Substance ;
    sh:path brick:hasInputSubstance .

bsh:hasLocationShape a sh:PropertyShape ;
    sh:class brick:Location ;
    sh:path brick:hasLocation .

bsh:hasOutputSubstanceShape a sh:PropertyShape ;
    sh:class brick:Substance ;
    sh:path brick:hasOutputSubstance .

bsh:hasQUDTReferenceShape a sh:PropertyShape ;
    sh:class qudt:QuantityKind ;
    sh:path brick:hasQUDTReference .

bsh:hasQuantityShape a sh:PropertyShape ;
    sh:or ( [ sh:class brick:Quantity ] [ sh:class qudt:QuantityKind ] ) ;
    sh:path brick:hasQuantity .

bsh:hasSubMeterShape a sh:PropertyShape ;
    sh:class brick:Meter ;
    sh:path brick:hasSubMeter .

bsh:hasTagShape a sh:PropertyShape ;
    sh:class brick:Tag ;
    sh:path brick:hasTag .

bsh:hasUnitShape a sh:PropertyShape ;
    sh:class qudt:Unit ;
    sh:path brick:hasUnit .

bsh:hasaggregateShape a sh:PropertyShape ;
    rdfs:label "has Aggregate property"@en ;
    sh:node bsh:AggregationShape ;
    sh:path brick:aggregate .

bsh:hasareaShape a sh:PropertyShape ;
    rdfs:label "has Area property"@en ;
    sh:node bsh:AreaShape ;
    sh:path brick:area .

bsh:hasazimuthShape a sh:PropertyShape ;
    rdfs:label "has Azimuth property"@en ;
    sh:node bsh:AzimuthShape ;
    sh:path brick:azimuth .

bsh:hasbuildingPrimaryFunctionShape a sh:PropertyShape ;
    rdfs:label "has Building primary function property"@en ;
    sh:node bsh:BuildingPrimaryFunctionShape ;
    sh:path brick:buildingPrimaryFunction .

bsh:hasbuildingThermalTransmittanceShape a sh:PropertyShape ;
    rdfs:label "has Building thermal transmittance property"@en ;
    sh:node bsh:ThermalTransmittanceShape ;
    sh:path brick:buildingThermalTransmittance .

bsh:hasconversionEfficiencyShape a sh:PropertyShape ;
    rdfs:label "has Conversion efficiency property"@en ;
    sh:node bsh:EfficiencyShape ;
    sh:path brick:conversionEfficiency .

bsh:hascoolingCapacityShape a sh:PropertyShape ;
    rdfs:label "has Cooling capacity property"@en ;
    sh:node bsh:CoolingCapacityShape ;
    sh:path brick:coolingCapacity .

bsh:hascurrentFlowTypeShape a sh:PropertyShape ;
    rdfs:label "has Current flow type property"@en ;
    sh:node bsh:CurrentFlowTypeShape ;
    sh:path brick:currentFlowType .

bsh:hasdeprecationShape a sh:PropertyShape ;
    rdfs:label "has Deprecation Notice property"@en ;
    sh:node bsh:DeprecationShape ;
    sh:path brick:deprecation .

bsh:haselectricVehicleChargerTypeShape a sh:PropertyShape ;
    rdfs:label "has has electric vehicle charger type property"@en ;
    sh:node bsh:ElectricVehicleChargingTypeShape ;
    sh:path brick:electricVehicleChargerType .

bsh:haselectricVehicleConnectorTypeShape a sh:PropertyShape ;
    rdfs:label "has has electric vehicle connector type property"@en ;
    sh:node bsh:ElectricVehicleConnectorTypeShape ;
    sh:path brick:electricVehicleConnectorType .

bsh:haselectricalPhaseCountShape a sh:PropertyShape ;
    rdfs:label "has Electrical phase count property"@en ;
    sh:node bsh:PhaseCountShape ;
    sh:path brick:electricalPhaseCount .

bsh:haselectricalPhasesShape a sh:PropertyShape ;
    rdfs:label "has Electrical phases property"@en ;
    sh:node bsh:PhasesShape ;
    sh:path brick:electricalPhases .

bsh:hasgrossAreaShape a sh:PropertyShape ;
    rdfs:label "has Gross area property"@en ;
    sh:node bsh:AreaShape ;
    sh:path brick:grossArea .

bsh:hasisVirtualMeterShape a sh:PropertyShape ;
    rdfs:label "has is virtual meter property"@en ;
    sh:node bsh:VirtualMeterShape ;
    sh:path brick:isVirtualMeter .

bsh:haslastKnownValueShape a sh:PropertyShape ;
    rdfs:label "has Last known value property"@en ;
    sh:node bsh:LastKnownValueShape ;
    sh:path brick:lastKnownValue .

bsh:hasmeasuredModuleConversionEfficiencyShape a sh:PropertyShape ;
    rdfs:label "has Measured module conversion efficiency property"@en ;
    sh:node bsh:EfficiencyShape ;
    sh:path brick:measuredModuleConversionEfficiency .

bsh:hasmeasuredPowerInputShape a sh:PropertyShape ;
    rdfs:label "has Measured power input property"@en ;
    sh:node bsh:PowerQuantityShape ;
    sh:path brick:measuredPowerInput .

bsh:hasmeasuredPowerOutputShape a sh:PropertyShape ;
    rdfs:label "has Measured power output property"@en ;
    sh:node bsh:PowerQuantityShape ;
    sh:path brick:measuredPowerOutput .

bsh:hasnetAreaShape a sh:PropertyShape ;
    rdfs:label "has Net area property"@en ;
    sh:node bsh:AreaShape ;
    sh:path brick:netArea .

bsh:hasoperationalStageCountShape a sh:PropertyShape ;
    rdfs:label "has Operational stage count property"@en ;
    sh:node bsh:StageShape ;
    sh:path brick:operationalStageCount .

bsh:hasoperationalStageShape a sh:PropertyShape ;
    rdfs:label "has Operational stage property"@en ;
    sh:node bsh:StageShape ;
    sh:path brick:operationalStage .

bsh:haspanelAreaShape a sh:PropertyShape ;
    rdfs:label "has Panel area property"@en ;
    sh:node bsh:AreaShape ;
    sh:path brick:panelArea .

bsh:hasratedCurrentInputShape a sh:PropertyShape ;
    rdfs:label "has Rated current input property"@en ;
    sh:node bsh:Electric_CurrentQuantityShape ;
    sh:path brick:ratedCurrentInput .

bsh:hasratedCurrentOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated current output property"@en ;
    sh:node bsh:Electric_CurrentQuantityShape ;
    sh:path brick:ratedCurrentOutput .

bsh:hasratedMaximumCurrentInputShape a sh:PropertyShape ;
    rdfs:label "has Rated maximum current input property"@en ;
    sh:node bsh:Electric_CurrentQuantityShape ;
    sh:path brick:ratedMaximumCurrentInput .

bsh:hasratedMaximumCurrentOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated maximum current output property"@en ;
    sh:node bsh:Electric_CurrentQuantityShape ;
    sh:path brick:ratedMaximumCurrentOutput .

bsh:hasratedMaximumVoltageInputShape a sh:PropertyShape ;
    rdfs:label "has Rated maximum voltage input property"@en ;
    sh:node bsh:VoltageQuantityShape ;
    sh:path brick:ratedMaximumVoltageInput .

bsh:hasratedMaximumVoltageOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated maximum voltage output property"@en ;
    sh:node bsh:VoltageQuantityShape ;
    sh:path brick:ratedMaximumVoltageOutput .

bsh:hasratedMinimumCurrentInputShape a sh:PropertyShape ;
    rdfs:label "has Rated minimum current input property"@en ;
    sh:node bsh:Electric_CurrentQuantityShape ;
    sh:path brick:ratedMinimumCurrentInput .

bsh:hasratedMinimumCurrentOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated minimum current output property"@en ;
    sh:node bsh:Electric_CurrentQuantityShape ;
    sh:path brick:ratedMinimumCurrentOutput .

bsh:hasratedMinimumVoltageInputShape a sh:PropertyShape ;
    rdfs:label "has Rated minimum voltage input property"@en ;
    sh:node bsh:VoltageQuantityShape ;
    sh:path brick:ratedMinimumVoltageInput .

bsh:hasratedMinimumVoltageOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated minimum voltage output property"@en ;
    sh:node bsh:VoltageQuantityShape ;
    sh:path brick:ratedMinimumVoltageOutput .

bsh:hasratedModuleConversionEfficiencyShape a sh:PropertyShape ;
    rdfs:label "has Rated module conversion efficiency property"@en ;
    sh:node bsh:EfficiencyShape ;
    sh:path brick:ratedModuleConversionEfficiency .

bsh:hasratedPowerInputShape a sh:PropertyShape ;
    rdfs:label "has Rated power input property"@en ;
    sh:node bsh:PowerQuantityShape ;
    sh:path brick:ratedPowerInput .

bsh:hasratedPowerOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated power output property"@en ;
    sh:node bsh:PowerQuantityShape ;
    sh:path brick:ratedPowerOutput .

bsh:hasratedVoltageInputShape a sh:PropertyShape ;
    rdfs:label "has Measured voltage input property"@en ;
    sh:node bsh:VoltageQuantityShape ;
    sh:path brick:ratedVoltageInput .

bsh:hasratedVoltageOutputShape a sh:PropertyShape ;
    rdfs:label "has Rated voltage output property"@en ;
    sh:node bsh:VoltageQuantityShape ;
    sh:path brick:ratedVoltageOutput .

bsh:hasresolutionShape a sh:PropertyShape ;
    rdfs:label "has Resolution property"@en ;
    sh:node bsh:ResolutionShape ;
    sh:path brick:resolution .

bsh:hastemperatureCoefficientofPmaxShape a sh:PropertyShape ;
    rdfs:label "has Temperature coefficient property"@en ;
    sh:node bsh:TemperatureCoefficientPerDegreeCelsiusShape ;
    sh:path brick:temperatureCoefficientofPmax .

bsh:hasthermalTransmittanceShape a sh:PropertyShape ;
    rdfs:label "has Thermal transmittance property"@en ;
    sh:node bsh:ThermalTransmittanceShape ;
    sh:path brick:thermalTransmittance .

bsh:hastiltShape a sh:PropertyShape ;
    rdfs:label "has Tilt property"@en ;
    sh:node bsh:TiltShape ;
    sh:path brick:tilt .

bsh:hasyearBuiltShape a sh:PropertyShape ;
    rdfs:label "has Year built property"@en ;
    sh:node bsh:YearBuiltShape ;
    sh:path brick:yearBuilt .

bsh:isAssociatedWithShape a sh:PropertyShape ;
    sh:class owl:Class ;
    sh:path brick:isAssociatedWith .

bsh:isLocationOfShape a sh:PropertyShape ;
    sh:class brick:Entity ;
    sh:path brick:isLocationOf .

bsh:isPointOfShape a sh:PropertyShape ;
    sh:message "A Point can be a Point of Equipment, Location or Space." ;
    sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] ),
        ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] ) ;
    sh:path brick:isPointOf ;
    sh:targetClass brick:Point .

bsh:isReplacedByShape a sh:PropertyShape ;
    sh:class brick:Entity ;
    sh:path brick:isReplacedBy .

bsh:isSubMeterOfShape a sh:PropertyShape ;
    sh:class brick:Meter ;
    sh:path brick:isSubMeterOf .

bsh:isTagOfShape a sh:PropertyShape ;
    sh:or ( [ sh:class brick:Entity ] [ sh:class brick:Measurable ] ) ;
    sh:path brick:isTagOf .

bsh:latitudeShape a sh:PropertyShape ;
    sh:or bsh:NumericValue ;
    sh:path brick:latitude .

bsh:longitudeShape a sh:PropertyShape ;
    sh:or bsh:NumericValue ;
    sh:path brick:longitude .

bsh:metersShape a sh:PropertyShape ;
    sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class brick:Collection ] ) ;
    sh:path brick:meters .

bsh:timestampShape a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:path brick:timestamp .

bsh:valueShape a sh:PropertyShape ;
    sh:class rdfs:Resource ;
    sh:path brick:value .

<https://geojson.org/Polygon> a rdfs:Datatype ;
    rdfs:label "Polygon"^^xsd:string ;
    rdfs:comment "A GeoJSON Polygon coordinate listing representing the geometrical representation of the space. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]."^^xsd:string ;
    owl:onDatatype xsd:string .

rec:IPAddress a owl:DatatypeProperty ;
    rdfs:label "IPAddress"@en .

rec:MACAddress a owl:DatatypeProperty ;
    rdfs:label "MACAddress"@en .

rec:acknowledgedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "acknowledgedBy"@en .

rec:acknowledgedTime a owl:DatatypeProperty ;
    rdfs:label "acknowledgedTime"@en .

rec:address a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "address"@en .

rec:addressLine1 a owl:DatatypeProperty ;
    rdfs:label "addressLine1"@en .

rec:addressLine2 a owl:DatatypeProperty ;
    rdfs:label "addressLine2"@en .

rec:adjacentElement a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "adjacentElement"@en .

rec:architectedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "architectedBy"@en .

rec:area a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "area"@en .

rec:assetTag a owl:DatatypeProperty ;
    rdfs:label "assetTag"@en .

rec:capacity a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "capacity"@en .

rec:city a owl:DatatypeProperty ;
    rdfs:label "city"@en .

rec:closedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "closedBy"@en .

rec:closedTime a owl:DatatypeProperty ;
    rdfs:label "closedTime"@en .

rec:commissionedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "commissionedBy"@en .

rec:commissioningDate a owl:DatatypeProperty ;
    rdfs:label "commissioningDate"@en .

rec:constructedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "constructedBy"@en .

rec:containsElement a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "containsElement"@en .

rec:coordinateSystem a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "coordinateSystem"@en .

rec:country a owl:DatatypeProperty ;
    rdfs:label "country"@en .

rec:createdBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "createdBy"@en .

rec:createdTime a owl:DatatypeProperty ;
    rdfs:label "createdTime"@en .

rec:currentLevel a owl:DatatypeProperty ;
    rdfs:label "currentLevel"@en .

rec:documentTopic a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "documentTopic"@en .

rec:end a owl:DatatypeProperty ;
    rdfs:label "end"@en .

rec:endLevel a owl:DatatypeProperty ;
    rdfs:label "endLevel"@en .

rec:familyName a owl:DatatypeProperty ;
    rdfs:label "familyName"@en .

rec:gender a owl:DatatypeProperty ;
    rdfs:label "gender"@en .

rec:georeference a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "georeference"@en .

rec:givenName a owl:DatatypeProperty ;
    rdfs:label "givenName"@en .

rec:grossArea a owl:DatatypeProperty ;
    rdfs:label "grossArea"@en .

rec:hasMember a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasMember"@en .

rec:heightScaleFactor a owl:DatatypeProperty ;
    rdfs:label "heightScaleFactor"@en .

rec:image a owl:DatatypeProperty ;
    rdfs:label "image"@en .

rec:initialCost a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "initialCost"@en .

rec:installationDate a owl:DatatypeProperty ;
    rdfs:label "installationDate"@en .

rec:installedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "installedBy"@en .

rec:intersectingElement a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "intersectingElement"@en .

rec:isMemberOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isMemberOf"@en .

rec:leaseOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "leaseOf"@en .

rec:leasee a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "leasee"@en .

rec:leasor a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "leasor"@en .

rec:levelNumber a owl:DatatypeProperty ;
    rdfs:label "levelNumber"@en .

rec:logo a owl:DatatypeProperty ;
    rdfs:label "logo"@en .

rec:maintenanceInterval a owl:DatatypeProperty ;
    rdfs:label "maintenanceInterval"@en .

rec:manufacturedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "manufacturedBy"@en .

rec:maxOccupancy a owl:DatatypeProperty ;
    rdfs:label "maxOccupancy"@en .

rec:modelNumber a owl:DatatypeProperty ;
    rdfs:label "modelNumber"@en .

rec:mountedOn a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "mountedOn"@en .

rec:netArea a owl:DatatypeProperty ;
    rdfs:label "netArea"@en .

rec:objectOfInterest a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "objectOfInterest"@en .

rec:operatedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "operatedBy"@en .

rec:originX a owl:DatatypeProperty ;
    rdfs:label "originX"@en .

rec:originY a owl:DatatypeProperty ;
    rdfs:label "originY"@en .

rec:ownedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "ownedBy"@en .

rec:owns a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "owns"@en .

rec:postalCode a owl:DatatypeProperty ;
    rdfs:label "postalCode"@en .

rec:producedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "producedBy"@en .

rec:region a owl:DatatypeProperty ;
    rdfs:label "region"@en .

rec:regulatedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "regulatedBy"@en .

rec:regulates a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "regulates"@en .

rec:relatedTo a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "relatedTo"@en .

rec:rentableArea a owl:DatatypeProperty ;
    rdfs:label "rentableArea"@en .

rec:seatingCapacity a owl:DatatypeProperty ;
    rdfs:label "seatingCapacity"@en .

rec:serialNumber a owl:DatatypeProperty ;
    rdfs:label "serialNumber"@en .

rec:servicedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "servicedBy"@en .

rec:severity a owl:DatatypeProperty ;
    rdfs:label "severity"@en .

rec:start a owl:DatatypeProperty ;
    rdfs:label "start"@en .

rec:startLevel a owl:DatatypeProperty ;
    rdfs:label "startLevel"@en .

rec:status a owl:DatatypeProperty ;
    rdfs:label "status"@en .

rec:targetPoint a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "targetPoint"@en .

rec:timestamp a owl:DatatypeProperty ;
    rdfs:label "timestamp"@en .

rec:tripDirection a owl:DatatypeProperty ;
    rdfs:label "tripDirection"@en .

rec:turnoverDate a owl:DatatypeProperty ;
    rdfs:label "turnoverDate"@en .

rec:url a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "url"@en .

rec:weight a owl:DatatypeProperty ;
    rdfs:label "weight"@en .

rec:widthScaleFactor a owl:DatatypeProperty ;
    rdfs:label "widthScaleFactor"@en .

rec:xRotationalScaleFactor a owl:DatatypeProperty ;
    rdfs:label "xRotationalScaleFactor"@en .

rec:yRotationalScaleFactor a owl:DatatypeProperty ;
    rdfs:label "yRotationalScaleFactor"@en .

bacnet:AccessRule a sh:NodeShape ;
    rdfs:label "AccessRule"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "to be present if timeRangeSpecifier has the value 'specified'"@en ;
            sh:class bacnet:DeviceObjectPropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-range ],
        [ a sh:PropertyShape ;
            bacnet:comment "to be present if locationSpecifier has the value 'specified'"@en ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:location ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:location-specifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:enable ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time-range-specifier ] .

bacnet:AssignedLandingCalls.LandingCallsSequence a sh:NodeShape ;
    rdfs:label "AssignedLandingCalls.LandingCallsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:LiftCarDirectionEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:direction ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:floor-number ] .

bacnet:AuditLogRecord a sh:NodeShape ;
    rdfs:label "AuditLogRecord"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:assigned-access-rights ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2})( ([0-9]))? ([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuditLogRecord.LogDatum ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:log-datum ] .

bacnet:AuthenticationPolicy.PolicySequence a sh:NodeShape ;
    rdfs:label "AuthenticationPolicy.PolicySequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:index ],
        [ a sh:PropertyShape ;
            sh:class bacnet:DeviceObjectReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:credential-data-input ] .

bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence a sh:NodeShape ;
    rdfs:label "COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-cov-references ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence ;
                        sh:path ( bacnet:list-of-cov-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-cov-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-cov-references ] ] ) .

bacnet:COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence a sh:NodeShape ;
    rdfs:label "COVMultipleSubscription.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-property ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamped ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ] .

bacnet:CalendarEntry a sh:NodeShape ;
    rdfs:label "CalendarEntry"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DateRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:weekNDay ;
                        sh:pattern "^([1-9][0-9]*|[*]),([1-9][0-9]*|[*]),([1-9][0-9]*|[*])$"^^xsd:string ] ] ) .

bacnet:ChangeListError a sh:NodeShape ;
    rdfs:label "ChangeListError"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:first-failed-element-number ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Error ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-type ] .

bacnet:ChannelValue a sh:NodeShape ;
    rdfs:label "ChannelValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LightingCommand ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lighting-command ] ] ) .

bacnet:ClientCOV a sh:NodeShape ;
    rdfs:label "ClientCOV"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real-increment ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:default-increment ] ] ) .

bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence a sh:NodeShape ;
    rdfs:label "ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-values ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence ;
                        sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-values ] ] ) .

bacnet:ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence a sh:NodeShape ;
    rdfs:label "ConfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-change ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

bacnet:ConfirmedEventNotificationRequest a sh:NodeShape ;
    rdfs:label "ConfirmedEventNotificationRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ack-required ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:process-identifier ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:initiating-device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:TimeStamp ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:to-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:message-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:NotificationParameters ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:event-values ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:from-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:priority ] .

bacnet:DateRange a sh:NodeShape ;
    rdfs:label "DateRange"^^xsd:string ;
    bacnet:comment "see Clause 20.2.12 for restrictions"@en ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:end-date ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:start-date ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] .

bacnet:Destination a sh:NodeShape ;
    rdfs:label "Destination"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:process-identifier ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:transitions ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:valid-days ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:issue-confirmed-notifications ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Recipient ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:to-time ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:from-time ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:DaysOfWeekNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:valid-days [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:valid-days ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:valid-days ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:transitions ] ] ) .

bacnet:EventParameter.Extended.ParametersChoice a sh:NodeShape ;
    rdfs:label "EventParameter.Extended.ParametersChoice"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeviceObjectPropertyReference ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reference ] ] ) .

bacnet:FaultParameter.FaultExtended.ParametersChoice a sh:NodeShape ;
    rdfs:label "FaultParameter.FaultExtended.ParametersChoice"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeviceObjectPropertyReference ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reference ] ] ) .

bacnet:GetAlarmSummaryACKSequence a sh:NodeShape ;
    rdfs:label "GetAlarmSummaryACKSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:alarm-state ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:acknowledged-transitions ] ;
    sh:xone ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acknowledged-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acknowledged-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acknowledged-transitions ] ] ) .

bacnet:GetEnrollmentSummaryACKSequence a sh:NodeShape ;
    rdfs:label "GetEnrollmentSummaryACKSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:notification-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-type ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ] .

bacnet:GetEventInformationACK.ListOfEventSummariesSequence a sh:NodeShape ;
    rdfs:label "GetEventInformationACK.ListOfEventSummariesSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:NotifyTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:notify-type ],
        [ a sh:PropertyShape ;
            sh:class bacnet:EventStateEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-state ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-timestamps ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-priorities ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:event-enable ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:acknowledged-transitions ] ;
    sh:xone ( [ sh:property [ sh:datatype xsd:nonNegativeInteger ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-priorities [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-priorities ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-priorities ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:acknowledged-transitions [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:acknowledged-transitions ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:acknowledged-transitions ] ] ),
        ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:TimeStamp ;
                        sh:path ( bacnet:event-timestamps [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-timestamps ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-timestamps ] ] ),
        ( [ sh:property [ sh:class bacnet:EventTransitionBitsNamedBits ;
                        sh:minCount 1 ;
                        sh:path ( bacnet:event-enable [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-enable ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:event-enable ] ] ) .

bacnet:LandingCallStatus a sh:NodeShape ;
    rdfs:label "LandingCallStatus"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:floor-number ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:floor-text ],
        [ a sh:PropertyShape ;
            sh:class bacnet:LandingCallStatus.Command ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:command ] .

bacnet:LandingDoorStatus.LandingDoorsSequence a sh:NodeShape ;
    rdfs:label "LandingDoorStatus.LandingDoorsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:DoorStatusEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:door-status ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 255 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:floor-number ] .

bacnet:LogData.LogDataChoice a sh:NodeShape ;
    rdfs:label "LogData.LogDataChoice"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real-value ] ] [ sh:property [ a sh:PropertyShape ;
                        bacnet:comment "Optionally limited to 32 bits"@en ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated-value ] ] [ sh:property [ a sh:PropertyShape ;
                        bacnet:comment "Optionally limited to 32 bits"@en ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-value ] ] [ sh:property [ a sh:PropertyShape ;
                        bacnet:comment "Optionally limited to 32 bits"@en ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer-value ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        bacnet:comment "Optionally limited to 32 bits"@en ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring-value ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring-value [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring-value ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring-value ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:failure ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:any-value ] ] ) .

bacnet:NotificationParameters a sh:NodeShape ;
    rdfs:label "NotificationParameters"^^xsd:string ;
    bacnet:comment "CHOICE [20] has been intentionally omitted. It parallels the 'none' event type CHOICE[20] of the BACnetEventParameter production which was introduced for the case an object does not apply an event algorithm"@en ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfBitstring ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-bitstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfState ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.CommandFailure ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:command-failure ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.FloatingLimit ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:floating-limit ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.OutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:out-of-range ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:complex-event-type ] ;
                sh:xone ( [ sh:property [ sh:minCount 1 ;
                                    sh:node bacnet:PropertyValue ;
                                    sh:path ( bacnet:complex-event-type [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:complex-event-type ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:complex-event-type ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfLifeSafety ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-life-safety ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.Extended ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:extended ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.BufferReady ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:buffer-ready ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.UnsignedRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.AccessEvent ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-event ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.DoubleOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.SignedOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:signed-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.UnsignedOutOfRange ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-out-of-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfCharacterstring ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-characterstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfStatusFlags ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-status-flags ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfReliability ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-reliability ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfDiscreteValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-discrete-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotificationParameters.ChangeOfTimer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-of-timer ] ] ) .

bacnet:NotificationParameters.Extended.ParametersChoice a sh:NodeShape ;
    rdfs:label "NotificationParameters.Extended.ParametersChoice"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeviceObjectPropertyValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:property-value ] ] ) .

bacnet:OptionalBinaryPV a sh:NodeShape ;
    rdfs:label "OptionalBinaryPV"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:BinaryPVEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:binary-pv ] ] ) .

bacnet:OptionalCharacterString a sh:NodeShape ;
    rdfs:label "OptionalCharacterString"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] ) .

bacnet:ReadAccessResult a sh:NodeShape ;
    rdfs:label "ReadAccessResult"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:list-of-results ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:ReadAccessResult.ListOfResultsSequence ;
                        sh:path ( bacnet:list-of-results [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-results ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-results ] ] ) .

bacnet:ReadAccessResult.ListOfResultsSequence a sh:NodeShape ;
    rdfs:label "ReadAccessResult.ListOfResultsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:ReadAccessResult.ListOfResultsSequence.ReadResult ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:read-result ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ] .

bacnet:ReadAccessSpecification a sh:NodeShape ;
    rdfs:label "ReadAccessSpecification"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-property-references ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:PropertyReference ;
                        sh:path ( bacnet:list-of-property-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-property-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-property-references ] ] ) .

bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence a sh:NodeShape ;
    rdfs:label "SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-cov-references ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence ;
                        sh:path ( bacnet:list-of-cov-references [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-cov-references ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-cov-references ] ] ) .

bacnet:SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence a sh:NodeShape ;
    rdfs:label "SubscribeCOVPropertyMultipleRequest.ListOfCovSubscriptionSpecificationsSequence.ListOfCovReferencesSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:cov-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:timestamped ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyReference ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-property ] .

bacnet:TimeValue a sh:NodeShape ;
    rdfs:label "TimeValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "any primitive datatype; complex types cannot be decoded"@en ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] .

bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence a sh:NodeShape ;
    rdfs:label "UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:monitored-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:list-of-values ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence ;
                        sh:path ( bacnet:list-of-values [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:list-of-values ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:list-of-values ] ] ) .

bacnet:UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence a sh:NodeShape ;
    rdfs:label "UnconfirmedCOVNotificationMultipleRequest.ListOfCovNotificationsSequence.ListOfValuesSequence"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:time-of-change ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:value ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ] .

bacnet:WriteGroupRequest a sh:NodeShape ;
    rdfs:label "WriteGroupRequest"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:group-number ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:change-list ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:write-priority ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:inhibit-delay ] ;
    sh:xone ( [ sh:property [ sh:minCount 1 ;
                        sh:node bacnet:GroupChannelValue ;
                        sh:path ( bacnet:change-list [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                        sh:minCount 1 ;
                        sh:path bacnet:change-list ] ] [ sh:property [ sh:maxCount 0 ;
                        sh:path bacnet:change-list ] ] ) .

bacnet:objectOf a owl:ObjectProperty ;
    rdfs:label "objectOf",
        "objectOf"^^xsd:string ;
    rdfs:comment "The 'parent' BACnet device that hosts this BACnet object.",
        "The 'parent' BACnet device that hosts this BACnet object."^^xsd:string ;
    rdfs:range bacnet:BACnetDevice .

qudtqk:Acidity a qudt:QuantityKind ;
    rdfs:label "Acidity"@en ;
    dcterms:description """
  Chemicals or substances having a pH less than 7 are said to be acidic;
   lower pH means higher acidity.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:PH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Acid"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI,
        "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "Chemicals or substances having a pH less than 7 are said to be acidic; lower pH means higher acidity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Acidity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Basicity .

qudtqk:AcousticImpedance a qudt:QuantityKind ;
    rdfs:label "Acoustic Impediance"@en ;
    dcterms:description """
  $\\textit{Acoustic Impedance}$ at a surface is the complex quotient of the average sound pressure over that surface by the sound volume flow rate through that surface.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:PA-SEC-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Acoustic_impedance"^^xsd:anyURI ;
    qudt:latexDefinition "$Z_a= \\frac{p}{q} = \\frac{p}{vS}$, where $p$ is the sound pressure, $q$ is the sound volume velocity, $v$ is sound particle velocity, and $S$ is the surface area through which an acoustic wave of frequence $f$ propagates."^^qudt:LatexString ;
    qudt:plainTextDescription "Acoustic impedance at a surface is the complex quotient of the average sound pressure over that surface by the sound volume flow rate through that surface."^^xsd:string ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AcousticImpedance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:MassPerAreaTime .

qudtqk:Action a qudt:QuantityKind ;
    rdfs:label "Action"@en ;
    dcterms:description """
  An action is usually an integral over time. 
  But for action pertaining to fields, it may be integrated over spatial variables as well. 
  In some cases, the action is integrated along the path followed by the physical system.  
  $$$$
  The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, 
   be stationary for small perturbations about the true evolution.
  This requirement leads to differential equations that describe the true evolution. 
  Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. 
  Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ-SEC,
        unit:J-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Action_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$S = \\int Ldt$, where $L$ is the Lagrange function and $t$ is time."^^qudt:LatexString ;
    qudt:plainTextDescription """An action is usually an integral over time. But for action pertaining to fields, it may be integrated over spatial variables as well. In some cases, the action is integrated along the path followed by the physical system.  If the action is represented as an integral over time, taken a the path of the system between the initial time and the final time of the development of the system.
The evolution of a physical system between two states is determined by requiring the action be minimized or, more generally, be stationary for small perturbations about the true evolution. This requirement leads to differential equations that describe the true evolution. Conversely, an action principle is a method for reformulating differential equations of motion for a physical system as an equivalent integral equation. Although several variants have been defined (see below), the most commonly used action principle is Hamilton's principle."""^^xsd:string ;
    qudt:symbol "S"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Action"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AmountOfSubstancePerMassPressure a qudt:QuantityKind ;
    rdfs:label "Molar Mass variation due to Pressure"@en ;
    dcterms:description "The \"Variation of Molar Mass\" of a gas as a function of pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:MOL-PER-KiloGM-BAR,
        unit:MOL-PER-KiloGM-PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ;
    qudt:plainTextDescription "The \"Variation of Molar Mass\" of a gas as a function of pressure."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M2H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstancePerMassPressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ApparentPower a qudt:QuantityKind ;
    rdfs:label "القدرة الظاهرية"@ar,
        "Scheinleistung"@de,
        "apparent power"@en,
        "potencia aparente"@es,
        "puissance apparente"@fr,
        "potenza apparente"@it,
        "皮相電力"@ja,
        "moc pozorna"@pl,
        "potência aparente"@pt,
        "视在功率"@zh ;
    dcterms:description "\"Apparent Power\" is the product of the rms voltage $U$ between the terminals of a two-terminal element or two-terminal circuit and the rms electric current I in the element or circuit. Under sinusoidal conditions, the apparent power is the modulus of the complex power."^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaVA,
        unit:GigaVA,
        unit:KiloVA,
        unit:MegaVA,
        unit:MicroVA,
        unit:MilliVA,
        unit:NanoVA,
        unit:PetaVA,
        unit:PicoVA,
        unit:TeraVA,
        unit:VA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD011"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD011"^^xsd:anyURI ;
    qudt:latexDefinition "$\\left | \\underline{S} \\right | =  UI$, where $U$ is rms value of voltage and $I$ is rms value of electric current."^^qudt:LatexString ;
    qudt:latexSymbol "$\\left | \\underline{S} \\right |$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ComplexPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricCurrent,
        qudtqk:Voltage ;
    skos:altLabel "表观功率"@zh ;
    skos:broader qudtqk:ComplexPower .

qudtqk:AreaPerPower a qudt:QuantityKind ;
    rdfs:label "Fläche pro Heizlast"@de,
        "area per heating load"@en ;
    qudt:applicableUnit unit:M2-PER-KiloW,
        unit:M2-PER-W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0> ;
    qudt:plainTextDescription "The ratio of an area and the power required for maintaining room temperature at a given level"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AreaPerPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreaTemperature a qudt:QuantityKind ;
    rdfs:label "Area Temperature"@en ;
    qudt:applicableUnit unit:FT2-DEG_F,
        unit:M2-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreaTimeTemperature a qudt:QuantityKind ;
    rdfs:label "Area Time Temperature"@en ;
    qudt:applicableUnit unit:FT2-HR-DEG_F,
        unit:FT2-SEC-DEG_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaTimeTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Basicity a qudt:QuantityKind ;
    rdfs:label "Basicity"@en ;
    dcterms:description """
  Chemicals or substances having a $pH$ higher than 7 are said to be basic;
   higher $pH$ means higher basicity.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:PH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Base_(chemistry)"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/PH"^^xsd:anyURI,
        "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "Chemicals or substances having a pH higher than 7 are said to be basic; higher pH means higher basicity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Basicity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Acidity .

qudtqk:BitRate a qudt:QuantityKind ;
    rdfs:label "bit rate"^^xsd:string ;
    qudt:applicableUnit unit:OCTET-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD018"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD018"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:BitRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BloodGlucoseLevel a qudt:QuantityKind ;
    rdfs:label "Blood Glucose Level"@en ;
    dcterms:description """
  Blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and animals. 
  Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times.  
  Stored in skeletal muscle and liver cells in the form of glycogen, the body tightly regulates blood glucose levels as a part of metabolic homeostasis.
  During fasting blood glucose is maintained at a constant level at the expense of the glycogen stores in the liver and skeletal muscle. 
  There are two main methods of describing concentrations: by weight, and by molecular count. 
  Weights are in grams and molecular counts in moles. 
  A mole is $6.022\\times 10^{23}$ molecules.
  In both cases, the unit is usually modified by $milli-$ or $micro-$ or other prefix,
   and is always $per$ some volume, often a litre. 
  Conversion factors depend on the molecular weight of the substance in question. 
  $mmol/L$ is millimoles/liter, and is the world standard unit for measuring glucose in blood. 
  Specifically, it is the designated SI (Systeme International) unit. 
  Some countries use $mg/dl$. 
  A mole is about $6\\times 10^{23}$ molecules.
  $mg/dL$ (milligrams/deciliter) is the traditional unit for measuring $bG$ (blood glucose). 
  There is a trend toward using $mmol/L$ however $mg/dL$ is much in practice. 
  Some use is made of $mmol/L$ as the primary unit with $mg/dL$ quoted in parentheses. 
  This acknowledges the large base of health care providers, researchers and patients who are already familiar with $mg/dL$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:MilliMOL-PER-L ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:BloodGlucoseLevel"^^xsd:string,
        "citation: https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:BloodGlucoseLevel_Mass .

qudtqk:BloodGlucoseLevel_Mass a qudt:QuantityKind ;
    rdfs:label "Blood Glucose Level by Mass"@en ;
    dcterms:description """
  Blood sugar level, blood sugar concentration, or blood glucose level is the amount of glucose present in the blood of humans and animals. 
  Glucose is a simple sugar and approximately 4 grams of glucose are present in the blood of humans at all times.  
  Stored in skeletal muscle and liver cells in the form of glycogen, the body tightly regulates blood glucose levels as a part of metabolic homeostasis.
  During fasting blood glucose is maintained at a constant level at the expense of the glycogen stores in the liver and skeletal muscle. 
  There are two main methods of describing concentrations: by weight, and by molecular count. 
  Weights are in grams and molecular counts in moles. 
  A mole is $6.022\\times 10^{23}$ molecules.
  In both cases, the unit is usually modified by $milli-$ or $micro-$ or other prefix,
   and is always $per$ some volume, often a litre. 
  Conversion factors depend on the molecular weight of the substance in question. 
  $mmol/L$ is millimoles/liter, and is the world standard unit for measuring glucose in blood. 
  Specifically, it is the designated SI (Systeme International) unit. 
  Some countries use $mg/dl$. 
  A mole is about $6\\times 10^{23}$ molecules.
  $mg/dL$ (milligrams/deciliter) is the traditional unit for measuring $bG$ (blood glucose). 
  There is a trend toward using $mmol/L$ however $mg/dL$ is much in practice. 
  Some use is made of $mmol/L$ as the primary unit with $mg/dL$ quoted in parentheses. 
  This acknowledges the large base of health care providers, researchers and patients who are already familiar with $mg/dL$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:MilliGM-PER-DeciL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:informativeReference "http://www.faqs.org/faqs/diabetes/faq/part1/section-9.html"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:BloodGlucoseLevel_Mass"^^xsd:string,
        "citation: https://en.wikipedia.org/wiki/Blood_sugar_level"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:BloodGlucoseLevel .

qudtqk:BulkModulus a qudt:QuantityKind ;
    rdfs:label "Bulk Modulus"@en ;
    dcterms:description "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:PA,
        unit:PicoPA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bulk_modulus"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$K = \\frac{p}{\\vartheta}$, where $p$ is pressure and $\\vartheta$ is volume strain."^^qudt:LatexString ;
    qudt:plainTextDescription "The bulk modulus of a substance measures the substance's resistance to uniform compression. It is defined as the ratio of the infinitesimal pressure increase to the resulting relative decrease of the volume."^^xsd:string ;
    qudt:symbol "K"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BulkModulus"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CO2Equivalent a qudt:QuantityKind ;
    rdfs:label "CO2Equivalent"^^xsd:string ;
    dcterms:description """The CO2 equivalent is a measure used to compare the emissions from various greenhouse gases 
  on the basis of their global-warming potential (GWP), by converting amounts of other gases to the equivalent amount 
  of carbon dioxide with the same global warming potential."""^^rdf:HTML ;
    qudt:applicableUnit unit:KiloGM,
        unit:TONNE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Global_warming_potential"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:CO2Equivalent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Equivalent_Mass .

qudtqk:CombinedNonEvaporativeHeatTransferCoefficient a qudt:QuantityKind ;
    rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ;
    dcterms:description "\"Combined Non Evaporative Heat Transfer Coefficient\" is the "^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloW-PER-M2-K,
        unit:W-PER-M2-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Combined Non Evaporative Heat Transfer Coefficient\" is the "^^xsd:string ;
    qudt:symbol "h"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CombinedNonEvaporativeHeatTransferCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ConductionSpeed a qudt:QuantityKind ;
    rdfs:label "Conduction Speed"@en ;
    dcterms:description "\"Conduction Speed\" is the speed of impulses in nerve fibers."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ-M,
        unit:KiloHZ-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Conduction Speed\" is the speed of impulses in nerve fibers."^^xsd:string ;
    qudt:symbol "c"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ConductionSpeed"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Speed .

qudtqk:CostPerPower a qudt:QuantityKind ;
    rdfs:label "Anschaffungskosten pro Watt"@de,
        "cost per power"@en ;
    qudt:applicableUnit unit:CCY_EUR-PER-KiloW,
        unit:CCY_EUR-PER-W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Photovoltaics"^^xsd:anyURI ;
    qudt:plainTextDescription "In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CostPerPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CurieTemperature a qudt:QuantityKind ;
    rdfs:label "درجة حرارة كوري"@ar,
        "Curieova teplota"@cs,
        "Curie-Temperatur"@de,
        "Curie temperature"@en,
        "temperatura de Curie"@es,
        "نقطه کوری"@fa,
        "température de Curie"@fr,
        "क्यूरी ताप"@hi,
        "punto di Curie"@it,
        "キュリー温度"@ja,
        "Suhu Curie"@ms,
        "temperatura Curie"@pl,
        "temperatura de Curie"@pt,
        "Punct Curie"@ro,
        "Точка Кюри"@ru,
        "Curie sıcaklığı"@tr,
        "居里点"@zh ;
    dcterms:description "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Curie_temperature"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Curie Temperature\" is the critical thermodynamic temperature of a ferromagnet."^^xsd:string ;
    qudt:symbol "T_C"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature ;
    skos:closeMatch qudtqk:NeelTemperature,
        qudtqk:SuperconductionTransitionTemperature .

qudtqk:CurrencyPerFlight a qudt:QuantityKind ;
    rdfs:label "Currency Per Flight"@en ;
    qudt:applicableUnit unit:MegaCCY_USD-PER-FLIGHT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:CurrencyPerFlight"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:Curvature a qudt:QuantityKind ;
    rdfs:label "Curvature"@en ;
    dcterms:description "The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point. The magnitude of curvature at points on physical curves can be measured in $diopters$ (also spelled $dioptre$) — this is the convention in optics."^^qudt:LatexString ;
    qudt:applicableUnit unit:DIOPTER ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Curvature"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ;
    qudt:plainTextDescription """The canonical example of extrinsic curvature is that of a circle, which has curvature equal to the inverse of its radius everywhere. Smaller circles bend more sharply, and hence have higher curvature. The curvature of a smooth curve is defined as the curvature of its osculating circle at each point. The osculating circle of a sufficiently smooth plane curve at a given point on the curve is the circle whose center lies on the inner normal line and whose curvature is the same as that of the given curve at that point. This circle is tangent to the curve at the given point.
That is, given a point P on a smooth curve C, the curvature of C at P is defined to be 1/R where R is the radius of the osculating circle of C at P. The magnitude of curvature at points on physical curves can be measured in diopters (also spelled dioptre) — this is the convention in optics. [Wikipedia],"""^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Curvature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseLength .

qudtqk:DebyeAngularWavenumber a qudt:QuantityKind ;
    rdfs:label "Debye Angular Wavenumber"@en ;
    dcterms:description "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-M,
        unit:RAD-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Debye Angular Wavenumber\" is the cut-off angular wavenumber in the Debye model of the vibrational spectrum of a solid."^^xsd:string ;
    qudt:symbol "q_D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DebyeAngularWavenumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseLength .

qudtqk:DisplacementCurrentDensity a qudt:QuantityKind ;
    rdfs:label "Displacement Current Density"@en ;
    dcterms:description """
$\\text{Displacement Current Density}$ is the time rate of change of the $\\textit{Electric Flux Density}$. 
  This is a measure of how quickly the electric field changes if we observe it as a function of time. 
  This is different than if we look at how the electric field changes spatially, that is, over a region of space for a fixed amount of time.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-M2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "http://www.maxwells-equations.com/math/partial-electric-flux.php"^^xsd:anyURI ;
    qudt:latexDefinition "$J_D = \\frac{\\partial D}{\\partial t}$, where $D$ is electric flux density and $t$ is time."^^qudt:LatexString ;
    qudt:latexSymbol "$J_D$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:DisplacementCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricFluxDensity .

qudtqk:Duv a qudt:QuantityKind ;
    rdfs:label "Delta u,v"@en ;
    dcterms:description "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://www.waveformlighting.com/tech/calculate-duv-from-cie-1931-xy-coordinates"^^xsd:anyURI,
        "https://www1.eere.energy.gov/buildings/publications/pdfs/ssl/led-color-characteristics-factsheet.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "Duv is a metric that is short for Delta u,v (not to be confused with Delta u',v') and describes the distance of a light color point from the black body curve."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Duv"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:CorrelatedColorTemperature .

qudtqk:ElectricChargePerAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "Electric charge per amount of substance"@en ;
    dcterms:description "\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$."^^qudt:LatexString ;
    qudt:applicableUnit unit:C-PER-MOL,
        unit:C_Stat-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerAmountOfSubstance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricCurrentPerLength a qudt:QuantityKind ;
    rdfs:label "Electric Current per Length"@en ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LinearElectricCurrentDensity .

qudtqk:ElectricFlux a qudt:QuantityKind ;
    rdfs:label "Electric Flux"@en ;
    dcterms:description "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-M,
        unit:V_Stat-CentiM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ;
    qudt:expression "$electirc-flux$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Psi = \\int_S D \\cdot e_n dA$, over a surface $S$, where $D$ is electric flux density and $e_n dA$ is the vector surface element."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Flux\" through an area is defined as the electric field multiplied by the area of the surface projected in a plane perpendicular to the field. Electric Flux is a scalar-valued quantity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricFluxDensity .

qudtqk:ElectrolyticConductivity a qudt:QuantityKind ;
    rdfs:label "Electrolytic Conductivity"@en ;
    dcterms:description "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity."^^qudt:LatexString ;
    qudt:applicableUnit unit:MicroS-PER-CentiM,
        unit:S-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Conductivity_(electrolytic)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$x = \\frac{J}{E}$, where $J$ is the electrolytic current density and $E$ is the electric field strength."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electrolytic Conductivity\" of an electrolyte solution is a measure of its ability to conduct electricity."^^xsd:string ;
    qudt:symbol "x"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectrolyticConductivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectromagneticEnergyDensity a qudt:QuantityKind ;
    rdfs:label "Electromagnetic Energy Density"@en ;
    dcterms:description """
$\\textit{Electromagnetic Energy Density}$, also known as the $\\color{indigo} {\\text{Volumic Electromagnetic Energy}}$, is the energy associated with an electromagnetic field, per unit volume of the field.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-M3 ;
    qudt:exactMatch qudtqk:VolumicElectromagneticEnergy ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ;
    qudt:symbol "w"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectromagneticEnergyDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricFieldStrength,
        qudtqk:ElectricFluxDensity,
        qudtqk:MagneticFieldStrength_H,
        qudtqk:MagneticFluxDensity .

qudtqk:EnergyDensityOfStates a qudt:QuantityKind ;
    rdfs:label "Energy Density of States"@en ;
    dcterms:description "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It can, for example, refer to amount of substance instead of volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-EV-M3,
        unit:PER-J-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Density_of_states"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho(E) = n_E(E) = \\frac{dN(E)}{dE}\\frac{1}{V}$, where $N(E)$ is the total number of states with energy less than $E$, and $V$ is the volume."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Energy Density of States\" refers to electrons or other entities, e.g. phonons. It can, for example, refer to amount of substance instead of volume."^^xsd:string ;
    qudt:symbol "n_E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyDensityOfStates"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyInternal a qudt:QuantityKind ;
    rdfs:label "طاقة داخلية"@ar,
        "vnitřní energie"@cs,
        "innere Energie"@de,
        "internal energy"@en,
        "energía interna"@es,
        "انرژی درونی"@fa,
        "énergie interne"@fr,
        "आन्तरिक ऊर्जा"@hi,
        "energia interna"@it,
        "内部エネルギー"@ja,
        "Tenaga dalaman"@ms,
        "energia wewnętrzna"@pl,
        "energia interna"@pt,
        "energie internă"@ro,
        "внутренняя энергия"@ru,
        "Notranja energija"@sl,
        "İç enerji"@tr,
        "内能"@zh ;
    dcterms:description "The internal energy is the total energy contained by a thermodynamic system. It is the energy needed to create the system, but excludes the energy to displace the system's surroundings, any energy associated with a move as a whole, or due to external force fields. Internal energy has two major components, kinetic energy and potential energy. The internal energy (U) is the sum of all forms of energy (Ei) intrinsic to a thermodynamic system:  $  U = \\sum_i E_i $"^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:InternalEnergy,
        qudtqk:ThermodynamicEnergy ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Internal_energy"^^xsd:anyURI ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "thermodynamische Energie"@de,
        "thermodynamic energy"@en,
        "énergie thermodynamique"@fr,
        "energia termodinamica"@it,
        "tenaga termodinamik"@ms ;
    skos:broader qudtqk:Energy .

qudtqk:ExposureRate a qudt:QuantityKind ;
    rdfs:label "Exposure Rate"@en ;
    dcterms:description "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)."^^qudt:LatexString ;
    qudt:applicableUnit unit:C-PER-KiloGM-SEC,
        unit:R-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD050"^^xsd:string ;
    qudt:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD050"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\dot{X} = \\frac{dX}{dt}$, where $X$ is the increment of exposure during time interval with duration $t$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\dot{X}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Exposure Rate\" expresses the rate of charge production per unit mass of air and is commonly expressed in roentgens per hour (R/h) or milliroentgens per hour (mR/h)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ExposureRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FermiAngularWavenumber a qudt:QuantityKind ;
    rdfs:label "Fermi Angular Wavenumber"@en ;
    qudt:applicableUnit unit:DEG-PER-M,
        unit:RAD-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heavy_fermion"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:symbol "k_F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:FermiAngularWavenumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseLength .

qudtqk:ForcePerAngle a qudt:QuantityKind ;
    rdfs:label "Force per Angle"@en ;
    qudt:applicableUnit unit:N-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Friction a qudt:QuantityKind ;
    rdfs:label "Friction"@en ;
    dcterms:description "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI,
        "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:Fugacity a qudt:QuantityKind ;
    rdfs:label "انفلاتية"@ar,
        "fugacita"@cs,
        "Fugazität"@de,
        "fugacity"@en,
        "fugacidad"@es,
        "بی‌دوامی"@fa,
        "fugacité"@fr,
        "fugacità"@it,
        "フガシティー"@ja,
        "Fugasiti"@ms,
        "Lotność"@pl,
        "fugacidade"@pt,
        "fugacitate"@ro,
        "fügasite"@tr,
        "逸度"@zh ;
    dcterms:description "\"Fugacity\" of a real gas is an effective pressure which replaces the true mechanical pressure in accurate chemical equilibrium calculations. It is equal to the pressure of an ideal gas which has the same chemical potential as the real gas."^^qudt:LatexString ;
    qudt:applicableUnit unit:PA,
        unit:PicoPA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fugacity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexSymbol "$\\tilde{p}_B$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Fugacity\" of a real gas is an effective pressure which replaces the true mechanical pressure in accurate chemical equilibrium calculations. It is equal to the pressure of an ideal gas which has the same chemical potential as the real gas."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Fugacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Gradient a qudt:QuantityKind ;
    rdfs:label "gradient"^^xsd:string ;
    qudt:applicableUnit unit:MicroM-PER-M,
        unit:MilliM-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD058"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD058"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Gradient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GroupSpeedOfSound a qudt:QuantityKind ;
    rdfs:label "Group Speed of Sound"@en ;
    dcterms:description "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ-M,
        unit:KiloHZ-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ;
    qudt:latexDefinition "$c_g = \\frac{d\\omega}{dk}$, where $\\omega$ is the angular frequency and $k$ is angular wavenumber."^^qudt:LatexString ;
    qudt:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. The group speed of sound describes the propagation of the disturbance."^^xsd:string ;
    qudt:symbol "c"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:GroupSpeedOfSound"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpeedOfSound .

qudtqk:InverseMagneticFlux a qudt:QuantityKind ;
    rdfs:label "Inverse Magnetic Flux"@en ;
    qudt:applicableUnit unit:HZ-PER-V,
        unit:PER-WB ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseMagneticFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseMass_Squared a qudt:QuantityKind ;
    rdfs:label "Inverse Square Mass"@en ;
    qudt:applicableUnit unit:PER-KiloGM2,
        unit:PER-PlanckMass2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseMass_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseTimeTemperature a qudt:QuantityKind ;
    rdfs:label "Inverse Time Temperature"@en ;
    qudt:applicableUnit unit:HZ-PER-K,
        unit:MegaHZ-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseTimeTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseTime_Squared a qudt:QuantityKind ;
    rdfs:label "Inverse Square Time"@en ;
    qudt:applicableUnit unit:PER-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseTime_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:IonizationEnergy a qudt:QuantityKind ;
    rdfs:label "Ionization Energy"@en ;
    dcterms:description "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization_energy"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Ionization Energy\" is the energy difference between an electron at rest at infinity and an electron at a certain energy level. The amount of energy required to remove an electron from that atom or molecule in the gas phase."^^xsd:string ;
    qudt:symbol "E_i"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:IsentropicExponent a qudt:QuantityKind ;
    rdfs:label "نسبة السعة الحرارية"@ar,
        "Poissonova konstanta"@cs,
        "Isentropenexponent"@de,
        "isentropic exponent"@en,
        "Coeficiente de dilatación adiabática"@es,
        "exposant isoentropique"@fr,
        "Coefficiente di dilatazione adiabatica"@it,
        "比熱比"@ja,
        "Wykładnik adiabaty"@pl,
        "Coeficiente de expansão adiabática"@pt,
        "Coeficient de transformare adiabatică"@ro,
        "Показатель адиабаты"@ru,
        "adiabatni eksponent"@sl,
        "ısı sığası oranı; adyabatik indeks"@tr,
        "绝热指数"@zh ;
    dcterms:description """
  $\\textit{Isentropic Exponent}$ is a variant of $\\textit{Specific Heat Ratio Capacities}$. 
  For an ideal gas $\\textit{Isentropic Exponent}$, $\\varkappa$. is equal to $\\gamma$,
   the ratio of its specific heat capacities $c_p$ and $c_v$ under steady pressure and volume.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varkappa = -\\frac{V}{p}\\left \\{  \\frac{\\partial p}{\\partial  V}\\right \\}_S$, where $V$ is volume, $p$ is pressure, and $S$ is entropy."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varkappa$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:IsentropicExponent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:IsentropicCompressibility ;
    skos:altLabel "indice adiabatique"@fr,
        "indice adiabatico"@it .

qudtqk:LengthRatio a qudt:QuantityKind ;
    rdfs:label "Length Ratio"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LengthRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:LinearDensity a qudt:QuantityKind ;
    rdfs:label "Linear Density"@en ;
    dcterms:description "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-M,
        unit:KiloGM-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho_l = \\frac{dm}{dl}$, where $m$ is mass and $l$ is length."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho_l$"^^qudt:LatexString ;
    qudt:plainTextDescription "The Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearMass a qudt:QuantityKind ;
    rdfs:label "lineic mass"^^xsd:string ;
    qudt:applicableUnit unit:KiloGM-PER-KiloM,
        unit:LB-PER-YD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD079"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD079"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:LinearMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearTorque a qudt:QuantityKind ;
    rdfs:label "lineic torque"^^xsd:string ;
    qudt:applicableUnit unit:LB_F-FT-PER-IN,
        unit:LB_F-IN-PER-IN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD082"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD082"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:LinearTorque"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LogarithmicFrequencyInterval a qudt:QuantityKind ;
    rdfs:label "Interval měření frekvence ?"@cs,
        "Frequenzmaßintervall"@de,
        "logarithmic frequency interval"@en,
        "فاصله فرکانس لگاریتمی"@fa,
        "intervalle de fréquence logarithmique"@fr,
        "intervallo logaritmico di frequenza"@it,
        "Selang kekerapan logaritma"@ms,
        "intervalo logarítmico de frequência"@pt,
        "частотный интервал"@ru,
        "logaritmik frekans aralığı"@tr,
        "对数频率间隔"@zh ;
    qudt:applicableUnit unit:OCT,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD083"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD083"^^xsd:anyURI ;
    qudt:latexDefinition "$G = \\log_{2}(f2/f1)$, where $f1$ and $f2 \\geq f1$ are frequencies of two tones."^^qudt:LatexString ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LogarithmicFrequencyInterval"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousExposure a qudt:QuantityKind ;
    rdfs:label "Luminous Exposure"@en ;
    dcterms:description "Luminous Exposure is the time-integrated illuminance."^^qudt:LatexString ;
    qudt:altSymbol "Hv"^^xsd:string ;
    qudt:applicableUnit unit:LUX-HR,
        unit:LUX-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD093"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD093"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Exposure_(photography)#Photometric_and_radiometric_exposure"^^xsd:anyURI ;
    qudt:plainTextDescription "Luminous Exposure is the time-integrated illuminance."^^xsd:string ;
    qudt:symbol "H_v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousExposure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousIntensityDistribution a qudt:QuantityKind ;
    rdfs:label "Ion Concentration"@en ;
    dcterms:description "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)."^^qudt:LatexString ;
    qudt:applicableUnit unit:CD-PER-KiloLM,
        unit:CD-PER-LM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "\"Luminous Intensity Distribution\" is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela/Lumen (cd/lm) or (cd/klm)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousIntensityDistribution"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticDipoleMoment a qudt:QuantityKind ;
    rdfs:label "Magnetic Dipole Moment"@en ;
    dcterms:description "\"Magnetic Dipole Moment\" is the magnetic moment of a system is a measure of the magnitude and the direction of its magnetism. Magnetic moment usually refers to its Magnetic Dipole Moment, and quantifies the contribution of the system's internal magnetism to the external dipolar magnetic field produced by the system (that is, the component of the external magnetic field that is inversely proportional to the cube of the distance to the observer). The Magnetic Dipole Moment is a vector-valued quantity. For a particle or nucleus, vector quantity causing an increment $\\Delta W = -\\mu \\cdot B$ to its energy $W$ in an external magnetic field with magnetic flux density $B$."^^qudt:LatexString ;
    qudt:applicableUnit unit:N-M2-PER-A,
        unit:WB-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD096"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-55"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD096"^^xsd:anyURI,
        "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI,
        "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition """$E_m = -m \\cdot B$, where $E_m$ is the interaction energy of the molecule with magnetic diploe moment $m$ and a magnetic field with magnetic flux density $B$

or,

$J_m = \\mu_0 M$ where $\\mu_0$ is the magnetic constant and $M$ is Magnetization."""^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:symbol "J_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticDipoleMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticReluctivity a qudt:QuantityKind ;
    rdfs:label "Magnetic Reluctivity"@en ;
    dcterms:description "\"Length Per Unit Magnetic Flux\" is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of $\\textit{Magnetic Permeability}$, the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself."^^qudt:LatexString ;
    qudt:applicableUnit unit:M-PER-V-SEC,
        unit:PER-T-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI ;
    qudt:plainTextDescription "Length Per Unit Magnetic Flux is the the resistance of a material to the establishment of a magnetic field in it. It is the reciprocal of Magnetic Permeability, the inverse of the measure of the ability of a material to support the formation of a magnetic field within itself."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticReluctivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectromagneticPermeability .

qudtqk:Magnetization a qudt:QuantityKind ;
    rdfs:label "مغنطة"@ar,
        "Magnetisierung"@de,
        "magnetization"@en,
        "magnetización"@es,
        "aimantation"@fr,
        "magnetizzazione"@it,
        "磁化"@ja,
        "magnetyzacia"@pl,
        "magnetização"@pt,
        "намагниченность"@ru ;
    dcterms:description "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^qudt:LatexString ;
    qudt:altSymbol "H_i"^^xsd:string ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-52"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$M = dm/dV$, where $m$ is magentic moment of a substance in a domain with Volume $V$."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Magnetization\" is defined as the ratio of magnetic moment per unit volume. It is a vector-valued quantity."^^xsd:string ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:LinearElectricCurrent .

qudtqk:MassFractionOfDryMatter a qudt:QuantityKind ;
    rdfs:label "Mass Fraction of Dry Matter"@en ;
    dcterms:description "\"Mass Fraction of Dry Matter\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$w_d= 1 - w_{h2o}$, where $w_{h2o}$ is mass fraction of water."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Mass Fraction of Dry Matter\" is one of a number of Concentration quantities defined by ISO 80000."^^xsd:string ;
    qudt:symbol "w_d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassFractionOfDryMatter"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassFractionOfWater .

qudtqk:MassFractionOfWater a qudt:QuantityKind ;
    rdfs:label "Mass Fraction of Water"@en ;
    dcterms:description "\"Mass Fraction of Water\" is one of a number of $\\textit{Concentration}$ quantities defined by ISO 80000."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$w_{H_2o} = \\frac{u}{1+u}$, where $u$ is mass ratio of water to dry water."^^qudt:LatexString ;
    qudt:plainTextDescription "Mass Fraction of Water is one of a number of Concentration quantities defined by ISO 80000."^^xsd:string ;
    qudt:symbol "w_{H_2o}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassFractionOfWater"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassFractionOfDryMatter .

qudtqk:MassicHeatCapacity a qudt:QuantityKind ;
    rdfs:label "massic heat capacity"^^xsd:string,
        "massic heat capacity"@en-us ;
    dcterms:description "ratio of heat capacity divided by mass"@en ;
    qudt:applicableUnit unit:BTU_TH-PER-LB-DEG_R,
        unit:KiloCAL_IT-PER-GM-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD112"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD112"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient Wärmekapazität dividiert durch Masse"@de ;
    qudt:symbol "0173-1#Z4-BAJ345#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassicHeatCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ModulusOfLinearSubgradeReaction a qudt:QuantityKind ;
    rdfs:label "Modulus of Linear Subgrade Reaction"@en ;
    dcterms:description "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2"^^qudt:LatexString ;
    qudt:applicableUnit unit:N-PER-M2,
        unit:PDL-PER-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "https://www.lusas.com/user_area/documentation/1004_Winkler_spring_models.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "Modulus of Linear Subgrade Reaction is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N/m^2"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ModulusOfLinearSubgradeReaction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerArea .

qudtqk:MolarAbsorptionCoefficient a qudt:QuantityKind ;
    rdfs:label "Molar Absorption Coefficient"@en ;
    dcterms:description "\"Molar Absorption Coefficient\" is a spectrophotometric unit indicating the light a substance absorbs with respect to length, usually centimeters, and concentration, usually moles per liter."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-MOL ;
    qudt:exactMatch qudtqk:MolarAttenuationCoefficient ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://medical-dictionary.thefreedictionary.com/molar+absorption+coefficient"^^xsd:anyURI ;
    qudt:latexDefinition "$x = aV_m$, where $a$ is the linear absorption coefficient and $V_m$ is the molar volume."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Molar Absorption Coefficient\" is a spectrophotometric unit indicating the light a substance absorbs with respect to length, usually centimeters, and concentration, usually moles per liter."^^xsd:string ;
    qudt:symbol "x"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarAbsorptionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarFluxDensity a qudt:QuantityKind ;
    rdfs:label "Molar Flux Density"@en ;
    dcterms:description "the rate at which moles of a substance pass through a unit area per unit time. It is used for describing the flow of materials in terms of the transport of molecules or particles rather than bulk mass. The SI units are mol m-2 s-1"^^xsd:string ;
    qudt:applicableUnit unit:MilliMOL-PER-M2-HR,
        unit:NanoMOL-PER-M2-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_flux#Molar_fluxes"^^xsd:anyURI ;
    qudt:plainTextDescription "the rate at which moles of a substance pass through a unit area per unit time. It is used for describing the flow of materials in terms of the transport of molecules or particles rather than bulk mass. The SI units are mol m-2 s-1"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolecularMass a qudt:QuantityKind ;
    rdfs:label "Molecular Mass"@en ;
    dcterms:description "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance."^^qudt:LatexString ;
    qudt:applicableUnit unit:DA ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Molecular_mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molecular_mass#Relative_molecular_mass"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The molecular mass, or molecular weight of a chemical compound is the mass of one molecule of that compound, relative to the unified atomic mass unit, u. Molecular mass should not be confused with molar mass, which is the mass of one mole of a substance."^^xsd:string ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolecularMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Mass .

qudtqk:MortalityRate a qudt:QuantityKind ;
    rdfs:label "Mortality Rate"@en ;
    dcterms:description "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEATHS-PER-KiloINDIV-YR,
        unit:DEATHS-PER-MegaINDIV-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ;
    qudt:plainTextDescription "Mortality rate, or death rate, is a measure of the number of deaths (in general, or due to a specific cause) in a particular population, scaled to the size of that population, per unit of time."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:MortalityRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Incidence .

qudtqk:NeelTemperature a qudt:QuantityKind ;
    rdfs:label "Neel Temperature"@en ;
    dcterms:description "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Néel_temperature"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Neel Temperature\" is the critical thermodynamic temperature of an antiferromagnet."^^xsd:string ;
    qudt:symbol "T_C"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature ;
    skos:closeMatch qudtqk:CurieTemperature,
        qudtqk:SuperconductionTransitionTemperature .

qudtqk:ParticleFluenceRate a qudt:QuantityKind ;
    rdfs:label "Particle Fluence Rate"@en ;
    dcterms:description "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation."^^qudt:LatexString ;
    qudt:applicableUnit unit:MicroM-PER-L-DAY,
        unit:PER-M2-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:informativeReference "http://www.encyclo.co.uk/define/Fluence%20Rate"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\theta = \\frac{d\\Phi}{dt}$, where $d\\Phi$ is the increment of the particle fluence during an infinitesimal time interval with duration $dt$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\theta$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Particle Fluence Rate\" can be defined as the total number of particles (typically Gamma Ray Photons ) crossing over a sphere of unit cross section which surrounds a Point Source of Ionising Radiation."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ParticleFluenceRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Period a qudt:QuantityKind ;
    rdfs:label "Period"@en ;
    dcterms:description "Duration of one cycle of a periodic phenomenon."^^qudt:LatexString ;
    qudt:applicableUnit unit:MegaSEC,
        unit:SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:plainTextDescription "Duration of one cycle of a periodic phenomenon."^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Period"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PhaseSpeedOfSound a qudt:QuantityKind ;
    rdfs:label "Phase speed of sound"@en ;
    dcterms:description "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ-M,
        unit:KiloHZ-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ;
    qudt:latexDefinition "$c = \\frac{\\omega}{k} = \\lambda f$, where $\\omega$ is the angular frequency, $k$ is angular wavenumber, $\\lambda$ is the wavelength, and $f$ is the frequency."^^qudt:LatexString ;
    qudt:plainTextDescription "In a dispersive medium sound speed is a function of sound frequency, through the dispersion relation. The spatial and temporal distribution of a propagating disturbance will continually change. Each frequency component propagates at its own Phase Velocity of Sound."^^xsd:string ;
    qudt:symbol "c"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PhaseSpeedOfSound"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpeedOfSound .

qudtqk:Polarizability a qudt:QuantityKind ;
    rdfs:label "polarisability"@en,
        "Polarizability"@en-us ;
    dcterms:description "\"Polarizability\" is the relative tendency of a charge distribution, like the electron cloud of an atom or molecule, to be distorted from its normal shape by an external electric field, which may be caused by the presence of a nearby ion or dipole. The electronic polarizability $\\alpha$ is defined as the ratio of the induced dipole moment of an atom to the electric field that produces this dipole moment. Polarizability is often a scalar valued quantity, however in the general case it is tensor-valued."^^qudt:LatexString,
        "measure of the deformability of the electron shell of molecules and atoms"@en ;
    qudt:applicableUnit unit:C-M2-PER-V,
        unit:C2-M2-PER-J ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Polarizability"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0> ;
    qudt:iec61360Code "0112/2///62720#UAD141"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD141"^^xsd:anyURI ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "Maß für die Deformierbarkeit der Elektronenhülle von Molekülen und Atomen "@de ;
    qudt:symbol "0173-1#Z4-BAJ365#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Polarizability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PoyntingVector a qudt:QuantityKind ;
    rdfs:label "متجَه بوينتنج"@ar,
        "Poynting-Vektor"@de,
        "Poynting vector"@en,
        "vector de Poynting"@es,
        "vecteur de Poynting"@fr,
        "vettore di Poynting"@it,
        "ポインティングベクトル"@ja,
        "wektor Poyntinga"@pl,
        "vector de Poynting"@pt,
        "вектор Пойнтинга"@ru ;
    dcterms:description """
  A $\\textit{Poynting Vector}$ is the vector product of the electric field strength $\\mathbf{E}$
   and the magnetic field strength $\\mathbf{H}$ of the electromagnetic field at a given point. 
  The flux of the Poynting vector through a closed surface is equal to the electromagnetic power passing
   through this surface. 
  For a periodic electromagnetic field, the time average of the Poynting vector is a vector of which,
   with certain reservations, the direction may be considered as being the direction of propagation
   of electromagnetic energy and the magnitude considered as being the average electromagnetic power
   flux density.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:NanoW-PER-M2,
        unit:W-PER-M2 ;
    qudt:expression "$poynting-vector$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{S} = \\mathbf{E}  \\times \\mathbf{H} $, where $\\mathbf{E}$ is electric field strength and \\mathbf{H}  is magnetic field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mathbf{S} $"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Poynting Vector\" is the vector product of the electric field strength $\\mathbf{E}$ and the magnetic field strength $\\mathbf{H}\" of the electromagnetic field at a given point. The flux of the Poynting vector through a closed surface is equal to the electromagnetic power passing through this surface. For a periodic electromagnetic field, the time average of the Poynting vector is a vector of which, with certain reservations, the direction may be considered as being the direction of propagation of electromagnetic energy and the magnitude considered as being the average electromagnetic power flux density."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PoyntingVector"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:QualityFactor a qudt:QuantityKind ;
    rdfs:label "Quality Factor"@en ;
    dcterms:description "\"Quality Factor\", of a resonant circuit, is a measure of the \"goodness\" or quality of a resonant circuit. A higher value for this figure of merit correspondes to a more narrow bandwith, which is desirable in many applications. More formally, $Q$ is the ratio of power stored to power dissipated in the circuit reactance and resistance, respectively"^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.sourcetronic.com/electrical-measurement-glossary/quality-factor.html"^^xsd:anyURI,
        "http://www.allaboutcircuits.com/vol_2/chpt_6/6.html"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "If $\\underline{Z} = R + jX$, then $Q = \\left | X \\right |/R$, where $\\underline{Z}$ is impedance, $R$ is resistance, and $X$ is reactance."^^qudt:LatexString ;
    qudt:symbol "Q"^^xsd:string ;
    ns1:todo "Resolve Quality Facor - electronics and also doses"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:QualityFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Impedance,
        qudtqk:Resistance .

qudtqk:Radius a qudt:QuantityKind ;
    rdfs:label "Radius"@en ;
    dcterms:description "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Radius"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radius"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$r = \\frac{d}{2}$, where $d$ is the circle diameter."^^qudt:LatexString ;
    qudt:plainTextDescription "In classical geometry, the \"Radius\" of a circle or sphere is any line segment from its center to its perimeter the radius of a circle or sphere is the length of any such segment."^^xsd:string ;
    qudt:symbol "r"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:Reactance a qudt:QuantityKind ;
    rdfs:label "Reactance"@en ;
    dcterms:description """
  $\\textit{Reactance}$ is the opposition of a circuit element to a change of electric current or voltage,
   due to that element's inductance or capacitance. 
  A built-up electric field resists the change of voltage on the element,
   while a magnetic field resists the change of current. 
  The notion of reactance is similar to electrical resistance, but they differ in several respects. 
  Capacitance and inductance are inherent properties of an element, just like resistance.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:OHM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electrical_reactance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electrical_reactance?oldid=494180019"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-46"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$X = im \\underline{Z}$, where $\\underline{Z}$ is impedance and $im$ denotes the imaginary part."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Reactance\" is the opposition of a circuit element to a change of electric current or voltage, due to that element's inductance or capacitance. A built-up electric field resists the change of voltage on the element, while a magnetic field resists the change of current. The notion of reactance is similar to electrical resistance, but they differ in several respects. Capacitance and inductance are inherent properties of an element, just like resistance."^^xsd:string ;
    qudt:symbol "X"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Reactance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Impedance .

qudtqk:Reluctance a qudt:QuantityKind ;
    rdfs:label "Reluctance"@en ;
    dcterms:description "\"Reluctance\" or magnetic resistance, is a concept used in the analysis of magnetic circuits. It is analogous to resistance in an electrical circuit, but rather than dissipating electric energy it stores magnetic energy. In likeness to the way an electric field causes an electric current to follow the path of least resistance, a magnetic field causes magnetic flux to follow the path of least magnetic reluctance. It is a scalar, extensive quantity, akin to electrical resistance."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-H ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD159"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Magnetic_reluctance"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD159"^^xsd:anyURI ;
    qudt:latexDefinition "$R_m = \\frac{U_m}{\\Phi}$, where $U_m$ is magnetic tension, and $\\Phi$ is magnetic flux."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Reluctance\" or magnetic resistance, is a concept used in the analysis of magnetic circuits. It is analogous to resistance in an electrical circuit, but rather than dissipating electric energy it stores magnetic energy. In likeness to the way an electric field causes an electric current to follow the path of least resistance, a magnetic field causes magnetic flux to follow the path of least magnetic reluctance. It is a scalar, extensive quantity, akin to electrical resistance."^^xsd:string ;
    qudt:symbol "R_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Reluctance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticFlux,
        qudtqk:MagneticTension .

qudtqk:Rotary-TranslatoryMotionConversion a qudt:QuantityKind ;
    rdfs:label "rotary-translatory motion conversion"^^xsd:string ;
    qudt:applicableUnit unit:IN-PER-2PiRAD,
        unit:M-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD163"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD163"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:Rotary-TranslatoryMotionConversion"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SerumOrPlasmaLevel a qudt:QuantityKind ;
    rdfs:label "Serum or Plasma Level"@en ;
    qudt:applicableUnit unit:IU-PER-L,
        unit:IU-PER-MilliL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:SerumOrPlasmaLevel"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AmountOfSubstancePerVolume .

qudtqk:Slowing-DownDensity a qudt:QuantityKind ;
    rdfs:label "Slowing-Down Density"@en ;
    dcterms:description "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-M3-SEC,
        unit:PER-SEC-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD170"^^xsd:string ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/slowing-down+density"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD170"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$q = -\\frac{dn}{dt}$, where $n$ is the number density and $dt$ is the duration."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Slowing-Down Density\" is a measure of the rate at which neutrons lose energy in a nuclear reactor through collisions; equal to the number of neutrons that fall below a given energy per unit volume per unit time."^^xsd:string ;
    qudt:symbol "q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Slowing-DownDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SoundParticleVelocity a qudt:QuantityKind ;
    rdfs:label "سرعة جسيم"@ar,
        "Schallschnelle"@de,
        "sound particle velocity"@en,
        "velocidad acústica de una partícula"@es,
        "vitesse  acoustique d‘une particule"@fr,
        "velocità di spostamento"@it,
        "粒子速度"@ja,
        "prędkość akustyczna"@pl,
        "velocidade acústica de uma partícula"@pt ;
    dcterms:description "Sound Particle velocity is the velocity v of a particle (real or imagined) in a medium as it transmits a wave. In many cases this is a longitudinal wave of pressure as with sound, but it can also be a transverse wave as with the vibration of a taut string. When applied to a sound wave through a medium of a fluid like air, particle velocity would be the physical speed of a parcel of fluid as it moves back and forth in the direction the sound wave is travelling as it passes."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ-M,
        unit:KiloHZ-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Particle_velocity"^^xsd:anyURI ;
    qudt:latexDefinition "$v = \\frac{\\partial\\delta }{\\partial t}$, where $\\delta$ is sound particle displacement and $t$ is time."^^qudt:LatexString ;
    qudt:plainTextDescription "Sound Particle velocity is the velocity v of a particle (real or imagined) in a medium as it transmits a wave. In many cases this is a longitudinal wave of pressure as with sound, but it can also be a transverse wave as with the vibration of a taut string. When applied to a sound wave through a medium of a fluid like air, particle velocity would be the physical speed of a parcel of fluid as it moves back and forth in the direction the sound wave is travelling as it passes."^^xsd:string ;
    qudt:symbol "v"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundParticleVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "prędkość cząstki"@pl ;
    skos:broader qudtqk:Velocity .

qudtqk:SpecificAcousticImpedance a qudt:QuantityKind ;
    rdfs:label "Specific Acoustic Impedance"@en ;
    qudt:applicableUnit unit:N-SEC-PER-M3,
        unit:RAYL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificAcousticImpedance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificWeight a qudt:QuantityKind ;
    rdfs:label "specific weight"@en ;
    qudt:applicableUnit unit:KiloN-PER-M3,
        unit:OZ_F-PER-IN3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_weight"^^xsd:anyURI ;
    qudt:plainTextDescription "The specific weight, also known as the unit weight is a volume-specific quantity defined as the weight per unit volume of a material. Note that weight is defined as a force, distinct from mass."^^xsd:string ;
    qudt:symbol "γ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificWeight"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpectralAngularCrossSection a qudt:QuantityKind ;
    rdfs:label "Spectral Angular Cross-section"@en ;
    dcterms:description "\"Spectral Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone with energy $E$ in an energy interval, divided by the solid angle $d\\Omega$ of that cone and the range $dE$ of that interval."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-SR-ERG,
        unit:M2-PER-SR-J ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\sigma = \\int \\int \\sigma_{\\Omega,E} d\\Omega dE$"^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma_{\\Omega, E}$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:SpectralAngularCrossSection"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:closeMatch qudtqk:AngularCrossSection,
        qudtqk:SpectralCrossSection .

qudtqk:SpeedOfSound a qudt:QuantityKind ;
    rdfs:label "سرعة الصوت"@ar,
        "rychlost zvuku"@cs,
        "Schallgeschwindigkeit"@de,
        "speed of sound"@en,
        "velocidad del sonido"@es,
        "سرعت صوت"@fa,
        "vitesse du son"@fr,
        "ध्वनि का वेग"@hi,
        "velocità del suono"@it,
        "音速"@ja,
        "Kelajuan bunyi"@ms,
        "prędkość dźwięku"@pl,
        "velocidade do som"@pt,
        "viteza sunetului"@ro,
        "скорость звука"@ru,
        "Hitrost zvoka"@sl,
        "Ses hızı"@tr,
        "音速"@zh ;
    dcterms:description "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:BFT,
        unit:FT3-PER-MIN-FT2,
        unit:GigaHZ-M,
        unit:HZ-M,
        unit:IN-PER-YR,
        unit:M-PER-SEC,
        unit:MegaHZ-M,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_sound"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ;
    qudt:latexDefinition "$c = \\sqrt{\\frac{K}{\\rho}}$, where $K$ is the coefficient of stiffness, the bulk modulus (or the modulus of bulk elasticity for gases), and $\\rho$ is the density. Also, $c^2 = \\frac{\\partial p}{\\partial \\rho}$, where $p$ is the pressure and $\\rho$ is the density."^^qudt:LatexString ;
    qudt:plainTextDescription "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium."^^xsd:string ;
    qudt:symbol "c"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Speed"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Schallausbreitungsgeschwindigkeit"@de,
        "célérité du son"@fr ;
    skos:broader qudtqk:Speed .

qudtqk:StandardGravitationalParameter a qudt:QuantityKind ;
    rdfs:label "Standard Gravitational Parameter"@en ;
    dcterms:description "In celestial mechanics the standard gravitational parameter of a celestial body is the product of the gravitational constant G and the mass M of the body. Expressed as $\\mu = G \\cdot M$. The SI units of the standard gravitational parameter are $m^{3}s^{-2}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloM3-PER-SEC2,
        unit:M3-PER-SEC2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Standard_gravitational_parameter"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Standard_gravitational_parameter"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:StandardGravitationalParameter"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Stress a qudt:QuantityKind ;
    rdfs:label "Stress"@en ;
    dcterms:description "Stress is a measure of the average amount of force exerted per unit area of a surface within a deformable body on which internal forces act. In other words, it is a measure of the intensity or internal distribution of the total internal forces acting within a deformable body across imaginary surfaces. These internal forces are produced between the particles in the body as a reaction to external forces applied on the body. Stress is defined as ${\\rm{Stress}} = \\frac{F}{A}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ;
    qudt:latexDefinition "${\\rm{Stress}} = \\frac{F}{A}$"^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerArea .

qudtqk:StressIntensityFactor a qudt:QuantityKind ;
    rdfs:label "Stress Intensity Factor"@en ;
    dcterms:description "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip."^^qudt:LatexString ;
    qudt:applicableUnit unit:MegaPA-M0dot5,
        unit:PA-M0dot5 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Stress_intensity_factor"^^xsd:anyURI ;
    qudt:latexSymbol "$\\K$"^^qudt:LatexString ;
    qudt:plainTextDescription "In fracture mechanics, the stress intensity factor (K) is used to predict the stress state (\"stress intensity\") near the tip of a crack or notch caused by a remote load or residual stresses. It is a theoretical construct usually applied to a homogeneous, linear elastic material and is useful for providing a failure criterion for brittle materials, and is a critical technique in the discipline of damage tolerance. The concept can also be applied to materials that exhibit small-scale yielding at a crack tip."^^xsd:string ;
    qudt:symbol "K"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:StressIntensityFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SuperconductionTransitionTemperature a qudt:QuantityKind ;
    rdfs:label "Superconduction Transition Temperature"@en ;
    dcterms:description "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Superconductivity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Superconduction Transition Temperature\" is the critical thermodynamic temperature of a superconductor."^^xsd:string ;
    qudt:symbol "T_c"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature ;
    skos:closeMatch qudtqk:CurieTemperature,
        qudtqk:NeelTemperature .

qudtqk:SurfaceCoefficientOfHeatTransfer a qudt:QuantityKind ;
    rdfs:label "Surface Coefficient of Heat Transfer"@en ;
    qudt:applicableUnit unit:KiloW-PER-M2-K,
        unit:W-PER-M2-K ;
    qudt:expression "$surface-heat-xfer-coeff$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$q = h (T_s - T_r)$, where $T_s$ is areic heat flow rate is the thermodynamic temperature of the surface, and is a reference thermodynamic temperature characteristic of the adjacent surroundings."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:SurfaceCoefficientOfHeatTransfer"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureAmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "Temperature Amount of Substance"@en ;
    qudt:applicableUnit unit:MOL-DEG_C,
        unit:MOL-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TemperatureAmountOfSubstance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureGradient a qudt:QuantityKind ;
    rdfs:label "Temperature Gradient"@en ;
    dcterms:description "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C-PER-M,
        unit:K-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifctemperaturegradientmeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K/m."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TemperatureGradient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperaturePerTime_Squared a qudt:QuantityKind ;
    rdfs:label "Temperature per Time Squared"@en ;
    qudt:applicableUnit unit:DEG_F-PER-SEC2,
        unit:K-PER-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TemperaturePerTime_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalCapacitance a qudt:QuantityKind ;
    rdfs:label "thermal capacitance"^^xsd:string,
        "thermal capacitance"@en-us ;
    dcterms:description "ratio between the supplied quantity of heat and the temperature range caused by the supplied quantity of heat"@en ;
    qudt:applicableUnit unit:BTU_TH-PER-DEG_F,
        unit:BTU_TH-PER-DEG_R ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD187"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD187"^^xsd:anyURI ;
    qudt:plainTextDescription "Quotient aus der zugeführten Wärmemenge und der Temperaturänderungen, die durch diese zugeführte Wärmemenge verursacht wird"@de ;
    qudt:symbol "0173-1#Z4-BAJ406#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalCapacitance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalEnergyLength a qudt:QuantityKind ;
    rdfs:label "Thermal Energy Length"@en ;
    qudt:applicableUnit unit:BTU_IT-FT,
        unit:BTU_IT-IN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalEnergyLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermodynamicEnergy a qudt:QuantityKind ;
    rdfs:label "Thermodynamic Energy"@en ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:exactMatch qudtqk:EnergyInternal,
        qudtqk:InternalEnergy ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "For a closed thermodynamic system, $\\Delta U = Q + W$, where $Q$ is amount of heat transferred to the system and $W$ is work done on the system provided that no chemical reactions occur."^^qudt:LatexString ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

qudtqk:ThrustToMassRatio a qudt:QuantityKind ;
    rdfs:label "Thrust To Mass Ratio"@en ;
    qudt:applicableUnit unit:LB_F-PER-LB,
        unit:N-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ThrustToMassRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Acceleration .

qudtqk:TimeRatio a qudt:QuantityKind ;
    rdfs:label "Time Ratio"@en ;
    qudt:applicableUnit unit:HR-PER-YR,
        unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TimeRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:TorquePerLength a qudt:QuantityKind ;
    rdfs:label "Torque per Length"@en ;
    qudt:applicableUnit unit:KiloN-M-PER-M,
        unit:N-M-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TorquePerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TotalAtomicStoppingPower a qudt:QuantityKind ;
    rdfs:label "Total Atomic Stopping Power"@en ;
    dcterms:description "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:EV-M2,
        unit:J-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.answers.com/topic/atomic-stopping-power"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$S_a = \\frac{S}{n}$, where $S$ is the total linear stopping power and $n$ is the number density of the atoms in the substance."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Total Atomic Stopping Power\" for an ionizing particle passing through an element, is the particle's energy loss per atom within a unit area normal to the particle's path; equal to the linear energy transfer (energy loss per unit path length) divided by the number of atoms per unit volume."^^xsd:string ;
    qudt:symbol "S_a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalAtomicStoppingPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VoltagePhasor a qudt:QuantityKind ;
    rdfs:label "Voltage Phasor"@en ;
    dcterms:description "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "When $u = \\hat{U} \\cos{(\\omega t + \\alpha)}$, where $u$ is the voltage, $\\omega$ is angular frequency, $t$ is time, and $\\alpha$ is initial phase, then $\\underline{U} = Ue^{ja}$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\underline{U}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Voltage Phasor\" is a representation of voltage as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumePerArea a qudt:QuantityKind ;
    rdfs:label "Volume per Unit Area"@en ;
    qudt:applicableUnit unit:M3-PER-HA,
        unit:M3-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:VolumePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumetricFlux a qudt:QuantityKind ;
    rdfs:label "Volumetric Flux"@en ;
    dcterms:description "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]"^^qudt:LatexString ;
    qudt:applicableUnit unit:MilliL-PER-CentiM2-MIN,
        unit:MilliL-PER-CentiM2-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Volumetric_flux"^^xsd:anyURI ;
    qudt:plainTextDescription "In fluid dynamics, the volumetric flux is the rate of volume flow across a unit area (m3·s−1·m−2).[Wikipedia]"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:VolumetricFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumicElectromagneticEnergy a qudt:QuantityKind ;
    rdfs:label "Volumic Electromagnetic Energy"@en ;
    dcterms:description "$\\textit{Volumic Electromagnetic Energy}$, also known as the $\\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-M3 ;
    qudt:exactMatch qudtqk:ElectromagneticEnergyDensity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$w$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:VolumicElectromagneticEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricFieldStrength,
        qudtqk:ElectricFluxDensity,
        qudtqk:MagneticFieldStrength_H,
        qudtqk:MagneticFluxDensity .

qudtqk:WarpingConstant a qudt:QuantityKind ;
    rdfs:label "Warping Constant"@en ;
    dcterms:description "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM6,
        unit:M6 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingconstantmeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Warping Constant\" is a measure for the warping constant or warping resistance of a cross section under torsional loading. It is usually measured in m⁶."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:WarpingConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:WarpingMoment a qudt:QuantityKind ;
    rdfs:label "Warping Moment"@en ;
    dcterms:description "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloN-M2,
        unit:N-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/link/ifcwarpingmomentmeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It is usually measured in kNm²."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:WarpingMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:WaterVapourPermeability a qudt:QuantityKind ;
    rdfs:label "water vapour permeability"^^xsd:string,
        "water vapour permeability"@en-us ;
    dcterms:description "mass of water vapour passing a surface divided by the area of this surface, the pressure difference, and the corresponding time"@en ;
    qudt:applicableUnit unit:PERM_0DEG_C,
        unit:PERM_23DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD244"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD244"^^xsd:anyURI ;
    qudt:plainTextDescription "Masse des durch eine Fläche hindurchtretenden Wasserdampfes, dividiert durch den Flächeninhalt dieser Fläche, die Druckdifferenz und die dazugehörige Zeit"@de ;
    qudt:symbol "0173-1#Z4-BAJ446#001"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:WaterVapourPermeability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Work a qudt:QuantityKind ;
    rdfs:label "práce"@cs,
        "Arbeit"@de,
        "work"@en,
        "trabajo"@es,
        "کار"@fa,
        "travail"@fr,
        "कार्य"@hi,
        "lavoro"@it,
        "仕事量"@ja,
        "kerja"@ms,
        "praca"@pl,
        "trabalho"@pt,
        "lucru mecanic"@ro,
        "delo"@sl,
        "iş"@tr,
        "功"@zh ;
    dcterms:description """
  $\\textit{Work}$ or $net\\ work$ is equal to the change in kinetic energy. 
  This relationship is called the work-energy theorem: 
  $$Wnet = K. E._f  K. E._o $$
   where $K. E._f$ is the final kinetic energy and $K. E._o$ is the original kinetic energy. 
  Potential energy, also referred to as stored energy, is the ability of a system to do work due to its position or internal structure. 
  Change in potential energy is equal to work. 
  The potential energy equations can also be derived from the integral form of work:
  $$\\Delta P. E. = W = \\int  F \\cdot dx$$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Work_(physics)"^^xsd:anyURI,
        "http://www.cliffsnotes.com/study_guide/Work-and-Energy.topicArticleId-10453,articleId-10418.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$A = \\int Pdt$, where $P$ is power and $t$ is time."^^qudt:LatexString ;
    qudt:plainTextDescription "A force is said to do Work when it acts on a body so that there is a displacement of the point of application, however small, in the direction of the force.  The concepts of work and energy are closely tied to the concept of force because an applied force can do work on an object and cause a change in energy. Energy is defined as the ability to do work. Work is done on an object when an applied force moves it through a distance. Kinetic energy is the energy of an object in motion. The net work is equal to the change in kinetic energy."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

unit:A-HR-PER-DeciM3 a qudt:Unit ;
    rdfs:label "ampere hour per cubic decimetre"^^xsd:string ;
    dcterms:description """$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere
 and the unit hour divided by 0.001-fold of the power of the SI base unit metre with
  the exponent 3.
 """^^qudt:LatexString ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeDensity,
        qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAD883"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD883"^^xsd:anyURI ;
    qudt:symbol "A·h/dm³"^^xsd:string ;
    qudt:ucumCode "A.h.dm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-HR-PER-KiloGM a qudt:Unit ;
    rdfs:label "ampere hour per kilogram"^^xsd:string ;
    dcterms:description "product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:iec61360Code "0112/2///62720#UAD884"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD884"^^xsd:anyURI ;
    qudt:symbol "A·h/kg"^^xsd:string ;
    qudt:ucumCode "A.h.kg-1"^^qudt:UCUMcs,
        "A.h/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-HR-PER-M3 a qudt:Unit ;
    rdfs:label "ampere hour per cubic metre"^^xsd:string ;
    dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeDensity,
        qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAD882"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD882"^^xsd:anyURI ;
    qudt:symbol "A·h/m³"^^xsd:string ;
    qudt:ucumCode "A.h.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere Square Metre"@en,
        "Ampere Square Meter"@en-us ;
    dcterms:description "The SI unit of electromagnetic moment."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$A-M^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MagneticAreaMoment,
        qudtqk:MagneticMoment ;
    qudt:iec61360Code "0112/2///62720#UAA106"^^xsd:string ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA106"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "A·m²"^^xsd:string ;
    qudt:ucumCode "A.m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A5"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-M2-PER-J-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere Square Metre per Joule Second"@en,
        "Ampere Square Meter per Joule Second"@en-us ;
    dcterms:description "The SI unit of gyromagnetic ratio."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$A-m^2/J-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "A·m²/(J·s)"^^xsd:string ;
    qudt:ucumCode "A.m2.J-1.s-1"^^qudt:UCUMcs,
        "A.m2/(J.s)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AT-PER-IN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere Turn per Inch"@en ;
    dcterms:description """
  The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 39.3700787 ;
    qudt:conversionMultiplierSN 3.937008e+01 ;
    qudt:expression "$At/in$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:AT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:MagneticFieldStrength_H ;
    qudt:symbol "AT/in"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AT-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere Turn per Metre"@en,
        "Ampere Turn per Meter"@en-us ;
    dcterms:description """
  The  $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. 
  One ampere per meter is equal to $\\pi/250$ oersteds (12.566 371 millioersteds) in CGS units. 
  The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume;
   in this context $1 A/m = 0.001 emu per cubic centimeter$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$At/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:AT ] ;
    qudt:hasQuantityKind qudtqk:MagneticFieldStrength_H ;
    qudt:symbol "AT/m"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A_Ab-CentiM2 a qudt:Unit ;
    rdfs:label "Abampere Square centimetre"@en,
        "Abampere Square centimeter"@en-us ;
    dcterms:description """
  The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:expression "$aAcm2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Ab ] ;
    qudt:hasQuantityKind qudtqk:MagneticAreaMoment,
        qudtqk:MagneticMoment ;
    qudt:informativeReference "http://wordinfo.info/unit/4266"^^xsd:anyURI ;
    qudt:symbol "abA·cm²"^^xsd:string ;
    qudt:ucumCode "Bi.cm2"^^qudt:UCUMcs ;
    ns1:todo "Determine type for magnetic moment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAN a qudt:Unit ;
    rdfs:label "Ban"@en ;
    dcterms:description """
  A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,
   based on base 10 logarithms and powers of 10, rather than the powers of 2
   and base 2 logarithms which define the bit. 
  One $\\textit{ban}$ is approximately $3.32 (log_2 10) bits$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 2.30258509 ;
    qudt:conversionMultiplierSN 2.302585e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ban"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:anyURI ;
    qudt:symbol "ban"^^xsd:string ;
    qudt:uneceCommonCode "Q15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BREWSTER a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Brewster"@en ;
    dcterms:description "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."^^rdf:HTML ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:exactMatch unit:NanoM-PER-MilliM-MegaPA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasQuantityKind qudtqk:StressOpticCoefficient ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Brewster_(unit)"^^xsd:anyURI ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:siUnitsExpression "nm/mm/MPa"^^xsd:string ;
    qudt:symbol "B"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_39DEG_F a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "British thermal unit (39 °F)"^^xsd:string ;
    dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB216"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB216"^^xsd:anyURI ;
    qudt:symbol "Btu (39 °F)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_59DEG_F a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "British thermal unit (59 °F)"^^xsd:string ;
    dcterms:description "unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB217"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB217"^^xsd:anyURI ;
    qudt:symbol "Btu (59 °F)"^^xsd:string ;
    qudt:uneceCommonCode "N67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_60DEG_F a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "British thermal unit (60 °F)"^^xsd:string ;
    dcterms:description "unit of head energy according to the Imperial system of units at a reference temperature of 60 °F"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB218"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB218"^^xsd:anyURI ;
    qudt:symbol "Btu (60 °F)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-IN-PER-FT2-HR-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) Inch per Hour Square Foot Degree Fahrenheit"@en ;
    dcterms:description """
  $BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(h-ft^{2}-degF)$.
  An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. 
  $1\\,Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.144227889 ;
    qudt:conversionMultiplierSN 1.442279e-01 ;
    qudt:exactMatch unit:BTU_IT-IN-PER-HR-FT2-DEG_F ;
    qudt:expression "$Btu(it)-in-per-h-ft2-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA117"^^xsd:string ;
    qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117"^^xsd:anyURI ;
    qudt:latexSymbol "$Btu_{it} \\cdot in/(h \\cdot ft^{2}  \\cdot degF)$"^^qudt:LatexString ;
    qudt:plainTextDescription "BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units."^^xsd:string ;
    qudt:symbol "Btu{IT}·in/(ft²·h·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT].[in_i]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J41"^^xsd:string ;
    ns1:comment "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-IN-PER-FT2-SEC-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU (IT) Inch per Square Foot Second Degree Fahrenheit"@en ;
    dcterms:description "The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 519.220399911 ;
    qudt:conversionMultiplierSN 5.192204e+02 ;
    qudt:exactMatch unit:BTU_IT-IN-PER-SEC-FT2-DEG_F ;
    qudt:expression "$Btu(it)-in-per-s-ft2-degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA118"^^xsd:string ;
    qudt:informativeReference "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118"^^xsd:anyURI ;
    qudt:plainTextDescription "British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units."^^xsd:string ;
    qudt:symbol "Btu{IT}·in/(ft²·s·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT].[in_i]/([ft_i]2.s.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-IN-PER-HR-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) Inch per Hour Square Foot degree Fahrenheit"@en ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.144227889 ;
    qudt:conversionMultiplierSN 1.442279e-01 ;
    qudt:exactMatch unit:BTU_IT-IN-PER-FT2-HR-DEG_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA117"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{IT}·in/(h·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT].[in_i]/(h.[ft_i]2.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-IN-PER-SEC-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) Inch per Second Square Foot degree Fahrenheit"@en ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 519.220399911 ;
    qudt:conversionMultiplierSN 5.192204e+02 ;
    qudt:exactMatch unit:BTU_IT-IN-PER-FT2-SEC-DEG_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA118"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{IT}·in/(s·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT].[in_i]/(s.[ft_i]2.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-LB-DEG_R a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Pound Degree Rankine"@en ;
    dcterms:description "${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4186.799999999999665056000000000028 ;
    qudt:conversionMultiplierSN 4.1868e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/(lb-degR)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:SpecificHeatCapacity ;
    qudt:symbol "Btu{IT}/(lbm·°R)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[lb_av]-1.[degR]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([lb_av].[degR])"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_MEAN a qudt:Unit ;
    rdfs:label "British Thermal Unit (mean)"@en ;
    dcterms:description "unit of the heat energy according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1055.05585262 ;
    qudt:conversionMultiplierSN 1.055056e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA113"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA113"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:J ;
    qudt:symbol "BTU{mean}"^^xsd:string ;
    qudt:ucumCode "[Btu_m]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BYTE-PER-SEC a qudt:Unit ;
    rdfs:label "byte per second"^^xsd:string ;
    dcterms:description "unit byte divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 5.5451774444795624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BYTE ] ;
    qudt:hasQuantityKind qudtqk:ByteRate ;
    qudt:iec61360Code "0112/2///62720#UAB305"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB305"^^xsd:anyURI ;
    qudt:symbol "B/s"^^xsd:string ;
    qudt:ucumCode "By.s-1"^^qudt:UCUMcs,
        "By/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "كولوم متر"@ar,
        "coulomb metr"@cs,
        "Coulombmeter"@de,
        "coulomb metre"@en,
        "Coulomb Meter"@en-us,
        "culombio metro"@es,
        "نیوتون متر"@fa,
        "coulomb-mètre"@fr,
        "कूलम्ब मीटर"@hi,
        "coulomb per metro"@it,
        "クーロンメートル"@ja,
        "coulomb meter"@ms,
        "coulomb-metro"@pt,
        "coulomb-metru"@ro,
        "кулон-метр"@ru,
        "coulomb metre"@tr,
        "库伦米"@zh ;
    dcterms:description """
  The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. 
  It is also known as atomic unit, u.a., au, ua. 
  This unit is commonly used in the SI unit system. 
  Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. 
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ElectricDipoleMoment ;
    qudt:iec61360Code "0112/2///62720#UAA133"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA133"^^xsd:anyURI ;
    qudt:symbol "C·m"^^xsd:string ;
    qudt:ucumCode "C.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Coulomb per Kilogram"@en ;
    dcterms:description "$\\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:iec61360Code "0112/2///62720#UAA131"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA131"^^xsd:anyURI ;
    qudt:symbol "C/kg"^^xsd:string ;
    qudt:ucumCode "C.kg-1"^^qudt:UCUMcs,
        "C/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CKG"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Coulomb per Metre"@en,
        "Coulomb per Meter"@en-us ;
    dcterms:description "\"Coulomb per Meter\" is a unit for  'Electric Charge Line Density' expressed as $C/m$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeLineDensity,
        qudtqk:ElectricChargeLinearDensity ;
    qudt:iec61360Code "0112/2///62720#UAB337"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB337"^^xsd:anyURI ;
    qudt:symbol "C/m"^^xsd:string ;
    qudt:ucumCode "C.m-1"^^qudt:UCUMcs,
        "C/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Coulomb per Cubic Metre"@en,
        "Coulomb per Cubic Meter"@en-us ;
    dcterms:description "Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C/m^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargeDensity,
        qudtqk:ElectricChargeVolumeDensity ;
    qudt:iec61360Code "0112/2///62720#UAA135"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA135"^^xsd:anyURI ;
    qudt:symbol "C/m³"^^xsd:string ;
    qudt:ucumCode "C.m-3"^^qudt:UCUMcs,
        "C/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_15_DEG_C a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Calorie (15 Degrees C)"@en ;
    dcterms:description "unit for the quantity of heat which is required to warm up 1 g  of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.1855 ;
    qudt:conversionMultiplierSN 4.1855e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB139"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for the quantity of heat which is required to warm up 1 g  of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^xsd:string ;
    qudt:scalingOf unit:J ;
    qudt:symbol "cal{15 °C}"^^xsd:string ;
    qudt:ucumCode "cal_[15]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_20DEG_C a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "calorie (20 °C)"^^xsd:string ;
    dcterms:description "unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB219"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB219"^^xsd:anyURI ;
    qudt:symbol "cal₂₀"^^xsd:string ;
    qudt:uneceCommonCode "N69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_MEAN a qudt:Unit ;
    rdfs:label "Calorie (mean)"@en ;
    dcterms:description "unit used particularly for calorific values of foods"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.19 ;
    qudt:conversionMultiplierSN 4.19e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA360"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA360"^^xsd:anyURI ;
    qudt:plainTextDescription "unit used particularly for calorific values of foods"^^xsd:string ;
    qudt:scalingOf unit:J ;
    qudt:symbol "cal{mean}"^^xsd:string ;
    qudt:ucumCode "cal_m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_AWG a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "american wire gage"^^xsd:string,
        "Aruban Guilder"@en ;
    dcterms:description """
  The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors.
  """^^qudt:LatexString ;
    qudt:currencyCode "AWG"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "533"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Aruban_florin"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency,
        qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD909"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Aruban_florin?oldid=492925638"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD909"^^xsd:anyURI ;
    qudt:symbol "AWG"^^xsd:string ;
    qudt:uneceCommonCode "AWG"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CI a qudt:Unit ;
    rdfs:label "Curie"@en ;
    dcterms:description "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 37000000000.0 ;
    qudt:conversionMultiplierSN 3.7e+10 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Curie"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA138"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/curie> ;
    qudt:symbol "Ci"^^xsd:string ;
    qudt:ucumCode "Ci"^^qudt:UCUMcs ;
    qudt:udunitsCode "Ci"^^xsd:string ;
    qudt:uneceCommonCode "CUR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CUP a qudt:Unit ;
    rdfs:label "US Liquid Cup"@en ;
    dcterms:description "\"US Liquid Cup\" is a unit for  'Liquid Volume' expressed as $cup$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00023658825 ;
    qudt:conversionMultiplierSN 2.365883e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:CUP_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "cup"^^xsd:string ;
    qudt:ucumCode "[cup_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CUP_US a qudt:Unit ;
    rdfs:label "Cup (US)"@en ;
    dcterms:description "unit of the volume according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00023658825 ;
    qudt:conversionMultiplierSN 2.365883e-04 ;
    qudt:exactMatch unit:CUP ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA404"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA404"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume according to the Anglo-American system of units"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "cup{US}"^^xsd:string ;
    qudt:ucumCode "[cup_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiGRAY a qudt:Unit ;
    rdfs:label "centigray"^^xsd:string ;
    dcterms:description "0.01-fold of the unit gray"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose,
        qudtqk:Kerma ;
    qudt:iec61360Code "0112/2///62720#UAB503"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB503"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:GRAY ;
    qudt:symbol "cGy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-PER-GM a qudt:Unit ;
    rdfs:label "Square centimetres per gram"@en,
        "Square centimeters per gram"@en-us ;
    dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MassAttenuationCoefficient,
        qudtqk:SpecificSurfaceArea ;
    qudt:iec61360Code "0112/2///62720#UAB193"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB193"^^xsd:anyURI ;
    qudt:symbol "cm²/g"^^xsd:string ;
    qudt:ucumCode "cm2.g-1"^^qudt:UCUMcs,
        "cm2/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2-PER-V-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "square centimetre per volt second"@en,
        "Square Centimeter per Volt Second"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:expression "$cm^2/V-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:Mobility ;
    qudt:symbol "cm²/(V·s)"^^xsd:string ;
    qudt:ucumCode "cm2.V-1.s-1"^^qudt:UCUMcs,
        "cm2/(V.s)"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-MOL a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Mole"@en,
        "Cubic Centimeter per Mole"@en-us ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MolarRefractivity,
        qudtqk:MolarVolume ;
    qudt:iec61360Code "0112/2///62720#UAA398"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA398"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^xsd:string ;
    qudt:symbol "cm³/mol"^^xsd:string ;
    qudt:ucumCode "cm3.mol-1"^^qudt:UCUMcs,
        "cm3/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-MOL-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Centimeter per Mole Second"@en,
        "Cubic Centimeter per Mole Second"@en-us ;
    dcterms:description "A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:AtmosphericHydroxylationRate,
        qudtqk:SecondOrderReactionRateConstant ;
    qudt:symbol "cm³/(mol·s)"^^xsd:string ;
    qudt:ucumCode "cm3.mol-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DARCY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Darcy"@en ;
    dcterms:description "<p>The $darcy$ (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length<sup>2</sup>."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000009869233 ;
    qudt:conversionMultiplierSN 9.869233e-13 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Darcy_(unit)"^^xsd:anyURI ;
    qudt:expression "$d$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:HydraulicPermeability ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ;
    qudt:plainTextDescription "The darcy (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length²."^^xsd:string ;
    qudt:scalingOf unit:M2 ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEBYE a qudt:Unit ;
    rdfs:label "Debye"@en ;
    dcterms:description "\"Debye\" is a C.G.S System unit for  'Electric Dipole Moment' expressed as $D$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000000000000000000000000000333564 ;
    qudt:conversionMultiplierSN 3.33564e-30 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Debye"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricDipoleMoment ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-HR a qudt:Unit ;
    rdfs:label "Degree Celsius per Hour"@en ;
    dcterms:description "$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:expression "$degC / h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA036"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA036"^^xsd:anyURI ;
    qudt:symbol "°C/h"^^xsd:string ;
    qudt:ucumCode "Cel.h-1"^^qudt:UCUMcs,
        "Cel/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-MIN a qudt:Unit ;
    rdfs:label "Degree Celsius per Minute"@en ;
    dcterms:description "$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:expression "$degC / m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA037"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA037"^^xsd:anyURI ;
    qudt:symbol "°C/min"^^xsd:string ;
    qudt:ucumCode "Cel.min-1"^^qudt:UCUMcs,
        "Cel/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-SEC a qudt:Unit ;
    rdfs:label "Degree Celsius per Second"@en ;
    dcterms:description "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$degC / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA038"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA038"^^xsd:anyURI ;
    qudt:symbol "°C/s"^^xsd:string ;
    qudt:ucumCode "Cel.s-1"^^qudt:UCUMcs,
        "Cel/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_C-PER-YR a qudt:Unit ;
    rdfs:label "Degrees Celsius per year"@en ;
    dcterms:description "A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000316880878140289 ;
    qudt:conversionMultiplierSN 3.168809e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:symbol "°C/a"^^xsd:string ;
    qudt:ucumCode "Cel.a-1"^^qudt:UCUMcs,
        "Cel/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-PER-HR a qudt:Unit ;
    rdfs:label "Degree Fahrenheit per Hour"@en ;
    dcterms:description "$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000154320987654321 ;
    qudt:conversionMultiplierSN 1.54321e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF / h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA044"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA044"^^xsd:anyURI ;
    qudt:symbol "°F/h"^^xsd:string ;
    qudt:ucumCode "[degF].h-1"^^qudt:UCUMcs,
        "[degF]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-PER-MIN a qudt:Unit ;
    rdfs:label "Degree Fahrenheit per Minute"@en ;
    dcterms:description "$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.009259259259259260000000000000000002 ;
    qudt:conversionMultiplierSN 9.259259e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF / m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA045"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA045"^^xsd:anyURI ;
    qudt:symbol "°F/min"^^xsd:string ;
    qudt:ucumCode "[degF].min-1"^^qudt:UCUMcs,
        "[degF]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_F-PER-SEC a qudt:Unit ;
    rdfs:label "Degree Fahrenheit per Second"@en ;
    dcterms:description "$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5555555555555556 ;
    qudt:conversionMultiplierSN 5.555556e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA046"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA046"^^xsd:anyURI ;
    qudt:symbol "°F/s"^^xsd:string ;
    qudt:ucumCode "[degF].s-1"^^qudt:UCUMcs,
        "[degF]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_R-PER-HR a qudt:Unit ;
    rdfs:label "Degree Rankine per Hour"@en ;
    dcterms:description """
  The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000154320987654321 ;
    qudt:conversionMultiplierSN 1.54321e-04 ;
    qudt:expression "$degR / h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA051"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA051"^^xsd:anyURI ;
    qudt:symbol "°R/h"^^xsd:string ;
    qudt:ucumCode "[degR].h-1"^^qudt:UCUMcs,
        "[degR]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_R-PER-MIN a qudt:Unit ;
    rdfs:label "Degree Rankine per Minute"@en ;
    dcterms:description """
  The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.009259259259259260000000000000000002 ;
    qudt:conversionMultiplierSN 9.259259e-03 ;
    qudt:expression "$degR / m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA052"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA052"^^xsd:anyURI ;
    qudt:symbol "°R/min"^^xsd:string ;
    qudt:ucumCode "[degR].min-1"^^qudt:UCUMcs,
        "[degR]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG_R-PER-SEC a qudt:Unit ;
    rdfs:label "Degree Rankine per Second"@en ;
    dcterms:description """
  The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.5555555555555556 ;
    qudt:conversionMultiplierSN 5.555556e-01 ;
    qudt:expression "$degR / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG_R ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA053"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA053"^^xsd:anyURI ;
    qudt:symbol "°R/s"^^xsd:string ;
    qudt:ucumCode "[degR].s-1"^^qudt:UCUMcs,
        "[degR]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DENIER a qudt:Unit ;
    rdfs:label "Denier"@en ;
    dcterms:description "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ;
    qudt:conversionMultiplier 0.00000011 ;
    qudt:conversionMultiplierSN 1.1e-07 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Denier"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAB244"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ;
    qudt:symbol "D"^^xsd:string ;
    qudt:ucumCode "[den]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DPI a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Dots per Inch"@en ;
    dcterms:description "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 39.37008 ;
    qudt:conversionMultiplierSN 3.937008e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:DotsPerInch,
        qudtqk:LineicResolution ;
    qudt:iec61360Code "0112/2///62720#UAA421"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA421"^^xsd:anyURI ;
    qudt:plainTextDescription "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ;
    qudt:symbol "DPI"^^xsd:string ;
    qudt:ucumCode "{dot}/[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-SEC-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Dyne Second per Cubic Centimetre"@en,
        "Dyne Second per Cubic Centimeter"@en-us ;
    dcterms:description "CGS unit of the acoustic image impedance of the medium"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:iec61360Code "0112/2///62720#UAB102"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB102"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the acoustic image impedance of the medium"^^xsd:string ;
    qudt:symbol "dyn·s/cm³"^^xsd:string ;
    qudt:ucumCode "dyn.s.cm-3"^^qudt:UCUMcs,
        "dyn.s/cm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DecaPOISE a qudt:Unit ;
    rdfs:label "Dekapoise"@de,
        "Decapoise"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:plainTextDescription "10-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:POISE ;
    qudt:symbol "daP"^^xsd:string ;
    qudt:ucumCode "daP"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3-PER-MOL a qudt:Unit ;
    rdfs:label "Cubic Decimetre per Mole"@en,
        "Cubic Decimeter per Mole"@en-us ;
    dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:MolarRefractivity,
        qudtqk:MolarVolume ;
    qudt:iec61360Code "0112/2///62720#UAA419"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA419"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^xsd:string ;
    qudt:symbol "dm³/mol"^^xsd:string ;
    qudt:ucumCode "dm3.mol-1"^^qudt:UCUMcs,
        "dm3/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ENZ a qudt:Unit ;
    rdfs:label "enzyme unit"^^xsd:string ;
    dcterms:description "unit to express the catalytic activity of a specified chemical redation"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:iec61360Code "0112/2///62720#UAB600"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB600"^^xsd:anyURI ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERLANG a qudt:Unit ;
    rdfs:label "Erlang"@en ;
    dcterms:description "The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Erlang_(unit)"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB340"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Erlang_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB340"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
    qudt:symbol "E"^^xsd:string ;
    qudt:uneceCommonCode "Q11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-PER-T a qudt:Unit ;
    rdfs:label "Electron Volt per Tesla"@en ;
    dcterms:description """
  The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:expression "$eV T^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ] ;
    qudt:hasQuantityKind qudtqk:MagneticAreaMoment,
        qudtqk:MagneticMoment ;
    qudt:symbol "eV/T"^^xsd:string ;
    qudt:ucumCode "eV.T-1"^^qudt:UCUMcs,
        "eV/T"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "ExaByte"@en ;
    dcterms:description "The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5545177444479562475.3378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+18 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Exabyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "EB"^^xsd:string ;
    qudt:ucumCode "EBy"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExbiBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "ExbiByte"@en ;
    dcterms:description "The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 847976878121765354.5564583782058114 ;
    qudt:conversionMultiplierSN 8.479769e+17 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Exbibyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA143"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA143"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exbi> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "EiB"^^xsd:string ;
    qudt:uneceCommonCode "E59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FARAD_Ab a qudt:Unit ;
    rdfs:label "Abfarad"@en ;
    dcterms:description "An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Abfarad"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Abfarad?oldid=407124018"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "abF"^^xsd:string ;
    qudt:ucumCode "GF"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM-SEC a qudt:Unit ;
    rdfs:label "gram per centimetre second"^^xsd:string ;
    dcterms:description "unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB433"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB433"^^xsd:anyURI ;
    qudt:symbol "g/(cm·s)"^^xsd:string ;
    qudt:ucumCode "g.cm-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM2-YR a qudt:Unit ;
    rdfs:label "Grams per square centimetre year"@en ;
    dcterms:description "A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000316880878140289 ;
    qudt:conversionMultiplierSN 3.168809e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "g/(cm²·a)"^^xsd:string ;
    qudt:ucumCode "g.cm-2.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M2-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Grams per square meter per hour"@en ;
    dcterms:description "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "^^xsd:string ;
    qudt:symbol "g/(m²·h)"^^xsd:string ;
    qudt:ucumCode "g.m-2.hr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M2-YR a qudt:Unit ;
    rdfs:label "grams per square metre per year"@en,
        "grams per square meter per year"@en-us ;
    dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a year (365.25 days)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000316880878 ;
    qudt:expression "\\(g-m^{-2}-year^{-1}\\)"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a year."^^xsd:string ;
    qudt:symbol "g/(m²·a)"^^xsd:string ;
    qudt:ucumCode "g.m-2.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM_Carbon-PER-M2-DAY a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "grams Carbon per square metre day"@en,
        "grams Carbon per square meter day"@en-us ;
    dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ;
    qudt:conversionMultiplier 0.000000011574073 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:expression "$g C-m^{-2}-day^{-1}$."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM_Carbon ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."^^xsd:string ;
    qudt:symbol "g{carbon}/(m²·day)"^^xsd:string ;
    qudt:ucumCode "g.m-2.d-1{C}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:GM-PER-M2-DAY .

unit:GM_Nitrogen-PER-M2-DAY a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "grams Nitrogen per square metre day"@en,
        "grams Nitrogen per square meter day"@en-us ;
    dcterms:description "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ;
    qudt:conversionMultiplier 0.000000011574073 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:expression "$g N-m^{-2}-day^{-1}$."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM_Nitrogen ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."^^xsd:string ;
    qudt:symbol "g{nitrogen}/(m²·day)"^^xsd:string ;
    qudt:ucumCode "g.m-2.d-1{N}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:GM-PER-M2-DAY .

unit:GibiBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "GibiByte"@en ;
    dcterms:description "The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5954088943.6391441429912255610071 ;
    qudt:conversionMultiplierSN 5.954089e+09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gibibyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA162"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA162"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Gibi> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "GiB"^^xsd:string ;
    qudt:uneceCommonCode "E62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBYTE-PER-SEC a qudt:Unit ;
    rdfs:label "gigabyte per second"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the unit byte divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 5545177444.4795624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaBYTE ] ;
    qudt:hasQuantityKind qudtqk:ByteRate ;
    qudt:iec61360Code "0112/2///62720#UAA157"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA157"^^xsd:anyURI ;
    qudt:symbol "GB/s"^^xsd:string ;
    qudt:ucumCode "GBy.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaPA-CentiM3-PER-GM a qudt:Unit ;
    rdfs:label "Gigapascal Cubed Centimetre per Gram"@en,
        "Gigapascal Cubed Centimeter per Gram"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:exactMatch unit:KiloM2-PER-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SpecificModulus ;
    qudt:symbol "GPa·cm³/g"^^xsd:string ;
    qudt:ucumCode "GPa.cm3.g-1"^^qudt:UCUMcs,
        "GPa.cm3/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaVAR a qudt:Unit ;
    rdfs:label "gigavolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000001 of the unit volt ampere reactive"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC508"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "GVA{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Henry per Metre"@en,
        "Henry per Meter"@en-us ;
    dcterms:description "The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H/m$ is the equivalent of one kilogram meter per square second per square ampere."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$H/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:H ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticPermeability,
        qudtqk:Permeability ;
    qudt:iec61360Code "0112/2///62720#UAA168"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA168"^^xsd:anyURI ;
    qudt:symbol "H/m"^^xsd:string ;
    qudt:ucumCode "H.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HZ-PER-T a qudt:Unit ;
    rdfs:label "Hertz per Tesla"@en ;
    dcterms:description "\"Hertz per Tesla\" is a unit for  'Electric Charge Per Mass' expressed as $Hz T^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$Hz T^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HZ ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:symbol "Hz/T"^^xsd:string ;
    qudt:ucumCode "Hz.T-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H_Stat-PER-CentiM a qudt:Unit ;
    rdfs:label "Stathenry per Centimetre"@en,
        "Stathenry per Centimeter"@en-us ;
    dcterms:description "The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 89876000000000.0 ;
    qudt:conversionMultiplierSN 8.9876e+13 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:expression "$stath-per-cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:H_Stat ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticPermeability,
        qudtqk:Permeability ;
    qudt:symbol "statH/cm"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "جول لكل كلفن"@ar,
        "joule na kelvin"@cs,
        "Joule je Kelvin"@de,
        "joule per kelvin"@en,
        "julio por kelvin"@es,
        "ژول بر کلوین"@fa,
        "joule par kelvin"@fr,
        "जूल प्रति कैल्विन"@hi,
        "joule al kelvin"@it,
        "ジュール毎立方メートル"@ja,
        "joule per kelvin"@ms,
        "dżul na kelwin"@pl,
        "joule por kelvin"@pt,
        "joule pe kelvin"@ro,
        "джоуль на кельвин"@ru,
        "joule na kelvin"@sl,
        "joule bölü kelvin"@tr,
        "焦耳每开尔文"@zh ;
    dcterms:description "Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Entropy,
        qudtqk:HeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAA173"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA173"^^xsd:anyURI ;
    qudt:symbol "J/K"^^xsd:string ;
    qudt:ucumCode "J.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "JE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Metre"@en,
        "Joule per Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ;
    qudt:expression "$j/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearEnergyTransfer,
        qudtqk:TotalLinearStoppingPower ;
    qudt:iec61360Code "0112/2///62720#UAA178"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA178"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "J/m"^^xsd:string ;
    qudt:ucumCode "J.m-1"^^qudt:UCUMcs,
        "J/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-MOL-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Mole Kelvin"@en ;
    dcterms:description "Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/(mol-K)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:MolarEntropy,
        qudtqk:MolarHeatCapacity ;
    qudt:iec61360Code "0112/2///62720#UAA184"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA184"^^xsd:anyURI ;
    qudt:symbol "J/(mol·K)"^^xsd:string ;
    qudt:ucumCode "J.mol-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-T a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "جول لكل تسلا"@ar,
        "joule na tesla"@cs,
        "Joule je Tesla"@de,
        "joule per tesla"@en,
        "julio por tesla"@es,
        "ژول بر تسلا"@fa,
        "joule par tesla"@fr,
        "जूल प्रति टैस्ला"@hi,
        "joule al tesla"@it,
        "ジュール毎立方メートル"@ja,
        "joule per tesla"@ms,
        "dżul na tesla"@pl,
        "joule por tesla"@pt,
        "joule pe tesla"@ro,
        "джоуль на тесла"@ru,
        "joule bölü tesla"@tr,
        "焦耳每特斯拉"@zh ;
    dcterms:description "The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$j-per-t$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:MagneticAreaMoment,
        qudtqk:MagneticMoment ;
    qudt:iec61360Code "0112/2///62720#UAB336"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB336"^^xsd:anyURI ;
    qudt:symbol "J/T"^^xsd:string ;
    qudt:ucumCode "J.T-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-HR a qudt:Unit ;
    rdfs:label "Kelvin per Hour"@en ;
    dcterms:description "$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:expression "$K / h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA189"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA189"^^xsd:anyURI ;
    qudt:symbol "K/h"^^xsd:string ;
    qudt:ucumCode "K.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-MIN a qudt:Unit ;
    rdfs:label "Kelvin per Minute"@en ;
    dcterms:description "$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:expression "$K / min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA191"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA191"^^xsd:anyURI ;
    qudt:symbol "K/min"^^xsd:string ;
    qudt:ucumCode "K.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K-PER-SEC a qudt:Unit ;
    rdfs:label "Kelvin per Second"@en ;
    dcterms:description "$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$K / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:TemperaturePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA192"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA192"^^xsd:anyURI ;
    qudt:symbol "K/s"^^xsd:string ;
    qudt:ucumCode "K.s-1"^^qudt:UCUMcs,
        "K/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kayser"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kayser"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$cm^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kayser?oldid=458489166"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/kayser> ;
    qudt:symbol "K"^^xsd:string ;
    qudt:ucumCode "Ky"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KibiBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "KibiByte"@en ;
    dcterms:description "The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5678.2617031470719747459655389854 ;
    qudt:conversionMultiplierSN 5.678262e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA197"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA197"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kibi> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "KiB"^^xsd:string ;
    qudt:uneceCommonCode "E64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBIT a qudt:Unit ;
    rdfs:label "kilobit"^^xsd:string ;
    dcterms:description "1,000-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 693.1471805599452 ;
    qudt:conversionMultiplierSN 6.931472e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB159"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB159"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "kbit"^^xsd:string ;
    qudt:uneceCommonCode "C37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBQ a qudt:Unit ;
    rdfs:label "Kilobecquerel"@en ;
    dcterms:description "1 000-fold of the SI derived unit becquerel"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA561"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA561"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit becquerel"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "kBq"^^xsd:string ;
    qudt:ucumCode "kBq"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2Q"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_Mean a qudt:Unit ;
    rdfs:label "Kilocalorie (mean)"@en ;
    dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4190.0 ;
    qudt:conversionMultiplierSN 4.19e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA587"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA587"^^xsd:anyURI ;
    qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^xsd:string ;
    qudt:scalingOf unit:J ;
    qudt:symbol "kcal{mean}"^^xsd:string ;
    qudt:ucumCode "kcal_m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCi a qudt:Unit ;
    rdfs:label "Kilocurie"@en ;
    dcterms:description "1,000-fold of the unit curie"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 37000000000000.0 ;
    qudt:conversionMultiplierSN 3.7e+13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity,
        qudtqk:DecayConstant ;
    qudt:iec61360Code "0112/2///62720#UAB046"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the unit curie"^^xsd:string ;
    qudt:symbol "kCi"^^xsd:string ;
    qudt:ucumCode "kCi"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2R"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-HA-YR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "kilogram per hectare per year"@en ;
    dcterms:description "A measure of areal density over time equivalent to 1 kg per hectare per year."^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000000316880878 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A measure of areal density over time equivalent to 1 kg per hectare per year."^^xsd:string ;
    qudt:symbol "kg/(ha·a)"^^xsd:string ;
    qudt:ucumCode "kg.har-1.year-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Hour"@en ;
    dcterms:description "Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000277777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:expression "$kg/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA607"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA607"^^xsd:anyURI ;
    qudt:symbol "kg/h"^^xsd:string ;
    qudt:ucumCode "kg.h-1"^^qudt:UCUMcs,
        "kg/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Metre"@en,
        "Kilogram per Meter"@en-us ;
    dcterms:description "Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:LinearDensity,
        qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAA616"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA616"^^xsd:anyURI ;
    qudt:symbol "kg/m"^^xsd:string ;
    qudt:ucumCode "kg.m-1"^^qudt:UCUMcs,
        "kg/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M-DAY a qudt:Unit ;
    rdfs:label "kilogram per metre day"^^xsd:string ;
    dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day"^^xsd:string ;
    qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB431"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB431"^^xsd:anyURI ;
    qudt:symbol "kg/(m·d)"^^xsd:string ;
    qudt:ucumCode "kg.m-1.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M-HR a qudt:Unit ;
    rdfs:label "Kilograms per metre hour"@en ;
    dcterms:description "One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB432"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB432"^^xsd:anyURI ;
    qudt:symbol "kg/(m·h)"^^xsd:string ;
    qudt:ucumCode "kg.m-1.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M-MIN a qudt:Unit ;
    rdfs:label "kilogram per metre minute"^^xsd:string ;
    dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB430"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB430"^^xsd:anyURI ;
    qudt:symbol "kg/(m·min)"^^xsd:string ;
    qudt:ucumCode "kg.m-1.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M2-DAY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "kilogram per square metre per day"@en,
        "kilogram per square meter per day"@en-us ;
    dcterms:description "A measure of areal density over time equivalent to 1 kg per square meter per day."^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001157407407407410 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A measure of areal density over time equivalent to 1 kg per square meter per day."^^xsd:string ;
    qudt:symbol "kg/(m²·d)"^^xsd:string ;
    qudt:ucumCode "kg.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M2-PA-SEC a qudt:Unit ;
    rdfs:label "Kilograms per square metre Pascal second"@en ;
    dcterms:description "unit for the ability of a material to allow the transition of the steam"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:S-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:VaporPermeance ;
    qudt:iec61360Code "0112/2///62720#UAB481"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB481"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ;
    qudt:symbol "kg/(m²·Pa·s)"^^xsd:string ;
    qudt:ucumCode "kg.m-2.Pa-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-MilliM a qudt:Unit ;
    rdfs:label "Kilogram per Millimetre"@en,
        "Kilogram per Millimeter"@en-us ;
    dcterms:description "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:LinearDensity,
        qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAB070"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB070"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "kg/mm"^^xsd:string ;
    qudt:ucumCode "kg.mm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-PA-SEC-M a qudt:Unit ;
    rdfs:label "kilogram na pascal sekunda metr"@cs,
        "Kilogramm je Pascal Sekunde Meter"@de,
        "kilogram per pascal second metre"@en,
        "kilogramo por pascal segundo metro"@es,
        "kilogramme par pascal-seconde-mètre"@fr,
        "chilogrammo al pascal secondo metro"@it,
        "kilogram per pascal saat meter"@ms,
        "kilogram na paskalosekundaometr"@pl,
        "quilograma por pascal segundo metro"@pt,
        "kilogram pe pascal-secundă-metru"@ro,
        "килограмм на паскаль-секунда-метр"@ru,
        "kilogram na pascal sekunda meter"@sl,
        "kilogram per pascal saniye metre"@tr ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VaporPermeability,
        qudtqk:WaterVaporDiffusionCoefficient ;
    qudt:plainTextDescription "Common unit for the Water vapour diffusion coefficient"^^xsd:string ;
    qudt:symbol "kg/(Pa·s·m)"^^xsd:string ;
    qudt:ucumCode "kg.Pa-1.s-1.m-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Second"@en ;
    dcterms:description "Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA629"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA629"^^xsd:anyURI ;
    qudt:symbol "kg/s"^^xsd:string ;
    qudt:ucumCode "kg.s-1"^^qudt:UCUMcs,
        "kg/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KGS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGRAY a qudt:Unit ;
    rdfs:label "kilogray"^^xsd:string ;
    dcterms:description "1,000-fold of the unit gray"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose,
        qudtqk:Kerma ;
    qudt:iec61360Code "0112/2///62720#UAB504"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB504"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:GRAY ;
    qudt:symbol "kGy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloH a qudt:Unit ;
    rdfs:label "kilohenry"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit henry"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:iec61360Code "0112/2///62720#UAB386"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB386"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "kH"^^xsd:string ;
    qudt:uneceCommonCode "P24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-K a qudt:Unit ;
    rdfs:label "Kilojoule per Kelvin"@en ;
    dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerTemperature ;
    qudt:iec61360Code "0112/2///62720#UAA569"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA569"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "kJ/K"^^xsd:string ;
    qudt:ucumCode "kJ.K-1"^^qudt:UCUMcs,
        "kJ/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLB-PER-HR a qudt:Unit ;
    rdfs:label "kilopound per hour"^^xsd:string ;
    dcterms:description "1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloLB ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAB391"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB391"^^xsd:anyURI ;
    qudt:symbol "klb/h"^^xsd:string ;
    qudt:uneceCommonCode "M90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLB_F-FT-PER-A a qudt:Unit ;
    rdfs:label "Pound Force Foot per Ampere"@en ;
    dcterms:description "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^rdf:HTML ;
    qudt:conversionMultiplier 1355.81800916358032544 ;
    qudt:conversionMultiplierSN 1.355818e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloLB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAB483"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB483"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^xsd:string ;
    qudt:symbol "klbf·ft/A"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[ft_i].A-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilolumen"@de,
        "kilolumen"@en ;
    dcterms:description "The 1000-fold of the SI unit Lumen."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousFlux ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:LM ;
    qudt:symbol "klm"^^xsd:string ;
    qudt:ucumCode "klm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM2-PER-SEC2 a qudt:Unit ;
    rdfs:label "Square kilometres per square second"@en,
        "Square Kilometers per Square Second"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:exactMatch unit:GigaPA-CentiM3-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:SpecificModulus ;
    qudt:symbol "km²/s²"^^xsd:string ;
    qudt:ucumCode "km2.s-2"^^qudt:UCUMcs,
        "km2/s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloR a qudt:Unit ;
    rdfs:label "Kiloroentgen"@en ;
    dcterms:description "1 000-fold of the unit roentgen"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.258 ;
    qudt:conversionMultiplierSN 2.58e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:iec61360Code "0112/2///62720#UAB057"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB057"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the unit roentgen"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:R ;
    qudt:symbol "kR"^^xsd:string ;
    qudt:ucumCode "kR"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloVA-PER-K a qudt:Unit ;
    rdfs:label "kilovolt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloVA ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD908"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908"^^xsd:anyURI ;
    qudt:symbol "kVA/K"^^xsd:string ;
    qudt:ucumCode "kVA.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloVAR-PER-K a qudt:Unit ;
    rdfs:label "kilovolt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloVAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD904"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904"^^xsd:anyURI ;
    qudt:symbol "kVA{Reactive}/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-MOL a qudt:Unit ;
    rdfs:label "Litre per Mole"@en,
        "Liter per Mole"@en-us ;
    dcterms:description "unit litre divided by the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:MolarRefractivity,
        qudtqk:MolarVolume ;
    qudt:iec61360Code "0112/2///62720#UAA662"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA662"^^xsd:anyURI ;
    qudt:plainTextDescription "unit litre divided by the SI base unit mol"^^xsd:string ;
    qudt:symbol "L/mol"^^xsd:string ;
    qudt:ucumCode "L.mol-1"^^qudt:UCUMcs,
        "L/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-MOL-SEC a qudt:Unit ;
    rdfs:label "litre per mol second"^^xsd:string ;
    dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second"^^qudt:LatexString ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AtmosphericHydroxylationRate,
        qudtqk:SecondOrderReactionRateConstant ;
    qudt:iec61360Code "0112/2///62720#UAD915"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD915"^^xsd:anyURI ;
    qudt:symbol "L/(mol·s)"^^xsd:string ;
    qudt:ucumCode "L.mol-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-MicroMOL a qudt:Unit ;
    rdfs:label "Litres per micromole"@en ;
    dcterms:description "The inverse of a molar concentration."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:MolarRefractivity,
        qudtqk:MolarVolume ;
    qudt:symbol "L/μmol"^^xsd:string ;
    qudt:ucumCode "L.umol-1"^^qudt:UCUMcs,
        "L/umol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT-DAY a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per foot day"^^xsd:string ;
    dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system"^^xsd:string ;
    qudt:conversionMultiplier 0.00001722411971724020608535044230582288 ;
    qudt:conversionMultiplierSN 1.722412e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB436"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB436"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft·d)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-1.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT-HR a qudt:Unit ;
    rdfs:label "Pound per Foot Hour"@en ;
    dcterms:description "\"Pound per Foot Hour\" is an Imperial unit for  'Dynamic Viscosity' expressed as $lb/(ft-h)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0004133788732137649 ;
    qudt:conversionMultiplierSN 4.133789e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/(ft-h)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA674"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA674"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft·h)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-1.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT-MIN a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per foot minute"^^xsd:string ;
    dcterms:description "unit of the dynamic viscosity according to the Anglo-American unit system"^^xsd:string ;
    qudt:conversionMultiplier 0.02480273239282589676290463692038495 ;
    qudt:conversionMultiplierSN 2.480273e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB435"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB435"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft·min)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-1.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT-SEC a qudt:Unit ;
    rdfs:label "Pound per Foot Second"@en ;
    dcterms:description "\"Pound per Foot Second\" is an Imperial unit for  'Dynamic Viscosity' expressed as $lb/(ft-s)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.4881639435695537 ;
    qudt:conversionMultiplierSN 1.488164e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/(ft-s)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA675"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA675"^^xsd:anyURI ;
    qudt:symbol "lbm/(ft·s)"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-HR a qudt:Unit ;
    rdfs:label "Pound per Hour"@en ;
    dcterms:description "Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$.  Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00012599788055555556 ;
    qudt:conversionMultiplierSN 1.259979e-04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pound_per_hour"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$PPH$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA682"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA682"^^xsd:anyURI ;
    qudt:symbol "lbm/h"^^xsd:string ;
    qudt:ucumCode "[lb_av].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4U"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-MIN a qudt:Unit ;
    rdfs:label "Pound per Minute"@en ;
    dcterms:description "\"Pound per Minute\" is an Imperial unit for  'Mass Per Time' expressed as $lb/min$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.007559872833333333 ;
    qudt:conversionMultiplierSN 7.559873e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA689"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA689"^^xsd:anyURI ;
    qudt:symbol "lbm/min"^^xsd:string ;
    qudt:ucumCode "[lb_av].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-SEC-PER-FT2 a qudt:Unit ;
    rdfs:label "Pound Force Second per Square Foot"@en ;
    dcterms:description "\"Pound Force Second per Square Foot\" is an Imperial unit for  'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 47.8802631 ;
    qudt:conversionMultiplierSN 4.788026e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf-s/ft^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA707"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA707"^^xsd:anyURI ;
    qudt:symbol "lbf·s/ft²"^^xsd:string ;
    qudt:ucumCode "[lbf_av].s.[sft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-SEC-PER-IN2 a qudt:Unit ;
    rdfs:label "Pound Force Second per Square Inch"@en ;
    dcterms:description "\"Pound Force Second per Square Inch\" is an Imperial unit for  'Dynamic Viscosity' expressed as $lbf-s/in^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6894.75789 ;
    qudt:conversionMultiplierSN 6.894758e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf-s/in^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA708"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA708"^^xsd:anyURI ;
    qudt:symbol "lbf·s/in²"^^xsd:string ;
    qudt:ucumCode "[lbf_av].s.[sin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-HA a qudt:Unit ;
    rdfs:label "Metres per hectare"@en ;
    dcterms:description "A rate of change of SI standard unit length per hectare (squared hectometer) area."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:symbol "m/ha"^^xsd:string ;
    qudt:ucumCode "m.hm-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-M2 a qudt:Unit ;
    rdfs:label "Metres per square metre"@en,
        "Meters per square meter"@en-us ;
    dcterms:description "A rate of change of SI standard unit length per squared meter area."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:symbol "m/m²"^^xsd:string ;
    qudt:ucumCode "m.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-K-PER-W a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre Kelvin per Watt"@en,
        "Square Meter Kelvin per Watt"@en-us ;
    dcterms:description "$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$(K^{2})m/W$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ThermalInsulance ;
    qudt:iec61360Code "0112/2///62720#UAA746"^^xsd:string ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA746"^^xsd:anyURI ;
    qudt:symbol "m²·K/W"^^xsd:string ;
    qudt:ucumCode "m2.K.W-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-MOL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre per Mole"@en,
        "Square Meter per Mole"@en-us ;
    dcterms:description "Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^2/mol$"^^qudt:LatexString,
        "$m^{2}/mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:MolarAbsorptionCoefficient,
        qudtqk:MolarAttenuationCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA751"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA751"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m²/mol"^^xsd:string ;
    qudt:ucumCode "m2.mol-1"^^qudt:UCUMcs,
        "m2/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SEC2-K a qudt:Unit ;
    rdfs:label "square metre per square second kelvin"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:SpecificHeatCapacity ;
    qudt:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ;
    qudt:symbol "m²/(s²·K)"^^xsd:string ;
    qudt:ucumCode "m2.s2-1.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-V-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Quadratmeter je Volt und Sekunde"@de,
        "square metre per volt second"@en,
        "Square Meter per Volt Second"@en-us,
        "metro quadrato al volt e al secondo"@it ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^2/v-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:Mobility ;
    qudt:iec61360Code "0112/2///62720#UAA748"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA748"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m²/(V·s)"^^xsd:string ;
    qudt:ucumCode "m2.V-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-MOL a qudt:Unit ;
    rdfs:label "متر مكعب لكل مول"@ar,
        "metr krychlový na mol"@cs,
        "Kubikmeter je Mol"@de,
        "cubic metre per mole"@en,
        "Cubic Meter per Mole"@en-us,
        "metro cúbico por mol"@es,
        "متر مکعب بر مول"@fa,
        "mètre cube par mole"@fr,
        "घन मीटर प्रति मोल (इकाई)"@hi,
        "metro cubo alla mole"@it,
        "立方メートル 毎立方メートル"@ja,
        "meter kubik per mole"@ms,
        "metr sześcienny na mol"@pl,
        "metro cúbico por mol"@pt,
        "metru cub pe mol"@ro,
        "кубический метр на моль"@ru,
        "kubični meter na mol"@sl,
        "metreküp bölü metre küp"@tr,
        "立方米每摩尔"@zh ;
    dcterms:description "<p>The molar volume, symbol $Vm$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole $m3/mol$, although it is more practical to use the units cubic decimetres per mole $dm3/mol$ for gases and cubic centimetres per mole $cm3/mol$ for liquids and solids</p>."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{3} mol^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MolarRefractivity,
        qudtqk:MolarVolume ;
    qudt:iec61360Code "0112/2///62720#UAA771"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA771"^^xsd:anyURI ;
    qudt:symbol "m³/mol"^^xsd:string ;
    qudt:ucumCode "m3.mol-1"^^qudt:UCUMcs,
        "m3/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-MOL-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Metre per Mole Second"@en,
        "Cubic Meter per Mole Second"@en-us ;
    dcterms:description "A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AtmosphericHydroxylationRate,
        qudtqk:SecondOrderReactionRateConstant ;
    qudt:symbol "m³/(mol·s)"^^xsd:string ;
    qudt:ucumCode "m3.mol-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MESH a qudt:Unit ;
    rdfs:label "Mesh"@en ;
    dcterms:description "\"Mesh\" is a measure of particle size or fineness of a woven product."@en ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:anyURI ;
    qudt:symbol "mesh"^^xsd:string ;
    qudt:ucumCode "[mesh_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MHO_Stat a qudt:Unit ;
    rdfs:label "Statmho"@en ;
    dcterms:description "\"StatMHO\" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \\; statvolt$ applied between the points produces in the conductor a current of $1 \\; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \\times 10^{-12} mho$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000011126500561 ;
    qudt:conversionMultiplierSN 1.11265e-12 ;
    qudt:exactMatch unit:S_Stat ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricConductivity ;
    qudt:informativeReference "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> ;
    qudt:scalingOf unit:S-PER-M ;
    qudt:symbol "stat℧"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MX a qudt:Unit ;
    rdfs:label "Maxwell"@en ;
    dcterms:description "\"Maxwell\" is a C.G.S System unit for  'Magnetic Flux' expressed as $Mx$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Maxwell"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAB155"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB155"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> ;
    qudt:scalingOf unit:WB ;
    qudt:symbol "Mx"^^xsd:string ;
    qudt:ucumCode "Mx"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MebiBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "Mebibyte"@en ;
    dcterms:description "The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5814539.984022601702139868711921018 ;
    qudt:conversionMultiplierSN 5.81454e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA233"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA233"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mebi> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "MiB"^^xsd:string ;
    qudt:uneceCommonCode "E63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBIT a qudt:Unit ;
    rdfs:label "megabit"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 693147.18055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB171"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB171"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Mbit"^^xsd:string ;
    qudt:uneceCommonCode "D36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBQ a qudt:Unit ;
    rdfs:label "Megabecquerel"@en ;
    dcterms:description "1,000,000-fold of the derived unit becquerel"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA205"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA205"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit becquerel"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "MBq"^^xsd:string ;
    qudt:ucumCode "MBq"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4N"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBYTE-PER-SEC a qudt:Unit ;
    rdfs:label "megabyte per second"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit byte devided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 5545177.4444795624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaBYTE ] ;
    qudt:hasQuantityKind qudtqk:ByteRate ;
    qudt:iec61360Code "0112/2///62720#UAB307"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB307"^^xsd:anyURI ;
    qudt:symbol "MB/s"^^xsd:string ;
    qudt:ucumCode "MBy.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaCCY_USD-PER-FLIGHT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Million US Dollars per Flight"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$M\\$/Flight$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:FLIGHT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaCCY_USD ] ;
    qudt:hasQuantityKind qudtqk:CurrencyPerFlight ;
    qudt:symbol "$M/flight"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaCCY_USD-PER-YR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Million US Dollars per Year"@en ;
    qudt:expression "$M\\$/yr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaCCY_USD ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "$M/a"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaEV-PER-SpeedOfLight a qudt:Unit ;
    rdfs:label "Mega Electron Volt per Speed of Light"@en ;
    dcterms:description "\"Mega Electron Volt per Speed of Light\" is a unit for  'Linear Momentum' expressed as $MeV/c$."^^qudt:LatexString ;
    qudt:expression "$MeV/c$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaEV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SpeedOfLight ] ;
    qudt:hasQuantityKind qudtqk:LinearMomentum,
        qudtqk:Momentum ;
    qudt:symbol "MeV/c"^^xsd:string ;
    qudt:ucumCode "MeV.[c]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaGRAY a qudt:Unit ;
    rdfs:label "megagray"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit gray"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose,
        qudtqk:Kerma ;
    qudt:iec61360Code "0112/2///62720#UAB505"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB505"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:GRAY ;
    qudt:symbol "MGy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaHZ-PER-T a qudt:Unit ;
    rdfs:label "Mega Hertz per Tesla"@en ;
    dcterms:description "\"Mega Hertz per Tesla\" is a unit for  'Electric Charge Per Mass' expressed as $MHz T^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:expression "$MHz T^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaHZ ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:symbol "MHz/T"^^xsd:string ;
    qudt:ucumCode "MHz.T-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM-KiloM a qudt:Unit ;
    rdfs:label "megaohm kilometre"^^xsd:string ;
    dcterms:description "1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:ResidualResistivity,
        qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAB406"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB406"^^xsd:anyURI ;
    qudt:symbol "MΩ·km"^^xsd:string ;
    qudt:ucumCode "MOhm.km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-CentiM2-WK a qudt:Unit ;
    rdfs:label "Micrograms per square centimetre week"@en,
        "Micrograms per square centimeter week"@en-us ;
    dcterms:description "A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000016534392 ;
    qudt:conversionMultiplierSN 1.653439e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:WK ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "μg/(cm²·wk)"^^xsd:string ;
    qudt:ucumCode "µg.cm-2.wk-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Micrograms per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "μg/(m²·d)"^^xsd:string ;
    qudt:ucumCode "ug.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroH-PER-M a qudt:Unit ;
    rdfs:label "Microhenry per Metre"@en,
        "Microhenry per Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroH ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticPermeability,
        qudtqk:Permeability ;
    qudt:iec61360Code "0112/2///62720#UAA069"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA069"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "μH/m"^^xsd:string ;
    qudt:ucumCode "uH.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroKAT a qudt:Unit ;
    rdfs:label "MicroKAT"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:KAT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM-PER-L-DAY a qudt:Unit ;
    rdfs:label "Micromoles per litre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:Flux,
        qudtqk:ParticleFluenceRate ;
    qudt:symbol "μm/(L·d)"^^xsd:string ;
    qudt:ucumCode "um.L-1.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMHO a qudt:Unit ;
    rdfs:label "Micromho"@en ;
    dcterms:description "0.000001-fold of the obsolete unit mho of the electric conductance"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:iec61360Code "0112/2///62720#UAB201"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB201"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the obsolete unit mho of the electric conductance"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:MHO ;
    qudt:symbol "µ℧"^^xsd:string ;
    qudt:ucumCode "umho"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroOHM a qudt:Unit ;
    rdfs:label "Microohm"@en ;
    dcterms:description "0.000001-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA055"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA055"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "μΩ"^^xsd:string ;
    qudt:ucumCode "uOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroPOISE a qudt:Unit ;
    rdfs:label "Micropoise"@en ;
    dcterms:description "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA072"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA072"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:POISE ;
    qudt:symbol "μP"^^xsd:string ;
    qudt:ucumCode "uP"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroS-PER-CentiM a qudt:Unit ;
    rdfs:label "Microsiemens per Centimetre"@en,
        "Microsiemens per Centimeter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:expression "\\(uS-cm^{-1}\\)"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroS ] ;
    qudt:hasQuantityKind qudtqk:Conductivity,
        qudtqk:ElectrolyticConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA075"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA075"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit of electrical conductivity equal to 0.000001-fold of the SI derived unit siemens divided by 0,01-fold of the SI base unit meter"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:symbol "μS/cm"^^xsd:string ;
    qudt:ucumCode "uS.cm-1"^^qudt:UCUMcs,
        "uS/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroVA-PER-K a qudt:Unit ;
    rdfs:label "microvolt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroVA ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD907"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907"^^xsd:anyURI ;
    qudt:symbol "µVA/K"^^xsd:string ;
    qudt:ucumCode "uVA.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroVAR-PER-K a qudt:Unit ;
    rdfs:label "microvolt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroVAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD903"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903"^^xsd:anyURI ;
    qudt:symbol "µvar/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliC-PER-KiloGM a qudt:Unit ;
    rdfs:label "Millicoulomb per Kilogram"@en ;
    dcterms:description "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliC ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:iec61360Code "0112/2///62720#UAA783"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA783"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "mC/kg"^^xsd:string ;
    qudt:ucumCode "mC.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C8"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M2-DAY a qudt:Unit ;
    rdfs:label "Milligrams per square metre day"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "mg/(m²·d)"^^xsd:string ;
    qudt:ucumCode "mg.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M2-HR a qudt:Unit ;
    rdfs:label "Milligrams per square metre hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "mg/(m²·h)"^^xsd:string ;
    qudt:ucumCode "mg.m-2.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M2-SEC a qudt:Unit ;
    rdfs:label "Milligrams per square metre second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "mg/(m²·s)"^^xsd:string ;
    qudt:ucumCode "mg.m-2.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliKAT a qudt:Unit ;
    rdfs:label "MilliKAT"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:KAT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-GM a qudt:Unit ;
    rdfs:label "Millimole per Gram"@en ;
    dcterms:description "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength ;
    qudt:iec61360Code "0112/2///62720#UAA878"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA878"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "mmol/g"^^xsd:string ;
    qudt:ucumCode "mmol.g-1"^^qudt:UCUMcs,
        "mmol/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Millimole per Kilogram"@en ;
    dcterms:description "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength ;
    qudt:iec61360Code "0112/2///62720#UAA879"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA879"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "mmol/kg"^^xsd:string ;
    qudt:ucumCode "mmol.kg-1"^^qudt:UCUMcs,
        "mmol/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliPA-SEC a qudt:Unit ;
    rdfs:label "Millipascal Second"@en ;
    dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliPA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA797"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA797"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^xsd:string ;
    qudt:symbol "mPa·s"^^xsd:string ;
    qudt:ucumCode "mPa.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliR a qudt:Unit ;
    rdfs:label "Milliroentgen"@en ;
    dcterms:description "0.001-fold of the unit roentgen."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000258 ;
    qudt:conversionMultiplierSN 2.58e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:iec61360Code "0112/2///62720#UAB056"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB056"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Roentgen_(unit)"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit roentgen."^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:R ;
    qudt:symbol "mR"^^xsd:string ;
    qudt:ucumCode "mR"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2Y"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliRAD_R a qudt:Unit ;
    rdfs:label "MilliRad"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:RAD_R ;
    qudt:symbol "mrad"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliVA-PER-K a qudt:Unit ;
    rdfs:label "millivolt ampere per kelvin"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliVA ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD906"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906"^^xsd:anyURI ;
    qudt:symbol "mVA/K"^^xsd:string ;
    qudt:ucumCode "mVA.K-1"^^qudt:UCUMcs,
        "mVA/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliVAR-PER-K a qudt:Unit ;
    rdfs:label "millivolt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliVAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD902"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902"^^xsd:anyURI ;
    qudt:symbol "mvar/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliWB a qudt:Unit ;
    rdfs:label "Milliweber"@en ;
    dcterms:description "0.001-fold of the SI derived unit weber"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAA809"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA809"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit weber"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:WB ;
    qudt:symbol "mWb"^^xsd:string ;
    qudt:ucumCode "mWb"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-A a qudt:Unit ;
    rdfs:label "Newton Metre per Ampere"@en,
        "Newton Meter per Ampere"@en-us ;
    dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAA241"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA241"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^xsd:string ;
    qudt:symbol "N·m/A"^^xsd:string ;
    qudt:ucumCode "N.m.A-1"^^qudt:UCUMcs,
        "N.m/A"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-M-RAD a qudt:Unit ;
    rdfs:label "Newton Metre per Metre Radian"@en,
        "Newton Meter per Meter Radian"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:N-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ModulusOfRotationalSubgradeReaction ;
    qudt:symbol "N·m/(m·rad)"^^xsd:string ;
    qudt:ucumCode "N.m.m-1.rad-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-SEC-PER-M a qudt:Unit ;
    rdfs:label "Newtonmetersekunden pro Meter"@de,
        "Newton metre seconds per metre"@en,
        "Newton meter seconds per meter"@en-us ;
    dcterms:description "Newton metre seconds measured per metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LinearMomentum,
        qudtqk:Momentum ;
    qudt:plainTextDescription "Newton metre seconds measured per metre"^^xsd:string ;
    qudt:symbol "N·m·s/m"^^xsd:string ;
    qudt:ucumCode "N.m.s.m-1"^^qudt:UCUMcs,
        "N.m.s/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M2-PER-A a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newton Metre Squared per Ampere"@en,
        "Newton Meter Squared per Ampere"@en-us ;
    dcterms:description "product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:WB-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MagneticDipoleMoment ;
    qudt:iec61360Code "0112/2///62720#UAB332"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB332"^^xsd:anyURI ;
    qudt:symbol "N·m²/A"^^xsd:string ;
    qudt:ucumCode "N.m2.A-1"^^qudt:UCUMcs,
        "N.m2/A"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-RAD a qudt:Unit ;
    rdfs:label "Newton pro Radian"@de,
        "Newton per radian"@en,
        "Newton per radian"@en-us ;
    dcterms:description "A one-newton force applied for one angle/torsional torque"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:exactMatch unit:N-M-PER-M-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:ForcePerAngle ;
    qudt:plainTextDescription "A one-newton force applied for one angle/torsional torque"^^xsd:string ;
    qudt:symbol "N/rad"^^xsd:string ;
    qudt:ucumCode "N.rad-1"^^qudt:UCUMcs,
        "N/rad"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-SEC a qudt:Unit ;
    rdfs:label "نيوتن ثانية"@ar,
        "newton sekunda"@cs,
        "Newtonsekunde"@de,
        "newton second"@en,
        "newton segundo"@es,
        "نیوتون ثانیه"@fa,
        "newton-seconde"@fr,
        "न्यूटन सैकण्ड"@hi,
        "newton per secondo"@it,
        "ニュートン秒"@ja,
        "newton saat"@ms,
        "niutonosekunda"@pl,
        "newton-segundo"@pt,
        "newton-secundă"@ro,
        "ньютон-секунда"@ru,
        "newton saniye"@tr,
        "牛秒"@zh ;
    dcterms:description "product of the SI derived unit newton and the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:LinearMomentum,
        qudtqk:Momentum ;
    qudt:iec61360Code "0112/2///62720#UAA251"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA251"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit second"^^xsd:string ;
    qudt:symbol "N·s"^^xsd:string ;
    qudt:ucumCode "N.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-SEC-PER-M2 a qudt:Unit ;
    rdfs:label "newton second per square metre"^^xsd:string ;
    dcterms:description "unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB428"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB428"^^xsd:anyURI ;
    qudt:symbol "N·s/m²"^^xsd:string ;
    qudt:ucumCode "N.s.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-GM a qudt:Unit ;
    rdfs:label "Number per gram"@en ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "#/g"^^xsd:string ;
    qudt:ucumCode "/g"^^qudt:UCUMcs,
        "{#}.g-1"^^qudt:UCUMcs,
        "{#}/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-M2 a qudt:Unit ;
    rdfs:label "Number per square metre"@en ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ParticleFluence ;
    qudt:symbol "#/m²"^^xsd:string ;
    qudt:ucumCode "/m2"^^qudt:UCUMcs,
        "{#}.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-MilliGM a qudt:Unit ;
    rdfs:label "Number per milligram"@en ;
    dcterms:description "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."@en ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:exactMatch unit:PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "#/mg"^^xsd:string ;
    qudt:ucumCode "/mg"^^qudt:UCUMcs,
        "{#}.mg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoBQ a qudt:Unit ;
    rdfs:label "NanoBecquerel"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "nBq"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoFARAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanofarad"@en ;
    dcterms:description "A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAA903"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA903"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "nF"^^xsd:string ;
    qudt:ucumCode "nF"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-CentiM2-DAY a qudt:Unit ;
    rdfs:label "Nanogram per Square Centimetre Day"@en,
        "Nanogram per Square Centimeter Day"@en-us ;
    dcterms:description "A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000000011574074 ;
    qudt:conversionMultiplierSN 1.157407e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "ng/(cm²·d)"^^xsd:string ;
    qudt:ucumCode "ng.cm-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoH-PER-M a qudt:Unit ;
    rdfs:label "Nanohenry per Metre"@en,
        "Nanohenry per Meter"@en-us ;
    dcterms:description "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticPermeability,
        qudtqk:Permeability ;
    qudt:iec61360Code "0112/2///62720#UAA906"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA906"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "nH/m"^^xsd:string ;
    qudt:ucumCode "nH.m-1"^^qudt:UCUMcs,
        "nH/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoKAT a qudt:Unit ;
    rdfs:label "NanoKAT"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:KAT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoM-PER-MilliM-MegaPA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanometer per Millimeter Megapascal"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:exactMatch unit:BREWSTER ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaPA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:StressOpticCoefficient ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:siUnitsExpression "nm/mm/MPa"^^xsd:string ;
    qudt:symbol "nm/(mm·MPa)"^^xsd:string ;
    qudt:ucumCode "nm.mm-1.MPa-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoOHM a qudt:Unit ;
    rdfs:label "nanoohm"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricalResistance ;
    qudt:iec61360Code "0112/2///62720#UAB359"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB359"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "nΩ"^^xsd:string ;
    qudt:uneceCommonCode "P22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoVAR a qudt:Unit ;
    rdfs:label "nanovolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000001-fold of the unit volt ampere reactive"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC505"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "nVA{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OCTET a qudt:Unit ;
    rdfs:label "octet"^^xsd:string ;
    dcterms:description "synonym for byte: 1 octet = 8 bit = 1 byte"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB341"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB341"^^xsd:anyURI ;
    qudt:symbol "o"^^xsd:string ;
    qudt:uneceCommonCode "Q12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OCTET-PER-SEC a qudt:Unit ;
    rdfs:label "octet per second"^^xsd:string ;
    dcterms:description "unit octet divided by the SI base unit second"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OCTET ] ;
    qudt:hasQuantityKind qudtqk:BitRate ;
    qudt:iec61360Code "0112/2///62720#UAB342"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB342"^^xsd:anyURI ;
    qudt:symbol "o/s"^^xsd:string ;
    qudt:uneceCommonCode "Q13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-KiloM a qudt:Unit ;
    rdfs:label "ohm kilometre"^^xsd:string ;
    dcterms:description "product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:ResidualResistivity,
        qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA018"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA018"^^xsd:anyURI ;
    qudt:symbol "Ω·km"^^xsd:string ;
    qudt:ucumCode "Ohm.km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM-M a qudt:Unit ;
    rdfs:label "أوم متر"@ar,
        "ohm metr"@cs,
        "Ohmmeter"@de,
        "ohm metre"@en,
        "Ohm Meter"@en-us,
        "ohmio metro"@es,
        "اهم متر"@fa,
        "ohm-mètre"@fr,
        "ओह्म मीटर"@hi,
        "ohm per metro"@it,
        "オームメートル"@ja,
        "ohm meter"@ms,
        "ohm-metro"@pt,
        "ohm-metru"@ro,
        "ом-метр"@ru,
        "ohm metre"@tr,
        "欧姆米"@zh ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OHM ] ;
    qudt:hasQuantityKind qudtqk:ResidualResistivity,
        qudtqk:Resistivity ;
    qudt:iec61360Code "0112/2///62720#UAA020"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA020"^^xsd:anyURI ;
    qudt:symbol "Ω·m"^^xsd:string ;
    qudt:ucumCode "Ohm.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "باسكال ثانية"@ar,
        "pascal sekunda"@cs,
        "Pascalsekunde"@de,
        "pascal second"@en,
        "pascal segundo"@es,
        "نیوتون ثانیه"@fa,
        "pascal-seconde"@fr,
        "पास्कल सैकण्ड"@hi,
        "pascal per secondo"@it,
        "パスカル秒"@ja,
        "pascal saat"@ms,
        "paskalosekunda"@pl,
        "pascal-segundo"@pt,
        "pascal-secundă"@ro,
        "паскаль-секунда"@ru,
        "pascal sekunda"@sl,
        "pascal saniye"@tr,
        "帕斯卡秒"@zh ;
    dcterms:description "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$Pa-s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA265"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA265"^^xsd:anyURI ;
    qudt:siUnitsExpression "Pa.s"^^xsd:string ;
    qudt:symbol "Pa·s"^^xsd:string ;
    qudt:ucumCode "Pa.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-SEC-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Pascal Second per Metre"@en,
        "Pascal Second per Meter"@en-us ;
    dcterms:description "Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\\cdot s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Pa-s/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AcousticImpedance ;
    qudt:iec61360Code "0112/2///62720#UAA268"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA268"^^xsd:anyURI ;
    qudt:siUnitsExpression "Pa.s/m"^^xsd:string ;
    qudt:symbol "Pa·s/m"^^xsd:string ;
    qudt:ucumCode "Pa.s.m-1"^^qudt:UCUMcs,
        "Pa.s/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-SEC-PER-FT2 a qudt:Unit ;
    rdfs:label "poundal second per square foot"^^xsd:string ;
    dcterms:description "non SI-conform unit of viscosity"^^xsd:string ;
    qudt:conversionMultiplier 1.488163943569553805774278215223097 ;
    qudt:conversionMultiplierSN 1.488164e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB227"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB227"^^xsd:anyURI ;
    qudt:symbol "pdl·s/ft²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.s.[ft_i]-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-SEC-PER-IN2 a qudt:Unit ;
    rdfs:label "poundal second per square inch"^^xsd:string ;
    dcterms:description "non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 214.295607874015748031496062992126 ;
    qudt:conversionMultiplierSN 2.142956e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB434"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB434"^^xsd:anyURI ;
    qudt:symbol "pdl·s/in²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.s.[in_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-ANGSTROM a qudt:Unit ;
    rdfs:label "Reciprocal Angstrom"@en ;
    dcterms:description "reciprocal of the unit angstrom"^^rdf:HTML ;
    qudt:conversionMultiplier 10000000000.0 ;
    qudt:conversionMultiplierSN 1e+10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:ANGSTROM ] ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:iec61360Code "0112/2///62720#UAB058"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB058"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the unit angstrom"^^xsd:string ;
    qudt:symbol "/Å"^^xsd:string ;
    qudt:ucumCode "/Ao"^^qudt:UCUMcs,
        "Ao-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-CentiM a qudt:Unit ;
    rdfs:label "Reciprocal Centimetre"@en,
        "Reciprocal Centimeter"@en-us ;
    dcterms:description "reciprocal of the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:iec61360Code "0112/2///62720#UAA382"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA382"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "/cm"^^xsd:string ;
    qudt:ucumCode "/cm"^^qudt:UCUMcs,
        "cm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-CentiM3 a qudt:Unit ;
    rdfs:label "Reciprocal Cubic Centimetre"@en,
        "Reciprocal Cubic Centimeter"@en-us ;
    dcterms:description "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAA383"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA383"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "/cm³"^^xsd:string ;
    qudt:ucumCode "cm-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-FT3 a qudt:Unit ;
    rdfs:label "Reciprocal Cubic Foot"@en ;
    dcterms:description "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 35.31466 ;
    qudt:conversionMultiplierSN 3.531466e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAA453"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA453"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ;
    qudt:symbol "/ft³"^^xsd:string ;
    qudt:ucumCode "/[cft_i]"^^qudt:UCUMcs,
        "[cft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-GM a qudt:Unit ;
    rdfs:label "Reciprocal gram"@en ;
    dcterms:description "reciprocal of the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:NUM-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:iec61360Code "0112/2///62720#UAC004"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC004"^^xsd:anyURI ;
    qudt:symbol "/g"^^xsd:string ;
    qudt:ucumCode "/g"^^qudt:UCUMcs,
        "g-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-IN3 a qudt:Unit ;
    rdfs:label "Reciprocal Cubic Inch"@en ;
    dcterms:description "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 61023.76 ;
    qudt:conversionMultiplierSN 6.102376e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAA546"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA546"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ;
    qudt:symbol "/in³"^^xsd:string ;
    qudt:ucumCode "/[cin_i]"^^qudt:UCUMcs,
        "[cin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-KiloVA-HR a qudt:Unit ;
    rdfs:label "Reciprocal Kilovolt Ampere Hour"@en ;
    dcterms:description "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloVA ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA098"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour"^^xsd:string ;
    qudt:symbol "/(kVA·h)"^^xsd:string ;
    qudt:ucumCode "kVA-1.h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Square Metre"@en,
        "Reciprocal Square Meter"@en-us ;
    dcterms:description "\"Per Square Meter\" is a denominator unit with dimensions $/m^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ;
    qudt:exactMatch unit:NUM-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ParticleFluence ;
    qudt:iec61360Code "0112/2///62720#UAD611"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD611"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "/m²"^^xsd:string ;
    qudt:ucumCode "/m2"^^qudt:UCUMcs,
        "m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M2-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Square Metre Second"@en,
        "Reciprocal Square Meter Second"@en-us ;
    dcterms:description "unit of the particle current density"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^{-2}-s^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Flux,
        qudtqk:ParticleFluenceRate ;
    qudt:iec61360Code "0112/2///62720#UAB157"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB157"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "/(m²·s)"^^xsd:string ;
    qudt:ucumCode "m-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Reciprocal square metre per second"@en .

unit:PER-M3-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Cubic Metre Second"@en,
        "Reciprocal Cubic Meter Second"@en-us ;
    dcterms:description "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^{-3}-s^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ParticleSourceDensity,
        qudtqk:Slowing-DownDensity ;
    qudt:iec61360Code "0112/2///62720#UAB163"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB163"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "/(m³·s)"^^xsd:string ;
    qudt:ucumCode "m-3.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Reciprocal cubic metre per second"@en .

unit:PER-MilliGM a qudt:Unit ;
    rdfs:label "reciprocal milligram"^^xsd:string ;
    dcterms:description "reciprocal of the 0.000001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:exactMatch unit:NUM-PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:InverseMass ;
    qudt:iec61360Code "0112/2///62720#UAC005"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC005"^^xsd:anyURI ;
    qudt:symbol "/mg"^^xsd:string ;
    qudt:ucumCode "/mg"^^qudt:UCUMcs,
        "mg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MilliL a qudt:Unit ;
    rdfs:label "Reciprocal Millilitre"@en,
        "Reciprocal Milliliter"@en-us ;
    dcterms:description "reciprocal value of the unit Millilitre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:plainTextDescription "reciprocal value of the unit millilitre"^^xsd:string ;
    qudt:symbol "/mL"^^xsd:string ;
    qudt:ucumCode "/mL"^^qudt:UCUMcs,
        "mL-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC-SR a qudt:Unit ;
    rdfs:label "Reciprocal Second Steradian"@en ;
    dcterms:description "Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$/sec-sr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PhotonIntensity,
        qudtqk:TemporalSummationFunction ;
    qudt:iec61360Code "0112/2///62720#UAA976"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA976"^^xsd:anyURI ;
    qudt:symbol "/(s·sr)"^^xsd:string ;
    qudt:ucumCode "/(s.sr)"^^qudt:UCUMcs,
        "s-1.sr-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-T-SEC a qudt:Unit ;
    rdfs:label "Reciprocal Tesla Second Unit"@en ;
    dcterms:description "Per Tesla Second Unit is a denominator unit with dimensions $/s . T$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$/s . T$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:T ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:symbol "/(T·s)"^^xsd:string ;
    qudt:ucumCode "T-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-VA-SEC a qudt:Unit ;
    rdfs:label "reciprocal volt ampere second"^^xsd:string ;
    dcterms:description "reciprocal of the product of the SI derived unit volt ampere and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:VA ] ;
    qudt:hasQuantityKind qudtqk:InverseEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB498"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498"^^xsd:anyURI ;
    qudt:symbol "/(VA·s)"^^xsd:string ;
    qudt:ucumCode "VA-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-YD3 a qudt:Unit ;
    rdfs:label "Reciprocal Cubic Yard"@en ;
    dcterms:description "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.307951 ;
    qudt:conversionMultiplierSN 1.307951e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAB033"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB033"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ;
    qudt:symbol "/yd³"^^xsd:string ;
    qudt:ucumCode "[cyd_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DecaCOUNT a qudt:Unit ;
    rdfs:label "percent per hundred"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 100"^^xsd:string ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DecaCOUNT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA006"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006"^^xsd:anyURI ;
    qudt:symbol "%/100"^^xsd:string ;
    qudt:uneceCommonCode "H93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-KiloCOUNT a qudt:Unit ;
    rdfs:label "percent per thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 1,000"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloCOUNT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA007"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007"^^xsd:anyURI ;
    qudt:symbol "%/1000"^^xsd:string ;
    qudt:uneceCommonCode "H94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERM_0DEG_C a qudt:Unit ;
    rdfs:label "perm (0 °C)"^^xsd:string ;
    dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour"^^xsd:string ;
    qudt:exactMatch unit:PERM_Metric_0DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:WaterVapourPermeability ;
    qudt:iec61360Code "0112/2///62720#UAB294"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294"^^xsd:anyURI ;
    qudt:symbol "perm (0 °C)"^^xsd:string ;
    qudt:uneceCommonCode "P91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERM_23DEG_C a qudt:Unit ;
    rdfs:label "perm (23 °C)"^^xsd:string ;
    dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour"^^xsd:string ;
    qudt:exactMatch unit:PERM_Metric_23DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:WaterVapourPermeability ;
    qudt:iec61360Code "0112/2///62720#UAB295"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295"^^xsd:anyURI ;
    qudt:symbol "perm (23 °C)"^^xsd:string ;
    qudt:uneceCommonCode "P92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERM_Metric_0DEG_C a qudt:Unit ;
    rdfs:label "perm (0 °C)"^^xsd:string ;
    dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour"^^xsd:string ;
    qudt:exactMatch unit:PERM_0DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:VaporPermeance ;
    qudt:iec61360Code "0112/2///62720#UAB294"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294"^^xsd:anyURI ;
    qudt:symbol "perm (0 °C)"^^xsd:string ;
    qudt:uneceCommonCode "P91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERM_Metric_23DEG_C a qudt:Unit ;
    rdfs:label "perm (23 °C)"^^xsd:string ;
    dcterms:description "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour"^^xsd:string ;
    qudt:exactMatch unit:PERM_23DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:VaporPermeance ;
    qudt:iec61360Code "0112/2///62720#UAB295"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295"^^xsd:anyURI ;
    qudt:symbol "perm (23 °C)"^^xsd:string ;
    qudt:uneceCommonCode "P92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PH a qudt:Unit ;
    rdfs:label "Acidity"@en ;
    dcterms:description """
  In chemistry the unit $\\textit{pH}$, also referred to as $\\textit{acidity}$ or $\\textit{basicity}$,
   is the negative logarithm (base 10) of the concentration of free protons (or hydronium ions).
  The definition of $pH$ in terms of hydrogen ions in solution is:

  $$\\text{pH}=-\\log_{10}(a_{H^+})\\equiv-\\log_{10}\\left(\\left[H^+\\right]\\right)$$

  Where $a_{H^+}$ is the equilibrium molar concentration of $H^+$ in the solution, the activity of
   the hydrogen ion in the solution.
  $$$$
  This definition is appropriate for concentrations equal to, or less than $1\\ mol/l$, 
   where $aH+ \\equiv [H+]$, that is, $1\\ mol/L\\ HCl$ has a $pH$ of zero.
  $$$$
  To relate this to standard molality ($b^\\circ$), typically taken as $1 \\ mol/kg$, 
   consideration is given to the activity ($a_{H^+}$) of the hydrogen ions.
  $$$$
  The activity can be expressed as:

  $$a_{H^+} = \\gamma_{H^+} \\times m_{H^+}$$ 

  Where, $\\gamma_{H^+}$ is the activity coefficient, which adjusts the molality to account for
   non-ideal behavior due to interactions between ions in the solution.
  $m_{H^+}$ is the molality of hydrogen ions in the solution relative to the standard molality, 
   expressed in $mol/kg$.
  $$$$
  The expansion of $pH$ then becomes:

  $$\\text{pH} = -log_{10}\\left(m_{H+}\\times\\gamma_{H^+}\\right)$$

  $$$$
  This definition is relevant in more concentrated solutions or when precise thermodynamic calculations are required. 
  It reflects how the properties of the solution deviate from ideal behavior and provides a more accurate understanding of the $pH$ under various conditions.
  $$$$
  While $pH$ is a universally recognized scale for expressing hydrogen ion activity,
  its appropriateness and accuracy can diminish under conditions of extremely high
  ionic strength, non-aqueous environments, high temperatures, or very high or low $pH$ values.
  In such cases, alternative measurement strategies might be required to obtain meaningful and accurate descriptions of acidity or basicity.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Acidity,
        qudtqk:Basicity ;
    qudt:informativeReference "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ;
    qudt:symbol "pH"^^xsd:string ;
    qudt:ucumCode "[pH]"^^qudt:UCUMcs ;
    rdfs:comment "Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"@en ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPT_VOL a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Parts per trillion by volume"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "ppt (volume)"^^xsd:string ;
    qudt:ucumCode "[pptr]{vol}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:PPT .

unit:PT_BIG a qudt:Unit ;
    rdfs:label "big point"^^xsd:string ;
    dcterms:description "unit for the type size correspondening to: 1 bp = 1/72 in"^^xsd:string ;
    qudt:conversionMultiplier 0.0003527778 ;
    qudt:conversionMultiplierSN 3.527778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Distance ;
    qudt:iec61360Code "0112/2///62720#UAB379"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB379"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "pb"^^xsd:string ;
    qudt:uneceCommonCode "H82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PebiBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "PebiByte"@en ;
    dcterms:description "The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte =  1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 698137323685796.7335433103621932049 ;
    qudt:conversionMultiplierSN 6.981373e+14 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pebibyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA274"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA274"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pebi> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "PiB"^^xsd:string ;
    qudt:uneceCommonCode "E60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaBIT a qudt:Unit ;
    rdfs:label "petabit"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 693147180559945.2 ;
    qudt:conversionMultiplierSN 6.931472e+14 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB190"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB190"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Pbit"^^xsd:string ;
    qudt:uneceCommonCode "E78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "PetaByte"@en ;
    dcterms:description "A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5545177444479562.4753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+15 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Petabyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB187"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB187"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "PB"^^xsd:string ;
    qudt:ucumCode "PBy"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoFARAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Picofarad"@en ;
    dcterms:description "\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAA930"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA930"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "pF"^^xsd:string ;
    qudt:ucumCode "pF"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4T"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoH a qudt:Unit ;
    rdfs:label "Picohenry"@en ;
    dcterms:description "0.000000000001-fold of the SI derived unit henry"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:iec61360Code "0112/2///62720#UAA932"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA932"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI derived unit henry"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "pH"^^xsd:string ;
    qudt:ucumCode "pH"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoKAT a qudt:Unit ;
    rdfs:label "PicoKAT"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:KAT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoVAR a qudt:Unit ;
    rdfs:label "picovolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the unit volt ampere reactive"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC504"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "pVA{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckCurrent a qudt:Unit ;
    rdfs:label "Planck Current"@en ;
    dcterms:description "The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where:  the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 34789000000000000000000000.0 ;
    qudt:conversionMultiplierSN 3.4789e+25 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:anyURI ;
    qudt:scalingOf unit:A ;
    qudt:symbol "planckcurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckMomentum a qudt:Unit ;
    rdfs:label "Planck Momentum"@en ;
    dcterms:description "Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 6.52485 ;
    qudt:conversionMultiplierSN 6.52485e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_momentum"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:LinearMomentum,
        qudtqk:Momentum ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM-M-PER-SEC ;
    qudt:symbol "planckmomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD_R a qudt:Unit ;
    rdfs:label "Rad"@en ;
    dcterms:description "The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/RAD"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/RAD?oldid=493716376"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> ;
    qudt:scalingOf unit:M2-PER-SEC2 ;
    qudt:symbol "rad"^^xsd:string ;
    qudt:ucumCode "RAD"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REV-PER-HR a qudt:Unit ;
    rdfs:label "Revolution per Hour"@en ;
    dcterms:description "\"Revolution per Hour\" is a unit for  'Angular Velocity' expressed as $rev/h$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00174532925 ;
    qudt:conversionMultiplierSN 1.745329e-03 ;
    qudt:expression "$rev/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:REV ] ;
    qudt:hasQuantityKind qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    qudt:symbol "rev/h"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REV-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Revolution per Minute"@en ;
    dcterms:description "\"Revolution per Minute\" is a unit for  'Angular Velocity' expressed as $rev/min$.  One revolution per minute is equivalent to 1/60 hertz."^^qudt:LatexString ;
    qudt:altSymbol "RPM"^^xsd:string,
        "r/min"^^xsd:string,
        "rpm"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1047197551666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.047198e-01 ;
    qudt:expression "$rev/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:REV ] ;
    qudt:hasQuantityKind qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    qudt:iec61360Code "0112/2///62720#UAB231"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB231"^^xsd:anyURI ;
    qudt:symbol "rev/min"^^xsd:string ;
    qudt:ucumCode "{#}.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REV-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Revolution per Second"@en ;
    dcterms:description "\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev/s$."^^qudt:LatexString ;
    qudt:conversionMultiplier 6.28318531 ;
    qudt:conversionMultiplierSN 6.283185e+00 ;
    qudt:expression "$rev/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:REV ] ;
    qudt:hasQuantityKind qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    qudt:symbol "rev/s"^^xsd:string ;
    qudt:uneceCommonCode "RPS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-FT-SEC a qudt:Unit ;
    rdfs:label "Slug per Foot Second"@en ;
    dcterms:description "$\\textit{Slug per Foot Second}$ is a unit for  'Dynamic Viscosity' expressed as $slug/(ft-s)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 47.8802591863517 ;
    qudt:conversionMultiplierSN 4.788026e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$slug/(ft-s)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA980"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA980"^^xsd:anyURI ;
    qudt:symbol "slug/(ft·s)"^^xsd:string ;
    qudt:uneceCommonCode "L64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-SEC a qudt:Unit ;
    rdfs:label "Slug per Second"@en ;
    dcterms:description "\"Slug per Second\" is an Imperial unit for  'Mass Per Time' expressed as $slug/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 14.593903 ;
    qudt:conversionMultiplierSN 1.45939e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$slug/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA984"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA984"^^xsd:anyURI ;
    qudt:symbol "slug/s"^^xsd:string ;
    qudt:uneceCommonCode "L68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:S_Stat a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Statsiemens"@en ;
    dcterms:description "The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 0.0000000000011126500561 ;
    qudt:conversionMultiplierSN 1.11265e-12 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:exactMatch unit:MHO_Stat ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricConductivity ;
    qudt:informativeReference "http://www.knowledgedoor.com/2/units_and_constants_handbook/statsiemens.html"^^xsd:anyURI,
        "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI,
        "http://www3.wolframalpha.com/input/?i=statsiemens"^^xsd:anyURI ;
    qudt:scalingOf unit:S-PER-M ;
    qudt:symbol "statS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "statmho"^^xsd:string .

unit:TONNE-PER-BAR a qudt:Unit ;
    rdfs:label "tonne per bar"^^xsd:string ;
    dcterms:description "unit ton divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:exactMatch unit:TON_Metric-PER-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA990"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990"^^xsd:anyURI ;
    qudt:symbol "t/bar"^^xsd:string ;
    qudt:ucumCode "t.bar-1"^^qudt:UCUMcs,
        "t/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-DAY a qudt:Unit ;
    rdfs:label "Tonne per Day"@en ;
    dcterms:description "metric unit tonne divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.011574074074074 ;
    qudt:conversionMultiplierSN 1.157407e-02 ;
    qudt:exactMatch unit:TON_Metric-PER-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA991"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991"^^xsd:anyURI ;
    qudt:plainTextDescription "metric unit tonne divided by the unit for time day"^^xsd:string ;
    qudt:symbol "t/d"^^xsd:string ;
    qudt:ucumCode "t.d-1"^^qudt:UCUMcs,
        "t/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "tonne per day bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-07 ;
    qudt:exactMatch unit:TON_Metric-PER-DAY-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA993"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993"^^xsd:anyURI ;
    qudt:symbol "t/(d·bar)"^^xsd:string ;
    qudt:ucumCode "t.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-DAY-K a qudt:Unit ;
    rdfs:label "tonne per day kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit day and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.01157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-02 ;
    qudt:exactMatch unit:TON_Metric-PER-DAY-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA992"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992"^^xsd:anyURI ;
    qudt:symbol "t/(d·K)"^^xsd:string ;
    qudt:ucumCode "t.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-HR a qudt:Unit ;
    rdfs:label "Tonne per Hour"@en ;
    dcterms:description "unit tonne divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:exactMatch unit:TON_Metric-PER-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB994"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994"^^xsd:anyURI ;
    qudt:plainTextDescription "unit tonne divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "t/h"^^xsd:string ;
    qudt:ucumCode "t.h-1"^^qudt:UCUMcs,
        "t/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-HR-BAR a qudt:Unit ;
    rdfs:label "tonne per hour bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-06 ;
    qudt:exactMatch unit:TON_Metric-PER-HR-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA996"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996"^^xsd:anyURI ;
    qudt:symbol "t/(h·bar)"^^xsd:string ;
    qudt:ucumCode "t.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-HR-K a qudt:Unit ;
    rdfs:label "tonne per hour kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit hour and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.2777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:exactMatch unit:TON_Metric-PER-HR-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA995"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995"^^xsd:anyURI ;
    qudt:symbol "t/(h·K)"^^xsd:string ;
    qudt:ucumCode "t.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-K a qudt:Unit ;
    rdfs:label "tonne per kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TON_Metric-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA989"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989"^^xsd:anyURI ;
    qudt:symbol "t/K"^^xsd:string ;
    qudt:ucumCode "t.K-1"^^qudt:UCUMcs,
        "t/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-M3-K a qudt:Unit ;
    rdfs:label "tonne per cubic metre kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TON_Metric-PER-M3-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA998"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998"^^xsd:anyURI ;
    qudt:symbol "t/(m³·K)"^^xsd:string ;
    qudt:ucumCode "t.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-MIN a qudt:Unit ;
    rdfs:label "Tonne per Minute"@en ;
    dcterms:description "unit tonne divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 16.666666666666668 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:exactMatch unit:TON_Metric-PER-MIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB000"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000"^^xsd:anyURI ;
    qudt:plainTextDescription "unit tonne divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "t/min"^^xsd:string ;
    qudt:ucumCode "t.min-1"^^qudt:UCUMcs,
        "t/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "tonne per minute bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-04 ;
    qudt:exactMatch unit:TON_Metric-PER-MIN-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB002"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002"^^xsd:anyURI ;
    qudt:symbol "t/(min·bar)"^^xsd:string ;
    qudt:ucumCode "t.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-MIN-K a qudt:Unit ;
    rdfs:label "tonne per minute kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit minute and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 16.66666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:exactMatch unit:TON_Metric-PER-MIN-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB001"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001"^^xsd:anyURI ;
    qudt:symbol "t/(min·K)"^^xsd:string ;
    qudt:ucumCode "t.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-MO a qudt:Unit ;
    rdfs:label "tonne per month"^^xsd:string ;
    dcterms:description "unit tonne divided by the unit month"^^xsd:string ;
    qudt:conversionMultiplier 0.0003919350772901616281311709002114104 ;
    qudt:conversionMultiplierSN 3.919351e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MO ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAB366"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB366"^^xsd:anyURI ;
    qudt:symbol "t/mo"^^xsd:string ;
    qudt:ucumCode "t.mo-1"^^qudt:UCUMcs,
        "t/mo"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-SEC a qudt:Unit ;
    rdfs:label "Tonne per Second"@en ;
    dcterms:description "unit tonne divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TON_Metric-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB003"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003"^^xsd:anyURI ;
    qudt:plainTextDescription "unit tonne divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "t/s"^^xsd:string ;
    qudt:ucumCode "t.s-1"^^qudt:UCUMcs,
        "t/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "tonne per second bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:exactMatch unit:TON_Metric-PER-SEC-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB005"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005"^^xsd:anyURI ;
    qudt:symbol "t/(s·bar)"^^xsd:string ;
    qudt:ucumCode "t.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-SEC-K a qudt:Unit ;
    rdfs:label "tonne per second kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TON_Metric-PER-SEC-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB004"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004"^^xsd:anyURI ;
    qudt:symbol "t/(s·K)"^^xsd:string ;
    qudt:ucumCode "t.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-YR a qudt:Unit ;
    rdfs:label "Tonne per Year"@en,
        "Ton per Jaar"@nl ;
    dcterms:description "1,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00003168808781 ;
    qudt:conversionMultiplierSN 3.168809e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:iec61360Code "0112/2///62720#UAB367"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB367"^^xsd:anyURI ;
    qudt:symbol "t/a"^^xsd:string ;
    qudt:ucumCode "t.a-1"^^qudt:UCUMcs,
        "t/a"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/vocab/unit> .

unit:TON_FG-HR a qudt:Unit ;
    rdfs:label "Ton of Refrigeration Hour"@en ;
    dcterms:description "12000 btu"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 12660670.2 ;
    qudt:conversionMultiplierSN 1.266067e+07 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_FG ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ;
    qudt:symbol "TOR·h"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-BAR a qudt:Unit ;
    rdfs:label "tonne per bar"^^xsd:string ;
    dcterms:description "unit ton divided by the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:exactMatch unit:TONNE-PER-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA990"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990"^^xsd:anyURI ;
    qudt:symbol "t/bar"^^xsd:string ;
    qudt:ucumCode "t.bar-1"^^qudt:UCUMcs,
        "t/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-DAY a qudt:Unit ;
    rdfs:label "Tonne per Day"@en ;
    dcterms:description "metric unit ton divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.011574074074074 ;
    qudt:conversionMultiplierSN 1.157407e-02 ;
    qudt:exactMatch unit:TONNE-PER-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA991"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991"^^xsd:anyURI ;
    qudt:plainTextDescription "metric unit ton divided by the unit for time day"^^xsd:string ;
    qudt:symbol "t/d"^^xsd:string ;
    qudt:ucumCode "t.d-1"^^qudt:UCUMcs,
        "t/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-DAY-BAR a qudt:Unit ;
    rdfs:label "tonne per day bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit day and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-07 ;
    qudt:exactMatch unit:TONNE-PER-DAY-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA993"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993"^^xsd:anyURI ;
    qudt:symbol "t/(d·bar)"^^xsd:string ;
    qudt:ucumCode "t.d-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-DAY-K a qudt:Unit ;
    rdfs:label "tonne per day kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit day and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.01157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-02 ;
    qudt:exactMatch unit:TONNE-PER-DAY-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA992"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992"^^xsd:anyURI ;
    qudt:symbol "t/(d·K)"^^xsd:string ;
    qudt:ucumCode "t.d-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-HR a qudt:Unit ;
    rdfs:label "Tonne per Hour"@en ;
    dcterms:description "unit tonne divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:exactMatch unit:TONNE-PER-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB994"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994"^^xsd:anyURI ;
    qudt:plainTextDescription "unit tonne divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "t/h"^^xsd:string ;
    qudt:ucumCode "t.h-1"^^qudt:UCUMcs,
        "t/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-HR-BAR a qudt:Unit ;
    rdfs:label "tonne per hour bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit hour and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-06 ;
    qudt:exactMatch unit:TONNE-PER-HR-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA996"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996"^^xsd:anyURI ;
    qudt:symbol "t/(h·bar)"^^xsd:string ;
    qudt:ucumCode "t.h-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-HR-K a qudt:Unit ;
    rdfs:label "tonne per hour kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit hour and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 0.2777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:exactMatch unit:TONNE-PER-HR-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA995"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995"^^xsd:anyURI ;
    qudt:symbol "t/(h·K)"^^xsd:string ;
    qudt:ucumCode "t.h-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-K a qudt:Unit ;
    rdfs:label "tonne per kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TONNE-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA989"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989"^^xsd:anyURI ;
    qudt:symbol "t/K"^^xsd:string ;
    qudt:ucumCode "t.K-1"^^qudt:UCUMcs,
        "t/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-M3-K a qudt:Unit ;
    rdfs:label "tonne per cubic metre kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TONNE-PER-M3-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA998"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998"^^xsd:anyURI ;
    qudt:symbol "t/(m³·K)"^^xsd:string ;
    qudt:ucumCode "t.m-3.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-MIN a qudt:Unit ;
    rdfs:label "Tonne per Minute"@en ;
    dcterms:description "unit ton divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 16.666666666666668 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:exactMatch unit:TONNE-PER-MIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB000"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000"^^xsd:anyURI ;
    qudt:plainTextDescription "unit ton divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "t/min"^^xsd:string ;
    qudt:ucumCode "t.min-1"^^qudt:UCUMcs,
        "t/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-MIN-BAR a qudt:Unit ;
    rdfs:label "tonne per minute bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit minute and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.0001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-04 ;
    qudt:exactMatch unit:TONNE-PER-MIN-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB002"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002"^^xsd:anyURI ;
    qudt:symbol "t/(min·bar)"^^xsd:string ;
    qudt:ucumCode "t.min-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-MIN-K a qudt:Unit ;
    rdfs:label "tonne per minute kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the unit minute and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 16.66666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:exactMatch unit:TONNE-PER-MIN-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB001"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001"^^xsd:anyURI ;
    qudt:symbol "t/(min·K)"^^xsd:string ;
    qudt:ucumCode "t.min-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-SEC a qudt:Unit ;
    rdfs:label "Tonne per Second (metric Ton)"@en ;
    dcterms:description "unit ton divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TONNE-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB003"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003"^^xsd:anyURI ;
    qudt:plainTextDescription "unit ton divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "t/s"^^xsd:string ;
    qudt:ucumCode "t.s-1"^^qudt:UCUMcs,
        "t/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-SEC-BAR a qudt:Unit ;
    rdfs:label "tonne per second bar"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the SI base unit second and the unit bar"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:exactMatch unit:TONNE-PER-SEC-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB005"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005"^^xsd:anyURI ;
    qudt:symbol "t/(s·bar)"^^xsd:string ;
    qudt:ucumCode "t.s-1.bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-SEC-K a qudt:Unit ;
    rdfs:label "tonne per second kelvin"^^xsd:string ;
    dcterms:description "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TONNE-PER-SEC-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAB004"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004"^^xsd:anyURI ;
    qudt:symbol "t/(s·K)"^^xsd:string ;
    qudt:ucumCode "t.s-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_US-PER-HR a qudt:Unit ;
    rdfs:label "Ton (US) per Hour"@en ;
    dcterms:description "unit ton divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.251944444444444 ;
    qudt:conversionMultiplierSN 2.519444e-01 ;
    qudt:exactMatch unit:TON_SHORT-PER-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_US ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA994"^^xsd:string,
        "0112/2///62720#UAB019"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA994"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB019"^^xsd:anyURI ;
    qudt:plainTextDescription "unit ton divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "ton{US}/h"^^xsd:string ;
    qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs,
        "[ston_av]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4W"^^xsd:string,
        "E18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TebiBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "TebiByte"@en ;
    dcterms:description "The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 6096987078286.4836024230149744713 ;
    qudt:conversionMultiplierSN 6.096987e+12 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tebibyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA295"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA295"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tebi> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "TiB"^^xsd:string ;
    qudt:uneceCommonCode "E61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraBIT a qudt:Unit ;
    rdfs:label "terabit"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 693147180559.9453 ;
    qudt:conversionMultiplierSN 6.931472e+11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB191"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB191"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Tbit"^^xsd:string ;
    qudt:uneceCommonCode "E83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "TeraByte"@en ;
    dcterms:description "The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5545177444479.5624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+12 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Terabyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB186"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB186"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "TB"^^xsd:string ;
    qudt:ucumCode "TBy"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraVAR a qudt:Unit ;
    rdfs:label "teravolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000000000001 of the unit volt ampere reactive"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC509"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "TVA{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:UnitPole a qudt:Unit ;
    rdfs:label "Unit Pole"@en ;
    dcterms:description "A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.0000001256637 ;
    qudt:conversionMultiplierSN 1.256637e-07 ;
    qudt:expression "$U/nWb$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAB214"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB214"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole> ;
    qudt:scalingOf unit:WB ;
    qudt:symbol "pole"^^xsd:string ;
    qudt:uneceCommonCode "P53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-K a qudt:Unit ;
    rdfs:label "Volt per Kelvin"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$v/k$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:SeebeckCoefficient,
        qudtqk:ThomsonCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAB173"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB173"^^xsd:anyURI ;
    qudt:symbol "V/K"^^xsd:string ;
    qudt:ucumCode "V.K-1"^^qudt:UCUMcs,
        "V/K"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:VA-PER-K a qudt:Unit ;
    rdfs:label "volt ampere per kelvin"^^xsd:string ;
    dcterms:description "the volt ampere divided by the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:VA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:ThermalConductance ;
    qudt:iec61360Code "0112/2///62720#UAD905"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905"^^xsd:anyURI ;
    qudt:symbol "VA/K"^^xsd:string ;
    qudt:ucumCode "VA.K-1"^^qudt:UCUMcs,
        "VA/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:VAR-PER-K a qudt:Unit ;
    rdfs:label "volt ampere reactive per kelvin"^^xsd:string ;
    dcterms:description "unit volt ampere reactive divided by the SI base unit kelvin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:VAR ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD901"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901"^^xsd:anyURI ;
    qudt:symbol "var/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V_Ab-SEC a qudt:Unit ;
    rdfs:label "Abvolt Second"@en ;
    dcterms:description "The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:expression "$abv-sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V_Ab ] ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820"^^xsd:anyURI ;
    qudt:symbol "abV·s"^^xsd:string ;
    qudt:ucumCode "10.nV.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:WB-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Weber Metre"@en,
        "Weber Meter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:N-M2-PER-A ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:WB ] ;
    qudt:hasQuantityKind qudtqk:MagneticDipoleMoment ;
    qudt:iec61360Code "0112/2///62720#UAB333"^^xsd:string ;
    qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB333"^^xsd:anyURI ;
    qudt:symbol "Wb·m"^^xsd:string ;
    qudt:ucumCode "Wb.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Adjust_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Adjust Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures user-provided adjustment of some value"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Adjust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Adjust,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:DimensionlessRatio .

brick:Air_Enthalpy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Enthalpy Sensor"@en ;
    rdfs:subClassOf brick:Enthalpy_Sensor ;
    skos:definition "Measures the total heat content of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enthalpy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Enthalpy,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Enthalpy ;
    brick:hasSubstance brick:Air .

brick:Air_Flow_Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Demand Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint,
        brick:Demand_Setpoint ;
    skos:definition "Sets the rate of air flow required for a process"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Demand,
        tag:Flow,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Air .

brick:Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Limit,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Air_Grains_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Grains Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the mass of water vapor in air"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Grains ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Grains,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:GrainsOfMoisture ;
    brick:hasSubstance brick:Air .

brick:Air_Static_Pressure_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Static Pressure Step Parameter"@en ;
    rdfs:subClassOf brick:Static_Pressure_Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Static,
        tag:Step .

brick:Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Limit,
        brick:Temperature_Parameter ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Air_Temperature_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Limit,
        tag:Point,
        tag:Setpoint,
        tag:Temperature .

brick:Air_Temperature_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Temperature Step Parameter"@en ;
    rdfs:subClassOf brick:Temperature_Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Parameter,
        tag:Point,
        tag:Step,
        tag:Temperature .

brick:Alarm_Sensitivity_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Alarm Sensitivity Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    skos:definition "A parameter indicates the sensitivity to activate an alarm."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensitivity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Parameter,
        tag:Point,
        tag:Sensitivity .

brick:Ammonia_Concentration a brick:Quantity ;
    rdfs:label "Ammonia Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of Ammonia in a medium" .

brick:Angle_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Angle Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measues the planar angle of some phenomenon"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:AngleObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Angle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Angle,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Angle .

brick:Automated_External_Defibrillator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Automated External Defibrillator"@en ;
    rdfs:subClassOf brick:Safety_Equipment ;
    owl:equivalentClass brick:AED ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:AED ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Defibrillator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:AED,
        tag:Defibrillator,
        tag:Equipment,
        tag:Safety .

brick:Automatic_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Automatic Switch"@en ;
    rdfs:subClassOf brick:Switchgear ;
    skos:definition "An automatic switch operates automatically in the event of some current threshold or other designed event. Criteria for automatic operation is generally a physical property of the switch."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Automatic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Automatic,
        tag:Equipment,
        tag:Switch .

brick:Average_Supply_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Average Supply Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Sensor ;
    owl:equivalentClass brick:Average_Discharge_Air_Flow_Sensor ;
    skos:definition "The computed average flow of supply air over some interval"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Average ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Average,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Boiler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Boiler"@en ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Water_Heater ;
    skos:definition "A closed, pressure vessel that uses fuel or electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Boiler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Boiler,
        tag:Equipment .

brick:Break_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Break Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    owl:equivalentClass brick:Breakroom ;
    skos:definition "A space for people to relax while not working"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Break ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Breakroom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:StaffRoom" ;
    brick:hasAssociatedTag tag:Break,
        tag:Breakroom,
        tag:Location,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:StaffRoom .

brick:Bypass_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Bypass Valve"@en ;
    rdfs:seeAlso <https://www.petropedia.com/definition/5050/bypass-valve> ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Valve ;
    skos:definition "A type of valve installed in a bypass pipeline"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Bypass ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Bypass,
        tag:Equipment,
        tag:Valve .

brick:Chilled_Beam a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Beam"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    skos:definition "A device with an integrated coil that performs sensible heating of a space via circulation of room air. Chilled Beams are not designed to perform latent cooling; see Induction Units. Despite their name, Chilled Beams may perform heating or cooling of a space depending on their configuration."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Beam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Beam,
        tag:Chilled,
        tag:Equipment .

brick:Chilled_Water_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Pump"@en ;
    rdfs:subClassOf brick:Water_Pump ;
    skos:definition "A pump that performs work on chilled water; typically part of a chilled water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Coil"@en ;
    rdfs:subClassOf brick:Heat_Exchanger ;
    skos:definition "Cooling or heating element made of pipe or tube that may or may not be finned and formed into helical or serpentine shape (ASHRAE Dictionary)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Equipment .

brick:Computer_Room_Air_Handler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Computer Room Air Handler"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:CRAH ;
    skos:definition "a computer room air handler (CRAH) uses fans, cooling coils and a water-chiller system to remove heat."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CRAH ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Computer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Handler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CRAH,
        tag:Computer,
        tag:Equipment,
        tag:Handler,
        tag:Room .

brick:Condenser_Water_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Pump"@en ;
    rdfs:subClassOf brick:Water_Pump ;
    skos:definition "A pump that is part of a condenser system; the pump circulates condenser water from the chiller back to the cooling tower"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Constant_Air_Volume_Box a owl:Class,
        sh:NodeShape ;
    rdfs:label "Constant Air Volume Box"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Constant_air_volume> ;
    rdfs:subClassOf brick:Terminal_Unit ;
    owl:equivalentClass brick:CAV ;
    skos:definition "A terminal unit for which supply air flow rate is constant and the supply air temperature is varied to meet thermal load"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CAV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Constant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Volume ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Box,
        tag:CAV,
        tag:Constant,
        tag:Equipment,
        tag:Volume .

brick:Cooling_Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Coil"@en ;
    rdfs:subClassOf brick:Coil ;
    skos:definition "A cooling element made of pipe or tube that removes heat from equipment, machines or airflows. Typically filled with either refrigerant or cold water."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Cool,
        tag:Equipment .

brick:Cooling_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    skos:definition "Indicates whether a system, device or control loop is in a cooling mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Mode,
        tag:Point,
        tag:Status .

brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Supply Air Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint,
        brick:Discharge_Air_Temperature_Cooling_Setpoint,
        brick:Supply_Air_Temperature_Deadband_Setpoint ;
    owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of supply air for cooling"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Deadband,
        tag:Discharge,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Discharge_Air .

brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Supply Air Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ;
    owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Supply,
        tag:Temperature,
        tag:Time .

brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Supply Air Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
    owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Cool,
        tag:Discharge,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Supply,
        tag:Temperature .

brick:Current_Output_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Current Output Sensor"@en ;
    rdfs:subClassOf brick:Current_Sensor ;
    skos:definition "Senses the amperes of electrical current produced as output by a device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Output ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Output,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ElectricCurrent .

brick:DDAHU a owl:Class,
        sh:NodeShape ;
    rdfs:label "DDAHU"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:Dual_Duct_Air_Handling_Unit ;
    skos:definition "See Dual_Duct_Air_Handling_Unit"@en ;
    brick:aliasOf brick:Dual_Duct_Air_Handling_Unit .

brick:Dedicated_Outdoor_Air_System_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dedicated Outdoor Air System Unit"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:DOAS ;
    skos:definition "A device that conditions and delivers 100% outdoor air to its assigned spaces. It decouples air-conditioning of the outdoor air, usually used to provide minimum outdoor air ventilation, from conditioning of the internal loads."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:DOAS ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dedicated ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outdoor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:DOAS,
        tag:Dedicated,
        tag:Equipment,
        tag:Outdoor,
        tag:System .

brick:Differential_CO2_Concentration a brick:Quantity ;
    rdfs:label "Differential CO2 Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isDeltaQuantity true ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:CO2_Concentration ;
    skos:definition "The difference in carbon dioxide concentration between two areas" .

brick:Differential_CO_Concentration a brick:Quantity ;
    rdfs:label "Differential CO Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isDeltaQuantity true ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:CO_Concentration ;
    skos:definition "The difference in carbon monoxide concentration between two areas" .

brick:Differential_Entering_Leaving_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Entering Leaving Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ;
    skos:definition "Measures the difference in temperature between entering and leaving water of water a circuit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Differential,
        tag:Entering,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Chilled_Water,
        brick:Leaving_Chilled_Water .

brick:Differential_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Temperature Setpoint"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=setpoint> ;
    rdfs:subClassOf brick:Differential_Setpoint ;
    skos:definition "A type of Setpoints that is related to the difference between two temperature measurements"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity brick:Differential_Temperature .

brick:Discharge_Water_Flow_Setpoint a owl:Class ;
    rdfs:label "Discharge Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water_Flow_Setpoint .

brick:Distribution_Frame a owl:Class,
        sh:NodeShape ;
    rdfs:label "Distribution Frame"@en ;
    rdfs:subClassOf brick:Telecom_Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces where the cables carrying signals meet and connect, e.g. a wiring closet or a broadcast downlink room"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Distribution ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frame ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:CableRoom" ;
    brick:hasAssociatedTag tag:Distribution,
        tag:Frame,
        tag:Location,
        tag:Room,
        tag:Space,
        tag:Telecom ;
    brick:isReplacedBy rec:CableRoom .

brick:Domestic_Hot_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint,
        brick:Water_Temperature_Setpoint ;
    skos:definition "Sets temperature of domestic hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Hot,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Domestic_Water a brick:Substance ;
    rdfs:label "Domestic Water"@en ;
    skos:broader brick:Water ;
    skos:definition "A collection of equipment that transport and regulate domestic water among each other"@en ;
    skos:narrower brick:Domestic_Hot_Water .

brick:Dual_Duct_Air_Handling_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dual Duct Air Handling Unit"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:DDAHU ;
    skos:definition "An air handling unit that contains hot and cold decks to supply heating and cooling to a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:AHU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:DDAHU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dual ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:AHU,
        tag:DDAHU,
        tag:Dual,
        tag:Equipment .

brick:Duct_Fan_Coil_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Duct Fan Coil Unit"@en ;
    rdfs:subClassOf brick:Fan_Coil_Unit ;
    owl:equivalentClass brick:Horizontal_Fan_Coil_Unit ;
    skos:definition "An inline HVAC component, the Duct Fan Coil Unit is integrated within the ductwork system, rather than within the served space, to distribute conditioned air through ducts to various areas or rooms."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Duct ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:FCU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Horizontal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Duct,
        tag:Equipment,
        tag:FCU,
        tag:Fan,
        tag:Horizontal,
        tag:Unit .

brick:Effective_Supply_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Supply Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Effective_Air_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Effective_Discharge_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Effective,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Electric_Power_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Power Sensor"@en ;
    rdfs:subClassOf brick:Power_Sensor ;
    skos:definition "Measures the amount of instantaneous electric power consumed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electric,
        tag:Point,
        tag:Power,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ElectricPower .

brick:Electric_Vehicle_Charging_Hub a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Vehicle Charging Hub"@en ;
    rdfs:subClassOf brick:Collection ;
    owl:equivalentClass brick:EV_Charging_Hub ;
    skos:definition "A collection of charging stations for charging electric vehicles. A hub may be located in a parking lot, for example"@en ;
    sh:property [ sh:class brick:Electric_Vehicle_Charging_Station ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Charging ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hub ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vehicle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Charging,
        tag:Collection,
        tag:Electric,
        tag:Hub,
        tag:Vehicle .

brick:Electric_Vehicle_Charging_Port a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Vehicle Charging Port"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "An individual point of attachment for charing a single electric vehicle"@en ;
    sh:property bsh:haselectricVehicleChargerDirectionalityShape,
        bsh:haselectricVehicleConnectorTypeShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Charging ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Port ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vehicle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Charging,
        tag:Electric,
        tag:Equipment,
        tag:Port,
        tag:Vehicle .

brick:Electric_Vehicle_Charging_Station a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electric Vehicle Charging Station"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "An individual piece of equipment supplying electrical power for charging electric vehicles. Contains 1 or more electric vehicle charging ports"@en ;
    sh:property [ sh:class brick:Electric_Vehicle_Charging_Port ;
            sh:path brick:hasPart ],
        bsh:haselectricVehicleChargerDirectionalityShape,
        bsh:haselectricVehicleChargerTypeShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Charging ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Electric ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vehicle ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Charging,
        tag:Electric,
        tag:Equipment,
        tag:Station,
        tag:Vehicle .

brick:Elevator_Shaft a owl:Class,
        sh:NodeShape ;
    rdfs:label "Elevator Shaft"@en ;
    rdfs:subClassOf brick:Vertical_Space ;
    owl:deprecated true ;
    owl:equivalentClass brick:Elevator_Space ;
    skos:definition "The vertical space in which an elevator ascends and descends"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Elevator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shaft ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vertical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElevatorShaft" ;
    brick:hasAssociatedTag tag:Elevator,
        tag:Location,
        tag:Shaft,
        tag:Space,
        tag:Vertical ;
    brick:isReplacedBy rec:ElevatorShaft .

brick:Embedded_Surface_System_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Embedded Surface System Panel"@en ;
    rdfs:seeAlso <https://www.rehva.eu/eshop/detail/no07-low-temperature-heating-and-high-temperature-cooling> ;
    rdfs:subClassOf brick:Radiant_Panel ;
    owl:equivalentClass brick:ESS_Panel ;
    skos:definition "Radiant panel heating and cooling system where the energy heat source or sink is embedded in a radiant layer which is thermally insulated from the building structure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:ESS ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Embedded ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:ESS,
        tag:Embedded,
        tag:Equipment,
        tag:Panel,
        tag:Surface,
        tag:System .

brick:Emergency_Power_Off_System_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Power Off System Status"@en ;
    rdfs:subClassOf brick:Off_Status,
        brick:System_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Off,
        tag:Point,
        tag:Power,
        tag:Status,
        tag:System .

brick:Energy_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures energy consumption"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:EnergyObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Energy .

brick:Energy_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy System"@en ;
    rdfs:subClassOf brick:Electrical_System ;
    skos:definition "A collection of devices that generates, stores or transports electricity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:System .

brick:Energy_Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Energy Usage Sensor"@en ;
    rdfs:subClassOf brick:Energy_Sensor,
        brick:Usage_Sensor ;
    skos:definition "Measures the total amount of energy used over some period of time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Point,
        tag:Sensor,
        tag:Usage ;
    brick:hasQuantity qudtqk:Energy .

brick:Entering_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Water .

brick:Exhaust_Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Exhaust Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Sensor ;
    skos:definition "The static pressure of air within exhaust regions of an HVAC system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exhaust ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Exhaust,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Exhaust_Air .

brick:Failure_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Failure Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "Alarms that indicate the failure of devices, equipment, systems and control loops"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Failure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Failure,
        tag:Point .

brick:Fault_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fault Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates the presence of a fault in a device, system or control loop"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Fault ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Fault,
        tag:Point,
        tag:Status .

brick:Filter_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Filter Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in pressure on either side of a filter"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Filter,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Flow Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets flow"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Formaldehyde_Concentration a brick:Quantity ;
    rdfs:label "Formaldehyde Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of formaldehyde in a medium" .

brick:Frequency_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Frequency Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls the frequency of a device's operation (e.g. rotational frequency)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Frequency,
        tag:Point ;
    brick:hasQuantity qudtqk:Frequency .

brick:Fresh_Air_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fresh Air Setpoint Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Fresh_Air_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fresh ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Fresh,
        tag:Limit,
        tag:Point,
        tag:Setpoint .

brick:Frost a brick:Substance ;
    rdfs:label "Frost"@en ;
    skos:broader brick:Solid ;
    skos:definition "frost formed on the cold surface (tubes, plates) of a cooling coil."@en .

brick:Gauge_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gauge Pressure Sensor"@en ;
    rdfs:subClassOf brick:Pressure_Sensor ;
    skos:definition "Pressure sensor which is zero-referenced against ambient air pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gauge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gauge,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity qudtqk:GaugePressure .

brick:Hail a brick:Substance ;
    rdfs:label "Hail"@en ;
    skos:broader brick:Solid ;
    skos:definition "pellets of frozen rain which fall in showers from cumulonimbus clouds."@en .

brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Exchanger Leaving Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Leaving_Water_Temperature_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Ice ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Ice,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Tank,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Heat_Recovery_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Recovery Condensing Unit"@en ;
    rdfs:subClassOf brick:Condensing_Unit ;
    skos:definition "An advanced outdoor HVAC unit equipped for both heating and cooling, with the added capability of heat recovery. It efficiently recycles heat from the cooling process for heating purposes, featuring components like a condenser coil, compressor, and heat recovery systems."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Recovery ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Heating,
        tag:Recovery,
        tag:Unit .

brick:Heating_Coil a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Coil"@en ;
    rdfs:subClassOf brick:Coil ;
    skos:definition "A heating element typically made of pipe, tube or wire that emits heat. Typically filled with hot water, or, in the case of wire, uses electricity."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Equipment,
        tag:Heat .

brick:Heating_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    skos:definition "Indicates whether a system, device or control loop is in a heating mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Mode,
        tag:Point,
        tag:Status .

brick:Heating_Supply_Air_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Supply Air Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Air_Temperature_Heating_Setpoint,
        brick:Heating_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Deadband_Setpoint ;
    owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of supply air for heating"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Deadband,
        tag:Discharge,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Discharge_Air .

brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Supply Air Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Air_Temperature_Integral_Time_Parameter ;
    owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Heat,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Supply,
        tag:Temperature,
        tag:Time .

brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Supply Air Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
    owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Discharge,
        tag:Heat,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Supply,
        tag:Temperature .

brick:High_Supply_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Supply Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:High_Temperature_Alarm,
        brick:Supply_Air_Temperature_Alarm ;
    owl:equivalentClass brick:High_Discharge_Air_Temperature_Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Discharge,
        tag:High,
        tag:Point,
        tag:Supply,
        tag:Temperature .

brick:Hot_Water_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Water_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in water pressure on either side of a hot water valve"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Hot_Water .

brick:Hot_Water_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Water_Differential_Pressure_Setpoint ;
    skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit used to carry hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Hot,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Hot_Water .

brick:Hot_Water_Discharge_Temperature_Sensor a owl:Class ;
    rdfs:label "Hot Water Discharge Temperature Sensor"@en ;
    rdfs:subClassOf brick:Discharge_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Sensor .

brick:Hot_Water_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Pump"@en ;
    rdfs:subClassOf brick:Water_Pump ;
    skos:definition "A pump that performs work on hot water; typically part of a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hot,
        tag:Pump,
        tag:Water .

brick:Hot_Water_Return_Temperature_Sensor a owl:Class ;
    rdfs:label "Hot Water Return Temperature Sensor"@en ;
    rdfs:subClassOf brick:Return_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Hot_Water_Temperature_Sensor .

brick:Hot_Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Valve"@en ;
    rdfs:subClassOf brick:Heating_Valve,
        brick:Water_Valve ;
    skos:definition "A valve regulating the flow of hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hot,
        tag:Valve,
        tag:Water .

brick:Humidity_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidity Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with the concentration of water vapor in the air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Humidity,
        tag:Point .

brick:Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidity Sensor"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Humidity> ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the concentration of water vapor in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidity,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:PressureRatio .

brick:Imbalance_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Imbalance Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "A sensor which measures difference (imbalance) between phases of an electrical system"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Imbalance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Imbalance,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Integral_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Integral Gain Parameter"@en ;
    rdfs:subClassOf brick:Gain_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gain,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point .

brick:Intercom_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Intercom Equipment"@en ;
    rdfs:subClassOf brick:Security_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Intercom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Intercom,
        tag:Security .

brick:Interface a owl:Class,
        sh:NodeShape ;
    rdfs:label "Interface"@en ;
    rdfs:subClassOf brick:Lighting_Equipment ;
    skos:definition "A device that provides an occupant control over a lighting system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Interface ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Interface .

brick:Isolation_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Isolation Switch"@en ;
    rdfs:subClassOf brick:Switchgear ;
    owl:equivalentClass brick:Disconnect_Switch ;
    skos:definition "See 'Disconnect_Switch'"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Isolation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Isolation,
        tag:Switch .

brick:Leaving_Chilled_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Chilled Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Sensor,
        brick:Leaving_Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of chilled leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Flow,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Chilled_Water .

brick:Leaving_Chilled_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Chilled Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Flow_Setpoint,
        brick:Leaving_Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of chilled leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Flow,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Chilled_Water .

brick:Leaving_Chilled_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Chilled Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of chilled water that is supplied from a chiller"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Chilled_Water .

brick:Leaving_Chilled_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Chilled Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Chilled_Water_Temperature_Setpoint,
        brick:Leaving_Water_Temperature_Setpoint ;
    skos:definition "Temperature setpoint for leaving chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Condenser_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Condenser Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Flow_Sensor,
        brick:Leaving_Water_Flow_Sensor ;
    skos:definition "Measures the flow of the leaving condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Flow,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Condenser_Water .

brick:Leaving_Condenser_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Condenser Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of the leaving condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Condenser_Water .

brick:Leaving_Condenser_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Condenser Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Leaving_Water_Temperature_Setpoint ;
    skos:definition "The temperature setpoint for the leaving condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Domestic_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Domestic Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Sensor,
        brick:Leaving_Hot_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of domestic water supplied by a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Domestic Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Domestic_Hot_Water_Temperature_Setpoint,
        brick:Leaving_Water_Temperature_Setpoint ;
    skos:definition "Sets temperature of leavinging part of domestic hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving High Temperature Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of high-temperature hot water supplied by a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:High,
        tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Hot_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Hot_Water_Flow_Sensor,
        brick:Leaving_Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of hot leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Hot_Water .

brick:Leaving_Hot_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Hot_Water_Flow_Setpoint,
        brick:Leaving_Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of hot leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Hot_Water .

brick:Leaving_Hot_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Hot_Water_Temperature_Setpoint,
        brick:Leaving_Water_Temperature_Setpoint ;
    skos:definition "Temperature setpoint for leaving hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Medium Temperature Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Leaving_Hot_Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of medium-temperature hot water supplied by a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Medium ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Medium,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Lighting a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting"@en ;
    rdfs:subClassOf brick:Lighting_Equipment .

brick:Linear_Speed a brick:Quantity ;
    rdfs:label "Linear Speed"@en ;
    qudt:applicableUnit unit:FT-PER-HR,
        unit:FT-PER-SEC,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-HR,
        unit:M-PER-SEC,
        unit:MI-PER-HR,
        unit:MI-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Speed,
        brick:Speed ;
    skos:definition "Speed in one dimension (linear)" .

brick:Load_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Load,
        tag:Parameter,
        tag:Point .

brick:Lobby a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lobby"@en ;
    rdfs:subClassOf brick:Common_Space ;
    owl:deprecated true ;
    skos:definition "A space just after the entrance to a building or other space of a building, where visitors can wait"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lobby ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Lobby" ;
    brick:hasAssociatedTag tag:Common,
        tag:Lobby,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Lobby .

brick:Low_Air_Flow_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Air Flow Alarm"@en ;
    rdfs:subClassOf brick:Air_Flow_Alarm ;
    skos:definition "An alarm that indicates that the air flow is lower than normal."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Flow,
        tag:Low,
        tag:Point .

brick:Low_Supply_Air_Flow_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Supply Air Flow Alarm"@en ;
    rdfs:subClassOf brick:Low_Air_Flow_Alarm ;
    owl:equivalentClass brick:Low_Discharge_Air_Flow_Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Discharge,
        tag:Flow,
        tag:Low,
        tag:Point,
        tag:Supply .

brick:Low_Supply_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Supply Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Low_Temperature_Alarm,
        brick:Supply_Air_Temperature_Alarm ;
    owl:equivalentClass brick:Low_Discharge_Air_Temperature_Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Discharge,
        tag:Low,
        tag:Point,
        tag:Supply,
        tag:Temperature .

brick:Makeup_Air_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Makeup Air Unit"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:MAU ;
    skos:definition "A device designed to condition ventilation air introduced into a space or to replace air exhausted from a process or general area exhaust. The device may be used to prevent negative pressure within buildings or to reduce airborne contaminants in a space."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:MAU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Makeup ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:MAU,
        tag:Makeup,
        tag:Unit .

brick:Manual_Fire_Alarm_Activation_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Manual Fire Alarm Activation Equipment"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Manual_fire_alarm_activation> ;
    rdfs:subClassOf brick:Fire_Safety_Equipment ;
    skos:definition "A device for manually activating fire alarm"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Activation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Manual ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Activation,
        tag:Alarm,
        tag:Equipment,
        tag:Fire,
        tag:Manual,
        tag:Safety .

brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Occupied Cooling Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Limit,
        tag:Max,
        tag:Occupied,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Occupied Heating Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Heating_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Limit,
        tag:Max,
        tag:Occupied,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Max_Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Limit,
        brick:Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static .

brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Supply Air Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Limit,
        brick:Max_Static_Pressure_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Supply_Air_Static_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Supply .

brick:Max_Supply_Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Supply Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Temperature_Setpoint_Limit,
        brick:Supply_Air_Temperature_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Discharge_Air_Temperature_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Limit,
        tag:Max,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature .

brick:Max_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Limit,
        brick:Temperature_Parameter ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Temperature_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Max,
        tag:Point,
        tag:Setpoint,
        tag:Temperature .

brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Unoccupied Cooling Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied .

brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Unoccupied Heating Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Heating_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied .

brick:Methane_Concentration a brick:Quantity ;
    rdfs:label "Methane Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of methane in a medium" .

brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Occupied Cooling Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Limit,
        tag:Min,
        tag:Occupied,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Occupied Heating Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Heating_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Limit,
        tag:Min,
        tag:Occupied,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Min_Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Limit,
        brick:Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Static_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static .

brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Supply Air Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Limit,
        brick:Min_Static_Pressure_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Supply_Air_Static_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Supply .

brick:Min_Supply_Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Supply Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Temperature_Setpoint_Limit,
        brick:Supply_Air_Temperature_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Discharge_Air_Temperature_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Limit,
        tag:Min,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature .

brick:Min_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Limit,
        brick:Temperature_Parameter ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Temperature_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Min,
        tag:Point,
        tag:Setpoint,
        tag:Temperature .

brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Unoccupied Cooling Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied .

brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Unoccupied Heating Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Heating_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied .

brick:Mixing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mixing Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "Valve used for mixing hot and cold fluid to a desired temperature."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mixing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mixing,
        tag:Valve .

brick:Motor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Motor"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=motor> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A machine in which power is applied to do work by the conversion of various forms of energy into mechanical force and motion."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Motor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Motor .

brick:NO2_Concentration a brick:Quantity ;
    rdfs:label "NO2 Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Air_Quality ;
    skos:definition "The concentration of nitrogen dioxide in a medium" .

brick:Natural_Gas_Boiler a owl:Class,
        sh:NodeShape ;
    rdfs:label "Natural Gas Boiler"@en ;
    rdfs:subClassOf brick:Boiler ;
    skos:definition "A closed, pressure vessel that uses natural gas for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Boiler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gas ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Natural ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Boiler,
        tag:Equipment,
        tag:Gas,
        tag:Natural .

brick:Network_Video_Recorder a owl:Class,
        sh:NodeShape ;
    rdfs:label "Network Video Recorder"@en ;
    rdfs:subClassOf brick:Video_Surveillance_Equipment ;
    owl:equivalentClass brick:NVR ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:NVR ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Network ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Recorder ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surveillance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Video ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:NVR,
        tag:Network,
        tag:Recorder,
        tag:Security,
        tag:Surveillance,
        tag:Video .

brick:Occupancy_Count a brick:Quantity ;
    rdfs:label "Occupancy Count"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless,
        brick:Occupancy ;
    skos:definition "Number of people in an area",
        "Number of people in an area"@en .

brick:Occupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Cooling Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint,
        brick:Cooling_Supply_Air_Flow_Setpoint,
        brick:Occupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint ;
    skos:definition "Sets supply air flow rate for cooling when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Occupied_Heating_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Heating Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint,
        brick:Heating_Supply_Air_Flow_Setpoint,
        brick:Occupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Occupied_Heating_Discharge_Air_Flow_Setpoint ;
    skos:definition "Sets supply air flow rate for heating when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Occupied_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    skos:definition "Indicates if a system, device or control loop is in \"Occupied\" mode"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mode,
        tag:Occupied,
        tag:Point,
        tag:Status .

brick:Occupied_Supply_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Supply Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Occupied_Air_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Occupied_Discharge_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Heat,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Oil a brick:Substance ;
    rdfs:label "Oil"@en ;
    skos:broader brick:Liquid ;
    skos:definition "a viscous liquid derived from petroleum, especially for use as a fuel or lubricant."@en ;
    skos:narrower brick:Fuel_Oil .

brick:On_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "On Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a control loop, relay or equipment is on"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:On,
        tag:Point,
        tag:Status .

brick:On_Timer_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "On Timer Sensor"@en ;
    rdfs:subClassOf brick:Duration_Sensor ;
    owl:equivalentClass brick:Run_Time_Sensor ;
    skos:definition "Measures the duration for which a device was in an active or \"on\" state"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Run ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Timer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:On,
        tag:Point,
        tag:Run,
        tag:Sensor,
        tag:Time,
        tag:Timer ;
    brick:hasQuantity qudtqk:Time .

brick:Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Lockout Temperature Differential Parameter"@en ;
    rdfs:subClassOf brick:Lockout_Temperature_Differential_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lockout ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Lockout,
        tag:Outside,
        tag:Parameter,
        tag:Point,
        tag:Temperature .

brick:Overridden_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Overridden Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if the expected operating status of an equipment or control loop has been overridden"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Overridden ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Overridden,
        tag:Point,
        tag:Status .

brick:Ozone_Concentration a brick:Quantity ;
    rdfs:label "Ozone Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of ozone in a medium" .

brick:PV_Array a owl:Class,
        sh:NodeShape ;
    rdfs:label "PV Array"@en ;
    rdfs:subClassOf brick:Collection,
        rec:Collection ;
    owl:equivalentClass brick:Photovoltaic_Array ;
    sh:property [ a sh:PropertyShape ;
            sh:class brick:PV_Panel ;
            sh:minCount 1 ;
            sh:name "includes" ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] ;
    brick:aliasOf brick:Photovoltaic_Array .

brick:Packaged_Heat_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Packaged Heat Pump"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A self-contained unit designed to transfer heat energy to or from a designated space, capable of offering both heating and cooling functions"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Pump .

brick:Phasor_Angle a brick:Quantity ;
    rdfs:label "Phasor Angle"@en ;
    qudt:applicableUnit unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:PlaneAngle ;
    skos:definition "Angle component of a phasor" .

brick:Photovoltaic_Array a owl:Class,
        sh:NodeShape ;
    rdfs:label "Photovoltaic Array"@en ;
    rdfs:subClassOf brick:Collection ;
    owl:deprecated true ;
    owl:equivalentClass brick:PV_Array ;
    skos:definition "A collection of photovoltaic panels"@en ;
    sh:property [ sh:class brick:PV_Panel ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Array ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Photovoltaic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Array,
        tag:Collection,
        tag:PV,
        tag:Photovoltaic .

brick:Photovoltaic_Current_Output_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Photovoltaic Current Output Sensor"@en ;
    rdfs:subClassOf brick:Current_Output_Sensor ;
    owl:equivalentClass brick:PV_Current_Output_Sensor ;
    skos:definition "Senses the amperes of electrical current produced as output by a photovoltaic device"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Output ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Photovoltaic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Output,
        tag:PV,
        tag:Photovoltaic,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ElectricCurrent .

brick:Position_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Position Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls or reports the position of some object"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Position ;
    brick:hasQuantity brick:Position .

brick:Position_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Position Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Position_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Point,
        tag:Position .

brick:Power_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Power Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the amount of instantaneous power consumed"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:PowerObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Power ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Power,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Pre-Cooling_Air_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pre-Cooling Air Unit"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:PAU ;
    skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PAU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:PAU .

brick:Precipitation a brick:Quantity ;
    rdfs:label "Precipitation"@en ;
    qudt:applicableUnit unit:CentiM,
        unit:DeciM,
        unit:FT,
        unit:IN,
        unit:KiloM,
        unit:M,
        unit:MicroM,
        unit:MilliM,
        unit:YD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Length,
        brick:Level ;
    skos:definition "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)",
        "Amount of atmospheric water vapor fallen including rain, sleet, snow, and hail (https://project-haystack.dev/doc/lib-phScience/precipitation)"@en .

brick:Preheat_Supply_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Preheat Supply Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Sensor ;
    owl:equivalentClass brick:Preheat_Discharge_Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of supply air before it is heated"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Preheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Point,
        tag:Preheat,
        tag:Sensor,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Pressure_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Pressure .

brick:Pressure_Reducing_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Reducing Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "Valve used to reduce a high supply pressure to a usable level; maintains uniform outlet pressure despite inlet pressure variation."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reducing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Reducing,
        tag:Valve .

brick:Pressure_Relief_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Relief Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "Pressure-actuated valve to automatically relieve excessive pressure; prevents explosive shattering of the housing."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relief ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Pressure,
        tag:Relief,
        tag:Valve .

brick:Proportional_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Proportional Gain Parameter"@en ;
    rdfs:subClassOf brick:Gain_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gain,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional .

brick:Radiant_Ceiling_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radiant Ceiling Panel"@en ;
    rdfs:seeAlso <https://www.rehva.eu/eshop/detail/no07-low-temperature-heating-and-high-temperature-cooling> ;
    rdfs:subClassOf brick:Radiant_Panel ;
    owl:equivalentClass brick:RC_Panel ;
    skos:definition "Radiant panel heating and cooling system that are usually made from metal and suspended under the ceiling or insulated from the building structure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Ceiling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:RC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Ceiling,
        tag:Equipment,
        tag:Panel,
        tag:RC,
        tag:Radiant .

brick:Radon_Concentration a brick:Quantity ;
    rdfs:label "Radon Concentration"@en ;
    qudt:applicableUnit unit:BQ-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:ActivityConcentration,
        brick:Air_Quality ;
    skos:definition "The concentration of radioactivity due to Radon in a medium" .

brick:Reactive_Energy a brick:Quantity ;
    rdfs:label "Reactive Energy"@en ;
    qudt:applicableUnit unit:KiloV-A_Reactive-HR,
        unit:MegaV-A_Reactive-HR,
        unit:V-A_Reactive-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Electric_Energy ;
    skos:definition "The integral of the reactive power over a time interval" .

brick:Refrigerant a brick:Substance ;
    rdfs:label "Refrigerant"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Refrigerant> ;
    skos:broader brick:Fluid ;
    skos:definition "A refrigerant is a working fluid used in the refrigeration cycle of air conditioning systems and heat pumps where in most cases they undergo a repeated phase transition from a liquid to a gas and back again."@en .

brick:Restroom a owl:Class,
        sh:NodeShape ;
    rdfs:label "Restroom"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    owl:equivalentClass brick:Rest_Room ;
    skos:definition "A room that provides toilets and washbowls."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rest ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Restroom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Bathroom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Rest,
        tag:Restroom,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Bathroom .

brick:Return_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Air_Temperature_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of return air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Point,
        tag:Return,
        tag:Temperature .

brick:Return_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Return Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Water_Temperature_Sensor .

brick:Rooftop_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Rooftop Unit"@en ;
    rdfs:subClassOf brick:Air_Handling_Unit ;
    owl:equivalentClass brick:RTU ;
    skos:definition "Packaged air conditioner mounted on a roof, the conditioned air being discharged directly into the rooms below or through a duct system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:AHU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:RTU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Rooftop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:AHU,
        tag:Equipment,
        tag:RTU,
        tag:Rooftop .

brick:Shading_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Shading Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shade ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Shade .

brick:Site a owl:Class,
        sh:NodeShape ;
    rdfs:label "Site"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "A geographic region containing 0 or more buildings. Typically used as the encapsulating location for a collection of Brick entities through the hasPart/isPartOf relationships"@en ;
    sh:property [ sh:or ( [ sh:class brick:Building ] [ sh:class brick:Region ] [ sh:class brick:Site ] [ sh:class brick:Space ] [ sh:class brick:Room ] ) ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Site ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Site" ;
    brick:hasAssociatedTag tag:Location,
        tag:Site ;
    brick:isReplacedBy rec:Site .

brick:Smoke_Detection_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Smoke Detection Alarm"@en ;
    rdfs:subClassOf brick:Smoke_Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Detection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Smoke ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Detection,
        tag:Point,
        tag:Smoke .

brick:Soil a brick:Substance ;
    rdfs:label "Soil"@en ;
    skos:broader brick:Solid .

brick:Speed_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Speed Setpoint Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Speed_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Speed .

brick:Static_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Deadband_Setpoint,
        brick:Static_Pressure_Setpoint ;
    skos:definition "Sets the size of a deadband of static pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure .

brick:Static_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Static,
        tag:Time .

brick:Steam_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Steam Valve"@en ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Valve ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Steam ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Steam,
        tag:Valve .

brick:Storage_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Storage Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces used for storage"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Storage" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:Storage ;
    brick:isReplacedBy rec:Storage .

brick:Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Storage Tank"@en ;
    rdfs:subClassOf brick:Tank ;
    skos:definition "A specialized type of tank intended primarily for the storage of fluids or gases for extended periods."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Storage,
        tag:Tank .

brick:Supply_Air_Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Dewpoint Sensor"@en ;
    rdfs:subClassOf brick:Dewpoint_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Dewpoint_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Dewpoint,
        tag:Discharge,
        tag:Point,
        tag:Sensor,
        tag:Supply ;
    brick:hasQuantity qudtqk:DewPointTemperature ;
    brick:hasSubstance brick:Discharge_Air .

brick:Supply_Air_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in pressure between an upstream and downstream of an air duct or other air conduit used to supply air into the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Discharge,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Supply ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Supply_Air .

brick:Supply_Air_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Air_Differential_Pressure_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Differential_Pressure_Setpoint ;
    skos:definition "Sets the target air differential pressure between an upstream and downstream point in a supply air duct or conduit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Discharge,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Supply_Air .

brick:Supply_Air_Duct_Pressure_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Duct Pressure Status"@en ;
    rdfs:subClassOf brick:Pressure_Status ;
    owl:equivalentClass brick:Discharge_Air_Duct_Pressure_Status ;
    skos:definition "Indicates if air pressure in supply duct is within expected bounds"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Duct ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Duct,
        tag:Point,
        tag:Pressure,
        tag:Status,
        tag:Supply ;
    brick:hasQuantity qudtqk:Pressure .

brick:Supply_Air_Flow_Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Flow Demand Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Demand_Setpoint,
        brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Flow_Demand_Setpoint ;
    skos:definition "Sets the rate of supply air flow required for a process"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Demand,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Flow_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Flow High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Flow_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:High,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Supply_Air_Flow_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Flow Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Reset_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Flow_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Low,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Supply_Air_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Humidity Sensor"@en ;
    rdfs:subClassOf brick:Relative_Humidity_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Humidity_Sensor ;
    skos:definition "Measures the relative humidity of supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Humidity,
        tag:Point,
        tag:Relative,
        tag:Sensor,
        tag:Supply ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Humidity_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Humidity_Setpoint ;
    skos:definition "Humidity setpoint for supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Humidity,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Integral_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Integral Gain Parameter"@en ;
    rdfs:subClassOf brick:Integral_Gain_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Integral_Gain_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Gain,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Supply .

brick:Supply_Air_Proportional_Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Proportional Gain Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Gain_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Proportional_Gain_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Gain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Gain,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Supply .

brick:Supply_Air_Smoke_Detection_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Smoke Detection Alarm"@en ;
    rdfs:subClassOf brick:Air_Alarm,
        brick:Smoke_Detection_Alarm ;
    owl:equivalentClass brick:Discharge_Air_Smoke_Detection_Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Detection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Smoke ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Detection,
        tag:Discharge,
        tag:Point,
        tag:Smoke,
        tag:Supply .

brick:Supply_Air_Static_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Static Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Discharge_Air_Static_Pressure_Setpoint,
        brick:Static_Pressure_Deadband_Setpoint,
        brick:Supply_Air_Static_Pressure_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Static_Pressure_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of static pressure of supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Deadband,
        tag:Discharge,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Supply ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Static_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Static Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Static_Pressure_Integral_Time_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Static,
        tag:Supply,
        tag:Time .

brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Static Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Static_Pressure_Proportional_Band_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Discharge,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Static,
        tag:Supply .

brick:Supply_Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Static_Pressure_Sensor ;
    skos:definition "The static pressure of air within supply regions of an HVAC system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static,
        tag:Supply ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Static_Pressure_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Static Pressure Step Parameter"@en ;
    rdfs:subClassOf brick:Air_Static_Pressure_Step_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Static_Pressure_Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Static,
        tag:Step,
        tag:Supply .

brick:Supply_Air_Temperature_Cooling_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Cooling Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Cooling_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Supply_Air_Temperature_Heating_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Heating Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Heating_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Supply_Air_Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint,
        brick:Temperature_High_Reset_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_High_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Discharge,
        tag:High,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Supply_Air .

brick:Supply_Air_Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Reset_Differential_Setpoint,
        brick:Temperature_Low_Reset_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Low_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Discharge,
        tag:Low,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Supply_Air .

brick:Supply_Air_Temperature_Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Step Parameter"@en ;
    rdfs:subClassOf brick:Air_Temperature_Step_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Step_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Parameter,
        tag:Point,
        tag:Step,
        tag:Supply,
        tag:Temperature .

brick:Supply_Air_Velocity_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Velocity Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Velocity_Pressure_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Velocity_Pressure_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Velocity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Supply,
        tag:Velocity ;
    brick:hasQuantity qudtqk:DynamicPressure ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Fan"@en ;
    rdfs:subClassOf brick:Fan ;
    owl:equivalentClass brick:Discharge_Fan ;
    skos:definition "Fan moving supply air -- air that is supplied from the HVAC system into the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Discharge,
        tag:Equipment,
        tag:Fan,
        tag:Supply .

brick:System_Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "System Enable Command"@en ;
    rdfs:subClassOf brick:Enable_Command ;
    skos:definition "Enables operation of a system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Point,
        tag:System .

brick:Temperature_Differential_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Differential Reset Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity brick:Differential_Temperature .

brick:Thermal_Energy_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermal Energy Storage Tank"@en ;
    rdfs:subClassOf brick:Storage_Tank ;
    skos:definition "A Thermal Energy Storage (TES) tank is a specialized container for storing thermal energy, enabling more efficient heating and cooling by balancing supply and demand. It helps reduce operational costs and minimizes the need for larger equipment."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Energy ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Energy,
        tag:Equipment,
        tag:Storage,
        tag:Tank,
        tag:Thermal .

brick:Thermally_Activated_Building_System_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermally Activated Building System Panel"@en ;
    rdfs:seeAlso <https://www.rehva.eu/eshop/detail/no07-low-temperature-heating-and-high-temperature-cooling> ;
    rdfs:subClassOf brick:Radiant_Panel ;
    owl:equivalentClass brick:TABS_Panel ;
    skos:definition "Radiant panel heating and cooling system where the energy heat source or sink is embedded in the building structure such as in slabs and walls."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Activated ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:TABS ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Thermally ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Activated,
        tag:Building,
        tag:Equipment,
        tag:Panel,
        tag:System,
        tag:TABS,
        tag:Thermally .

brick:Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Time Parameter"@en ;
    rdfs:subClassOf brick:PID_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Time .

brick:Time_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Time Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Setpoint,
        tag:Time ;
    brick:hasQuantity qudtqk:Time .

brick:Tolerance_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tolerance Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    skos:definition "difference between upper and lower limits of size for a given nominal dimension or value."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tolerance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Tolerance .

brick:Transfer_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Transfer Switch"@en ;
    rdfs:subClassOf brick:Switchgear ;
    skos:definition "An electrical switch that switches a load between two (or more) sources."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Transfer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Switch,
        tag:Transfer .

brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Cooling Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Discharge_Air_Flow_Setpoint,
        brick:Cooling_Supply_Air_Flow_Setpoint,
        brick:Unoccupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Heating Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Discharge_Air_Flow_Setpoint,
        brick:Heating_Supply_Air_Flow_Setpoint,
        brick:Unoccupied_Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Unoccupied_Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Mode Status"@en ;
    rdfs:subClassOf brick:Mode_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mode,
        tag:Point,
        tag:Status,
        tag:Unoccupied .

brick:Unoccupied_Supply_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Supply Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Temperature_Setpoint,
        brick:Unoccupied_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Discharge_Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Variable_Air_Volume_Box_With_Reheat a owl:Class,
        sh:NodeShape ;
    rdfs:label "Variable Air Volume Box With Reheat"@en ;
    rdfs:subClassOf brick:Variable_Air_Volume_Box ;
    owl:equivalentClass brick:RVAV ;
    skos:definition "A VAV box with a reheat coil mounted on the discharge end of the unit that can heat the air delivered to a zone"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:RVAV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reheat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Variable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Volume ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Box,
        tag:Equipment,
        tag:RVAV,
        tag:Reheat,
        tag:Variable,
        tag:Volume .

brick:Water_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint ;
    skos:definition "Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Water .

brick:Water_Heater a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Heater"@en ;
    rdfs:seeAlso <https://www.merriam-webster.com/dictionary/waterheater> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "An apparatus for heating and usually storing hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heater ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heater,
        tag:Water .

brick:Water_Level_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Level Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the height/level of water in some container"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:LengthObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Level,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Level ;
    brick:hasSubstance brick:Water .

brick:Water_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Pressure Sensor"@en ;
    rdfs:subClassOf brick:Pressure_Sensor ;
    skos:definition "Measures the pressure exerted by water in a system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:Pressure .

brick:Water_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Temperature Alarm"@en ;
    rdfs:subClassOf brick:Temperature_Alarm,
        brick:Water_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with temperature of water."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Temperature,
        tag:Water .

brick:Wet_Bulb_Temperature a brick:Quantity ;
    rdfs:label "Wet Bulb Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Temperature ;
    skos:definition "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only.  DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)",
        "The temperature read by a thermometer covered in water-soaked cloth (wet-bulb thermometer) over which air is passed. A wet-bulb thermometer indicates a temperature close to the true (thermodynamic) wet-bulb temperature. The wet-bulb temperature is the lowest temperature that can be reached under current ambient conditions by the evaporation of water only.  DBT is the temperature that is usually thought of as air temperature, and it is the true thermodynamic temperature. It indicates the amount of heat in the air and is directly proportional to the mean kinetic energy of the air molecule. (https://en.wikipedia.org/wiki/Wet-bulb_temperature)"@en .

brick:Wind_Direction a brick:Quantity ;
    rdfs:label "Wind Direction"@en ;
    qudt:applicableUnit unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Direction ;
    skos:definition "Direction of wind relative to North",
        "Direction of wind relative to North"@en .

brick:Wing a owl:Class,
        sh:NodeShape ;
    rdfs:label "Wing"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "A wing is part of a building – or any feature of a building – that is subordinate to the main, central structure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Wing" ;
    brick:hasAssociatedTag tag:Location,
        tag:Wing ;
    brick:isReplacedBy rec:Wing .

brick:aggregationFunction a owl:AsymmetricProperty,
        owl:DatatypeProperty,
        owl:IrreflexiveProperty,
        brick:Relationship ;
    rdfs:label "aggregationFunction"@en .

brick:hasAssociatedTag a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has associated tag"@en ;
    owl:inverseOf brick:isAssociatedWith ;
    skos:definition "The class is associated with the given tag"@en .

brick:hasSubMeter a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "has sub-meter"@en ;
    owl:inverseOf brick:isSubMeterOf ;
    skos:definition "Indicates a submeter of this meter"@en .

brick:isAssociatedWith a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is associated with"@en ;
    owl:inverseOf brick:hasAssociatedTag ;
    skos:definition "The tag is associated with the given class"@en .

brick:isLocationOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is location of"@en ;
    owl:equivalentProperty rec:isLocationOf ;
    owl:inverseOf brick:hasLocation ;
    skos:definition "Subject is the physical location encapsulating the object"@en .

brick:isSubMeterOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "is sub-meter of"@en ;
    owl:inverseOf brick:hasSubMeter ;
    skos:definition "Indicates the parent for which this meter is a submeter"@en .

brick:isTagOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is tag of"@en .

brick:latitude a owl:DatatypeProperty,
        brick:Relationship ;
    rdfs:label "Latitude"@en ;
    rdfs:subPropertyOf sdo:latitude .

brick:longitude a owl:DatatypeProperty,
        brick:Relationship ;
    rdfs:label "Longitude"@en ;
    rdfs:subPropertyOf sdo:longitude .

brick:thermalTransmittance a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Thermal transmittance"@en ;
    rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:13789:ed-3:v1:en" ;
    skos:definition "The area-weighted average heat transfer coefficient (commonly referred to as a U-value)" .

ref:BACnetURI a owl:DatatypeProperty ;
    rdfs:label "BACnetURI",
        "BACnetURI"^^xsd:string ;
    rdfs:comment "Clause Q.8 BACnet URI scheme: bacnet:// <device> / <object> [ / <property> [ / <index> ]]",
        "Clause Q.8 BACnet URI scheme: bacnet:// <device> / <object> [ / <property> [ / <index> ]]"^^xsd:string .

ref:hasIfcProjectReference a owl:ObjectProperty ;
    rdfs:label "hasIfcProjectReference",
        "hasIfcProjectReference"^^xsd:string ;
    skos:definition "A reference to the IFC Project that defines this entity",
        "A reference to the IFC Project that defines this entity"^^xsd:string .

ref:hasTimeseriesId a owl:DatatypeProperty ;
    rdfs:label "hasTimeseriesId",
        "hasTimeseriesId"^^xsd:string ;
    skos:definition "The unique identifier (primary key) for this TimeseriesReference in some database"@en .

ref:ifcFileLocation a owl:DatatypeProperty ;
    rdfs:label "The location of the IFC file defining a project",
        "The location of the IFC file defining a project"^^xsd:string ;
    rdfs:range xsd:string .

ref:ifcGlobalID a owl:DatatypeProperty ;
    rdfs:label "ifcGlobalID",
        "ifcGlobalID"^^xsd:string ;
    skos:definition "The IFC Global ID of the entity",
        "The IFC Global ID of the entity"^^xsd:string .

ref:ifcName a owl:DatatypeProperty ;
    rdfs:label "ifcName",
        "ifcName"^^xsd:string ;
    skos:definition "The name of the IFC entity",
        "The name of the IFC entity"^^xsd:string .

ref:ifcProject a owl:Class,
        sh:NodeShape ;
    rdfs:label "IfcProject",
        "IfcProject"^^xsd:string ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path ref:ifcFileLocation ],
        [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path ref:ifcProjectID ],
        [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path ref:ifcFileLocation ],
        [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path ref:ifcProjectID ] .

ref:ifcProjectID a owl:DatatypeProperty ;
    rdfs:label "ifcProjectID",
        "ifcProjectID"^^xsd:string ;
    skos:definition "The IFC ID of the containing project",
        "The IFC ID of the containing project"^^xsd:string .

ref:preferred a owl:DatatypeProperty ;
    rdfs:label "preferred"@en ;
    skos:definition "An entity can have one 'preferred' External Reference. Consumers of the model should prioritize any external reference with the 'preferred' property",
        "An entity can have one 'preferred' External Reference. Consumers of the model should prioritize any external reference with the 'preferred' property"^^xsd:string .

ref:storedAt a owl:DatatypeProperty ;
    rdfs:label "storedAt",
        "storedAt"^^xsd:string ;
    skos:definition "A reference to where the data for this TimeseriesReference is stored"@en .

bsh:StageShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( 1 2 3 4 1 2 3 4 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ] .

bsh:ThermalTransmittanceShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:BTU_IT unit:W-PER-M2-K ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:hasPointShape a sh:PropertyShape ;
    sh:class brick:Point ;
    sh:path brick:hasPoint .

bsh:hasSubstanceShape a sh:PropertyShape ;
    sh:class brick:Substance ;
    sh:path brick:hasSubstance .

bsh:hascoordinatesShape a sh:PropertyShape ;
    rdfs:label "has Coordinates property"@en ;
    sh:node bsh:CoordinateShape ;
    sh:path brick:coordinates .

bsh:haselectricVehicleChargerDirectionalityShape a sh:PropertyShape ;
    rdfs:label "has has electric vehicle charger directionality property"@en ;
    sh:node bsh:ElectricVehicleChargingDirectionalityShape ;
    sh:path brick:electricVehicleChargerDirectionality .

bsh:haselectricalComplexPowerShape a sh:PropertyShape ;
    rdfs:label "has electrical complex power type property"@en ;
    sh:node bsh:ElectricalComplexPowerShape ;
    sh:path brick:electricalComplexPower .

bsh:haselectricalFlowShape a sh:PropertyShape ;
    rdfs:label "has Electrical flow direction property"@en ;
    sh:node bsh:ElectricalFlowShape ;
    sh:path brick:electricalFlow .

bsh:hasvolumeShape a sh:PropertyShape ;
    rdfs:label "has Volume property"@en ;
    sh:node bsh:VolumeShape ;
    sh:path brick:volume .

tag:AED a brick:Tag ;
    rdfs:label "AED"@en .

tag:Ablutions a brick:Tag ;
    rdfs:label "Ablutions"@en .

tag:Absolute a brick:Tag ;
    rdfs:label "Absolute"@en .

tag:Absorption a brick:Tag ;
    rdfs:label "Absorption"@en .

tag:Acceleration a brick:Tag ;
    rdfs:label "Acceleration"@en .

tag:Activated a brick:Tag ;
    rdfs:label "Activated"@en .

tag:Activation a brick:Tag ;
    rdfs:label "Activation"@en .

tag:Active a brick:Tag ;
    rdfs:label "Active"@en .

tag:Ammonia a brick:Tag ;
    rdfs:label "Ammonia"@en .

tag:Amount a brick:Tag ;
    rdfs:label "Amount"@en .

tag:Atrium a brick:Tag ;
    rdfs:label "Atrium"@en .

tag:Audio a brick:Tag ;
    rdfs:label "Audio"@en .

tag:Auditorium a brick:Tag ;
    rdfs:label "Auditorium"@en .

tag:Auto a brick:Tag ;
    rdfs:label "Auto"@en .

tag:Availability a brick:Tag ;
    rdfs:label "Availability"@en .

tag:Azimuth a brick:Tag ;
    rdfs:label "Azimuth"@en .

tag:BACnet a brick:Tag ;
    rdfs:label "BACnet"@en .

tag:Backflow a brick:Tag ;
    rdfs:label "Backflow"@en .

tag:Basement a brick:Tag ;
    rdfs:label "Basement"@en .

tag:Bench a brick:Tag ;
    rdfs:label "Bench"@en .

tag:Booth a brick:Tag ;
    rdfs:label "Booth"@en .

tag:Branch a brick:Tag ;
    rdfs:label "Branch"@en .

tag:Break a brick:Tag ;
    rdfs:label "Break"@en .

tag:Breakroom a brick:Tag ;
    rdfs:label "Breakroom"@en .

tag:Broadcast a brick:Tag ;
    rdfs:label "Broadcast"@en .

tag:Bus a brick:Tag ;
    rdfs:label "Bus"@en .

tag:Button a brick:Tag ;
    rdfs:label "Button"@en .

tag:CAV a brick:Tag ;
    rdfs:label "CAV"@en .

tag:CRAH a brick:Tag ;
    rdfs:label "CRAH"@en .

tag:Cafeteria a brick:Tag ;
    rdfs:label "Cafeteria"@en .

tag:Call a brick:Tag ;
    rdfs:label "Call"@en .

tag:Capacity a brick:Tag ;
    rdfs:label "Capacity"@en .

tag:Cassette a brick:Tag ;
    rdfs:label "Cassette"@en .

tag:Center a brick:Tag ;
    rdfs:label "Center"@en .

tag:Centrifugal a brick:Tag ;
    rdfs:label "Centrifugal"@en .

tag:Change a brick:Tag ;
    rdfs:label "Change"@en .

tag:Check a brick:Tag ;
    rdfs:label "Check"@en .

tag:Code a brick:Tag ;
    rdfs:label "Code"@en .

tag:Coldest a brick:Tag ;
    rdfs:label "Coldest"@en .

tag:Communication a brick:Tag ;
    rdfs:label "Communication"@en .

tag:Compressor a brick:Tag ;
    rdfs:label "Compressor"@en .

tag:Concentration a brick:Tag ;
    rdfs:label "Concentration"@en .

tag:Concessions a brick:Tag ;
    rdfs:label "Concessions"@en .

tag:Condensate a brick:Tag ;
    rdfs:label "Condensate"@en .

tag:Conditioner a brick:Tag ;
    rdfs:label "Conditioner"@en .

tag:Conference a brick:Tag ;
    rdfs:label "Conference"@en .

tag:Constant a brick:Tag ;
    rdfs:label "Constant"@en .

tag:Contact a brick:Tag ;
    rdfs:label "Contact"@en .

tag:Cooler a brick:Tag ;
    rdfs:label "Cooler"@en .

tag:Copy a brick:Tag ;
    rdfs:label "Copy"@en .

tag:Cubicle a brick:Tag ;
    rdfs:label "Cubicle"@en .

tag:Curtailment a brick:Tag ;
    rdfs:label "Curtailment"@en .

tag:Cutout a brick:Tag ;
    rdfs:label "Cutout"@en .

tag:DDAHU a brick:Tag ;
    rdfs:label "DDAHU"@en .

tag:DOAS a brick:Tag ;
    rdfs:label "DOAS"@en .

tag:Data a brick:Tag ;
    rdfs:label "Data"@en .

tag:Daylight a brick:Tag ;
    rdfs:label "Daylight"@en .

tag:Dc a brick:Tag ;
    rdfs:label "Dc"@en .

tag:Deceleration a brick:Tag ;
    rdfs:label "Deceleration"@en .

tag:Dedicated a brick:Tag ;
    rdfs:label "Dedicated"@en .

tag:Defibrillator a brick:Tag ;
    rdfs:label "Defibrillator"@en .

tag:Dehumidification a brick:Tag ;
    rdfs:label "Dehumidification"@en .

tag:Dehumidify a brick:Tag ;
    rdfs:label "Dehumidify"@en .

tag:Deionized a brick:Tag ;
    rdfs:label "Deionized"@en .

tag:Desk a brick:Tag ;
    rdfs:label "Desk"@en .

tag:Detention a brick:Tag ;
    rdfs:label "Detention"@en .

tag:Device a brick:Tag ;
    rdfs:label "Device"@en .

tag:Dimmer a brick:Tag ;
    rdfs:label "Dimmer"@en .

tag:Displacement a brick:Tag ;
    rdfs:label "Displacement"@en .

tag:Dock a brick:Tag ;
    rdfs:label "Dock"@en .

tag:Drench a brick:Tag ;
    rdfs:label "Drench"@en .

tag:Driver a brick:Tag ;
    rdfs:label "Driver"@en .

tag:Dry a brick:Tag ;
    rdfs:label "Dry"@en .

tag:Dual a brick:Tag ;
    rdfs:label "Dual"@en .

tag:ESS a brick:Tag ;
    rdfs:label "ESS"@en .

tag:Econcycle a brick:Tag ;
    rdfs:label "Econcycle"@en .

tag:Electronic a brick:Tag ;
    rdfs:label "Electronic"@en .

tag:Employee a brick:Tag ;
    rdfs:label "Employee"@en .

tag:Environment a brick:Tag ;
    rdfs:label "Environment"@en .

tag:Evaporative a brick:Tag ;
    rdfs:label "Evaporative"@en .

tag:Even a brick:Tag ;
    rdfs:label "Even"@en .

tag:Exercise a brick:Tag ;
    rdfs:label "Exercise"@en .

tag:Eye a brick:Tag ;
    rdfs:label "Eye"@en .

tag:Factor a brick:Tag ;
    rdfs:label "Factor"@en .

tag:Field a brick:Tag ;
    rdfs:label "Field"@en .

tag:Final a brick:Tag ;
    rdfs:label "Final"@en .

tag:First a brick:Tag ;
    rdfs:label "First"@en .

tag:FirstAid a brick:Tag ;
    rdfs:label "FirstAid"@en .

tag:Formaldehyde a brick:Tag ;
    rdfs:label "Formaldehyde"@en .

tag:Freezer a brick:Tag ;
    rdfs:label "Freezer"@en .

tag:Frost a brick:Tag ;
    rdfs:label "Frost"@en .

tag:Gatehouse a brick:Tag ;
    rdfs:label "Gatehouse"@en .

tag:Gateway a brick:Tag ;
    rdfs:label "Gateway"@en .

tag:Glycool a brick:Tag ;
    rdfs:label "Glycool"@en .

tag:Group a brick:Tag ;
    rdfs:label "Group"@en .

tag:HX a brick:Tag ;
    rdfs:label "HX"@en .

tag:Hail a brick:Tag ;
    rdfs:label "Hail"@en .

tag:Hallway a brick:Tag ;
    rdfs:label "Hallway"@en .

tag:Handling a brick:Tag ;
    rdfs:label "Handling"@en .

tag:Hazardous a brick:Tag ;
    rdfs:label "Hazardous"@en .

tag:Head a brick:Tag ;
    rdfs:label "Head"@en .

tag:Heat_Sink a brick:Tag ;
    rdfs:label "Heat_Sink"@en .

tag:Hold a brick:Tag ;
    rdfs:label "Hold"@en .

tag:Horizontal a brick:Tag ;
    rdfs:label "Horizontal"@en .

tag:Hose a brick:Tag ;
    rdfs:label "Hose"@en .

tag:Hospitality a brick:Tag ;
    rdfs:label "Hospitality"@en .

tag:Hub a brick:Tag ;
    rdfs:label "Hub"@en .

tag:Humidification a brick:Tag ;
    rdfs:label "Humidification"@en .

tag:Humidify a brick:Tag ;
    rdfs:label "Humidify"@en .

tag:IAQ a brick:Tag ;
    rdfs:label "IAQ"@en .

tag:IDF a brick:Tag ;
    rdfs:label "IDF"@en .

tag:Induction a brick:Tag ;
    rdfs:label "Induction"@en .

tag:Information a brick:Tag ;
    rdfs:label "Information"@en .

tag:Intrusion a brick:Tag ;
    rdfs:label "Intrusion"@en .

tag:Irradiance a brick:Tag ;
    rdfs:label "Irradiance"@en .

tag:Janitor a brick:Tag ;
    rdfs:label "Janitor"@en .

tag:Jet a brick:Tag ;
    rdfs:label "Jet"@en .

tag:Kitchen a brick:Tag ;
    rdfs:label "Kitchen"@en .

tag:Laminar a brick:Tag ;
    rdfs:label "Laminar"@en .

tag:Last a brick:Tag ;
    rdfs:label "Last"@en .

tag:Library a brick:Tag ;
    rdfs:label "Library"@en .

tag:Loading a brick:Tag ;
    rdfs:label "Loading"@en .

tag:Locally a brick:Tag ;
    rdfs:label "Locally"@en .

tag:Lowest a brick:Tag ;
    rdfs:label "Lowest"@en .

tag:MAU a brick:Tag ;
    rdfs:label "MAU"@en .

tag:MDF a brick:Tag ;
    rdfs:label "MDF"@en .

tag:Mail a brick:Tag ;
    rdfs:label "Mail"@en .

tag:Majlis a brick:Tag ;
    rdfs:label "Majlis"@en .

tag:Massage a brick:Tag ;
    rdfs:label "Massage"@en .

tag:Materials a brick:Tag ;
    rdfs:label "Materials"@en .

tag:Measurable a brick:Tag ;
    rdfs:label "Measurable"@en .

tag:Medical a brick:Tag ;
    rdfs:label "Medical"@en .

tag:Meidcal a brick:Tag ;
    rdfs:label "Meidcal"@en .

tag:Methane a brick:Tag ;
    rdfs:label "Methane"@en .

tag:Mixing a brick:Tag ;
    rdfs:label "Mixing"@en .

tag:Modbus a brick:Tag ;
    rdfs:label "Modbus"@en .

tag:Month a brick:Tag ;
    rdfs:label "Month"@en .

tag:Motion a brick:Tag ;
    rdfs:label "Motion"@en .

tag:Mounted a brick:Tag ;
    rdfs:label "Mounted"@en .

tag:NO2 a brick:Tag ;
    rdfs:label "NO2"@en .

tag:NVR a brick:Tag ;
    rdfs:label "NVR"@en .

tag:No a brick:Tag ;
    rdfs:label "No"@en .

tag:Noncondensing a brick:Tag ;
    rdfs:label "Noncondensing"@en .

tag:Nozzle a brick:Tag ;
    rdfs:label "Nozzle"@en .

tag:Overload a brick:Tag ;
    rdfs:label "Overload"@en .

tag:Ozone a brick:Tag ;
    rdfs:label "Ozone"@en .

tag:PAU a brick:Tag ;
    rdfs:label "PAU"@en .

tag:PIR a brick:Tag ;
    rdfs:label "PIR"@en .

tag:Passive a brick:Tag ;
    rdfs:label "Passive"@en .

tag:Peak a brick:Tag ;
    rdfs:label "Peak"@en .

tag:People a brick:Tag ;
    rdfs:label "People"@en .

tag:Phone a brick:Tag ;
    rdfs:label "Phone"@en .

tag:Piezoelectric a brick:Tag ;
    rdfs:label "Piezoelectric"@en .

tag:Play a brick:Tag ;
    rdfs:label "Play"@en .

tag:PlugStrip a brick:Tag ;
    rdfs:label "PlugStrip"@en .

tag:Plumbing a brick:Tag ;
    rdfs:label "Plumbing"@en .

tag:Portfolio a brick:Tag ;
    rdfs:label "Portfolio"@en .

tag:Prayer a brick:Tag ;
    rdfs:label "Prayer"@en .

tag:Pressurization a brick:Tag ;
    rdfs:label "Pressurization"@en .

tag:Preventer a brick:Tag ;
    rdfs:label "Preventer"@en .

tag:Private a brick:Tag ;
    rdfs:label "Private"@en .

tag:Production a brick:Tag ;
    rdfs:label "Production"@en .

tag:Protect a brick:Tag ;
    rdfs:label "Protect"@en .

tag:Pull a brick:Tag ;
    rdfs:label "Pull"@en .

tag:Push a brick:Tag ;
    rdfs:label "Push"@en .

tag:Quality a brick:Tag ;
    rdfs:label "Quality"@en .

tag:RC a brick:Tag ;
    rdfs:label "RC"@en .

tag:RTU a brick:Tag ;
    rdfs:label "RTU"@en .

tag:RVAV a brick:Tag ;
    rdfs:label "RVAV"@en .

tag:Rack a brick:Tag ;
    rdfs:label "Rack"@en .

tag:Radiation a brick:Tag ;
    rdfs:label "Radiation"@en .

tag:Radon a brick:Tag ;
    rdfs:label "Radon"@en .

tag:Rated a brick:Tag ;
    rdfs:label "Rated"@en .

tag:Reader a brick:Tag ;
    rdfs:label "Reader"@en .

tag:Ready a brick:Tag ;
    rdfs:label "Ready"@en .

tag:Real a brick:Tag ;
    rdfs:label "Real"@en .

tag:Reception a brick:Tag ;
    rdfs:label "Reception"@en .

tag:Recorder a brick:Tag ;
    rdfs:label "Recorder"@en .

tag:Refrigeration a brick:Tag ;
    rdfs:label "Refrigeration"@en .

tag:Region a brick:Tag ;
    rdfs:label "Region"@en .

tag:Remotely a brick:Tag ;
    rdfs:label "Remotely"@en .

tag:Request a brick:Tag ;
    rdfs:label "Request"@en .

tag:Required a brick:Tag ;
    rdfs:label "Required"@en .

tag:Rest a brick:Tag ;
    rdfs:label "Rest"@en .

tag:Restroom a brick:Tag ;
    rdfs:label "Restroom"@en .

tag:Retail a brick:Tag ;
    rdfs:label "Retail"@en .

tag:Reversing a brick:Tag ;
    rdfs:label "Reversing"@en .

tag:Router a brick:Tag ;
    rdfs:label "Router"@en .

tag:Sash a brick:Tag ;
    rdfs:label "Sash"@en .

tag:Schedule a brick:Tag ;
    rdfs:label "Schedule"@en .

tag:Seismic a brick:Tag ;
    rdfs:label "Seismic"@en .

tag:Selector a brick:Tag ;
    rdfs:label "Selector"@en .

tag:Shaft a brick:Tag ;
    rdfs:label "Shaft"@en .

tag:Shared a brick:Tag ;
    rdfs:label "Shared"@en .

tag:Short a brick:Tag ;
    rdfs:label "Short"@en .

tag:Shutdown a brick:Tag ;
    rdfs:label "Shutdown"@en .

tag:Shutoff a brick:Tag ;
    rdfs:label "Shutoff"@en .

tag:Site a brick:Tag ;
    rdfs:label "Site"@en .

tag:Soil a brick:Tag ;
    rdfs:label "Soil"@en .

tag:Sports a brick:Tag ;
    rdfs:label "Sports"@en .

tag:Stages a brick:Tag ;
    rdfs:label "Stages"@en .

tag:Staircase a brick:Tag ;
    rdfs:label "Staircase"@en .

tag:Storey a brick:Tag ;
    rdfs:label "Storey"@en .

tag:Structure a brick:Tag ;
    rdfs:label "Structure"@en .

tag:Studio a brick:Tag ;
    rdfs:label "Studio"@en .

tag:Suction a brick:Tag ;
    rdfs:label "Suction"@en .

tag:Switchgear a brick:Tag ;
    rdfs:label "Switchgear"@en .

tag:TABS a brick:Tag ;
    rdfs:label "TABS"@en .

tag:TETRA a brick:Tag ;
    rdfs:label "TETRA"@en .

tag:Tablet a brick:Tag ;
    rdfs:label "Tablet"@en .

tag:Team a brick:Tag ;
    rdfs:label "Team"@en .

tag:Temporary a brick:Tag ;
    rdfs:label "Temporary"@en .

tag:Terminal a brick:Tag ;
    rdfs:label "Terminal"@en .

tag:Thermally a brick:Tag ;
    rdfs:label "Thermally"@en .

tag:Throttling a brick:Tag ;
    rdfs:label "Throttling"@en .

tag:Ticketing a brick:Tag ;
    rdfs:label "Ticketing"@en .

tag:Timer a brick:Tag ;
    rdfs:label "Timer"@en .

tag:Touchpanel a brick:Tag ;
    rdfs:label "Touchpanel"@en .

tag:Tunnel a brick:Tag ;
    rdfs:label "Tunnel"@en .

tag:VAV a brick:Tag ;
    rdfs:label "VAV"@en .

tag:Vent a brick:Tag ;
    rdfs:label "Vent"@en .

tag:Vibration a brick:Tag ;
    rdfs:label "Vibration"@en .

tag:Visitor a brick:Tag ;
    rdfs:label "Visitor"@en .

tag:Visual a brick:Tag ;
    rdfs:label "Visual"@en .

tag:Wardrobe a brick:Tag ;
    rdfs:label "Wardrobe"@en .

tag:Warm a brick:Tag ;
    rdfs:label "Warm"@en .

tag:Warmest a brick:Tag ;
    rdfs:label "Warmest"@en .

tag:Weather a brick:Tag ;
    rdfs:label "Weather"@en .

tag:Window a brick:Tag ;
    rdfs:label "Window"@en .

tag:Wing a brick:Tag ;
    rdfs:label "Wing"@en .

tag:Wireless a brick:Tag ;
    rdfs:label "Wireless"@en .

tag:Workshop a brick:Tag ;
    rdfs:label "Workshop"@en .

tag:Zenith a brick:Tag ;
    rdfs:label "Zenith"@en .

rec:batteryPercentage a owl:DatatypeProperty ;
    rdfs:label "batteryPercentage"@en .

rec:generation a owl:DatatypeProperty ;
    rdfs:label "generation"@en .

rec:heightRUs a owl:DatatypeProperty ;
    rdfs:label "heightRUs"@en .

rec:isLocationOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isLocationOf"@en .

rec:numberOfPorts a owl:DatatypeProperty ;
    rdfs:label "numberOfPorts"@en .

rec:poeType a owl:DatatypeProperty ;
    rdfs:label "poeType"@en .

rec:portSpeed a owl:DatatypeProperty ;
    rdfs:label "portSpeed"@en .

rec:sourcePoint a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "sourcePoint"@en .

rec:standard a owl:DatatypeProperty ;
    rdfs:label "standard"@en .

rec:wifiSignalStrength a owl:DatatypeProperty ;
    rdfs:label "wifiSignalStrength"@en .

bacnet:AddressBinding a sh:NodeShape ;
    rdfs:label "AddressBinding"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Address ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:device-address ] .

bacnet:HostNPort a sh:NodeShape ;
    rdfs:label "HostNPort"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:HostAddress ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:host ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:port ] .

bacnet:LightingCommand a sh:NodeShape ;
    rdfs:label "LightingCommand"^^xsd:string ;
    bacnet:comment "Note that the combination of level, ramp-rate, step-increment, and fade-time fields is dependent on the specific lighting operation. See Table 12-67"@en ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:LightingOperationEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:operation ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:ramp-rate ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:fade-time ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:step-increment ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:float ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:target-level ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority ] .

bacnet:OptionalREAL a sh:NodeShape ;
    rdfs:label "OptionalREAL"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] ) .

bacnet:PropertyStates a sh:NodeShape ;
    rdfs:label "PropertyStates"^^xsd:string ;
    bacnet:comment "This production represents the possible datatypes for properties that have discrete or enumerated values. The choice must be consistent with the datatype of the property referenced in the Event Enrollment Object. Tag values 0-63 are reserved for prototype by ASHRAE. Tag values of 64-254 may be used by others to accommodate vendor specific properties that have discrete or enumerated values, subject to the constraints described in Clause 23."@en ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:BinaryPVEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:binary-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventTypeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:event-type ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:PolarityEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:polarity ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ProgramRequestEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:program-change ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ProgramStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:program-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ProgramErrorEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reason-for-halt ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ReliabilityEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reliability ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EventStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeviceStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:system-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EngineeringUnitsEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:units ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LifeSafetyModeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-mode ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LifeSafetyStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:RestartReasonEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:restart-reason ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DoorAlarmStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:door-alarm-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ActionEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:action ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DoorSecuredStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:door-secured-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DoorStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:door-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DoorValueEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:door-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:FileAccessMethodEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:file-access-method ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LockStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lock-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LifeSafetyOperationEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-operation ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:MaintenanceEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:maintenance ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NodeTypeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:node-type ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NotifyTypeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:notify-type ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SecurityLevelEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:security-level ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ShedStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:shed-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SilencedStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:silenced-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AccessEventEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-event ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AccessZoneOccupancyStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:zone-occupancy-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AccessCredentialDisableReasonEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-credential-disable-reason ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AccessCredentialDisableEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:access-credential-disable ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:AuthenticationStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:authentication-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:BackupStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:backup-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WriteStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:write-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LightingInProgressEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lighting-in-progress ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LightingOperationEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lighting-operation ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LightingTransitionEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lighting-transition ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:BinaryLightingPVEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:binary-lighting-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:TimerStateEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:timer-state ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:TimerTransitionEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:timer-transition ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:IPModeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bacnet-ip-mode ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NetworkPortCommandEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:network-port-command ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NetworkTypeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:network-type ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:NetworkNumberQualityEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:network-number-quality ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EscalatorOperationDirectionEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:escalator-operation-direction ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EscalatorFaultEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:escalator-fault ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EscalatorModeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:escalator-mode ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftCarDirectionEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lift-car-direction ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftCarDoorCommandEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lift-car-door-command ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftCarDriveStatusEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lift-car-drive-status ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftCarModeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lift-car-mode ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftGroupModeEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lift-group-mode ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:LiftFaultEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:lift-fault ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ProtocolLevelEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:protocol-level ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:maxInclusive 4294967295 ;
                        sh:minCount 1 ;
                        sh:minInclusive 0 ;
                        sh:path bacnet:extended-value ] ] ) .

bacnet:RecipientProcess a sh:NodeShape ;
    rdfs:label "RecipientProcess"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 4294967295 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:process-identifier ],
        [ a sh:PropertyShape ;
            sh:class bacnet:Recipient ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:recipient ] .

bacnet:ShedLevel a sh:NodeShape ;
    rdfs:label "ShedLevel"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:percent ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:level ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:amount ] ] ) .

qudtqk:AbsoluteHumidity a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Absolute Humidity"@en ;
    dcterms:description """
  $\\textit{Absolute Humidity}$ is an amount of water vapor, usually discussed per unit volume. 
  Absolute humidity in air ranges from zero to roughly 30 grams per cubic meter when the air is saturated at $30 ^\\circ C$. 
  The absolute humidity changes as air temperature or pressure changes. 
  $$$$
  This is very inconvenient for chemical engineering calculations, e.g. for clothes dryers, where temperature can vary considerably. 
  As a result, absolute humidity is generally defined in chemical engineering as mass of water vapor per unit mass of dry air,
   also known as the mass mixing ratio, which is much more rigorous for heat and mass balance calculations. 
  $$$$
  Mass of water per unit volume as in the equation above would then be defined as volumetric humidity, because of the potential confusion.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:DEGREE_BALLING,
        unit:DEGREE_BAUME,
        unit:DEGREE_BAUME_US_HEAVY,
        unit:DEGREE_BAUME_US_LIGHT,
        unit:DEGREE_BRIX,
        unit:DEGREE_OECHSLE,
        unit:DEGREE_PLATO,
        unit:DEGREE_TWADDELL,
        unit:FemtoGM-PER-L,
        unit:GM-PER-CentiM3,
        unit:GM-PER-DeciL,
        unit:GM-PER-DeciM3,
        unit:GM-PER-L,
        unit:GM-PER-M3,
        unit:GM-PER-MilliL,
        unit:GRAIN-PER-GAL,
        unit:GRAIN-PER-GAL_US,
        unit:GRAIN-PER-M3,
        unit:KiloGM-PER-CentiM3,
        unit:KiloGM-PER-DeciM3,
        unit:KiloGM-PER-L,
        unit:KiloGM-PER-M3,
        unit:LB-PER-FT3,
        unit:LB-PER-GAL,
        unit:LB-PER-GAL_UK,
        unit:LB-PER-GAL_US,
        unit:LB-PER-IN3,
        unit:LB-PER-M3,
        unit:LB-PER-YD3,
        unit:MegaGM-PER-M3,
        unit:MicroGM-PER-DeciL,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-M3,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-DeciL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-DeciL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-M3,
        unit:NanoGM-PER-MicroL,
        unit:NanoGM-PER-MilliL,
        unit:OZ-PER-GAL_IMP,
        unit:OZ-PER-GAL_UK,
        unit:OZ-PER-GAL_US,
        unit:OZ-PER-IN3,
        unit:OZ-PER-YD3,
        unit:PicoGM-PER-L,
        unit:PicoGM-PER-MilliL,
        unit:PlanckDensity,
        unit:SLUG-PER-FT3,
        unit:TONNE-PER-M3,
        unit:TON_LONG-PER-YD3,
        unit:TON_Metric-PER-M3,
        unit:TON_SHORT-PER-YD3,
        unit:TON_UK-PER-YD3,
        unit:TON_US-PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Humidity"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Humidity#Absolute_humidity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition """$AH = \\frac{\\mathcal{M}_\\omega}{\\vee_{net}}$,
where $\\mathcal{M}_\\omega$ is the mass of water vapor per unit volume of total air and $\\vee_{net}$ is water vapor mixture."""^^qudt:LatexString ;
    qudt:symbol "AH"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Density"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:RelativeHumidity ;
    skos:broader qudtqk:Density .

qudtqk:AmountOfSubstancePerVolume a qudt:QuantityKind ;
    rdfs:label "Amount of Substance per Volume"@en ;
    dcterms:description "The amount of substance per volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-L,
        unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:NanoMOL-PER-L,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:exactMatch qudtqk:AmountOfSubstanceConcentration ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://www.ask.com/answers/72367781/what-is-defined-as-the-amount-of-substance-per-unit-of-volume"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ;
    qudt:plainTextDescription "The amount of substance per unit volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Concentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Concentration .

qudtqk:AngularCrossSection a qudt:QuantityKind ;
    rdfs:label "Angular Cross-section"@en ;
    dcterms:description "\"Angular Cross-section\" is the cross-section for ejecting or scattering a particle into an elementary cone, divided by the solid angle $d\\Omega$ of that cone."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD007"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD007"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\sigma = \\int \\sigma_\\Omega d\\Omega$"^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma_\\Omega$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:AngularCrossSection"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:closeMatch qudtqk:SpectralCrossSection .

qudtqk:AngularWavenumber a qudt:QuantityKind ;
    rdfs:label "عدد موجى زاوى"@ar,
        "Kreisrepetenz"@de,
        "angular wavenumber"@en,
        "número de onda angular"@es,
        "nombre d'onde angulaire"@fr,
        "numero d'onda angolare"@it,
        "角波数"@ja,
        "liczba falowa kątowa"@pl,
        "número de onda angular"@pt,
        "角波数"@zh ;
    dcterms:description "\"wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-M,
        unit:RAD-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition """$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave.

Alternatively:

$k = \\frac{p}{\\hbar}$, where $p$ is the linear momentum of quasi free electrons in an electron gas and $\\hbar$ is the reduced Planck constant ($h$ divided by $2\\pi$); for phonons, its magnitude is $k = \\frac{2\\pi}{\\lambda}$, where $\\lambda$ is the wavelength of the lattice vibrations."""^^qudt:LatexString ;
    qudt:plainTextDescription "\"wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector."^^xsd:string ;
    qudt:symbol "k"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularWavenumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "تكرار زاوى"@ar,
        "Kreiswellenzahl"@de,
        "angular repetency"@en,
        "répétence angulaire"@fr,
        "repetencja kątowa"@pl,
        "repetência angular"@pt ;
    skos:broader qudtqk:InverseLength .

qudtqk:AreaRatio a qudt:QuantityKind ;
    rdfs:label "Area Ratio"@en ;
    qudt:applicableUnit unit:M2-PER-HA,
        unit:M2-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:AtmosphericHydroxylationRate a qudt:QuantityKind ;
    rdfs:label "Atmospheric Hydroxylation Rate"@en ;
    dcterms:description "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-MOL-SEC,
        unit:L-PER-MOL-SEC,
        unit:M3-PER-MOL-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ;
    qudt:plainTextDescription "A second order reaction rate constant that is a specific second order reaction rate constant that governs the kinetics of an atmospheric, gas-phase reaction between hydroxyl radicals and an organic chemical."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AtmosphericHydroxylationRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SecondOrderReactionRateConstant .

qudtqk:CanonicalPartitionFunction a qudt:QuantityKind ;
    rdfs:label "Canonical Partition Function"@en ;
    dcterms:description "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Partition_function_(statistical_mechanics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$Z = \\sum_r e^{-\\frac{E_r}{kT}}$, where the sum is over all quantum states consistent with given energy, volume, external fields, and content, $E_r$ is the energy in the $rth$ quantum state, $k$ is the Boltzmann constant, and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:plainTextDescription "A \"Canonical Partition Function\" applies to a canonical ensemble, in which the system is allowed to exchange heat with the environment at fixed temperature, volume, and number of particles."^^xsd:string ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CanonicalPartitionFunction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CostPerEnergy a qudt:QuantityKind ;
    rdfs:label "Energiekosten"@de,
        "energy cost"@en ;
    qudt:applicableUnit unit:CCY_EUR-PER-KiloW-HR,
        unit:CCY_EUR-PER-W-HR,
        unit:CCY_EUR-PER-W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Cost_of_electricity_by_source"^^xsd:anyURI ;
    qudt:plainTextDescription "The monetary cost of a unit of energy"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CostPerEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CrossSection a qudt:QuantityKind ;
    rdfs:label "Cross-section"@en ;
    dcterms:description "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD026"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD026"^^xsd:anyURI ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Cross-section\" is used to express the likelihood of interaction between particles. For a specified target particle and for a specified reaction or process produced by incident charged or uncharged particles of specified type and energy, it is the mean number of such reactions or processes divided by the incident-particle fluence."^^xsd:string ;
    qudt:symbol "σ"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Area .

qudtqk:DigitRate a qudt:QuantityKind ;
    rdfs:label "digit rate"^^xsd:string ;
    qudt:applicableUnit unit:BAUD,
        unit:KiloBAUD,
        unit:MegaBAUD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD032"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD032"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:DigitRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DutyCycle a qudt:QuantityKind ;
    rdfs:label "Duty Cycle"@en ;
    dcterms:description "A duty cycle or power cycle is the fraction of one period in which a signal or system is active."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:PERCENT,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Duty_cycle"^^xsd:anyURI ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "A duty cycle or power cycle is the fraction of one period in which a signal or system is active."^^xsd:string ;
    qudt:symbol "α"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DutyCycle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:ElectricConductivity a qudt:QuantityKind ;
    rdfs:label "elektrische Leitfähigkeit"@de,
        "electric conductivity"@en,
        "conductividad eléctrica"@es,
        "رسانايى الکتريکى/هدایت الکتریکی"@fa,
        "conductivité électrique"@fr,
        "conducibilità elettrica"@it,
        "Kekonduksian elektrik"@ms,
        "condutividade elétrica"@pt,
        "električna prevodnost"@sl,
        "elektrik iletkenliği"@tr,
        "电导率"@zh ;
    dcterms:description """
  The quantity kind $\\textit{Electric Conductivity}$ or $\\textit{Specific Conductance}$ is a measure of a material's ability to conduct an electric current. 
  When an electrical potential difference is placed across a conductor, its movable charges flow, giving rise to an electric current. 
  The conductivity $\\sigma$ is defined as the ratio of the electric current density $J$ to the electric field, $E$: $J = \\sigma E$. 
  In isotropic materials, conductivity is scalar-valued, however in general, conductivity is a tensor-valued quantity.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:MHO_Stat,
        unit:S_Ab,
        unit:S_Stat ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricConductivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricPower a qudt:QuantityKind ;
    rdfs:label "القدرة الفعالة"@ar,
        "Wirkleistung"@de,
        "electric power"@en,
        "potencia activa"@es,
        "puissance active"@fr,
        "potenza attiva"@it,
        "有効電力"@ja,
        "moc czynna"@pl,
        "potência activa"@pt,
        "有功功率"@zh ;
    dcterms:description "\"Electric Power\" is the rate at which electrical energy is transferred by an electric circuit. In the simple case of direct current circuits, electric power can be calculated as the product of the potential difference in the circuit (V) and the amount of current flowing in the circuit (I): $P = VI$, where $P$ is the power, $V$ is the potential difference, and $I$ is the current. However, in general electric power is calculated by taking the integral of the vector cross-product of the electrical and magnetic fields over a specified area."^^qudt:LatexString ;
    qudt:applicableSIUnit unit:KiloW,
        unit:MegaW,
        unit:MilliW,
        unit:W ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ;
    qudt:symbol "P_E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Power .

qudtqk:EnergyPerTemperature a qudt:QuantityKind ;
    rdfs:label "Energy per temperature"@en ;
    qudt:applicableUnit unit:KiloJ-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Entropy a qudt:QuantityKind ;
    rdfs:label "إنتروبيا"@ar,
        "entropie"@cs,
        "Entropie"@de,
        "entropy"@en,
        "entropía"@es,
        "آنتروپی"@fa,
        "entropie"@fr,
        "एन्ट्रॉपी"@hi,
        "entropia"@it,
        "エントロピー"@ja,
        "Entropi"@ms,
        "entropia"@pl,
        "entropia"@pt,
        "entropie"@ro,
        "Энтропия"@ru,
        "entropija"@sl,
        "entropi"@tr,
        "熵"@zh ;
    dcterms:description "When a small amount of heat $dQ$ is received by a system whose thermodynamic temperature is $T$, the entropy of the system increases by $dQ/T$, provided that no irreversible change takes place in the system."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-K ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:symbol "S"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Entropy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EquilibriumConstant a qudt:QuantityKind ;
    rdfs:label "Equilibrium Constant"@en ;
    dcterms:description "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Equilibrium_constant"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$K^\\Theta = \\Pi_B(\\lambda_B^\\Theta)^{-\\nu_B}$, where $\\Pi_B$ denotes the product for all substances $B$, $\\lambda_B^\\Theta$ is the standard absolute activity of substance $B$, and $\\nu_B$ is the stoichiometric number of the substance $B$."^^qudt:LatexString ;
    qudt:latexSymbol "$K^\\Theta$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Equlilbrium Constant\", also known as the thermodynamic equilibrium constant, is an expression that gives us a ratio of the products and reactants of a reaction at equilibrium with respect to a specific unit."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EquilibriumConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:EquilibriumConstantOnConcentrationBasis,
        qudtqk:EquilibriumConstantOnPressureBasis .

qudtqk:ExchangeIntegral a qudt:QuantityKind ;
    rdfs:label "Exchange Integral"@en ;
    dcterms:description "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions."^^qudt:LatexString ;
    qudt:applicableUnit unit:J,
        unit:NanoJ,
        unit:PicoJ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Exchange_interaction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Exchange Integral\" is the constituent of the interaction energy between the spins of adjacent electrons in matter arising from the overlap of electron state functions."^^xsd:string ;
    qudt:symbol "K"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ExchangeIntegral"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Fluidity a qudt:QuantityKind ;
    rdfs:label "fluidity"^^xsd:string,
        "fluidity"@en-us ;
    dcterms:description "fluidity of a material as complement of the dynamic viscosity"@en ;
    qudt:applicableUnit unit:PERCENT-FT2-PER-LB_F-SEC,
        unit:PERCENT-IN2-PER-LB_F-SEC,
        unit:RHE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD264"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD264"^^xsd:anyURI ;
    qudt:plainTextDescription "Fließvermögen eines Stoffes als Kehrwert der dynamischen Viskosität"@de ;
    qudt:symbol "0173-1#Z4-BAJ447#001"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Fluidity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:GaugePressure a qudt:QuantityKind ;
    rdfs:label "Gauge Pressure"@en ;
    dcterms:description """Gauge Pressure is the pressure of a system relative to the pressure of the surrounding atmosphere. 
It is the difference between the absolute pressure and the atmospheric pressure. Gauge pressure is positive for pressures 
above atmospheric pressure and negative for pressures below it. A Quantity in QUDT having a QuantityKind of GaugePressure
would typically also assert the value of qudt:isDeltaQuantity to be true, indicating that the value is a difference between
two pressures."""^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:GibbsEnergy a qudt:QuantityKind ;
    rdfs:label "طاقة غيبس الحرة"@ar,
        "Gibbsova volná energie"@cs,
        "freie Enthalpie"@de,
        "Gibbs energy"@en,
        "Energía de Gibbs"@es,
        "انرژی آزاد گیبس"@fa,
        "enthalpie libre"@fr,
        "energia libera di Gibbs"@it,
        "ギブズエネルギー"@ja,
        "Tenaga Gibbs"@ms,
        "entalpia swobodna"@pl,
        "energia livre de Gibbs"@pt,
        "Entalpie liberă"@ro,
        "энергия Гиббса"@ru,
        "Prosta entalpija"@sl,
        "Gibbs Serbest Enerjisi"@tr,
        "吉布斯自由能"@zh ;
    dcterms:description """
  $\\textit{Internal Energy}$ is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. 
  The potential used depends on the constraints of the system, such as constant temperature or pressure. 
  $\\textit{Internal Energy}$ is the internal energy of the system, $\\textit{Enthalpy}$ is the internal energy of the system plus the energy related to pressure-volume work,
   and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. 
  The name $\\textit{Gibbs Free Energy}$ is also used.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$G = H - T \\cdot S$, where $H$ is enthalpy, $T$ is thermodynamic temperature and $S$ is entropy."^^qudt:LatexString ;
    qudt:plainTextDescription "Gibbs Energy is one of the potentials used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. $\\textit{Internal Energy} is the internal energy of the system, Enthalpy is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name Gibbs Free Energy is also used."^^xsd:string ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Energy,
        qudtqk:Enthalpy,
        qudtqk:HelmholtzEnergy,
        qudtqk:InternalEnergy ;
    skos:altLabel "Gibbs-Energie"@de,
        "Gibbs-Funktion"@de,
        "Gibbs function"@en,
        "fungsi Gibbs"@ms ;
    skos:broader qudtqk:Energy .

qudtqk:HamiltonFunction a qudt:QuantityKind ;
    rdfs:label "Hamilton Function"@en ;
    dcterms:description "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations."^^qudt:LatexString ;
    qudt:applicableUnit unit:J,
        unit:NanoJ,
        unit:PicoJ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hamilton–Jacobi_equation"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$H = \\sum p_i\\dot{q_i} - L$, where $p_i$ is a generalized momentum, $\\dot{q_i}$ is a generalized velocity, and $L$ is the Lagrange function."^^qudt:LatexString ;
    qudt:plainTextDescription "The Hamilton–Jacobi equation (HJE) is a necessary condition describing extremal geometry in generalizations of problems from the calculus of variations."^^xsd:string ;
    qudt:symbol "H"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HamiltonFunction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:HelmholtzEnergy a qudt:QuantityKind ;
    rdfs:label "طاقة هلمهولتز الحرة"@ar,
        "Helmholtzova volná energie"@cs,
        "freie Energie"@de,
        "Helmholtz energy"@en,
        "Energía de Helmholtz"@es,
        "انرژی آزاد هلمولتز"@fa,
        "énergie libre"@fr,
        "energia libera di Helmholz"@it,
        "ヘルムホルツの自由エネルギー"@ja,
        "Tenaga Helmholtz"@ms,
        "energia swobodna"@pl,
        "energia livre de Helmholtz"@pt,
        "свободная энергия Гельмгольца"@ru,
        "Prosta energija"@sl,
        "Helmholtz enerjisi"@tr,
        "亥姆霍兹自由能"@zh ;
    dcterms:description "$\\textit{Helmholtz Energy}$ is one of the potentials are used to measure energy changes in systems as they evolve from an initial state to a final state. The potential used depends on the constraints of the system, such as constant temperature or pressure. $\\textit{Internal Energy}$ is the internal energy of the system, $\\textit{Enthalpy}$ is the internal energy of the system plus the energy related to pressure-volume work, and Helmholtz and Gibbs free energy are the energies available in a system to do useful work when the temperature and volume or the pressure and temperature are fixed, respectively. The name $\\textit{Helmholz Free Energy}$ is also used."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Thermodynamics"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$H = U - T \\cdot S$, where $U$ is internal energy, $T$ is thermodynamic temperature and $S$ is entropy."^^qudt:LatexString ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Energy,
        qudtqk:Enthalpy,
        qudtqk:GibbsEnergy,
        qudtqk:InternalEnergy ;
    skos:altLabel "Helmholtz-Energie"@de,
        "Helmholtz-Funktion"@de,
        "Helmholtz function"@en,
        "fungsi Helmholtz"@ms,
        " Helmholtz fonksiyonu"@tr ;
    skos:broader qudtqk:Energy .

qudtqk:InstantaneousPower a qudt:QuantityKind ;
    rdfs:label "Instantaneous Power"@en ;
    dcterms:description """
  For a two-terminal element or a two-terminal circuit with terminals A and B, 
   $\\textit{Instantaneous Power}$ is the product of the voltage $u_{AB}$ between the terminals and the electric current i in the element or circuit: 
  $$p = u_{AB} \\cdot i$$
  Where $u_{AB}$ is the line integral of the electric field strength from A to B,
    and where the electric current in the element or circuit is taken positive if its direction is from A to B and negative in the opposite case. 
  $$$$
  For an n-terminal circuit, it is the sum of the instantaneous powers relative to the n - 1 pairs of terminals when one of the terminals is chosen as a common terminal for the pairs. 
  $$$$
  For a polyphase element, it is the sum of the instantaneous powers in all phase elements of a polyphase element.  
  $$$$
  For a polyphase line consisting of m line conductors and one neutral conductor, it is the sum of the m instantaneous powers expressed for each line conductor by the product of the polyphase line-to-neutral voltage and the corresponding line current.
   """^^qudt:LatexString ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-30"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-31"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-02-14"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-03-10"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricPower .

qudtqk:InverseEnergy_Squared a qudt:QuantityKind ;
    rdfs:label "Inverse Square Energy"@en ;
    qudt:applicableUnit unit:PER-EV2,
        unit:PER-GigaEV2,
        unit:PER-J2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseEnergy_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseTemperature a qudt:QuantityKind ;
    rdfs:label "Inverse Temperature"@en ;
    qudt:applicableUnit unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseTime a qudt:QuantityKind ;
    rdfs:label "Inverse Time"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Irradiance a qudt:QuantityKind ;
    rdfs:label "الطاقة الهلامية"@ar,
        "Intenzita záření"@cs,
        "Bestrahlungsstärke"@de,
        "irradiance"@en,
        "irradiancia"@es,
        "پرتو افکنی/چگالی تابش"@fa,
        "éclairement énergétique"@fr,
        "irradianza"@it,
        "熱流束"@ja,
        "Kepenyinaran"@ms,
        "irradiância"@pt,
        "Поверхностная плотность потока энергии"@ru,
        "yoğunluk"@tr,
        "辐照度"@zh ;
    dcterms:description "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^qudt:LatexString ;
    qudt:abbreviation "W-PER-M2"^^xsd:string ;
    qudt:applicableUnit unit:MegaJ-PER-M2-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD068"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Irradiance"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD068"^^xsd:anyURI ;
    qudt:latexDefinition "$E = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the radiant flux incident on an element of the surface with area $dA$."^^qudt:LatexString ;
    qudt:plainTextDescription "Irradiance and Radiant Emittance are radiometry terms for the power per unit area of electromagnetic radiation at a surface. \"Irradiance\" is used when the electromagnetic radiation is incident on the surface. \"Radiant emmitance\" (or \"radiant exitance\") is used when the radiation is emerging from the surface."^^xsd:string ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Irradiance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "koyuluk"@tr ;
    skos:broader qudtqk:PowerPerArea .

qudtqk:IsentropicCompressibility a qudt:QuantityKind ;
    rdfs:label "Isentropic Compressibility"@en ;
    dcterms:description """
  $\\textit{Isentropic compressibility}$ is the extent to which a material reduces its volume when it is subjected to compressive stresses at a constant value of entropy.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-MegaPA,
        unit:PER-PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varkappa_S = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_S$, where $V$ is volume, $p$ is $pressure$, and $S$ is entropy,"^^qudt:LatexString ;
    qudt:latexSymbol "$\\varkappa_S$"^^qudt:LatexString ;
    qudt:plainTextDescription "Isentropic compressibility is the extent to which a material reduces its volume when it is subjected to compressive stresses at a constant value of entropy."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:IsentropicCompressibility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:KinematicViscosity a qudt:QuantityKind ;
    rdfs:label "لزوجة"@ar,
        "viskozita"@cs,
        "kinematische Viskosität"@de,
        "kinematic viscosity"@en,
        "viscosidad cinemática"@es,
        "گرانروی جنبشی/ویسکوزیته جنبشی"@fa,
        "viscosité cinématique"@fr,
        "श्यानता"@hi,
        "viscosità cinematica"@it,
        "粘度"@ja,
        "Kelikatan kinematik"@ms,
        "lepkość kinematyczna"@pl,
        "viscosidade cinemática"@pt,
        "Viscozitate cinematică"@ro,
        "кинематическую вязкость"@ru,
        "kinematična viskoznost"@sl,
        "Kinematik akmazlık"@tr,
        "运动粘度"@zh ;
    dcterms:description "The ratio of the viscosity of a liquid to its density. Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or tensile stress. In many situations, we are concerned with the ratio of the inertial force to the viscous force (that is the Reynolds number), the former characterized by the fluid density $\\rho$. This ratio is characterized by the kinematic viscosity (Greek letter $\\nu$), defined as follows:  $\\nu = \\mu / \\rho$. The SI unit of $\\nu$ is $m^{2}/s$. The SI unit of $\\nu$ is $kg/m^{1}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiST,
        unit:ST ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD070"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Viscosity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD070"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\nu = \\frac{\\eta}{\\rho}$, where $\\eta$ is dynamic viscosity and $\\rho$ is mass density."^^qudt:LatexString ;
    qudt:latexSymbol "$\\nu$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:KinematicViscosity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:DynamicViscosity,
        qudtqk:MolecularViscosity ;
    skos:broader qudtqk:AreaPerTime .

qudtqk:LagrangeFunction a qudt:QuantityKind ;
    rdfs:label "Lagrange Function"@en ;
    dcterms:description "The Lagrange Function is a function that summarizes the dynamics of the system."^^qudt:LatexString ;
    qudt:applicableUnit unit:J,
        unit:NanoJ,
        unit:PicoJ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lagrangian"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-03-76"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$L(q_i, \\dot{q_i}) = T(q_i, \\dot{q_i}) - V(q_i)$, where $T$ is kinetic energy, $V$ is potential energy, $q_i$ is a generalized coordinate, and $\\dot{q_i}$ is a generalized velocity."^^qudt:LatexString ;
    qudt:plainTextDescription "The Lagrange Function is a function that summarizes the dynamics of the system."^^xsd:string ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LagrangeFunction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LengthTemperature a qudt:QuantityKind ;
    rdfs:label "Length Temperature"@en ;
    qudt:applicableUnit unit:DEG_C-CentiM,
        unit:K-M,
        unit:M-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LengthTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LevelWidth a qudt:QuantityKind ;
    rdfs:label "Level Width"@en ;
    dcterms:description "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus."^^qudt:LatexString ;
    qudt:applicableUnit unit:J,
        unit:NanoJ,
        unit:PicoJ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://encyclopedia2.thefreedictionary.com/Level+Width"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Gamma = \\frac{\\hbar}{\\tau}$, where $\\hbar$ is the reduced Planck constant and $\\tau$ is the mean lifetime."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Gamma$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Level Width\" is the uncertainty in the energy of a quantum-mechanical system having discrete energy levels in a state that is not strictly stationary. The system may be an atom, a molecule, or an atomic nucleus."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LevelWidth"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearEnergyTransfer a qudt:QuantityKind ;
    rdfs:label "Linear Energy Transfer"@en ;
    dcterms:description "\"Linear Energy Transfer\"  (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-M,
        unit:KiloEV-PER-MicroM,
        unit:MegaEV-PER-CentiM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Linear_energy_transfer"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Linear_energy_transfer"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "For ionizing charged particles, $L_\\Delta = \\frac{dE_\\Delta}{dl}$, where $dE_\\Delta$ is the mean energy lost in elctronic collisions locally to matter along a small path through the matter, minus the sum of the kinetic energies of all the electrons released with kinetic energies in excess of $\\Delta$, and $dl$ is the length of that path."^^qudt:LatexString ;
    qudt:latexSymbol "$L_\\Delta$"^^qudt:LatexString,
        "$L_\\bigtriangleup$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Linear Energy Transfer\"  (LET) is the linear density of energy lost by a charged ionizing particle travelling through matter.Typically, this measure is used to quantify the effects of ionizing radiation on biological specimens or electronic devices."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearEnergyTransfer"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearLogarithmicRatio a qudt:QuantityKind ;
    rdfs:label "lineic logarithmic ratio"^^xsd:string ;
    qudt:applicableUnit unit:B-PER-M,
        unit:DeciB-PER-KiloM,
        unit:DeciB-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD078"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD078"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:LinearLogarithmicRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousFlux a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "التدفق الضوئي"@ar,
        "Светлинен поток"@bg,
        "Světelný tok"@cs,
        "Lichtstrom"@de,
        "luminous flux"@en,
        "flujo luminoso"@es,
        "شار نوری"@fa,
        "flux lumineux"@fr,
        "שטף הארה"@he,
        "प्रकाशीय बहाव"@hi,
        "fényáram"@hu,
        "flusso luminoso"@it,
        "光束"@ja,
        "fluctús lucis"@la,
        "Fluks berluminositi"@ms,
        "strumień świetlny"@pl,
        "fluxo luminoso"@pt,
        "flux luminos"@ro,
        "Световой поток"@ru,
        "svetlobni tok"@sl,
        "işık akısı"@tr,
        "光通量"@zh ;
    dcterms:description """
  $\\textit{Luminous Flux}$, or $\\textit{Luminous Power}$, is the measure of the perceived power of light. 
  It differs from radiant flux, the measure of the total power of light emitted,
   in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloLM,
        unit:LM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_flux"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD094"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_flux"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD094"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Phi_v = K_m \\int_{0}^{\\infty}{\\Phi_\\lambda(\\lambda)}{V(\\lambda)d\\lambda}$, where $K_m$ is the maximum spectral luminous efficacy, $\\Phi_\\lambda(\\lambda)$ is the spectral radiant flux, $V(\\lambda)$ is the spectral luminous efficiency, and $\\lambda$ is the wavelength."^^qudt:LatexString ;
    qudt:plainTextDescription "Luminous Flux or Luminous Power is the measure of the perceived power of light. It differs from radiant flux, the measure of the total power of light emitted, in that luminous flux is adjusted to reflect the varying sensitivity of the human eye to different wavelengths of light."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/LUFL> ;
    qudt:symbol "F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticFluxPerLength a qudt:QuantityKind ;
    rdfs:label "Magnetic flux per length"@en ;
    dcterms:description "\"Magnetic Flux per Length\" is a quantity in the SI and C.G.S. Systems of Quantities."^^qudt:LatexString ;
    qudt:applicableUnit unit:N-PER-A,
        unit:T-M,
        unit:V-SEC-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "\"Magnetic Flux per Length\" is a quantity in the SI and C.G.S. Systems of Quantities."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFluxPerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassTemperature a qudt:QuantityKind ;
    rdfs:label "Mass Temperature"@en ;
    qudt:applicableUnit unit:KiloGM-K,
        unit:LB-DEG_F,
        unit:LB-DEG_R ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MassTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Mobility a qudt:QuantityKind ;
    rdfs:label "قابلية التحرك"@ar,
        "Beweglichkeit"@de,
        "mobility"@en,
        "movilidad"@es,
        "mobilité"@fr,
        "mobilità"@it,
        "移動度"@ja,
        "mobilność"@pl,
        "mobilidade"@pt,
        "迁移率"@zh ;
    dcterms:description "\"Mobility\" characterizes how quickly a particle can move through a metal or semiconductor, when pulled by an electric field. The average drift speed imparted to a charged particle in a medium by an electric field, divided by the electric field strength."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-V-SEC,
        unit:M2-PER-V-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_mobility"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Mobility\" characterizes how quickly a particle can move through a metal or semiconductor, when pulled by an electric field. The average drift speed imparted to a charged particle in a medium by an electric field, divided by the electric field strength."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mobility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Mobilität"@de .

qudtqk:ModulusOfRotationalSubgradeReaction a qudt:QuantityKind ;
    rdfs:label "Modulus of Rotational Subgrade Reaction"@en ;
    dcterms:description "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloN-M-PER-DEG-M,
        unit:N-M-PER-DEG-M,
        unit:N-M-PER-M-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/schema/ifcstructuralloadresource/lexical/ifcmodulusofrotationalsubgradereactionselect.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "Modulus of Rotational Subgrade Reaction is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ModulusOfRotationalSubgradeReaction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ForcePerAngle .

qudtqk:MolarAttenuationCoefficient a qudt:QuantityKind ;
    rdfs:label "Molar Attenuation Coefficient"@en ;
    dcterms:description "\"Molar Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per amount of substance."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-MOL ;
    qudt:exactMatch qudtqk:MolarAbsorptionCoefficient ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD120"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD120"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu_c = -\\frac{\\mu}{c}$, where $\\mu$ is the linear attenuation coefficient and $c$ is the amount-of-substance concentration."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu_c$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Molar Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per amount of substance."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarAttenuationCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:closeMatch qudtqk:MassAttenuationCoefficient .

qudtqk:MolarHeatCapacity a qudt:QuantityKind ;
    rdfs:label "Molar Heat Capacity"@en ;
    dcterms:description "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin."^^qudt:LatexString ;
    qudt:altSymbol "cn"^^xsd:string ;
    qudt:applicableUnit unit:BTU_IT-PER-MOL_LB-DEG_F,
        unit:J-PER-MOL-K,
        unit:KiloCAL-PER-MOL-DEG_C ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD123"^^xsd:string ;
    qudt:informativeReference "http://chemistry.about.com/od/chemistryglossary/g/Molar-Heat-Capacity-Definition.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD123"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$C_m = \\frac{C}{n}$, where $C$ is heat capacity and $n$ is amount of substance."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Molar Heat Capacity\" is the amount of heat energy required to raise the temperature of 1 mole of a substance. In SI units, molar heat capacity (symbol: cn) is the amount of heat in joules required to raise 1 mole of a substance 1 Kelvin."^^xsd:string ;
    qudt:symbol "C_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarHeatCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarMass a qudt:QuantityKind ;
    rdfs:label "كتلة مولية"@ar,
        "Molární hmotnost"@cs,
        "Molmasse"@de,
        "molar mass"@en,
        "masa molar"@es,
        "جرم مولی"@fa,
        "masse molaire"@fr,
        "मोलर द्रव्यमान"@hi,
        "massa molare"@it,
        "モル質量"@ja,
        "Jisim molar"@ms,
        "Masa molowa"@pl,
        "massa molar"@pt,
        "Masă molară"@ro,
        "Молярная масса"@ru,
        "molska masa"@sl,
        "molar kütle"@tr,
        "摩尔质量"@zh ;
    dcterms:description "In chemistry, the molar mass M is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. The base SI unit for molar mass is $kg/mol$."^^qudt:LatexString ;
    qudt:applicableUnit unit:GM-PER-MOL,
        unit:KiloGM-PER-KiloMOL,
        unit:KiloGM-PER-MOL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD125"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_mass"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD125"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "molare Masse"@de,
        "stoffmengenbezogene Masse"@de .

qudtqk:MultiplicationFactor a qudt:QuantityKind ;
    rdfs:label "Multiplication Factor"@en ;
    dcterms:description "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Neutron_multiplication_factor"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Multiplication Factor\" is the ratio of the total number of fission or fission-dependent neutrons produced in a time interval to the total number of neutrons lost by absorption and leakage during the same interval."^^xsd:string ;
    qudt:symbol "k"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MultiplicationFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NuclearQuadrupoleMoment a qudt:QuantityKind ;
    rdfs:label "Nuclear Quadrupole Moment"@en ;
    dcterms:description "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloM2,
        unit:M2,
        unit:NanoM2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_quadrupole_resonance"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$Q = (\\frac{1}{e}) \\int (3z^2 - r^2)\\rho(x, y, z)dV$, in the quantum state with the nuclear spin in the field direction $(z)$, where $\\rho(x, y, z)$ is the nuclear electric charge density, $e$ is the elementary charge, $r^2 = x^2 + y^2 + z^2$, and $dV$ is the volume element $dx$ $dy$ $dz$."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Nuclear Quadrupole Moment\" is a quantity that characterizes the deviation from spherical symmetry of the electrical charge distribution in an atomic nucleus."^^xsd:string ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NuclearQuadrupoleMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:OpeningRatio a qudt:QuantityKind ;
    rdfs:label "Opening Ratio"@en ;
    dcterms:description """In the context of mechanical systems, "opening ratio" might refer to the proportion of time 
  or the extent to which a valve or gate is open relative to its maximum capacity."""^^xsd:string ;
    qudt:applicableUnit unit:FRACTION,
        unit:NUM,
        unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription """In the context of mechanical systems, "opening ratio" might refer to the proportion of time 
  or the extent to which a valve or gate is open relative to its maximum capacity."""^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:OpeningRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:PRODUCT-OF-INERTIA a qudt:QuantityKind ;
    rdfs:label "Product of Inertia"@en ;
    dcterms:description """
  The quantity kind $\\textit{Product of Inertia}$ is a measure of a body's dynamic
   (or coupled) imbalance resulting in a precession when rotating about an axis 
   other than the body's principal axis.
  """^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:plainTextDescription "A measure of a body's dynamic (or coupled) imbalance resulting in a precession when rotating about an axis other than the body's principal axis."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PowerFactor a qudt:QuantityKind ;
    rdfs:label "معامل القدرة"@ar,
        "Účiník"@cs,
        "Leistungsfaktor"@de,
        "power factor"@en,
        "factor de potencia"@es,
        "ضریب توان"@fa,
        "facteur de puissance"@fr,
        "शक्ति गुणांक"@hi,
        "fattore di potenza"@it,
        "力率"@ja,
        "faktor kuasa"@ms,
        "Współczynnik mocy"@pl,
        "fator de potência"@pt,
        "factor de putere"@ro,
        "Коэффициент_мощности"@ru,
        "güç faktörü"@tr,
        "功率因数"@zh ;
    dcterms:description "\"Power Factor\", under periodic conditions, is the ratio of the absolute value of the active power $P$ to the apparent power $S$."^^qudt:LatexString ;
    qudt:applicableUnit unit:UNITLESS ;
    qudt:expression "$power-factor$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\lambda = \\left | P \\right | / \\left | S \\right |$, where $P$ is active power and $S$ is apparent power."^^qudt:LatexString ;
    qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:PowerFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ActivePower,
        qudtqk:ApparentPower .

qudtqk:PowerPerElectricCharge a qudt:QuantityKind ;
    rdfs:label "Power Per Electric Charge"@en ;
    dcterms:description "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge."^^qudt:LatexString ;
    qudt:applicableUnit unit:MilliV-PER-MIN,
        unit:V-PER-MicroSEC,
        unit:V-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
    qudt:plainTextDescription "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureInRelationToVolumeFlowRate a qudt:QuantityKind ;
    rdfs:label "pressure in relation to volume flow rate"^^xsd:string ;
    qudt:applicableUnit unit:DYN-SEC-PER-CentiM5,
        unit:PA-SEC-PER-L,
        unit:PA-SEC-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD145"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD145"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:PressureInRelationToVolumeFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Radiance a qudt:QuantityKind ;
    rdfs:label "Radiance"@en ;
    dcterms:description "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction."^^qudt:LatexString ;
    qudt:applicableUnit unit:W-PER-M2-SR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD148"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD148"^^xsd:anyURI ;
    qudt:latexDefinition "$L = \\frac{dI}{dA}\\frac{1}{cos\\alpha}$, where $dI$ is the radiant intensity emitted from an element of the surface area $dA$, and angle $\\alpha$ is the angle between the normal to the surface and the given direction."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Radiance\" is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/RADI> ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Radiance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:PowerPerAreaAngle .

qudtqk:RelativePartialPressure a qudt:QuantityKind ;
    rdfs:label "Relative Partial Pressure"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = p / p_{sat}$, where $p$ is partial pressure of vapour,  $p_{sat}$ is thermodynamic temperature and $V$ is its partial pressure at saturation (at the same temperature). Relative partial pressure is often referred to as $RH$ and expressed in percent. $\\textit{Relative Partial Pressure}$ is also referred to as $\\textit{Relative Humidity}$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:RelativePartialPressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "RH"^^xsd:string ;
    skos:broader qudtqk:PressureRatio .

qudtqk:RelativePressureCoefficient a qudt:QuantityKind ;
    rdfs:label "Relative Pressure Coefficient"@en ;
    qudt:applicableUnit unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK ;
    qudt:expression "$rel-pres-coef$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_p = \\frac{1}{p}\\left (\\frac{\\partial p}{\\partial T} \\right )_V$, where $p$ is $pressure$,  $T$ is thermodynamic temperature and $V$ is volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha_p$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:RelativePressureCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Repetency a qudt:QuantityKind ;
    rdfs:label "repetency"^^xsd:string,
        "repetency"@en-us ;
    dcterms:description "quantity whose value  is inversely proportional to the length value"@en ;
    qudt:applicableUnit unit:PER-IN,
        unit:PERCENT-PER-IN,
        unit:PERCENT-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD160"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD160"^^xsd:anyURI ;
    qudt:plainTextDescription "Größe, deren Wert sich umgekehrt proportional zum Längenwert verhält"@de ;
    qudt:symbol "0173-1#Z4-BAJ370#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Repetency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ResidualResistivity a qudt:QuantityKind ;
    rdfs:label "Residual Resistivity"@en ;
    dcterms:description "\"Residual Resistivity\" for metals, is the resistivity extrapolated to zero thermodynamic temperature."^^qudt:LatexString ;
    qudt:applicableUnit unit:MegaOHM-KiloM,
        unit:OHM-KiloM,
        unit:OHM-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Residual-resistance_ratio"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexSymbol "$\\rho_R$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Residual Resistivity\" for metals, is the resistivity extrapolated to zero thermodynamic temperature."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ResidualResistivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SectionModulus a qudt:QuantityKind ;
    rdfs:label "Section Modulus"@en ;
    dcterms:description "The Section Modulus is a geometric property for a given cross-section used in the design of beams or flexural members."^^qudt:LatexString ;
    qudt:applicableUnit unit:M3,
        unit:MI_UK3,
        unit:TON_Register ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Section_modulus"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$Z = \\frac{I_a}{(r_Q)_{max}}$, where $I_a$ is the second axial moment of area and $(r_Q)_{max}$ is the maximum radial distance of any point in the surface considered from the $Q-axis$ with respect to which $I_a$ is defined."^^qudt:LatexString ;
    qudt:plainTextDescription "The Section Modulus is a geometric property for a given cross-section used in the design of beams or flexural members."^^xsd:string ;
    qudt:symbol "Z"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SectionModulus"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ServiceFactor a qudt:QuantityKind ;
    rdfs:label "Service Factor"@en ;
    dcterms:description "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:PERCENT,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "The value indicates the multiplier of the rated power that equipment can handle for some period of time when operating according to a manufacturer's specified conditions; typically applicable to motors."^^xsd:string ;
    qudt:symbol "SF"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ServiceFactor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:SolidAngle a qudt:QuantityKind ;
    rdfs:label "الزاوية الصلبة"@ar,
        "Пространствен ъгъл"@bg,
        "Prostorový úhel"@cs,
        "Raumwinkel"@de,
        "Στερεά γωνία"@el,
        "solid angle"@en,
        "ángulo sólido"@es,
        "زاویه فضایی"@fa,
        "angle solide"@fr,
        "זווית מרחבית"@he,
        "आयतन"@hi,
        "térszög"@hu,
        "angolo solido"@it,
        "立体角"@ja,
        "angulus solidus"@la,
        "Sudut padu"@ms,
        "kąt bryłowy"@pl,
        "ângulo sólido"@pt,
        "unghi solid"@ro,
        "Телесный угол"@ru,
        "prostorski kot"@sl,
        "katı cisimdeki açı"@tr,
        "立体角度"@zh ;
    dcterms:description "The solid angle subtended by a surface S is defined as the surface area of a unit sphere covered by the surface S's projection onto the sphere. A solid angle is related to the surface of a sphere in the same way an ordinary angle is related to the circumference of a circle. Since the total surface area of the unit sphere is 4*pi, the measure of solid angle will always be between 0 and 4*pi."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG2,
        unit:FA,
        unit:SR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Solid_angle"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD171"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD171"^^xsd:anyURI ;
    qudt:plainTextDescription "The solid angle subtended by a surface S is defined as the surface area of a unit sphere covered by the surface S's projection onto the sphere. A solid angle is related to the surface of a sphere in the same way an ordinary angle is related to the circumference of a circle. Since the total surface area of the unit sphere is 4*pi, the measure of solid angle will always be between 0 and 4*pi."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ANGS> ;
    rdfs:comment "Applicable units are those of quantitykind:SolidAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AreaRatio .

qudtqk:SpecificModulus a qudt:QuantityKind ;
    rdfs:label "Specific Modulus"@en ;
    dcterms:description "<p><b>Specific modulus</b> is a <a href=\"/wiki/Materials_property\" class=\"mw-redirect\" title=\"Materials property\">materials property</a> consisting of the <a href=\"/wiki/Elastic_modulus\" title=\"Elastic modulus\">elastic modulus</a> per mass <a href=\"/wiki/Density\" title=\"Density\">density</a> of a material. It is also known as the <b>stiffness to weight ratio</b> or <b>specific stiffness</b>. High specific modulus materials find wide application in <a href=\"/wiki/Aerospace\" title=\"Aerospace\">aerospace</a> applications where minimum structural <a href=\"/wiki/Weight\" title=\"Weight\">weight</a> is required. The <a href=\"/wiki/Dimensional_analysis\" title=\"Dimensional analysis\">dimensional analysis</a> yields units of distance squared per time squared.</p>"^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaPA-CentiM3-PER-GM,
        unit:KiloM2-PER-SEC2,
        unit:M2-PER-SEC2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_modulus"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_modulus"^^xsd:anyURI ;
    qudt:latexDefinition "$specific modulus = E/\\rho$, where $E$ is elastic modulus and $\\rho$ is density."^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificModulus"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Specific Stiffness"@en,
        "Stiffness to Weight Ratio"@en .

qudtqk:SpecificSurfaceArea a qudt:QuantityKind ;
    rdfs:label "Specific Surface Area"@en ;
    dcterms:description "<strong>Specific surface area</strong> (<strong>SSA</strong>) is a property of solids defined as the total surface area (SA) of a material per unit mass, (with units of m<sup>2</sup>/kg or m<sup>2</sup>/g). It is a physical value that can be used to determine the type and properties of a material (e.g. soil or snow). It has a particular importance for adsorption, heterogeneous catalysis, and reactions on surfaces."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-GM,
        unit:M2-PER-GM,
        unit:M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_surface_area"^^xsd:anyURI ;
    qudt:latexDefinition "$SSA = \\frac{SA}{\\m}$, where $SA$ is the surface area of an object and $\\m$ is the mass density of the object."^^qudt:LatexString ;
    qudt:latexSymbol "$SSA$"^^qudt:LatexString ;
    qudt:plainTextDescription "Specific surface area (SSA) is a property of solids defined as the total surface area (SA) of a material per unit mass, (with units of m²/kg or m²/g). It is a physical value that can be used to determine the type and properties of a material (e.g. soil or snow). It has a particular importance for adsorption, heterogeneous catalysis, and reactions on surfaces."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificSurfaceArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Strain a qudt:QuantityKind ;
    rdfs:label "Strain"@en ;
    dcterms:description "In any branch of science dealing with materials and their behaviour, strain is the geometrical expression of deformation caused by the action of stress on a physical body. Strain is calculated by first assuming a change between two body states: the beginning state and the final state. Then the difference in placement of two points in this body in those two states expresses the numerical value of strain. Strain therefore expresses itself as a change in size and/or shape. [Wikipedia]"^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Strain"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:LinearStrain ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://www.freestudy.co.uk/mech%20prin%20h2/stress.pdf"^^xsd:anyURI ;
    qudt:latexSymbol "$\\epsilon$"^^qudt:LatexString ;
    qudt:plainTextDescription "In any branch of science dealing with materials and their behaviour, strain is the geometrical expression of deformation caused by the action of stress on a physical body. Strain is calculated by first assuming a change between two body states: the beginning state and the final state. Then the difference in placement of two points in this body in those two states expresses the numerical value of strain. Strain therefore expresses itself as a change in size and/or shape. [Wikipedia]"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:ThrusterPowerToThrustEfficiency a qudt:QuantityKind ;
    rdfs:label "Thruster Power To Thrust Efficiency"@en ;
    qudt:applicableUnit unit:LB-PER-HR-PSI,
        unit:LB-PER-MIN-PSI,
        unit:LB-PER-SEC-PSI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:latexSymbol "$\\eta$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ThrusterPowerToThrustEfficiency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Time_Squared a qudt:QuantityKind ;
    rdfs:label "Time Squared"@en ;
    qudt:applicableUnit unit:GM-PER-CentiM-BAR,
        unit:GM-PER-MilliM-BAR,
        unit:SEC2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Time_Squared"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:Time_Squared"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TotalMassStoppingPower a qudt:QuantityKind ;
    rdfs:label "Total Mass Stopping Power"@en ;
    dcterms:description "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-CentiM2-PER-GM,
        unit:EV-M2-PER-KiloGM,
        unit:J-M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD204"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD204"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$S_m = \\frac{S}{\\rho}$, where $S$ is the total linear stopping power and $\\rho$ is the mass density of the sample."^^qudt:LatexString ;
    qudt:plainTextDescription "If a substance is compared in gaseous and solid form, then the linear stopping powers of the two states are very different just because of the different density. One therefore often divides S(E) by the density of the material to obtain the \"Mass Stopping Power\". The mass stopping power then depends only very little on the density of the material."^^xsd:string ;
    qudt:symbol "S_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalMassStoppingPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VehicleVelocity a qudt:QuantityKind ;
    rdfs:label "Vehicle Velocity"@en ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:symbol "V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Velocity .

unit:A-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere Hour"@en ;
    dcterms:description """$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing
   in one hour through a conductor passing one ampere. 
   An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric
    charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$).
    One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred
     by a steady current of one ampere for one hour. 
    The ampere-hour is frequently used in measurements of electrochemical systems such as
     electroplating and electrical batteries. 
    The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an
     ampere-hour ($3.6 \\,coulombs$).
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA102"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ampere-hour"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA102"^^xsd:anyURI ;
    qudt:symbol "A·h"^^xsd:string ;
    qudt:ucumCode "A.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "AMH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Ampere Turn"@en ;
    dcterms:description "The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MagnetomotiveForce ;
    qudt:scalingOf unit:A ;
    qudt:symbol "AT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A_Stat a qudt:Unit ;
    rdfs:label "Statampere"@en ;
    dcterms:description """
  The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. 
  It is also known as statamperes. 
  This unit is commonly used in the cgs unit system. 
  $\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. 
  It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 0.0000000003335641 ;
    qudt:conversionMultiplierSN 3.335641e-10 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "statA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AttoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "AttoCoulomb"@en ;
    dcterms:description """
  An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Atto> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "aC"^^xsd:string ;
    qudt:ucumCode "aC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:BAUD a qudt:Unit ;
    rdfs:label "baud"^^xsd:string ;
    dcterms:description "unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DigitRate ;
    qudt:iec61360Code "0112/2///62720#UAA109"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA109"^^xsd:anyURI ;
    qudt:symbol "Bd"^^xsd:string ;
    qudt:uneceCommonCode "J38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_UK_PET-PER-DAY a qudt:Unit ;
    rdfs:label "Barrel (UK Petroleum) per Day"@en ;
    dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000001841587 ;
    qudt:conversionMultiplierSN 1.841587e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_UK_PET ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA331"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA331"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"^^xsd:string ;
    qudt:symbol "bbl{UK petroleum}/d"^^xsd:string ;
    qudt:uneceCommonCode "J59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_UK_PET-PER-HR a qudt:Unit ;
    rdfs:label "Barrel (UK Petroleum) per Hour"@en ;
    dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000441981 ;
    qudt:conversionMultiplierSN 4.41981e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_UK_PET ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA332"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA332"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"^^xsd:string ;
    qudt:symbol "bbl{UK petroleum}/h"^^xsd:string ;
    qudt:uneceCommonCode "J60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_UK_PET-PER-MIN a qudt:Unit ;
    rdfs:label "Barrel (UK Petroleum) per Minute"@en ;
    dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.002651886 ;
    qudt:conversionMultiplierSN 2.651886e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_UK_PET ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA330"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA330"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^xsd:string ;
    qudt:symbol "bbl{UK petroleum}/min"^^xsd:string ;
    qudt:uneceCommonCode "J58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_UK_PET-PER-SEC a qudt:Unit ;
    rdfs:label "Barrel (UK Petroleum) per Second"@en ;
    dcterms:description "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.1591132 ;
    qudt:conversionMultiplierSN 1.591132e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_UK_PET ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA333"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA333"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "bbl{UK petroleum}/s"^^xsd:string ;
    qudt:uneceCommonCode "J61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_US-PER-DAY a qudt:Unit ;
    rdfs:label "Barrel (US) per Day"@en ;
    dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000184 ;
    qudt:conversionMultiplierSN 1.84e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA335"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA335"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"^^xsd:string ;
    qudt:symbol "bbl{US petroleum}/d"^^xsd:string ;
    qudt:ucumCode "[bbl_us].d-1"^^qudt:UCUMcs,
        "[bbl_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_US-PER-MIN a qudt:Unit ;
    rdfs:label "Barrel (US) per Minute"@en ;
    dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0026498 ;
    qudt:conversionMultiplierSN 2.6498e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA337"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA337"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^xsd:string ;
    qudt:symbol "bbl{US petroleum}/min"^^xsd:string ;
    qudt:ucumCode "[bbl_us].min-1"^^qudt:UCUMcs,
        "[bbl_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "5A"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_US_PET a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Barrel (US Petroleum)"@en ;
    dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1589873 ;
    qudt:conversionMultiplierSN 1.589873e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units"^^xsd:string ;
    qudt:symbol "bbl{US petroleum}"^^xsd:string ;
    qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:BBL_US .

unit:BBL_US_PET-PER-HR a qudt:Unit ;
    rdfs:label "Barrel (US Petroleum) per Hour"@en ;
    dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000044163 ;
    qudt:conversionMultiplierSN 4.4163e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_US_PET ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA336"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA336"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"^^xsd:string ;
    qudt:symbol "bbl{UK petroleum}/h"^^xsd:string ;
    qudt:ucumCode "[bbl_us].h-1"^^qudt:UCUMcs,
        "[bbl_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_US_PET-PER-SEC a qudt:Unit ;
    rdfs:label "Barrel (US Petroleum) per Second"@en ;
    dcterms:description "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1589873 ;
    qudt:conversionMultiplierSN 1.589873e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BBL_US_PET ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA338"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA338"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "bbl{UK petroleum}/s"^^xsd:string ;
    qudt:ucumCode "[bbl_us].s-1"^^qudt:UCUMcs,
        "[bbl_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BIOT a qudt:Unit ;
    rdfs:label "Biot"@en ;
    dcterms:description "\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Biot"^^xsd:anyURI ;
    qudt:exactMatch unit:A_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB210"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Biot?oldid=443318821"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB210"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Abampere"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/biot> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "Bi"^^xsd:string ;
    qudt:ucumCode "Bi"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BQ-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Becquerel per Kilogram"@en ;
    dcterms:description "The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Bq/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BQ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassicActivity,
        qudtqk:SpecificActivity ;
    qudt:iec61360Code "0112/2///62720#UAA112"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA112"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample."^^xsd:string ;
    qudt:symbol "Bq/kg"^^xsd:string ;
    qudt:ucumCode "Bq.kg-1"^^qudt:UCUMcs,
        "Bq/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BQ-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Becquerel per Cubic Metre"@en,
        "Becquerel per Cubic Meter"@en-us ;
    dcterms:description "Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\\cdot m{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$Bq/m^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BQ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ActivityConcentration ;
    qudt:iec61360Code "0112/2///62720#UAB126"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB126"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:plainTextDescription "The SI derived unit of unit in the category of Radioactivity concentration."^^xsd:string ;
    qudt:symbol "Bq/m³"^^xsd:string ;
    qudt:ucumCode "Bq.m-3"^^qudt:UCUMcs,
        "Bq/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Square Foot"@en ;
    dcterms:description """$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 11356.5267 ;
    qudt:conversionMultiplierSN 1.135653e+04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB283"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB283"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/ft²"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]-2"^^qudt:UCUMcs,
        "[Btu_IT]/[ft_i]2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-FT2-HR-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Square Foot Hour Degree Fahrenheit"@en ;
    dcterms:description """$\\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(h-ft^{2}-degF)$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 5.678263341113487328270053328717809 ;
    qudt:conversionMultiplierSN 5.678263e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/(h-ft^{2}-degF)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:symbol "Btu{IT}/(ft²·h·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([ft_i]2.h.[degF])"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-FT2-SEC-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Square Foot Second Degree Fahrenheit"@en ;
    dcterms:description """$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 20441.74802800855438177219198338411 ;
    qudt:conversionMultiplierSN 2.044175e+04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/(ft^{2}-s-degF)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:symbol "Btu{IT}/(ft²·s·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]-2.s-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([ft_i]2.s.[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-FT3 a qudt:Unit ;
    rdfs:label "British Thermal Unit (IT) per Cubic Foot"@en ;
    dcterms:description """$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density. 
  It is also known as Btu per cubic foot, Btu/cubic foot. 
  This unit is commonly used in the UK, US unit systems. 
  It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. 
  It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 37258.94579 ;
    qudt:conversionMultiplierSN 3.725895e+04 ;
    qudt:expression "$Btu(IT)-per-ft3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAB280"^^xsd:string ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI,
        "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB280"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/ft³"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]-3"^^qudt:UCUMcs,
        "[Btu_IT]/[ft_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-HR-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British thermal unit (international table) per hour square foot degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the heat transition coefficient according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 5.678263341113487328270053328717809 ;
    qudt:conversionMultiplierSN 5.678263e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB276"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB276"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/(h·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-HR-FT2-DEG_R a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Hour Square Foot degree Rankine"@en ;
    dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 5.678263341113487328270053328717809 ;
    qudt:conversionMultiplierSN 5.678263e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB099"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB099"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{IT}/(h·ft²·°R)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degR]-1"^^qudt:UCUMcs,
        "[Btu_IT]/(h.[ft_i]2.[degR])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-SEC-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British thermal unit (international table) per second square foot degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the heat transition coefficient according to the imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 20441.74802800855438177219198338411 ;
    qudt:conversionMultiplierSN 2.044175e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB278"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB278"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/(s·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-SEC-FT2-DEG_R a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Second Square Foot degree Rankine"@en ;
    dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 20441.74802800855438177219198338411 ;
    qudt:conversionMultiplierSN 2.044175e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_R ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB098"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB098"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "Btu{IT}/(s·ft²·°R)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degR]-1"^^qudt:UCUMcs,
        "[Btu_IT]/(s.[ft_i]2.[degR])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-FT2 a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per square foot"^^xsd:string ;
    dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 11348.93179491220093551298213707538 ;
    qudt:conversionMultiplierSN 1.134893e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB284"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB284"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/ft²"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-FT3 a qudt:Unit ;
    rdfs:label "British Thermal Unit (TH) per Cubic Foot"@en ;
    dcterms:description "British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 37234.03 ;
    qudt:conversionMultiplierSN 3.723403e+04 ;
    qudt:expression "$Btu(th)-per-ft3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAB281"^^xsd:string ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI,
        "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB281"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/ft³"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i]-3"^^qudt:UCUMcs,
        "[Btu_th]/[ft_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-HR-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per hour square foot degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the heat transition coefficient according to the imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 5.674465897456100013799219272049695 ;
    qudt:conversionMultiplierSN 5.674466e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB277"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB277"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/(h·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].h-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-SEC-FT2-DEG_F a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per second square foot degree Fahrenheit"^^xsd:string ;
    dcterms:description "unit of the heat transition coefficient according to the imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 20428.0772308419600496771893793789 ;
    qudt:conversionMultiplierSN 2.042808e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB279"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB279"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/(s·ft²·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].s-1.[ft_i]-2.[degF]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Bushel (UK) per Day"@en ;
    dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000004209343 ;
    qudt:conversionMultiplierSN 4.209343e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA345"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA345"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "bsh{UK}/d"^^xsd:string ;
    qudt:ucumCode "[bu_br].d-1"^^qudt:UCUMcs,
        "[bu_br]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_UK-PER-HR a qudt:Unit ;
    rdfs:label "Bushel (UK) per Hour"@en ;
    dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00001010242 ;
    qudt:conversionMultiplierSN 1.010242e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA346"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA346"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "bsh{UK}/h"^^xsd:string ;
    qudt:ucumCode "[bu_br].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Bushel (UK) per Minute"@en ;
    dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0006061453 ;
    qudt:conversionMultiplierSN 6.061453e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA347"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA347"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "bsh{UK}/min"^^xsd:string ;
    qudt:ucumCode "[bu_br].min-1"^^qudt:UCUMcs,
        "[bu_br]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Bushel (UK) per Second"@en ;
    dcterms:description "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.03636872 ;
    qudt:conversionMultiplierSN 3.636872e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA348"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA348"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "bsh{UK}/s"^^xsd:string ;
    qudt:ucumCode "[bu_br].s-1"^^qudt:UCUMcs,
        "[bu_br]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_US a qudt:Unit ;
    rdfs:label "bushel (US)"@en ;
    dcterms:description "A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.03523907 ;
    qudt:conversionMultiplierSN 3.523907e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 2150.42 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAA353"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA353"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US> ;
    qudt:symbol "in³"^^xsd:string ;
    qudt:ucumCode "[bu_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "bu"^^xsd:string ;
    qudt:uneceCommonCode "BUA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_US_DRY-PER-DAY a qudt:Unit ;
    rdfs:label "Bushel (US Dry) per Day"@en ;
    dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000040786 ;
    qudt:conversionMultiplierSN 4.0786e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_US_DRY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA349"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA349"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "bsh{US}/day"^^xsd:string ;
    qudt:ucumCode "[bu_us].d-1"^^qudt:UCUMcs,
        "[bu_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_US_DRY-PER-HR a qudt:Unit ;
    rdfs:label "Bushel (US Dry) per Hour"@en ;
    dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000009789 ;
    qudt:conversionMultiplierSN 9.789e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_US_DRY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA350"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA350"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "bsh{US}/h"^^xsd:string ;
    qudt:ucumCode "[bu_us].h-1"^^qudt:UCUMcs,
        "[bu_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_US_DRY-PER-MIN a qudt:Unit ;
    rdfs:label "Bushel (US Dry) per Minute"@en ;
    dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00058732 ;
    qudt:conversionMultiplierSN 5.8732e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_US_DRY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA351"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA351"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "bsh{US}/min"^^xsd:string ;
    qudt:ucumCode "[bu_us].min-1"^^qudt:UCUMcs,
        "[bu_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_US_DRY-PER-SEC a qudt:Unit ;
    rdfs:label "Bushel (US Dry) per Second"@en ;
    dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.03523907 ;
    qudt:conversionMultiplierSN 3.523907e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BU_US_DRY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA352"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA352"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "bsh{US}/s"^^xsd:string ;
    qudt:ucumCode "[bu_us].s-1"^^qudt:UCUMcs,
        "[bu_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_IT-PER-SEC-CentiM2-K a qudt:Unit ;
    rdfs:label "Calorie (international Table) per Second Square Centimetre kelvin"@en,
        "Calorie (international Table) per Second Square Centimeter kelvin"@en-us ;
    dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 41868.0 ;
    qudt:conversionMultiplierSN 4.1868e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_IT ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB096"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB096"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "cal{IT}/(s·cm²·K)"^^xsd:string ;
    qudt:ucumCode "cal_IT.s-1.cm-2.K-1"^^qudt:UCUMcs,
        "cal_IT/(s.cm2.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-CentiM2 a qudt:Unit ;
    rdfs:label "calorie (thermochemical) per square centimetre"^^xsd:string ;
    dcterms:description "unit of the areal-related energy transmisson according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 41840.0 ;
    qudt:conversionMultiplierSN 4.184e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB285"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB285"^^xsd:anyURI ;
    qudt:symbol "cal/cm²"^^xsd:string ;
    qudt:ucumCode "cal_th.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-SEC-CentiM2-K a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Second Square Centimetre kelvin"@en,
        "Calorie (thermochemical) per Second Square Centimeter kelvin"@en-us ;
    dcterms:description "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 41840.0 ;
    qudt:conversionMultiplierSN 4.184e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB097"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB097"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat transfer coefficient according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "cal/(s·cm²·K)"^^xsd:string ;
    qudt:ucumCode "cal_th.s-1.cm-2.K-1"^^qudt:UCUMcs,
        "cal_th/(s.cm2.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CI-PER-KiloGM a qudt:Unit ;
    rdfs:label "curie per kilogram"^^xsd:string ;
    dcterms:description "1,000-fold of the unit curie divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 37000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CI ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassicActivity,
        qudtqk:SpecificActivity ;
    qudt:iec61360Code "0112/2///62720#UAB091"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB091"^^xsd:anyURI ;
    qudt:symbol "Ci/kg"^^xsd:string ;
    qudt:uneceCommonCode "A42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CYC-PER-SEC a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Cycles per Second"@en ;
    dcterms:description "The \"cycle per second\" is a once-common English name for the unit of frequency now known as the hertz (Hz)."^^xsd:string ;
    qudt:altSymbol "c.p.s"^^xsd:string,
        "cycles/s"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:HZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CYC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Cycle_per_second"^^xsd:anyURI ;
    qudt:symbol "c/s"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "CentiCoulomb"@en ;
    dcterms:description "A CentiCoulomb is $10^{-2} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "cC"^^xsd:string ;
    qudt:ucumCode "cC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:CentiM2-PER-SEC a qudt:Unit ;
    rdfs:label "Square centimetres per second"@en ;
    dcterms:description "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime ;
    qudt:iec61360Code "0112/2///62720#UAB408"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB408"^^xsd:anyURI ;
    qudt:symbol "cm²/s"^^xsd:string ;
    qudt:ucumCode "cm2.s-1"^^qudt:UCUMcs,
        "cm2/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-DAY a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Day"@en,
        "Cubic Centimeter per Day"@en-us ;
    dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001157407 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA388"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA388"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^xsd:string ;
    qudt:symbol "cm³/d"^^xsd:string ;
    qudt:ucumCode "cm3.d-1"^^qudt:UCUMcs,
        "cm3/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-HR a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Hour"@en,
        "Cubic Centimeter per Hour"@en-us ;
    dcterms:description "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA391"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA391"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^xsd:string ;
    qudt:symbol "cm³/h"^^xsd:string ;
    qudt:ucumCode "cm3.h-1"^^qudt:UCUMcs,
        "cm3/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-MIN a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Minute"@en,
        "Cubic Centimeter per Minute"@en-us ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA395"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA395"^^xsd:anyURI ;
    qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"^^xsd:string ;
    qudt:symbol "cm³/min"^^xsd:string ;
    qudt:ucumCode "cm3.min-1"^^qudt:UCUMcs,
        "cm3/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-SEC a qudt:Unit ;
    rdfs:label "Cubic Centimetre per Second"@en,
        "Cubic Centimeter per Second"@en-us ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA399"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA399"^^xsd:anyURI ;
    qudt:plainTextDescription "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "cm³/s"^^xsd:string ;
    qudt:ucumCode "cm3.s-1"^^qudt:UCUMcs,
        "cm3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2J"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM4 a qudt:Unit ;
    rdfs:label "centimetre to the fourth power"^^xsd:string,
        "Zentimeter hoch 4"@de,
        "quartic Centimetre"@en ;
    dcterms:description "0.01-fold of SI base unit metre to the power four"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:SecondAxialMomentOfArea,
        qudtqk:SecondMomentOfArea,
        qudtqk:SecondPolarMomentOfArea ;
    qudt:iec61360Code "0112/2///62720#UAC000"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC000"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the SI base unit metre with the exponent 4"^^xsd:string ;
    qudt:symbol "cm⁴"^^xsd:string ;
    qudt:ucumCode "cm4"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiMOL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Centimole per kilogram"@en ;
    dcterms:description "1/100 of SI unit of amount of substance per kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength,
        qudtqk:MolalityOfSolute ;
    qudt:plainTextDescription "1/100 of SI unit of amount of substance per kilogram"^^xsd:string ;
    qudt:symbol "cmol/kg"^^xsd:string ;
    qudt:ucumCode "cmol.kg-1"^^qudt:UCUMcs,
        "cmol/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiN-M a qudt:Unit ;
    rdfs:label "Centinewton Metre"@en,
        "Centinewton Meter"@en-us ;
    dcterms:description "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA355"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA355"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^xsd:string ;
    qudt:symbol "cN·m"^^xsd:string ;
    qudt:ucumCode "cN.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG-PER-M a qudt:Unit ;
    rdfs:label "Degrees per metre"@en ;
    dcterms:description "A change of angle in one SI unit of length."@en ;
    qudt:conversionMultiplier 0.0174532925199433 ;
    qudt:conversionMultiplierSN 1.745329e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AngularWavenumber,
        qudtqk:DebyeAngularWavenumber,
        qudtqk:FermiAngularWavenumber ;
    qudt:iec61360Code "0112/2///62720#UAA025"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA025"^^xsd:anyURI ;
    qudt:symbol "°/m"^^xsd:string ;
    qudt:ucumCode "deg.m-1"^^qudt:UCUMcs,
        "deg/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-CentiM a qudt:Unit ;
    rdfs:label "Dyne Centimetre"@en,
        "Dyne Centimeter"@en-us ;
    dcterms:description "\"Dyne Centimeter\" is a C.G.S System unit for  'Torque' expressed as $dyn-cm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$dyn-cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA423"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA423"^^xsd:anyURI ;
    qudt:symbol "dyn·cm"^^xsd:string ;
    qudt:ucumCode "dyn.cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-M a qudt:Unit ;
    rdfs:label "dyne metre"^^xsd:string ;
    dcterms:description "[CGS] unit of the rotational moment"^^xsd:string ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAB419"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB419"^^xsd:anyURI ;
    qudt:symbol "dyn·m"^^xsd:string ;
    qudt:ucumCode "dyn.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-PER-CentiM a qudt:Unit ;
    rdfs:label "Dyne per Centimetre"@en,
        "Dyne per Centimeter"@en-us ;
    dcterms:description "CGS unit of the surface tension"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB106"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB106"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the surface tension"^^xsd:string ;
    qudt:symbol "dyn/cm"^^xsd:string ;
    qudt:ucumCode "dyn.cm-1"^^qudt:UCUMcs,
        "dyn/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DX"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DecaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "DecaCoulomb"@en ;
    dcterms:description "A DecaCoulomb is $10 C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "daC"^^xsd:string ;
    qudt:ucumCode "daC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:DeciC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "DeciCoulomb"@en ;
    dcterms:description "A DeciCoulomb is $10^{-1} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "dC"^^xsd:string ;
    qudt:ucumCode "dC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:DeciL-PER-GM a qudt:Unit ;
    rdfs:label "Decilitre per Gram"@en,
        "Decilitre per Gram"@en-us ;
    dcterms:description "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciL ] ;
    qudt:hasQuantityKind qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAB094"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB094"^^xsd:anyURI ;
    qudt:plainTextDescription "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "dL/g"^^xsd:string ;
    qudt:ucumCode "dL.g-1"^^qudt:UCUMcs,
        "dL/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3-PER-DAY a qudt:Unit ;
    rdfs:label "Cubic Decimetre per Day"@en,
        "Cubic Decimeter per Day"@en-us ;
    dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001157407407 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA415"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA415"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^xsd:string ;
    qudt:symbol "dm³/d"^^xsd:string ;
    qudt:ucumCode "dm3.d-1"^^qudt:UCUMcs,
        "dm3/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3-PER-HR a qudt:Unit ;
    rdfs:label "Cubic Decimetre per Hour"@en,
        "Cubic Decimeter per Hour"@en-us ;
    dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA416"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA416"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^xsd:string ;
    qudt:symbol "dm³/h"^^xsd:string ;
    qudt:ucumCode "dm3.h-1"^^qudt:UCUMcs,
        "dm3/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3-PER-MIN a qudt:Unit ;
    rdfs:label "Cubic Decimetre per Minute"@en,
        "Cubic Decimeter per Minute"@en-us ;
    dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA418"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA418"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "dm³/min"^^xsd:string ;
    qudt:ucumCode "dm3.min-3"^^qudt:UCUMcs,
        "dm3/min3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3-PER-SEC a qudt:Unit ;
    rdfs:label "Cubic Decimetre per Second"@en,
        "Cubic Decimeter per Second"@en-us ;
    dcterms:description "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA420"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA420"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^xsd:string ;
    qudt:symbol "dm³/s"^^xsd:string ;
    qudt:ucumCode "dm3.s-1"^^qudt:UCUMcs,
        "dm3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciN-M a qudt:Unit ;
    rdfs:label "Decinewton Metre"@en,
        "Decinewton Meter"@en-us ;
    dcterms:description "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAB084"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB084"^^xsd:anyURI ;
    qudt:plainTextDescription "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^xsd:string ;
    qudt:symbol "dN·m"^^xsd:string ;
    qudt:ucumCode "dN.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciS a qudt:Unit ;
    rdfs:label "DeciSiemens"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "dS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Erg per Cubic Centimetre"@en,
        "Erg per Cubic Centimeter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$erg-per-cm3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAB146"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB146"^^xsd:anyURI ;
    qudt:symbol "erg/cm³"^^xsd:string ;
    qudt:ucumCode "erg.cm-3"^^qudt:UCUMcs,
        "erg/cm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaBIT a qudt:Unit ;
    rdfs:label "ExaBIT"^^xsd:string ;
    qudt:conversionMultiplier 693147180559945309.41723212145818 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:BIT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ExaCoulomb"@en ;
    dcterms:description "An ExaCoulomb is $10^{18} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+18 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "EC"^^xsd:string ;
    qudt:ucumCode "EC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:F a qudt:Unit ;
    rdfs:label "Faraday"@en ;
    dcterms:description "\"Faraday\" is a unit for  'Electric Charge' expressed as $F$."^^qudt:LatexString ;
    qudt:conversionMultiplier 96485.3399 ;
    qudt:conversionMultiplierSN 9.648534e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/faraday> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "F"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-PER-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Foot Pound per Square Foot"@en ;
    dcterms:description "\"Foot Pound per Square Foot\" is an Imperial unit for  'Energy Per Area' expressed as $ft-lbf/ft^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 14.5939042 ;
    qudt:conversionMultiplierSN 1.45939e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-lbf/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:symbol "ft·lbf/ft²"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].[sft_i]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Foot Pound Force per Square Metre"@en,
        "Foot Pound Force per Square Meter"@en-us ;
    dcterms:description "\"Foot Pound Force per Square Meter\" is a unit for  'Energy Per Area' expressed as $ft-lbf/m^{2}$."^^qudt:LatexString ;
    qudt:conversionMultiplier 1.35581800916358032544 ;
    qudt:conversionMultiplierSN 1.355818e+00 ;
    qudt:expression "$ft-lbf/m^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:symbol "ft·lbf/m²"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot per Hour"@en ;
    dcterms:description "$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and  $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000258064 ;
    qudt:conversionMultiplierSN 2.58064e-05 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{2}/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime ;
    qudt:iec61360Code "0112/2///62720#UAB247"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB247"^^xsd:anyURI ;
    qudt:symbol "ft²/h"^^xsd:string ;
    qudt:ucumCode "[sft_i].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT2-PER-SEC a qudt:Unit ;
    rdfs:label "Square Foot per Second"@en ;
    dcterms:description "\"Square Foot per Second\" is an Imperial unit for  'Kinematic Viscosity' expressed as $ft^{2}/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.09290304 ;
    qudt:conversionMultiplierSN 9.290304e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{2}/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA455"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA455"^^xsd:anyURI ;
    qudt:symbol "ft²/s"^^xsd:string ;
    qudt:ucumCode "[sft_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "S3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-DAY a qudt:Unit ;
    rdfs:label "Cubic Foot per Day"@en ;
    dcterms:description "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000003277413 ;
    qudt:conversionMultiplierSN 3.277413e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA458"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA458"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^xsd:string ;
    qudt:symbol "ft³/d"^^xsd:string ;
    qudt:ucumCode "[cft_i].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-HR a qudt:Unit ;
    rdfs:label "Cubic Foot per Hour"@en ;
    dcterms:description "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000007865792 ;
    qudt:conversionMultiplierSN 7.865792e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA459"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA459"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^xsd:string ;
    qudt:symbol "ft³/h"^^xsd:string ;
    qudt:ucumCode "[cft_i].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Foot per Minute"@en ;
    dcterms:description "\"Cubic Foot per Minute\" is an Imperial unit for  'Volume Per Unit Time' expressed as $ft^3/min$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0004719474432000001 ;
    qudt:conversionMultiplierSN 4.719474e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{3}/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA461"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA461"^^xsd:anyURI ;
    qudt:symbol "ft³/min"^^xsd:string ;
    qudt:ucumCode "[cft_i].min-1"^^qudt:UCUMcs,
        "[cft_i]/min"^^qudt:UCUMcs,
        "[ft_i]3.min-1"^^qudt:UCUMcs,
        "[ft_i]3/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2L"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Foot per Second"@en ;
    dcterms:description "\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.028316846592000004 ;
    qudt:conversionMultiplierSN 2.831685e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{3}/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA462"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA462"^^xsd:anyURI ;
    qudt:symbol "ft³/s"^^xsd:string ;
    qudt:ucumCode "[cft_i].s-1"^^qudt:UCUMcs,
        "[cft_i]/s"^^qudt:UCUMcs,
        "[ft_i]3.s-1"^^qudt:UCUMcs,
        "[ft_i]3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT4 a qudt:Unit ;
    rdfs:label "foot to the fourth power"^^xsd:string ;
    dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4"^^xsd:string ;
    qudt:conversionMultiplier 0.0086309748412416 ;
    qudt:conversionMultiplierSN 8.630975e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:SecondAxialMomentOfArea,
        qudtqk:SecondMomentOfArea,
        qudtqk:SecondPolarMomentOfArea ;
    qudt:iec61360Code "0112/2///62720#UAB209"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB209"^^xsd:anyURI ;
    qudt:symbol "ft⁴"^^xsd:string ;
    qudt:uneceCommonCode "N27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "FemtoCoulomb"@en ;
    dcterms:description "A FemtoCoulomb is $10^{-15} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "fC"^^xsd:string ;
    qudt:ucumCode "fC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:GAL_IMP a qudt:Unit ;
    rdfs:label "Imperial Gallon"@en ;
    dcterms:description "A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00454609 ;
    qudt:conversionMultiplierSN 4.54609e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:exactMatch unit:GAL_UK ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "gal{Imp}"^^xsd:string ;
    qudt:ucumCode "[gal_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GLI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Gallon (UK) per Day"@en ;
    dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00000005261678 ;
    qudt:conversionMultiplierSN 5.261678e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA501"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA501"^^xsd:anyURI ;
    qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^xsd:string ;
    qudt:symbol "gal{UK}/d"^^xsd:string ;
    qudt:ucumCode "[gal_br].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_UK-PER-HR a qudt:Unit ;
    rdfs:label "Gallon (UK) per Hour"@en ;
    dcterms:description "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000001262803 ;
    qudt:conversionMultiplierSN 1.262803e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA502"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA502"^^xsd:anyURI ;
    qudt:plainTextDescription "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^xsd:string ;
    qudt:symbol "gal{UK}/h"^^xsd:string ;
    qudt:ucumCode "[gal_br].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Gallon (UK) per Minute"@en ;
    dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00007576817 ;
    qudt:conversionMultiplierSN 7.576817e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA503"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA503"^^xsd:anyURI ;
    qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^xsd:string ;
    qudt:symbol "gal{UK}/min"^^xsd:string ;
    qudt:ucumCode "[gal_br].m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Gallon (UK) per Second"@en ;
    dcterms:description "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00454609 ;
    qudt:conversionMultiplierSN 4.54609e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA504"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA504"^^xsd:anyURI ;
    qudt:plainTextDescription "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "gal{UK}/s"^^xsd:string ;
    qudt:ucumCode "[gal_br].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_US-PER-DAY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "US Gallon per Day"@en ;
    dcterms:description "\"US Gallon per Day\" is a unit for  'Volume Per Unit Time' expressed as $gal/d$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000000438126389 ;
    qudt:conversionMultiplierSN 4.381264e-08 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$gal/d$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA506"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA506"^^xsd:anyURI ;
    qudt:symbol "gal{US}/d"^^xsd:string ;
    qudt:ucumCode "[gal_us].d-1"^^qudt:UCUMcs,
        "[gal_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GB"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_US-PER-HR a qudt:Unit ;
    rdfs:label "Gallon (US) per Hour"@en ;
    dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000001051503 ;
    qudt:conversionMultiplierSN 1.051503e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA507"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA507"^^xsd:anyURI ;
    qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^xsd:string ;
    qudt:symbol "gal{US}/h"^^xsd:string ;
    qudt:ucumCode "[gal_us].h-1"^^qudt:UCUMcs,
        "[gal_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_US-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "US Gallon per Minute"@en ;
    dcterms:description "\"US Gallon per Minute\" is a C.G.S System unit for  'Volume Per Unit Time' expressed as $gal/min$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000630902 ;
    qudt:conversionMultiplierSN 6.30902e-05 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$gal/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA508"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA508"^^xsd:anyURI ;
    qudt:symbol "gal{US}/min"^^xsd:string ;
    qudt:ucumCode "[gal_us].min-1"^^qudt:UCUMcs,
        "[gal_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_US-PER-SEC a qudt:Unit ;
    rdfs:label "Gallon (US Liquid) per Second"@en ;
    dcterms:description "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.003785412 ;
    qudt:conversionMultiplierSN 3.785412e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA509"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA509"^^xsd:anyURI ;
    qudt:plainTextDescription "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "gal{US}/s"^^xsd:string ;
    qudt:ucumCode "[gal_us].s-1"^^qudt:UCUMcs,
        "[gal_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Gill (UK) per Day"@en ;
    dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000000001644274 ;
    qudt:conversionMultiplierSN 1.644274e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA512"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA512"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "gill{UK}/d"^^xsd:string ;
    qudt:ucumCode "[gil_br].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_UK-PER-HR a qudt:Unit ;
    rdfs:label "Gill (UK) per Hour"@en ;
    dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00000003946258 ;
    qudt:conversionMultiplierSN 3.946258e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA513"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA513"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "gill{UK}/h"^^xsd:string ;
    qudt:ucumCode "[gil_br].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Gill (UK) per Minute"@en ;
    dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000002367755 ;
    qudt:conversionMultiplierSN 2.367755e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA514"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA514"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "gill{UK}/min"^^xsd:string ;
    qudt:ucumCode "[gil_br].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Gill (UK) per Second"@en ;
    dcterms:description "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0001420653 ;
    qudt:conversionMultiplierSN 1.420653e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA515"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA515"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "gill{UK}/s"^^xsd:string ;
    qudt:ucumCode "[gil_br].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_US-PER-DAY a qudt:Unit ;
    rdfs:label "Gill (US) per Day"@en ;
    dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000001369145 ;
    qudt:conversionMultiplierSN 1.369145e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA517"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA517"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "gill{US}/d"^^xsd:string ;
    qudt:ucumCode "[gil_us].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_US-PER-HR a qudt:Unit ;
    rdfs:label "Gill (US) per Hour"@en ;
    dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000003285947 ;
    qudt:conversionMultiplierSN 3.285947e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA518"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA518"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "gill{US}/h"^^xsd:string ;
    qudt:ucumCode "[gil_us].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_US-PER-MIN a qudt:Unit ;
    rdfs:label "Gill (US) per Minute"@en ;
    dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000001971568 ;
    qudt:conversionMultiplierSN 1.971568e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA519"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA519"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "gill{US}/min"^^xsd:string ;
    qudt:ucumCode "[gil_us].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_US-PER-SEC a qudt:Unit ;
    rdfs:label "Gill (US) per Second"@en ;
    dcterms:description "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0001182941 ;
    qudt:conversionMultiplierSN 1.182941e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GI_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA520"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA520"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "gill{US}/s"^^xsd:string ;
    qudt:ucumCode "[gil_us].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Gram per Square Centimetre"@en,
        "Gram per Square Centimeter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB103"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB103"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^xsd:string ;
    qudt:symbol "g/cm²"^^xsd:string ;
    qudt:ucumCode "g.cm-2"^^qudt:UCUMcs,
        "g/cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-HA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Gram per Hectare"@en ;
    dcterms:description "Gram Per Hectare is a unit of mass per area. Gram Per Hectare (mg/ha) has a dimension of ML-3 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0000001."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:expression "\\(g/hare\\)"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:symbol "g/ha"^^xsd:string ;
    qudt:ucumCode "g.har-1"^^qudt:UCUMcs,
        "g/har"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M2 a qudt:Unit ;
    rdfs:label "Gram per Square Metre"@en,
        "Gram per Square Meter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA486"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA486"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "g/m²"^^xsd:string ;
    qudt:ucumCode "g.m-2"^^qudt:UCUMcs,
        "g/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MilliM a qudt:Unit ;
    rdfs:label "Gram per Millimetre"@en,
        "Gram per Millimeter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassPerLength ;
    qudt:iec61360Code "0112/2///62720#UAB376"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB376"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^xsd:string ;
    qudt:symbol "g/mm"^^xsd:string ;
    qudt:ucumCode "g.mm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBIT a qudt:Unit ;
    rdfs:label "gigabit"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 693147180.55994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB156"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB156"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Gbit"^^xsd:string ;
    qudt:uneceCommonCode "B68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "GigaByte"@en ;
    dcterms:description "The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5545177444.47956 ;
    qudt:conversionMultiplierSN 5.545177e+09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gigabyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB185"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB185"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "GB"^^xsd:string ;
    qudt:ucumCode "GBy"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "gbyte"^^xsd:string .

unit:GigaOHM a qudt:Unit ;
    rdfs:label "Gigaohm"@en ;
    dcterms:description "1,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA147"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA147"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "GΩ"^^xsd:string ;
    qudt:ucumCode "GOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaVA a qudt:Unit ;
    rdfs:label "gigavolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB534"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "GVA"^^xsd:string ;
    qudt:ucumCode "GVA"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HART a qudt:Unit ;
    rdfs:label "Hartley"@en ;
    dcterms:description "The \"Hartley\" is a unit of information."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 2.3025850929940456840179914546844 ;
    qudt:conversionMultiplierSN 2.302585e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB344"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB344"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/hartley> ;
    qudt:symbol "Hart"^^xsd:string ;
    qudt:uneceCommonCode "Q15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H_Ab a qudt:Unit ;
    rdfs:label "Abhenry"@en ;
    dcterms:description "Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Abhenry"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:exactMatch unit:NanoH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Abhenry?oldid=477198643"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "abH"^^xsd:string ;
    qudt:ucumCode "nH"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H_Stat a qudt:Unit ;
    rdfs:label "Stathenry"@en ;
    dcterms:description """
  The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. 
  It is also known as $tathenries$. 
  This unit is commonly used in the cgs unit system. 
  $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. 
  It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 898760000000.0 ;
    qudt:conversionMultiplierSN 8.9876e+11 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "statH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "HectoCoulomb"@en ;
    dcterms:description "\"HectoCoulomb\" is a unit for  'Electric Charge' expressed as $hC$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Hecto> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "hC"^^xsd:string ;
    qudt:ucumCode "hC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:IN-PDL a qudt:Unit ;
    rdfs:label "inch poundal"^^xsd:string ;
    dcterms:description "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0035116758411504 ;
    qudt:conversionMultiplierSN 3.511676e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAB437"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB437"^^xsd:anyURI ;
    qudt:symbol "in·pdl"^^xsd:string ;
    qudt:ucumCode "[in_i].[lb_av].[ft_i].s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN2-PER-SEC a qudt:Unit ;
    rdfs:label "Square Inch per Second"@en ;
    dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00064516 ;
    qudt:conversionMultiplierSN 6.4516e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA548"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA548"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "in²/s"^^xsd:string ;
    qudt:ucumCode "[sin_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G08"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN3-PER-HR a qudt:Unit ;
    rdfs:label "Cubic Inch per Hour"@en ;
    dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000004551961 ;
    qudt:conversionMultiplierSN 4.551961e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA550"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA550"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^xsd:string ;
    qudt:symbol "in³/h"^^xsd:string ;
    qudt:ucumCode "[cin_i].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN3-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Inch per Minute"@en ;
    dcterms:description "\"Cubic Inch per Minute\" is an Imperial unit for  'Volume Per Unit Time' expressed as $in^{3}/min$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000027311773333333333 ;
    qudt:conversionMultiplierSN 2.731177e-07 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$in^{3}/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA551"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA551"^^xsd:anyURI ;
    qudt:symbol "in³/min"^^xsd:string ;
    qudt:ucumCode "[cin_i].min-1"^^qudt:UCUMcs,
        "[cin_i]/min"^^qudt:UCUMcs,
        "[in_i]3.min-1"^^qudt:UCUMcs,
        "[in_i]3/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN3-PER-SEC a qudt:Unit ;
    rdfs:label "Cubic Inch per Second"@en ;
    dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00001638706 ;
    qudt:conversionMultiplierSN 1.638706e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA552"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA552"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "in³/s"^^xsd:string ;
    qudt:ucumCode "[cin_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN4 a qudt:Unit ;
    rdfs:label "Quartic Inch"@en ;
    dcterms:description "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000004162314 ;
    qudt:conversionMultiplierSN 4.162314e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:SecondAxialMomentOfArea,
        qudtqk:SecondMomentOfArea,
        qudtqk:SecondPolarMomentOfArea ;
    qudt:iec61360Code "0112/2///62720#UAA545"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA545"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^xsd:string ;
    qudt:symbol "in⁴"^^xsd:string ;
    qudt:ucumCode "[in_i]4"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloA-HR a qudt:Unit ;
    rdfs:label "Kiloampere Hour"@en ;
    dcterms:description "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloA ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAB053"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB053"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^xsd:string ;
    qudt:symbol "kA·h"^^xsd:string ;
    qudt:ucumCode "kA.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "TAH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBQ-PER-KiloGM a qudt:Unit ;
    rdfs:label "kilobecquerel per kilogram"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloBQ ] ;
    qudt:hasQuantityKind qudtqk:MassicActivity,
        qudtqk:SpecificActivity ;
    qudt:iec61360Code "0112/2///62720#UAA562"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA562"^^xsd:anyURI ;
    qudt:symbol "kBq/kg"^^xsd:string ;
    qudt:ucumCode "kBq.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBTU_IT-PER-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "kBTU per Square Foot"@en ;
    dcterms:description """$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 11356526.7 ;
    qudt:conversionMultiplierSN 1.135653e+07 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kBtu/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloBTU_IT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:plainTextDescription "kBTU per Square Foot is an Imperial unit for 'Energy Per Area."^^xsd:string ;
    qudt:symbol "kBtu{IT}/ft²"^^xsd:string ;
    qudt:ucumCode "k[Btu_IT].[ft_i]-2"^^qudt:UCUMcs,
        "k[Btu_IT]/[ft_i]2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "Kilo Byte"@en ;
    dcterms:description "The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5545.1774444795624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB129"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB129"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "kB"^^xsd:string ;
    qudt:ucumCode "kBy"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2P"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-CentiM2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Square Centimetre"@en,
        "Kilocalorie per Square Centimeter"@en-us ;
    dcterms:description "\"Kilocalorie per Square Centimeter\" is a unit for  'Energy Per Area' expressed as $kcal/cm^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 41840000.0 ;
    qudt:conversionMultiplierSN 4.184e+07 ;
    qudt:expression "$kcal/cm^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:symbol "kcal/cm²"^^xsd:string ;
    qudt:ucumCode "kcal.cm-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-M-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogramm mal Meter je Sekunde"@de,
        "kilogram metre per second"@en,
        "Kilogram Meter per Second"@en-us,
        "کیلوگرم متر بر ثانیه"@fa,
        "chilogrammo per metro al secondo"@it,
        "kilogram meter per saat"@ms,
        "kilogram meter na sekundo"@sl,
        "千克米每秒"@zh ;
    dcterms:description "\"Kilogram Meter Per Second\" is a unit for  'Linear Momentum' expressed as $kg-m/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$kg-m/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LinearMomentum,
        qudtqk:Momentum ;
    qudt:iec61360Code "0112/2///62720#UAA615"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA615"^^xsd:anyURI ;
    qudt:symbol "kg·m/s"^^xsd:string ;
    qudt:ucumCode "kg.m.s-1"^^qudt:UCUMcs,
        "kg.m/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Kilogram per Square Centimetre"@en,
        "Kilogram per Square Centimeter"@en-us ;
    dcterms:description "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB174"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB174"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "kg/cm²"^^xsd:string ;
    qudt:ucumCode "kg.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D5"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-FT2 a qudt:Unit ;
    rdfs:label "Kilogram per Square Foot"@en ;
    dcterms:description "SI base unit kilogram divided by the square of the imperial foot"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 10.763910416709722 ;
    qudt:conversionMultiplierSN 1.076391e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "SI base unit kilogram divided by the square of the imperial foot"^^xsd:string ;
    qudt:symbol "kg/ft²"^^xsd:string ;
    qudt:ucumCode "kg.ft-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-HA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Hectare"@en ;
    dcterms:description "Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:expression "$kg/hare$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:symbol "kg/ha"^^xsd:string ;
    qudt:ucumCode "kg.har-1"^^qudt:UCUMcs,
        "kg/har"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M-SEC a qudt:Unit ;
    rdfs:label "Kilograms per metre second"@en ;
    dcterms:description "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAB429"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB429"^^xsd:anyURI ;
    qudt:symbol "kg/(m·s)"^^xsd:string ;
    qudt:ucumCode "kg.m-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC-M2 a qudt:Unit ;
    rdfs:label "Kilogram per Second Square Metre"@en,
        "Kilogram per Second Square Meter"@en-us ;
    dcterms:description "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:KiloGM-PER-M2-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:iec61360Code "0112/2///62720#UAA618"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA618"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^xsd:string ;
    qudt:symbol "kg/(s·m²)"^^xsd:string ;
    qudt:ucumCode "kg.(s.m2)-1"^^qudt:UCUMcs,
        "kg.s-1.m-2"^^qudt:UCUMcs,
        "kg/(s.m2)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Square Second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg-per-sec2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:latexSymbol "$kg \\cdot s^2$"^^qudt:LatexString ;
    qudt:symbol "kg/s²"^^xsd:string ;
    qudt:ucumCode "kg.s-2"^^qudt:UCUMcs,
        "kg/s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-SEC3-K a qudt:Unit ;
    rdfs:label "kilogram na  krychlovýsekunda kelvin"@cs,
        "Kilogramm je Kubiksekunde Kelvin"@de,
        "kilogram per cubic second kelvin"@en,
        "kilogramo porsegundo cúbico kelvin"@es,
        "kilogramme par seconde cube-kelvin"@fr,
        "chilogrammo al secondo cubo per kelvin"@it,
        "kilogram per saat kubik kelvin"@ms,
        "kilogram na sekunda sześciennyokelwin"@pl,
        "quilograma por segundo cúbico kelvin"@pt,
        "kilogram pe secundă cub-kelvin"@ro,
        "килограмм на кубический секунда-кельвин"@ru,
        "kilogram na kubični sekunda kelvin"@sl,
        "kilogram per saniyeküp kelvin"@tr ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer ;
    qudt:plainTextDescription "Unit commonly used for the coefficient of heat transfer"^^xsd:string ;
    qudt:symbol "kg/(s³·K)"^^xsd:string ;
    qudt:ucumCode "kg.s-3.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM_F-M a qudt:Unit ;
    rdfs:label "Kilogram_force Metre"@en,
        "Kilogram_force Meter"@en-us ;
    dcterms:description "product of the unit kilogram-force and the SI base unit metre"^^rdf:HTML ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM_F ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA634"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA634"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre"^^xsd:string ;
    qudt:symbol "kgf·m"^^xsd:string ;
    qudt:ucumCode "kgf.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM_F-M-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Kilogram Force Metre per Square Centimetre"@en,
        "Kilogram Force Meter per Square Centimeter"@en-us ;
    dcterms:description "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:conversionMultiplier 98066.5 ;
    qudt:conversionMultiplierSN 9.80665e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM_F ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB189"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB189"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "kgf·m/cm²"^^xsd:string ;
    qudt:ucumCode "kgf.m.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-KiloV a qudt:Unit ;
    rdfs:label "kilojoule per kilovolt"^^xsd:string ;
    dcterms:description "Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAD920"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD920"^^xsd:anyURI ;
    qudt:symbol "kJ/kV"^^xsd:string ;
    qudt:ucumCode "kJ.kV-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloL-PER-HR a qudt:Unit ;
    rdfs:label "Kilolitre per Hour"@en,
        "Kilolitre per Hour"@en-us ;
    dcterms:description "unit of the volume kilolitres divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAB121"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB121"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume kilolitres divided by the unit hour"^^xsd:string ;
    qudt:symbol "kL/h"^^xsd:string ;
    qudt:ucumCode "kL.h-1"^^qudt:UCUMcs,
        "kL/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4X"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLB_F-PER-FT a qudt:Unit ;
    rdfs:label "Pound Force per Foot"@en ;
    dcterms:description "unit of the length-related force"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 14593.904199475066 ;
    qudt:conversionMultiplierSN 1.45939e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloLB_F ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB192"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB192"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the length-related force"^^xsd:string ;
    qudt:symbol "klbf/ft"^^xsd:string ;
    qudt:ucumCode "[klbf_av].[ft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilomole per Kilogram"@en ;
    dcterms:description "Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kmol/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength,
        qudtqk:MolalityOfSolute ;
    qudt:iec61360Code "0112/2///62720#UAB404"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB404"^^xsd:anyURI ;
    qudt:symbol "kmol/kg"^^xsd:string ;
    qudt:ucumCode "kmol.kg-1"^^qudt:UCUMcs,
        "kmol/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-M a qudt:Unit ;
    rdfs:label "Kilonewton Metre"@en,
        "Kilonewton Meter"@en-us ;
    dcterms:description "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA574"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA574"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^xsd:string ;
    qudt:symbol "kN·m"^^xsd:string ;
    qudt:ucumCode "kN.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-PER-M a qudt:Unit ;
    rdfs:label "Kilo Newton per metre"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB364"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB364"^^xsd:anyURI ;
    qudt:symbol "kN/m"^^xsd:string ;
    qudt:ucumCode "kN.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloS a qudt:Unit ;
    rdfs:label "Kilosiemens"@en ;
    dcterms:description "1 000-fold of the SI derived unit siemens"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:iec61360Code "0112/2///62720#UAA578"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA578"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit siemens"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "kS"^^xsd:string ;
    qudt:ucumCode "kS"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW-HR-PER-M2 a qudt:Unit ;
    rdfs:label "Kilowatt hour per square metre"@en ;
    dcterms:description "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloW ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^xsd:string ;
    qudt:symbol "kW·h/m²"^^xsd:string ;
    qudt:ucumCode "kW.h.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloWB a qudt:Unit ;
    rdfs:label "KiloWeber"@en ;
    dcterms:description "1,000-fold of the SI derived unit weber"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAB358"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB358"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:WB ;
    qudt:symbol "kWb"^^xsd:string ;
    qudt:uneceCommonCode "P11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-DAY a qudt:Unit ;
    rdfs:label "Litre per Day"@en,
        "Liter per Day"@en-us ;
    dcterms:description "unit litre divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001157407 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA652"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA652"^^xsd:anyURI ;
    qudt:plainTextDescription "unit litre divided by the unit day"^^xsd:string ;
    qudt:symbol "L/d"^^xsd:string ;
    qudt:ucumCode "L.d-1"^^qudt:UCUMcs,
        "L/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "LD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-HR a qudt:Unit ;
    rdfs:label "Litre per Hour"@en,
        "Liter per Hour"@en-us ;
    dcterms:description "Unit litre divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA655"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA655"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit litre divided by the unit hour"^^xsd:string ;
    qudt:symbol "L/h"^^xsd:string ;
    qudt:ucumCode "L.h-1"^^qudt:UCUMcs,
        "L/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-MIN a qudt:Unit ;
    rdfs:label "Litre per Minute"@en,
        "Liter per Minute"@en-us ;
    dcterms:description "unit litre divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA659"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA659"^^xsd:anyURI ;
    qudt:plainTextDescription "unit litre divided by the unit minute"^^xsd:string ;
    qudt:symbol "L/min"^^xsd:string ;
    qudt:ucumCode "L.min-1"^^qudt:UCUMcs,
        "L/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-SEC a qudt:Unit ;
    rdfs:label "Litre per Second"@en,
        "Liter per Second"@en-us ;
    dcterms:description "unit litre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA664"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA664"^^xsd:anyURI ;
    qudt:plainTextDescription "unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "L/s"^^xsd:string ;
    qudt:ucumCode "L.s-1"^^qudt:UCUMcs,
        "L/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-AC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "pound per acre"@en ;
    dcterms:description "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000112085 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:AC ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^xsd:string ;
    qudt:symbol "lbm/acre"^^xsd:string ;
    qudt:ucumCode "lb.[acr_br]-1"^^qudt:UCUMcs,
        "lb/[acr_br]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT2 a qudt:Unit ;
    rdfs:label "Pound Mass (avoirdupois) per Square Foot"@en ;
    dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.882428 ;
    qudt:conversionMultiplierSN 4.882428e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB262"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB262"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ;
    qudt:symbol "lbm/ft²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FP"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-FT a qudt:Unit ;
    rdfs:label "Pound Force Foot"@en ;
    dcterms:description "\"Pound Force Foot\" is an Imperial unit for  'Torque' expressed as $lbf-ft$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.35581807 ;
    qudt:conversionMultiplierSN 1.355818e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf-ft$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA697"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA697"^^xsd:anyURI ;
    qudt:symbol "lbf·ft"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[ft_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-IN a qudt:Unit ;
    rdfs:label "Pound Force Inch"@en ;
    dcterms:description "\"Pound Force Inch\" is an Imperial unit for  'Torque' expressed as $lbf-in$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.112984839 ;
    qudt:conversionMultiplierSN 1.129848e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf-in$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA699"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA699"^^xsd:anyURI ;
    qudt:symbol "lbf·in"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-FT a qudt:Unit ;
    rdfs:label "Pound Force per Foot"@en ;
    dcterms:description "\"Pound Force per Foot\" is an Imperial unit for  'Force Per Length' expressed as $lbf/ft$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 14.5939042 ;
    qudt:conversionMultiplierSN 1.45939e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf/ft$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:symbol "lbf/ft"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[ft_i]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-YD a qudt:Unit ;
    rdfs:label "pound-force per yard"^^xsd:string ;
    dcterms:description "unit of force per unit length based on the Anglo-American system of units"^^xsd:string ;
    qudt:conversionMultiplier 4.864634530666166666666666666666666 ;
    qudt:conversionMultiplierSN 4.864635e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB454"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB454"^^xsd:anyURI ;
    qudt:symbol "lbf/yd"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[yd_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-HZ a qudt:Unit ;
    rdfs:label "Square metres Hertz"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HZ ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime ;
    qudt:symbol "m²·Hz"^^xsd:string ;
    qudt:ucumCode "m2.Hz"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-GM a qudt:Unit ;
    rdfs:label "Square metres per gram"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassAttenuationCoefficient,
        qudtqk:SpecificSurfaceArea ;
    qudt:symbol "m²/g"^^xsd:string ;
    qudt:ucumCode "m2.g-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SEC2 a qudt:Unit ;
    rdfs:label "Square metres per square second"@en,
        "Square Meters per Square Second"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:SpecificModulus ;
    qudt:iec61360Code "0112/2///62720#UAD501"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD501"^^xsd:anyURI ;
    qudt:symbol "m²/s²"^^xsd:string ;
    qudt:ucumCode "m2.s-2"^^qudt:UCUMcs,
        "m2/s2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-DAY a qudt:Unit ;
    rdfs:label "Cubic Metre per Day"@en,
        "Cubic Meter per Day"@en-us ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001157407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA760"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA760"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit day"^^xsd:string ;
    qudt:symbol "m³/d"^^xsd:string ;
    qudt:ucumCode "m3.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Metre per Hour"@en,
        "Cubic Meter per Hour"@en-us ;
    dcterms:description "Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/h, cubic metre/h, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:expression "$m^{3}/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA763"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA763"^^xsd:anyURI ;
    qudt:symbol "m³/h"^^xsd:string ;
    qudt:ucumCode "m3.h-1"^^qudt:UCUMcs,
        "m3/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MQH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-MIN a qudt:Unit ;
    rdfs:label "Cubic Metre per Minute"@en,
        "Cubic Meter per Minute"@en-us ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA768"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA768"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^xsd:string ;
    qudt:symbol "m³/min"^^xsd:string ;
    qudt:ucumCode "m3.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-YR a qudt:Unit ;
    rdfs:label "Cubic Metre per Year"@en,
        "Kubieke meter per Jaar"@nl ;
    dcterms:description "power of the SI base unit metre with the exponent 3 divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000003168808781 ;
    qudt:conversionMultiplierSN 3.168809e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:plainTextDescription "cubic meter divided by the unit year with 365 days"^^xsd:string ;
    qudt:symbol "m³/a"^^xsd:string ;
    qudt:ucumCode "m3.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M4 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Quartic Metre"@en,
        "Quartic Meter"@en-us ;
    dcterms:description "A unit associated with area moments of inertia."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Quartic_metre"^^xsd:anyURI ;
    qudt:expression "$m^{4}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SecondAxialMomentOfArea,
        qudtqk:SecondMomentOfArea,
        qudtqk:SecondPolarMomentOfArea ;
    qudt:iec61360Code "0112/2///62720#UAA737"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA737"^^xsd:anyURI ;
    qudt:symbol "m⁴"^^xsd:string ;
    qudt:ucumCode "m4"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mole per Kilogram"@en ;
    dcterms:description "Mole Per Kilogram ($mol/kg$) is a unit of Molality"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$mol/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength,
        qudtqk:MolalityOfSolute ;
    qudt:iec61360Code "0112/2///62720#UAA885"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA885"^^xsd:anyURI ;
    qudt:symbol "mol/kg"^^xsd:string ;
    qudt:ucumCode "mol.kg-1"^^qudt:UCUMcs,
        "mol/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL_LB-PER-LB a qudt:Unit ;
    rdfs:label "pound mole per pound"^^xsd:string ;
    dcterms:description "non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system"^^xsd:string ;
    qudt:conversionMultiplier 999.9999999999999999999999999999998 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL_LB ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength,
        qudtqk:MolalityOfSolute ;
    qudt:iec61360Code "0112/2///62720#UAB405"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB405"^^xsd:anyURI ;
    qudt:symbol "lb-mol/lbm"^^xsd:string ;
    qudt:ucumCode "[mol_lb].[lb_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaA a qudt:Unit ;
    rdfs:label "Megaampere"@en ;
    dcterms:description "1 000 000-fold of the SI base unit ampere"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA202"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI base unit ampere"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "MA"^^xsd:string ;
    qudt:ucumCode "MA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBQ-PER-KiloGM a qudt:Unit ;
    rdfs:label "megabecquerel per kilogram"^^xsd:string ;
    dcterms:description "1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaBQ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassicActivity,
        qudtqk:SpecificActivity ;
    qudt:iec61360Code "0112/2///62720#UAB092"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB092"^^xsd:anyURI ;
    qudt:symbol "MBq/kg"^^xsd:string ;
    qudt:ucumCode "MBq.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBYTE a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "Mega byte"@en ;
    dcterms:description "The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5545177.44447956 ;
    qudt:conversionMultiplierSN 5.545177e+06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Megabyte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB131"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB131"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:BYTE ;
    qudt:symbol "MB"^^xsd:string ;
    qudt:ucumCode "MBy"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4L"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaCCY_USD a qudt:CurrencyUnit,
        qudt:DerivedUnit ;
    rdfs:label "Million US Dollars"@en ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaGM-PER-HA-YR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Megagram per Hectare per Year"@en ;
    dcterms:description "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a  crop yield."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000317 ;
    qudt:exactMatch unit:TONNE-PER-HA-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a  crop yield."^^xsd:string ;
    qudt:symbol "Mg/(ha·a)"^^xsd:string ;
    qudt:ucumCode "Mg.ha-1.yr-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-M3 a qudt:Unit ;
    rdfs:label "Megajoule per Cubic Metre"@en,
        "Megajoule per Cubic Meter"@en-us ;
    dcterms:description "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensity ;
    qudt:iec61360Code "0112/2///62720#UAA212"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA212"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "MJ/m³"^^xsd:string ;
    qudt:ucumCode "MJ.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "JM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaN-M a qudt:Unit ;
    rdfs:label "Meganewton Metre"@en,
        "Meganewton Meter"@en-us ;
    dcterms:description "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA214"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA214"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^xsd:string ;
    qudt:symbol "m·MN"^^xsd:string ;
    qudt:ucumCode "MN.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaS a qudt:Unit ;
    rdfs:label "MegaSiemens"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "MS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaVAR a qudt:Unit ;
    rdfs:label "Megavolt Ampere Reactive"@en ;
    dcterms:description "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAB199"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the unit volt ampere reactive"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "MVA{Reactive}"^^xsd:string ;
    qudt:ucumCode "MVA{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MAR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroA a qudt:Unit ;
    rdfs:label "microampere"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA057"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA057"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu A$"^^qudt:LatexString ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "μA"^^xsd:string ;
    qudt:ucumCode "uA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroBQ a qudt:Unit ;
    rdfs:label "Microbecquerel"@en ;
    dcterms:description "0.000001-fold of the SI derived unit becquerel"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA058"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA058"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit becquerel"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "μBq"^^xsd:string ;
    qudt:ucumCode "uBq"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H08"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroFARAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "microfarad"@en ;
    dcterms:description "The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAA063"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA063"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:FARAD ;
    qudt:symbol "μF"^^xsd:string ;
    qudt:ucumCode "uF"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4O"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Microgram per square centimetre"@en ;
    dcterms:description "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^xsd:string ;
    qudt:symbol "μg/cm²"^^xsd:string ;
    qudt:ucumCode "u[g].cm-2"^^qudt:UCUMcs,
        "ug.cm-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-GM a qudt:Unit ;
    rdfs:label "Micromoles per gram"@en ;
    dcterms:description "Micromole Per Gram ($umol/g$) is a unit of Molality"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength,
        qudtqk:MolalityOfSolute ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "μmol/g"^^xsd:string ;
    qudt:ucumCode "umol.g-1"^^qudt:UCUMcs,
        "umol/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroN-M a qudt:Unit ;
    rdfs:label "Micronewton Metre"@en,
        "Micronewton Meter"@en-us ;
    dcterms:description "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA071"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA071"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^xsd:string ;
    qudt:symbol "m·μN"^^xsd:string ;
    qudt:ucumCode "uN.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroVAR a qudt:Unit ;
    rdfs:label "microvolt ampere reactive"^^xsd:string ;
    dcterms:description "0.000001 of the unit volt ampere reactive"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC506"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "µVA{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-HR a qudt:Unit ;
    rdfs:label "Milliampere Hour"@en ;
    dcterms:description "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3.6 ;
    qudt:conversionMultiplierSN 3.6e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA777"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA777"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^xsd:string ;
    qudt:symbol "mA·h"^^xsd:string ;
    qudt:ucumCode "mA.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E09"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-SEC a qudt:Unit ;
    rdfs:label "milliampere second"^^xsd:string ;
    dcterms:description "product of the 0.001-fold of the SI base unit ampere and the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAD919"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD919"^^xsd:anyURI ;
    qudt:symbol "mA·s"^^xsd:string ;
    qudt:ucumCode "mA.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Milligram per Square Centimetre"@en,
        "Milligram per Square Centimeter"@en-us ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA818"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA818"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mg/cm²"^^xsd:string ;
    qudt:ucumCode "mg.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-DeciM2 a qudt:Unit ;
    rdfs:label "Milligram per Square Decimetre"@en,
        "Milligram per Square Decimeter"@en-us ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mg/dm²"^^xsd:string ;
    qudt:ucumCode "mg.dm-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-HA a qudt:Unit ;
    rdfs:label "Milligram per Hectare"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000001 ;
    qudt:conversionMultiplierSN 1e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mg/ha"^^xsd:string ;
    qudt:ucumCode "mg.har-1"^^qudt:UCUMcs,
        "mg/har"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M2 a qudt:Unit ;
    rdfs:label "Milligram per Square Metre"@en,
        "Milligram per Square Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA829"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA829"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mg/m²"^^xsd:string ;
    qudt:ucumCode "mg.m-2"^^qudt:UCUMcs,
        "mg/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GO"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-DAY a qudt:Unit ;
    rdfs:label "Millilitre per Day"@en,
        "Millilitre per Day"@en-us ;
    dcterms:description "0.001-fold of the unit litre divided by the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000001157407 ;
    qudt:conversionMultiplierSN 1.157407e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA847"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA847"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit day"^^xsd:string ;
    qudt:symbol "mL/d"^^xsd:string ;
    qudt:ucumCode "mL.d-1"^^qudt:UCUMcs,
        "mL/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-HR a qudt:Unit ;
    rdfs:label "Millilitre per Hour"@en,
        "Millilitre per Hour"@en-us ;
    dcterms:description "0.001-fold of the unit litre divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA850"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA850"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit hour"^^xsd:string ;
    qudt:symbol "mL/h"^^xsd:string ;
    qudt:ucumCode "mL.h-1"^^qudt:UCUMcs,
        "mL/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-KiloGM a qudt:Unit ;
    rdfs:label "Millilitre per Kilogram"@en,
        "Millilitre per Kilogram"@en-us ;
    dcterms:description "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAB095"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB095"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "mL/kg"^^xsd:string ;
    qudt:ucumCode "mL.kg-1"^^qudt:UCUMcs,
        "mL/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KX"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-MIN a qudt:Unit ;
    rdfs:label "Millilitre per Minute"@en,
        "Millilitre per Minute"@en-us ;
    dcterms:description "0.001-fold of the unit litre divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA855"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA855"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre divided by the unit minute"^^xsd:string ;
    qudt:symbol "mL/min"^^xsd:string ;
    qudt:ucumCode "mL.min-1"^^qudt:UCUMcs,
        "mL/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-SEC a qudt:Unit ;
    rdfs:label "Millilitre per Second"@en,
        "Millilitre per Second"@en-us ;
    dcterms:description "0.001-fold of the unit litre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA859"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA859"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mL/s"^^xsd:string ;
    qudt:ucumCode "mL.s-1"^^qudt:UCUMcs,
        "mL/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM2-PER-SEC a qudt:Unit ;
    rdfs:label "Square Millimetre per Second"@en,
        "Square Millimeter per Second"@en-us ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime ;
    qudt:iec61360Code "0112/2///62720#UAA872"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA872"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mm²/s"^^xsd:string ;
    qudt:ucumCode "mm2.s-1"^^qudt:UCUMcs,
        "mm2/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM4 a qudt:Unit ;
    rdfs:label "Quartic Millimetre"@en,
        "Quartic Millimeter"@en-us ;
    dcterms:description "0.001-fold of the power of the SI base unit metre with the exponent 4"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 4 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:SecondAxialMomentOfArea,
        qudtqk:SecondMomentOfArea,
        qudtqk:SecondPolarMomentOfArea ;
    qudt:iec61360Code "0112/2///62720#UAA869"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA869"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the power of the SI base unit metre with the exponent 4"^^xsd:string ;
    qudt:symbol "mm⁴"^^xsd:string ;
    qudt:ucumCode "mm4"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliN-M a qudt:Unit ;
    rdfs:label "Millinewton Metre"@en,
        "Millinewton Meter"@en-us ;
    dcterms:description "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA794"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA794"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^xsd:string ;
    qudt:symbol "m·mN"^^xsd:string ;
    qudt:ucumCode "mN.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliN-PER-M a qudt:Unit ;
    rdfs:label "Millinewton per Metre"@en,
        "Millinewton per Meter"@en-us ;
    dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAA795"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA795"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "mN/m"^^xsd:string ;
    qudt:ucumCode "mN.m-1"^^qudt:UCUMcs,
        "mN/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOSM a qudt:Unit ;
    rdfs:label "MilliOSM"^^xsd:string ;
    qudt:conversionMultiplier 0.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:OSM ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliVAR a qudt:Unit ;
    rdfs:label "millivolt ampere reactive"^^xsd:string ;
    dcterms:description "0.001 of the unit volt ampere reactive"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAC507"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "mVA{Reactive}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-CentiM a qudt:Unit ;
    rdfs:label "Newton Centimetre"@en,
        "Newton Centimeter"@en-us ;
    dcterms:description "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA237"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA237"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "N·cm"^^xsd:string ;
    qudt:ucumCode "N.cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-DEG a qudt:Unit ;
    rdfs:label "newton metre per degree"^^xsd:string ;
    dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit degree"^^xsd:string ;
    qudt:conversionMultiplier 57.29577957855229894302178227976183 ;
    qudt:conversionMultiplierSN 5.729578e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:TorquePerAngle,
        qudtqk:TorsionalSpringConstant ;
    qudt:iec61360Code "0112/2///62720#UAB308"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB308"^^xsd:anyURI ;
    qudt:symbol "N·m/°"^^xsd:string ;
    qudt:ucumCode "N.m.deg-1"^^qudt:UCUMcs,
        "N.m/deg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-RAD a qudt:Unit ;
    rdfs:label "Newtonmeter pro Radian"@de,
        "Newton metre per radian"@en,
        "Newton meter per radian"@en-us ;
    dcterms:description "Newton Meter per Radian is the SI unit for Torsion Constant"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:TorquePerAngle,
        qudtqk:TorsionalSpringConstant ;
    qudt:iec61360Code "0112/2///62720#UAB309"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB309"^^xsd:anyURI ;
    qudt:plainTextDescription "Newton Meter per Radian is the SI unit for Torsion Constant"^^xsd:string ;
    qudt:symbol "N·m/rad"^^xsd:string ;
    qudt:ucumCode "N.m.rad-1"^^qudt:UCUMcs,
        "N.m/rad"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-CentiM a qudt:Unit ;
    rdfs:label "Newton per Centimetre"@en,
        "Newton per Centimeter"@en-us ;
    dcterms:description "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAA238"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA238"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "N/cm"^^xsd:string ;
    qudt:ucumCode "N.cm-1"^^qudt:UCUMcs,
        "N/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "newtonů na metr"@cs,
        "Newton je Meter"@de,
        "newton per metre"@en,
        "Newton per Meter"@en-us,
        "newton por metro"@es,
        "نیوتن بر متر"@fa,
        "newton par mètre"@fr,
        "प्रति मीटर न्यूटन"@hi,
        "newton al metro"@it,
        "ニュートン毎メートル"@ja,
        "newton per meter"@ms,
        "niuton na metr"@pl,
        "newton por metro"@pt,
        "newton pe metru"@ro,
        "ньютон на метр"@ru,
        "newton na meter"@sl,
        "newton bölü metre"@tr,
        "牛顿每米"@zh ;
    dcterms:description "Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$N/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAA246"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA246"^^xsd:anyURI ;
    qudt:symbol "N/m"^^xsd:string ;
    qudt:ucumCode "N.m-1"^^qudt:UCUMcs,
        "N/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4P"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-MilliM a qudt:Unit ;
    rdfs:label "Newton per Millimetre"@en,
        "Newton per Millimeter"@en-us ;
    dcterms:description "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAA249"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA249"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "N/mm"^^xsd:string ;
    qudt:ucumCode "N.mm-1"^^qudt:UCUMcs,
        "N/mm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NAT a qudt:Unit ;
    rdfs:label "Nat"@en ;
    dcterms:description "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Nat"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB345"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB345"^^xsd:anyURI ;
    qudt:symbol "nat"^^xsd:string ;
    qudt:uneceCommonCode "Q16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-M a qudt:Unit ;
    rdfs:label "Number per metre"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:InverseLength ;
    qudt:symbol "#/m"^^xsd:string ;
    qudt:ucumCode "/m"^^qudt:UCUMcs,
        "{#}.m-1"^^qudt:UCUMcs,
        "{#}/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Number per Minute"@en ;
    dcterms:description "A unit for count rate."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:CountRate ;
    qudt:symbol "NPM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoA a qudt:Unit ;
    rdfs:label "nanoampere"@en ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA901"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA901"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "nA"^^xsd:string ;
    qudt:ucumCode "nA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "NanoCoulomb"@en ;
    dcterms:description "A NanoCoulomb is $10^{-9} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA902"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA902"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "nC"^^xsd:string ;
    qudt:ucumCode "nC"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:NanoGM-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Nanogram per Square Centimetre"@en,
        "Nanogram per Square Centimeter"@en-us ;
    dcterms:description "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^xsd:string ;
    qudt:symbol "ng/cm²"^^xsd:string ;
    qudt:ucumCode "ng.cm-2"^^qudt:UCUMcs,
        "ng/cm2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-GM a qudt:Unit ;
    rdfs:label "Nanomoles per gram"@en ;
    dcterms:description "Nanomole Per Gram (\\(nanomol/g\\)) is a unit of Molality"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstancePerMass,
        qudtqk:IonicStrength,
        qudtqk:MolalityOfSolute ;
    qudt:plainTextDescription "0.000000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "nmol/g"^^xsd:string ;
    qudt:ucumCode "nmol.g-1"^^qudt:UCUMcs,
        "nmol/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OERSTED a qudt:Unit ;
    rdfs:label "Oersted"@en ;
    dcterms:description "Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 79.5774715 ;
    qudt:conversionMultiplierSN 7.957747e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Oersted"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAB134"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Oersted?oldid=491396460"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB134"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> ;
    qudt:scalingOf unit:A-PER-M ;
    qudt:symbol "Oe"^^xsd:string ;
    qudt:ucumCode "Oe"^^qudt:UCUMcs ;
    qudt:udunitsCode "Oe"^^xsd:string ;
    qudt:uneceCommonCode "66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:GAUSS .

unit:OKTA a qudt:Unit ;
    rdfs:label "Okta"@en ;
    dcterms:description """
  "Okta" is the unit of measurement to describe the amount of cloud cover.
  Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent:
  0: 0/8, the complete absence of cloud;
  1: 1/8 or less, but not zero;
  2: 2/8;
  3: 3/8;
  4: 4/8, half of the sky is covered;
  5: 5/8;
  6: 6/8;
  7: 7/8 or more, but not 8/8;
  8: 8/8, sky is completely covered;
  9: Sky obscured by fog and/or other meteorological phenomena;
  /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made.
  """^^rdf:HTML ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:AmountOfCloudCover ;
    qudt:informativeReference "https://windy.app/blog/okta-cloud-cover.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="^^xsd:anyURI ;
    qudt:plainTextDescription "\"Okta\" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0/8, the complete absence of cloud; 1: 1/8 or less, but not zero; 2: 2/8; 3: 3/8; 4: 4/8, half of the sky is covered; 5: 5/8; 6: 6/8; 7: 7/8 or more, but not 8/8; 8: 8/8, sky is completely covered; 9: Sky obscured by fog and/or other meteorological phenomena; /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ONE a qudt:Unit ;
    rdfs:label "one"^^xsd:string ;
    dcterms:description "unit consisting of the quotient of two similar sizes, whose units can be reduced against each other and not displayed by other units of the dimension one"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA915"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA915"^^xsd:anyURI ;
    qudt:symbol "one"^^xsd:string ;
    qudt:uneceCommonCode "C62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OSM a qudt:Unit ;
    rdfs:label "osmole"^^xsd:string ;
    dcterms:description "One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere."^^xsd:string ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:symbol "Osmol"^^xsd:string ;
    qudt:ucumCode "Osmol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-FT2 a qudt:Unit ;
    rdfs:label "Imperial Mass Ounce per Square Foot"@en ;
    dcterms:description "\"Ounce per Square Foot\" is an Imperial unit for  'Mass Per Area' expressed as $oz/ft^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.305151727 ;
    qudt:conversionMultiplierSN 3.051517e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "oz/ft^{2}"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB105"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB105"^^xsd:anyURI ;
    qudt:symbol "oz/ft²"^^xsd:string ;
    qudt:ucumCode "[oz_av].[sft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-YD2 a qudt:Unit ;
    rdfs:label "Imperial Mass Ounce per Square Yard"@en ;
    dcterms:description "\"Ounce per Square Yard\" is an Imperial unit for  'Mass Per Area' expressed as $oz/yd^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0339057474748823 ;
    qudt:conversionMultiplierSN 3.390575e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "oz/yd²"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB104"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB104"^^xsd:anyURI ;
    qudt:symbol "oz/yd²"^^xsd:string ;
    qudt:ucumCode "[oz_av].[syd_i]-1"^^qudt:UCUMcs,
        "[oz_av]/[syd_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "ON"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_F-IN a qudt:Unit ;
    rdfs:label "Imperial Ounce Force Inch"@en ;
    dcterms:description "\"Ounce Force Inch\" is an Imperial unit for  'Torque' expressed as $ozf-in$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.007061552425 ;
    qudt:conversionMultiplierSN 7.061552e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA927"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA927"^^xsd:anyURI ;
    qudt:symbol "ozf·in"^^xsd:string ;
    qudt:ucumCode "[ozf_av].[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Ounce (UK Fluid) per Day"@en ;
    dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000000003288548900462962962962962962962962 ;
    qudt:conversionMultiplierSN 3.288549e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA432"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA432"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "oz{UK}/d"^^xsd:string ;
    qudt:ucumCode "[foz_br].d-1"^^qudt:UCUMcs,
        "[foz_br]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_UK-PER-HR a qudt:Unit ;
    rdfs:label "Ounce (UK Fluid) per Hour"@en ;
    dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000000007892517361111111111111111111111112 ;
    qudt:conversionMultiplierSN 7.892517e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA433"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA433"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "oz{UK}/h"^^xsd:string ;
    qudt:ucumCode "[foz_br].h-1"^^qudt:UCUMcs,
        "[foz_br]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Ounce (UK Fluid) per Minute"@en ;
    dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000004735510416666666666666666666666668 ;
    qudt:conversionMultiplierSN 4.73551e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA434"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA434"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "oz{UK}/min"^^xsd:string ;
    qudt:ucumCode "[foz_br].min-1"^^qudt:UCUMcs,
        "[foz_br]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Ounce (UK Fluid) per Second"@en ;
    dcterms:description "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000284 ;
    qudt:conversionMultiplierSN 2.84e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA435"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA435"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "oz{UK}/s"^^xsd:string ;
    qudt:ucumCode "[foz_br].s-1"^^qudt:UCUMcs,
        "[foz_br]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_US-PER-DAY a qudt:Unit ;
    rdfs:label "Ounce (US Fluid) per Day"@en ;
    dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000000342286 ;
    qudt:conversionMultiplierSN 3.42286e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA436"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA436"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"^^xsd:string ;
    qudt:symbol "fl oz{US}/d"^^xsd:string ;
    qudt:ucumCode "[foz_us].d-1"^^qudt:UCUMcs,
        "[foz_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_US-PER-HR a qudt:Unit ;
    rdfs:label "Ounce (US Fluid) per Hour"@en ;
    dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000008214869 ;
    qudt:conversionMultiplierSN 8.214869e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA437"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA437"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "fl oz{US}/h"^^xsd:string ;
    qudt:ucumCode "[foz_us].h-1"^^qudt:UCUMcs,
        "[foz_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_US-PER-MIN a qudt:Unit ;
    rdfs:label "Ounce (US Fluid) per Minute"@en ;
    dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000492892 ;
    qudt:conversionMultiplierSN 4.92892e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA438"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA438"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "fl oz{US}/min"^^xsd:string ;
    qudt:ucumCode "[foz_us].min-1"^^qudt:UCUMcs,
        "[foz_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_US-PER-SEC a qudt:Unit ;
    rdfs:label "Ounce (US Fluid) per Second"@en ;
    dcterms:description "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000295735296 ;
    qudt:conversionMultiplierSN 2.957353e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ_VOL_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA439"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA439"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "fl oz{US}/s"^^xsd:string ;
    qudt:ucumCode "[foz_us].s-1"^^qudt:UCUMcs,
        "[foz_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-FT a qudt:Unit ;
    rdfs:label "poundal foot"^^xsd:string ;
    dcterms:description "product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 0.0421401100938048 ;
    qudt:conversionMultiplierSN 4.214011e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAB417"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB417"^^xsd:anyURI ;
    qudt:symbol "pdl·ft"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.[ft_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-IN a qudt:Unit ;
    rdfs:label "poundal inch"^^xsd:string ;
    dcterms:description "product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 0.0035116758411504 ;
    qudt:conversionMultiplierSN 3.511676e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAB418"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB418"^^xsd:anyURI ;
    qudt:symbol "pdl·in"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-PER-IN a qudt:Unit ;
    rdfs:label "poundal per inch"^^xsd:string ;
    dcterms:description "non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch"^^xsd:string ;
    qudt:conversionMultiplier 5.44310844 ;
    qudt:conversionMultiplierSN 5.443108e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB453"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB453"^^xsd:anyURI ;
    qudt:symbol "pdl/in"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-BAR a qudt:Unit ;
    rdfs:label "Reciprocal Bar"@en ;
    dcterms:description "reciprocal of the metrical unit with the name bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Compressibility,
        qudtqk:InversePressure,
        qudtqk:IsothermalCompressibility ;
    qudt:iec61360Code "0112/2///62720#UAA328"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA328"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the metrical unit with the name bar"^^xsd:string ;
    qudt:symbol "/bar"^^xsd:string ;
    qudt:ucumCode "/bar"^^qudt:UCUMcs,
        "bar-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-L a qudt:Unit ;
    rdfs:label "Reciprocal Litre"@en,
        "Reciprocal Liter"@en-us ;
    dcterms:description "reciprocal value of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:NUM-PER-L ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAA667"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA667"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal value of the unit litre"^^xsd:string ;
    qudt:symbol "/L"^^xsd:string ;
    qudt:ucumCode "/L"^^qudt:UCUMcs,
        "L-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M3 a qudt:Unit ;
    rdfs:label "Reciprocal Cubic Metre"@en,
        "Reciprocal Cubic Meter"@en-us ;
    dcterms:description "\"Per Cubic Meter\" is a denominator unit with dimensions $/m^3$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:NUM-PER-M3 ;
    qudt:expression "$/m^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAA740"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA740"^^xsd:anyURI ;
    qudt:symbol "/m³"^^xsd:string ;
    qudt:ucumCode "/m3"^^qudt:UCUMcs,
        "m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MILLE-PSI a qudt:Unit ;
    rdfs:label "Reciprocal Mille Psi"@en ;
    dcterms:description "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0000001450377 ;
    qudt:conversionMultiplierSN 1.450377e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MILLE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Compressibility,
        qudtqk:InversePressure,
        qudtqk:IsothermalCompressibility ;
    qudt:iec61360Code "0112/2///62720#UAA016"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016"^^xsd:anyURI ;
    qudt:plainTextDescription "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:symbol "/ksi"^^xsd:string ;
    qudt:uneceCommonCode "J12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MilliM3 a qudt:Unit ;
    rdfs:label "Reciprocal Cubic Millimetre"@en,
        "Reciprocal Cubic Millimeter"@en-us ;
    dcterms:description "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:exactMatch unit:NUM-PER-MilliM3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:InverseVolume ;
    qudt:iec61360Code "0112/2///62720#UAA870"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA870"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "/mm³"^^xsd:string ;
    qudt:ucumCode "/mm3"^^qudt:UCUMcs,
        "mm-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-PSI a qudt:Unit ;
    rdfs:label "Reciprocal Psi"@en ;
    dcterms:description "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0001450377 ;
    qudt:conversionMultiplierSN 1.450377e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:InversePressure,
        qudtqk:IsothermalCompressibility,
        qudtqk:StressOpticCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA709"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA709"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^xsd:string ;
    qudt:symbol "/psi"^^xsd:string ;
    qudt:ucumCode "[psi]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Pint (UK) per Day"@en ;
    dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000000006577098 ;
    qudt:conversionMultiplierSN 6.577098e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA953"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA953"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "pt{UK}/d"^^xsd:string ;
    qudt:ucumCode "[pt_br].d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_UK-PER-HR a qudt:Unit ;
    rdfs:label "Pint (UK) per Hour"@en ;
    dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000001578504 ;
    qudt:conversionMultiplierSN 1.578504e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA954"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA954"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "pt{UK}/h"^^xsd:string ;
    qudt:ucumCode "[pt_br].h-1"^^qudt:UCUMcs,
        "[pt_br]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Pint (UK) per Minute"@en ;
    dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000009471022 ;
    qudt:conversionMultiplierSN 9.471022e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA955"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA955"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "pt{UK}/min"^^xsd:string ;
    qudt:ucumCode "[pt_br].min-1"^^qudt:UCUMcs,
        "[pt_br]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Pint (UK) per Second"@en ;
    dcterms:description "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0005682613 ;
    qudt:conversionMultiplierSN 5.682613e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA956"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA956"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "pt{UK}/s"^^xsd:string ;
    qudt:ucumCode "[pt_br].s-1"^^qudt:UCUMcs,
        "[pt_br]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_US-PER-DAY a qudt:Unit ;
    rdfs:label "Pint (US Liquid) per Day"@en ;
    dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000000547658 ;
    qudt:conversionMultiplierSN 5.47658e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA958"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA958"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "pt{US}/d"^^xsd:string ;
    qudt:ucumCode "[pt_us].d-1"^^qudt:UCUMcs,
        "[pt_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_US-PER-HR a qudt:Unit ;
    rdfs:label "Pint (US Liquid) per Hour"@en ;
    dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000001314379 ;
    qudt:conversionMultiplierSN 1.314379e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA959"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA959"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "pt{US}/h"^^xsd:string ;
    qudt:ucumCode "[pt_us].h-1"^^qudt:UCUMcs,
        "[pt_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_US-PER-MIN a qudt:Unit ;
    rdfs:label "Pint (US Liquid) per Minute"@en ;
    dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000007886275 ;
    qudt:conversionMultiplierSN 7.886275e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA960"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA960"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "pt{US}/min"^^xsd:string ;
    qudt:ucumCode "[pt_us].min-1"^^qudt:UCUMcs,
        "[pt_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_US-PER-SEC a qudt:Unit ;
    rdfs:label "Pint (US Liquid) per Second"@en ;
    dcterms:description "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0004731765 ;
    qudt:conversionMultiplierSN 4.731765e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PINT_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA961"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA961"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "pt{US}/s"^^xsd:string ;
    qudt:ucumCode "[pt_us].s-1"^^qudt:UCUMcs,
        "[pt_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Peck (UK) per Day"@en ;
    dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000000105233576 ;
    qudt:conversionMultiplierSN 1.052336e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA940"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA940"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "peck{UK}/d"^^xsd:string ;
    qudt:ucumCode "[pk_br].d-1"^^qudt:UCUMcs,
        "[pk_br]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_UK-PER-HR a qudt:Unit ;
    rdfs:label "Peck (UK) per Hour"@en ;
    dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.000002525605833 ;
    qudt:conversionMultiplierSN 2.525606e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA941"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA941"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "peck{UK}/h"^^xsd:string ;
    qudt:ucumCode "[pk_br].h-1"^^qudt:UCUMcs,
        "[pk_br]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Peck (UK) per Minute"@en ;
    dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00015153635 ;
    qudt:conversionMultiplierSN 1.515364e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA942"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA942"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "peck{UK}/min"^^xsd:string ;
    qudt:ucumCode "[pk_br].min-1"^^qudt:UCUMcs,
        "[pk_br]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Peck (UK) per Second"@en ;
    dcterms:description "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.009092181 ;
    qudt:conversionMultiplierSN 9.092181e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_UK ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA943"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA943"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "peck{UK}/s"^^xsd:string ;
    qudt:ucumCode "[pk_br].s-1"^^qudt:UCUMcs,
        "[pk_br]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_US_DRY-PER-DAY a qudt:Unit ;
    rdfs:label "Peck (US Dry) per Day"@en ;
    dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000101964902 ;
    qudt:conversionMultiplierSN 1.019649e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_US_DRY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA944"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA944"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "peck{US Dry}/d"^^xsd:string ;
    qudt:ucumCode "[pk_us].d-1"^^qudt:UCUMcs,
        "[pk_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_US_DRY-PER-HR a qudt:Unit ;
    rdfs:label "Peck (US Dry) per Hour"@en ;
    dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000002447157651 ;
    qudt:conversionMultiplierSN 2.447158e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_US_DRY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA945"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA945"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "peck{US Dry}/h"^^xsd:string ;
    qudt:ucumCode "[pk_us].h-1"^^qudt:UCUMcs,
        "[pk_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_US_DRY-PER-MIN a qudt:Unit ;
    rdfs:label "Peck (US Dry) per Minute"@en ;
    dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000146829459067 ;
    qudt:conversionMultiplierSN 1.468295e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_US_DRY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA946"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA946"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "peck{US Dry}/min"^^xsd:string ;
    qudt:ucumCode "[pk_us].min-1"^^qudt:UCUMcs,
        "[pk_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_US_DRY-PER-SEC a qudt:Unit ;
    rdfs:label "Peck (US Dry) per Second"@en ;
    dcterms:description "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00880976754 ;
    qudt:conversionMultiplierSN 8.809768e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PK_US_DRY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA947"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA947"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "peck{US Dry}/s"^^xsd:string ;
    qudt:ucumCode "[pk_us].s-1"^^qudt:UCUMcs,
        "[pk_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "PetaCoulomb"@en ;
    dcterms:description "A PetaCoulomb is $10^{15} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "PC"^^xsd:string ;
    qudt:ucumCode "PC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:PicoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "PicoCoulomb"@en ;
    dcterms:description "A PicoCoulomb is $10^{-12} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA929"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA929"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "pC"^^xsd:string ;
    qudt:ucumCode "pC"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:PlanckCharge a qudt:Unit ;
    rdfs:label "Planck Charge"@en ;
    dcterms:description "In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 0.00000000000000000187554587 ;
    qudt:conversionMultiplierSN 1.875546e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
    qudt:latexSymbol "$Q_P$"^^qudt:LatexString ;
    qudt:scalingOf unit:A-SEC ;
    qudt:symbol "planckcharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_UK-PER-DAY a qudt:Unit ;
    rdfs:label "Quart (UK Liquid) per Day"@en ;
    dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000000131542 ;
    qudt:conversionMultiplierSN 1.31542e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA710"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA710"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "qt{UK}/d"^^xsd:string ;
    qudt:ucumCode "[qt_br].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_UK-PER-HR a qudt:Unit ;
    rdfs:label "Quart (UK Liquid) per Hour"@en ;
    dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000003157007 ;
    qudt:conversionMultiplierSN 3.157007e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA711"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA711"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "qt{UK}/h"^^xsd:string ;
    qudt:ucumCode "[qt_br].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_UK-PER-MIN a qudt:Unit ;
    rdfs:label "Quart (UK Liquid) per Minute"@en ;
    dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00001894205 ;
    qudt:conversionMultiplierSN 1.894205e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA712"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA712"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "qt{UK}/min"^^xsd:string ;
    qudt:ucumCode "[qt_br].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_UK-PER-SEC a qudt:Unit ;
    rdfs:label "Quart (UK Liquid) per Second"@en ;
    dcterms:description "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0011365225 ;
    qudt:conversionMultiplierSN 1.136523e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_UK ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA713"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA713"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "qt{UK}/s"^^xsd:string ;
    qudt:ucumCode "[qt_br].h-1.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_US-PER-DAY a qudt:Unit ;
    rdfs:label "Quart (US Liquid) per Day"@en ;
    dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000001095316 ;
    qudt:conversionMultiplierSN 1.095316e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_US ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA714"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA714"^^xsd:anyURI ;
    qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"^^xsd:string ;
    qudt:symbol "qt{US liq}/d"^^xsd:string ;
    qudt:ucumCode "[qt_us].d-1"^^qudt:UCUMcs,
        "[qt_us]/d"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_US-PER-HR a qudt:Unit ;
    rdfs:label "Quart (US Liquid) per Hour"@en ;
    dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000262875833 ;
    qudt:conversionMultiplierSN 2.628758e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA715"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA715"^^xsd:anyURI ;
    qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^xsd:string ;
    qudt:symbol "qt{US liq}/h"^^xsd:string ;
    qudt:ucumCode "[qt_us].h-1"^^qudt:UCUMcs,
        "[qt_us]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_US-PER-MIN a qudt:Unit ;
    rdfs:label "Quart (US Liquid) per Minute"@en ;
    dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00001577255 ;
    qudt:conversionMultiplierSN 1.577255e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA716"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA716"^^xsd:anyURI ;
    qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^xsd:string ;
    qudt:symbol "qt{US liq}/min"^^xsd:string ;
    qudt:ucumCode "[qt_us].min-1"^^qudt:UCUMcs,
        "[qt_us]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_US-PER-SEC a qudt:Unit ;
    rdfs:label "Quart (US Liquid) per Second"@en ;
    dcterms:description "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000946353 ;
    qudt:conversionMultiplierSN 9.46353e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA717"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA717"^^xsd:anyURI ;
    qudt:plainTextDescription "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "qt{US liq}/s"^^xsd:string ;
    qudt:ucumCode "[qt_us].s-1"^^qudt:UCUMcs,
        "[qt_us]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "radiánů na metr"@cs,
        "Radiant je Meter"@de,
        "radian per metre"@en,
        "Radian per Meter"@en-us,
        "radián por metro"@es,
        "رادیان بر متر"@fa,
        "radian par mètre"@fr,
        "प्रति मीटर वर्ग मीटर"@hi,
        "radiante al metro"@it,
        "ラジアン毎メートル"@ja,
        "radian per meter"@ms,
        "radian na metr"@pl,
        "radiano por metro"@pt,
        "radiane pe metru"@ro,
        "радиан на метр"@ru,
        "radyan bölü metre"@tr,
        "弧度每米"@zh ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$rad/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AngularWavenumber,
        qudtqk:DebyeAngularWavenumber,
        qudtqk:FermiAngularWavenumber ;
    qudt:iec61360Code "0112/2///62720#UAA967"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA967"^^xsd:anyURI ;
    qudt:symbol "rad/m"^^xsd:string ;
    qudt:ucumCode "rad.m-1"^^qudt:UCUMcs,
        "rad/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REM a qudt:Unit ;
    rdfs:label "Rem"@en ;
    dcterms:description "A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:exactMatch unit:R_man ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:iec61360Code "0112/2///62720#UAA971"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA971"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> ;
    qudt:scalingOf unit:M2-PER-SEC2 ;
    qudt:symbol "rem"^^xsd:string ;
    qudt:ucumCode "REM"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:R_man a qudt:Unit ;
    rdfs:label "roentgen equivalent man"@en ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:exactMatch unit:REM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ;
    qudt:plainTextDescription "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body."^^xsd:string ;
    qudt:scalingOf unit:SV ;
    qudt:symbol "rem"^^xsd:string ;
    qudt:ucumCode "REM"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SEC-PER-M a qudt:Unit ;
    rdfs:label "Seconds per metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAD709"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ;
    qudt:symbol "s/m"^^xsd:string ;
    qudt:ucumCode "s.m-1"^^qudt:UCUMcs,
        "s/m"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SHANNON a qudt:Unit ;
    rdfs:label "Shannon"@en ;
    dcterms:description "The \"Shannon\" is a unit of information."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:expression "$Sh$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAB343"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB343"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/shannon> ;
    qudt:symbol "Sh"^^xsd:string ;
    qudt:uneceCommonCode "Q14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-FT2 a qudt:Unit ;
    rdfs:label "Slug per Square Foot"@en ;
    dcterms:description "\"Slug per Square Foot\" is an Imperial unit for  'Mass Per Area' expressed as $slug/ft^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 157.08746452215124 ;
    qudt:conversionMultiplierSN 1.570875e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$slug/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:symbol "slug/ft²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-HA-YR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "tonne per hectare year"@en ;
    dcterms:description "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000317 ;
    qudt:conversionMultiplierSN 3.17e-09 ;
    qudt:exactMatch unit:MegaGM-PER-HA-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."^^xsd:string ;
    qudt:symbol "t/(ha·a)"^^xsd:string ;
    qudt:ucumCode "t.har-1.year-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT-PER-HR a qudt:Unit ;
    rdfs:label "Short Ton per Hour"@en ;
    dcterms:description "The short Ton per Hour is a unit used to express a weight processed in a period of time."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.251944444444444 ;
    qudt:conversionMultiplierSN 2.519444e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:TON_US-PER-HR ;
    qudt:expression "$ton/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_SHORT ] ;
    qudt:hasQuantityKind qudtqk:MassFlowRate,
        qudtqk:MassPerTime ;
    qudt:symbol "ton{short}/h"^^xsd:string ;
    qudt:ucumCode "[ston_av].h-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "TeraCoulomb"@en ;
    dcterms:description "A TeraCoulomb is $10^{12} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "TC"^^xsd:string ;
    qudt:ucumCode "TC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:V-SEC-PER-M a qudt:Unit ;
    rdfs:label "Volt Second per Metre"@en,
        "Volt Second per Meter"@en-us ;
    dcterms:description """
  Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre
  """^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:MagneticFluxPerLength,
        qudtqk:MagneticVectorPotential,
        qudtqk:ScalarMagneticPotential ;
    qudt:iec61360Code "0112/2///62720#UAA303"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA303"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "V·s/m"^^xsd:string ;
    qudt:ucumCode "V.s.m-1"^^qudt:UCUMcs,
        "V.s/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-HR-PER-M2 a qudt:Unit ;
    rdfs:label "Watt hour per square metre"@en ;
    dcterms:description "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:plainTextDescription "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^xsd:string ;
    qudt:symbol "W·h/m²"^^xsd:string ;
    qudt:ucumCode "W.h.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-HR-PER-M3 a qudt:Unit ;
    rdfs:label "Watthour per Cubic metre"@en,
        "Watthour per Cubic meter"@en-us ;
    dcterms:description "The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyDensity ;
    qudt:symbol "W·h/m³"^^xsd:string ;
    qudt:ucumCode "W.h.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-SR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Square Metre Steradian"@en,
        "Watt per Square Meter Steradian"@en-us ;
    dcterms:description """$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$),
  while that of spectral radiance in frequency is the watt per steradian per square metre
  per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is
  the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$),
  commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). 
  It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. 
  This unit is the standard SI unit in this category."
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$W/(m^2.sr)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Radiance ;
    qudt:iec61360Code "0112/2///62720#UAA315"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA315"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ;
    qudt:symbol "W/(m²·sr)"^^xsd:string ;
    qudt:ucumCode "W.m-2.sr-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-SEC-PER-M2 a qudt:Unit ;
    rdfs:label "Watt seconds per square metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea ;
    qudt:symbol "W·s/m²"^^xsd:string ;
    qudt:ucumCode "W.s.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3-PER-DAY a qudt:Unit ;
    rdfs:label "Cubic Yard per Day"@en ;
    dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000884901456 ;
    qudt:conversionMultiplierSN 8.849015e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAB037"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB037"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^xsd:string ;
    qudt:symbol "yd³/d"^^xsd:string ;
    qudt:ucumCode "[cyd_i].d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3-PER-HR a qudt:Unit ;
    rdfs:label "Cubic Yard per Hour"@en ;
    dcterms:description "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00021237634944 ;
    qudt:conversionMultiplierSN 2.123763e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAB038"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB038"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"^^xsd:string ;
    qudt:symbol "yd³/h"^^xsd:string ;
    qudt:ucumCode "[cyd_i].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Yard per Minute"@en ;
    dcterms:description """$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0127425809664 ;
    qudt:conversionMultiplierSN 1.274258e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$yd^{3}/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAB040"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB040"^^xsd:anyURI ;
    qudt:symbol "yd³/min"^^xsd:string ;
    qudt:ucumCode "[cyd_i].min-1"^^qudt:UCUMcs,
        "[cyd_i]/min"^^qudt:UCUMcs,
        "[yd_i]3.min-1"^^qudt:UCUMcs,
        "[yd_i]3/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3-PER-SEC a qudt:Unit ;
    rdfs:label "Cubic Yard per Second"@en ;
    dcterms:description "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.764554857984 ;
    qudt:conversionMultiplierSN 7.645549e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAB041"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB041"^^xsd:anyURI ;
    qudt:plainTextDescription "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "yd³/s"^^xsd:string ;
    qudt:ucumCode "[cyd_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YoctoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "YoctoCoulomb"@en ;
    dcterms:description "A YoctoCoulomb is $10^{-24} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000000000001 ;
    qudt:conversionMultiplierSN 1e-24 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Yocto> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "yC"^^xsd:string ;
    qudt:ucumCode "yC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:YottaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "YottaCoulomb"@en ;
    dcterms:description "A YottaCoulomb is $10^{24} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+24 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Yotta> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "YC"^^xsd:string ;
    qudt:ucumCode "YC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:ZeptoC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ZeptoCoulomb"@en ;
    dcterms:description "A ZeptoCoulomb is $10^{-21} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000000001 ;
    qudt:conversionMultiplierSN 1e-21 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Zepto> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "zC"^^xsd:string ;
    qudt:ucumCode "zC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:ZettaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ZettaCoulomb"@en ;
    dcterms:description "A ZettaCoulomb is $10^{21} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+21 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Zetta> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "ZC"^^xsd:string ;
    qudt:ucumCode "ZC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

brick:Air_Diffuser a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Diffuser"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    skos:definition "A device that is a component of the air distribution system that controls the delivery of conditioned and/or ventilating air into a room"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Diffuser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Diffuser,
        tag:Equipment .

brick:Air_Flow_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Alarm"@en ;
    rdfs:subClassOf brick:Air_Alarm ;
    skos:definition "An alarm related to air flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Flow,
        tag:Point .

brick:Air_Plenum a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Plenum"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A component of the HVAC the receives air from the air handling unit or room to distribute or exhaust to or from the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plenum ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Equipment,
        tag:Plenum .

brick:Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Air_Alarm,
        brick:Temperature_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Point,
        tag:Temperature .

brick:Air_Velocity_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Velocity Pressure Sensor"@en ;
    rdfs:subClassOf brick:Velocity_Pressure_Sensor ;
    skos:definition "Measures the difference between total air pressure and static air pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Velocity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Velocity ;
    brick:hasQuantity qudtqk:DynamicPressure .

brick:Baseboard_Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Baseboard Radiator"@en ;
    rdfs:subClassOf brick:Radiator ;
    skos:definition "Steam, hydronic, or electric heating device located at or near the floor."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Baseboard ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Baseboard,
        tag:Equipment,
        tag:Radiator .

brick:Booster_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Booster Pump"@en ;
    rdfs:subClassOf brick:Pump ;
    skos:definition "Used to increase the pressure and flow of a fluid, typically water, in a system to ensure adequate supply where needed."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Booster ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Booster,
        tag:Equipment,
        tag:Pump .

brick:Building a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO 12006-2:2013]"@en ;
    sh:property [ sh:or ( [ sh:class brick:Floor ] [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] [ sh:class brick:Wing ] ) ;
            sh:path brick:hasPart ],
        bsh:hasAddressShape,
        bsh:hasbuildingPrimaryFunctionShape,
        bsh:hasbuildingThermalTransmittanceShape,
        bsh:hasyearBuiltShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Building" ;
    brick:hasAssociatedTag tag:Building,
        tag:Location ;
    brick:isReplacedBy rec:Building .

brick:Bypass_Air a brick:Substance ;
    rdfs:label "Bypass Air"@en ;
    skos:broader brick:Air ;
    skos:definition "air in a bypass duct, used to relieve static pressure"@en .

brick:Bypass_Water a brick:Substance ;
    rdfs:label "Bypass Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water that circumvents a piece of equipment or system"@en .

brick:Circulator_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Circulator Pump"@en ;
    rdfs:subClassOf brick:Pump ;
    skos:definition "Used to move hot or cold water in a closed circuit, ensuring continuous fluid flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Circulator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Circulator,
        tag:Equipment,
        tag:Pump .

brick:Collection_Basin_Water a brick:Substance ;
    rdfs:label "Collection Basin Water"@en ;
    rdfs:seeAlso <https://www.towercomponentsinc.com/cooling-tower-basics-misc-terms-glossary> ;
    skos:broader brick:Water ;
    skos:definition "Water transiently collected and directed to the sump or pump suction line, typically integral with a cooling tower"@en .

brick:Computer_Room_Air_Conditioning a owl:Class,
        sh:NodeShape ;
    rdfs:label "Computer Room Air Conditioning"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:CRAC ;
    skos:definition "A device that monitors and maintains the temperature, air distribution and humidity in a network room or data center."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:CRAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Computer ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Conditioning ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:CRAC,
        tag:Computer,
        tag:Conditioning,
        tag:Equipment,
        tag:Room .

brick:Controller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Controller"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Controller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Controller,
        tag:Equipment,
        tag:ICT .

brick:Cooling_Only_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Only Condensing Unit"@en ;
    rdfs:subClassOf brick:Condensing_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Unit .

brick:Current_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Current Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Senses the amperes of electrical current passing through the sensor"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:ElectricCurrentObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Current ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Current,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:ElectricCurrent .

brick:Deionized_Water a brick:Substance ;
    rdfs:label "Deionized Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water which has been purified by removing its ions (constituting the majority of non-particulate contaminants)"@en .

brick:Demand_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Demand Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the amount of power consumed by the use of some process; typically found by multiplying the tonnage of a unit (e.g. RTU) by the efficiency rating in kW/ton"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:PowerObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Demand,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Power .

brick:Differential_Pressure_Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Load Shed Status"@en ;
    rdfs:subClassOf brick:Load_Shed_Status,
        brick:Pressure_Status ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Load,
        tag:Point,
        tag:Pressure,
        tag:Shed,
        tag:Status .

brick:Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Pressure_Sensor ;
    skos:definition "Measures the difference between two applied pressures"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Setpoint ;
    skos:definition "Sets differential pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Setpoint ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Discharge_Air_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Static_Pressure_Setpoint ;
    skos:definition "Sets static pressure of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Static_Pressure_Setpoint .

brick:Discharge_Air_Temperature_Cooling_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Cooling Setpoint"@en ;
    rdfs:subClassOf brick:Cooling_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_Cooling_Setpoint ;
    skos:definition "Sets temperature of discharge air for cooling"@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Cooling_Setpoint .

brick:Discharge_Air_Temperature_Heating_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Heating Setpoint"@en ;
    rdfs:subClassOf brick:Heating_Temperature_Setpoint,
        brick:Supply_Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_Heating_Setpoint ;
    skos:definition "Sets temperature of discharge air for heating"@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Heating_Setpoint .

brick:Discharge_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Discharge Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Supply_Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of discharge air"@en ;
    brick:aliasOf brick:Supply_Air_Temperature_Setpoint .

brick:Discharge_Water_Flow_Sensor a owl:Class ;
    rdfs:label "Discharge Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water_Flow_Sensor .

brick:Disconnect_Switch a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disconnect Switch"@en ;
    rdfs:subClassOf brick:Switchgear ;
    owl:equivalentClass brick:Isolation_Switch ;
    skos:definition "A disconnect switch performs the task of manually cutting or reconnecting power from an electrical supply by creating or closing an air insulation gap between two conduction points. Also known as an 'Isolation Switch'."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Disconnect ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switch ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:aliasOf brick:Isolation_Switch ;
    brick:hasAssociatedTag tag:Disconnect,
        tag:Equipment,
        tag:Switch .

brick:Domestic_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Domestic Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Domestic ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Domestic,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature .

brick:Duration_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Duration Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the duration of a phenomenon or event"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:TimeSpanObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Duration ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Duration,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Time .

brick:Electrical_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electrical Room"@en ;
    rdfs:subClassOf brick:Service_Room ;
    owl:deprecated true ;
    skos:definition "A class of service rooms that house electrical equipment for a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:ElectricityRoom" ;
    brick:hasAssociatedTag tag:Electrical,
        tag:Location,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:ElectricityRoom .

brick:Emergency_Wash_Station a owl:Class,
        sh:NodeShape ;
    rdfs:label "Emergency Wash Station"@en ;
    rdfs:subClassOf brick:Safety_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Emergency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Station ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Wash ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Emergency,
        tag:Equipment,
        tag:Safety,
        tag:Station,
        tag:Wash .

brick:Enclosed_Office a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enclosed Office"@en ;
    rdfs:subClassOf brick:Office ;
    owl:deprecated true ;
    skos:definition "A space for individuals to work with walls and a door"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Enclosed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Worksapce" ;
    brick:hasAssociatedTag tag:Enclosed,
        tag:Location,
        tag:Office,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Workspace .

brick:Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Flow Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the rate of flow of some substance"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:VolumeFlowRateObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Fluid a brick:Substance ;
    rdfs:label "Fluid"@en ;
    skos:definition "substance, as a liquid or gas, that is capable of flowing and that changes shape when acted on by a force."@en ;
    skos:narrower brick:Gas,
        brick:Liquid,
        brick:Refrigerant .

brick:Gain_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Gain Parameter"@en ;
    rdfs:subClassOf brick:PID_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Gain ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Gain,
        tag:PID,
        tag:Parameter,
        tag:Point .

brick:HVAC_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "HVAC Valve"@en ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Valve ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:HVAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:HVAC,
        tag:Valve .

brick:Heat_Pump_Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Pump Condensing Unit"@en ;
    rdfs:subClassOf brick:Condensing_Unit ;
    skos:definition "An outdoor HVAC unit that functions in both heating and cooling modes. It includes a reversing valve along with a condenser coil and compressor, enabling the switch between cooling and heating by reversing refrigerant flow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cooling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heating ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Cooling,
        tag:Equipment,
        tag:Heating,
        tag:Unit .

brick:Heating_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Valve"@en ;
    rdfs:subClassOf brick:HVAC_Equipment,
        brick:Valve ;
    skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a heating coil"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Heat,
        tag:Valve .

brick:High_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "High Temperature Alarm"@en ;
    rdfs:subClassOf brick:Temperature_Alarm ;
    skos:definition "An alarm that indicates high temperature."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:High,
        tag:Point,
        tag:Temperature .

brick:Hot_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Hot,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Hot_Water .

brick:Hot_Water_Supply_Temperature_Sensor a owl:Class ;
    rdfs:label "Hot Water Supply Temperature Sensor"@en ;
    rdfs:subClassOf brick:Supply_Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Hot_Water_Temperature_Sensor .

brick:Hot_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    skos:definition "Sets the temperature of hot water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Hot_Water .

brick:Humidity_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidity Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    skos:definition "Parameters relevant to humidity-related systems and points"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidity,
        tag:Parameter,
        tag:Point .

brick:ICT_Hardware a owl:Class,
        sh:NodeShape ;
    rdfs:label "ICT Hardware"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hardware ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Hardware,
        tag:ICT .

brick:Load_Shed_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Shed Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls load shedding behavior provided by a control system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Load,
        tag:Point,
        tag:Shed .

brick:Load_Shed_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Shed Setpoint"@en ;
    rdfs:subClassOf brick:Load_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Load,
        tag:Point,
        tag:Setpoint,
        tag:Shed ;
    brick:hasQuantity qudtqk:Power .

brick:Load_Shed_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Load Shed Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a load shedding policy is in effect"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Load ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Shed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Load,
        tag:Point,
        tag:Shed,
        tag:Status .

brick:Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Loop"@en ;
    rdfs:subClassOf brick:Collection,
        rec:Collection ;
    skos:definition "A collection of connected equipment; part of a System"@en ;
    sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Location ] ) ;
            sh:path brick:hasPart ],
        [ a sh:PropertyShape ;
            sh:class brick:Equipment ;
            sh:minCount 1 ;
            sh:name "includes" ;
            sh:nodeKind sh:IRI ;
            sh:path rec:includes ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Collection,
        tag:Loop .

brick:Low_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Low Temperature Alarm"@en ;
    rdfs:subClassOf brick:Temperature_Alarm ;
    skos:definition "An alarm that indicates low temperature."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Low,
        tag:Point,
        tag:Temperature .

brick:Measurable a owl:Class,
        sh:NodeShape ;
    rdfs:label "Measurable"@en ;
    rdfs:subClassOf brick:Class,
        brick:Entity ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Measurable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Measurable .

brick:Media_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Media Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces related to the creation of media"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Media ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Media_Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Media,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:RecordingRoom .

brick:Mode_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mode Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Controls the operating mode of a device or controller"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Mode,
        tag:Point .

brick:Occupancy a brick:Quantity ;
    rdfs:label "Occupancy"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    skos:narrower brick:Occupancy_Count,
        brick:Occupancy_Percentage .

brick:Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Off Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if a control loop, relay or equipment is off"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Off,
        tag:Point,
        tag:Status .

brick:Office a owl:Class,
        sh:NodeShape ;
    rdfs:label "Office"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of rooms dedicated for work or study"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Office ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Office" ;
    brick:hasAssociatedTag tag:Location,
        tag:Office,
        tag:Room,
        tag:Space ;
    brick:isReplacedBy rec:Office .

brick:Outside_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Outside,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Outside_Air .

brick:PM10_Concentration a brick:Quantity ;
    rdfs:label "PM10 Concentration"@en ;
    qudt:applicableUnit unit:MicroGM-PER-M3,
        unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Air_Quality ;
    skos:definition "The concentration of particulates with diameter of 10 microns or less in air" .

brick:PM1_Concentration a brick:Quantity ;
    rdfs:label "PM1 Concentration"@en ;
    qudt:applicableUnit unit:MicroGM-PER-M3,
        unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Air_Quality ;
    skos:definition "The concentration of particulates with diameter of 1 microns or less in air" .

brick:PM2.5_Concentration a brick:Quantity ;
    rdfs:label "PM2.5 Concentration"@en ;
    qudt:applicableUnit unit:MicroGM-PER-M3,
        unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader brick:Air_Quality ;
    skos:definition "The concentration of particulates with diameter of 2.5 microns or less in air" .

brick:PV_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "PV Panel"@en ;
    rdfs:seeAlso <https://encyclopedia2.thefreedictionary.com/pv+module> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "An integrated assembly of interconnected photovoltaic cells designed to deliver a selected level of working voltage and current at its output terminals packaged for protection against environment degradation and suited for incorporation in photovoltaic power systems."@en ;
    sh:property bsh:hasmeasuredModuleConversionEfficiencyShape,
        bsh:hasratedModuleConversionEfficiencyShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Solar ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:PV,
        tag:Panel,
        tag:Solar .

brick:Position_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Position Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the current position of a component in terms of a fraction of its full range of motion"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Position ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Position,
        tag:Sensor ;
    brick:hasQuantity brick:Position .

brick:Pressure_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates if pressure is within expected bounds"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Status ;
    brick:hasQuantity qudtqk:Pressure .

brick:Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pump"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Machine for imparting energy to a fluid, causing it to do work, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Pump .

brick:Radiant_Panel_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radiant Panel Temperature Sensor"@en ;
    rdfs:subClassOf brick:Temperature_Sensor ;
    skos:definition "Measures the temperature of the radiant panel of the radiant heating and cooling HVAC system."@en ;
    sh:property [ sh:class brick:Radiant_Panel ;
            sh:path brick:isPointOf ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Panel,
        tag:Point,
        tag:Radiant,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Radiant_Panel_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radiant Panel Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Setpoint ;
    skos:definition "Sets temperature of radiant panel."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Panel,
        tag:Point,
        tag:Radiant,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Refrigerant_Metering_Device a owl:Class,
        sh:NodeShape ;
    rdfs:label "Refrigerant Metering Device"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Responsible for regulating refrigerant flow, which includes mechanisms like TXVs, EXVs, and capillary tubes"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Device ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fluid ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Throttling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Device,
        tag:Fluid,
        tag:Throttling .

brick:Reset_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reset Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Commands that reset a flag, property or value to its default"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point,
        tag:Reset .

brick:Return_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Return Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "The target temperature for return air, often used as an approximation of zone air temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Return ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Return,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Return_Air .

brick:Return_Water_Flow_Sensor a owl:Class ;
    rdfs:label "Return Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Water_Flow_Sensor .

brick:Return_Water_Temperature_Setpoint a owl:Class ;
    rdfs:label "Return Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Entering_Water_Temperature_Setpoint .

brick:Room_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Room Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of room air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Room,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Air .

brick:Safety_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Safety System"@en ;
    rdfs:subClassOf brick:System ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Safety,
        tag:System .

brick:Service_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Service Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces related to the operations of building subsystems, e.g. HVAC, electrical, IT, plumbing, etc"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Service ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:UtilitiesRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Service,
        tag:Space ;
    brick:isReplacedBy rec:UtilitiesRoom .

brick:Speed_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Speed Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the magnitude of velocity of some form of movement"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:VelocityObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Speed ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Speed ;
    brick:hasQuantity brick:Speed .

brick:Static_Pressure_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Proportional,
        tag:Static .

brick:Static_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Static_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static .

brick:Step_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Step Parameter"@en ;
    rdfs:subClassOf brick:PID_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Step ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Step .

brick:Supply_Air_Plenum a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Plenum"@en ;
    rdfs:subClassOf brick:Air_Plenum ;
    owl:equivalentClass brick:Discharge_Air_Plenum ;
    skos:definition "A component of the HVAC the receives air from the air handling unit to distribute to the building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Plenum ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Equipment,
        tag:Plenum,
        tag:Supply .

brick:Supply_Water_Flow_Sensor a owl:Class ;
    rdfs:label "Supply Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water_Flow_Sensor .

brick:TVOC_Concentration a brick:Quantity ;
    rdfs:label "TVOC Concentration"@en ;
    qudt:applicableUnit unit:MicroGM-PER-M3,
        unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of total volatile organic compounds in air" .

brick:Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tank"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A container designed to hold or store fluids for various applications within a system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Tank .

brick:Thermal_Expansion_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Thermal Expansion Tank"@en ;
    rdfs:subClassOf brick:Tank ;
    skos:definition "A tank designed to accommodate the expansion and contraction of a fluid, typically water, in a closed heating or cooling system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Tank ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Tank .

brick:Video_Surveillance_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Video Surveillance Equipment"@en ;
    rdfs:subClassOf brick:Security_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Surveillance ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Video ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Security,
        tag:Surveillance,
        tag:Video .

brick:Voltage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Voltage Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the voltage of an electrical device or object"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:VoltageObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Voltage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Voltage ;
    brick:hasQuantity qudtqk:Voltage .

brick:Water_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in water pressure between two points in a system."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Water_Level_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Level Alarm"@en ;
    rdfs:subClassOf brick:Water_Alarm ;
    skos:definition "An alarm that indicates a high or low water level e.g. in a basin"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Level ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Level,
        tag:Point,
        tag:Water .

brick:Water_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Meter"@en ;
    rdfs:subClassOf brick:Meter ;
    skos:definition "A meter that measures the usage or consumption of water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Meter,
        tag:Water ;
    brick:hasSubstance brick:Water .

brick:Water_Pump a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Pump"@en ;
    rdfs:subClassOf brick:Pump ;
    skos:definition "A pump that performs work on water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pump ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Pump,
        tag:Water .

brick:Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water System"@en ;
    rdfs:subClassOf brick:Heating_Ventilation_Air_Conditioning_System ;
    skos:definition "The equipment, devices and conduits that handle the production and distribution of water in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:System,
        tag:Water .

brick:Zone_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    skos:definition "A physical or virtual sensor which represents the temperature of an HVAC Zone"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Zone_Air .

brick:conversionEfficiency a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Conversion efficiency"@en ;
    skos:definition "The percent efficiency of the conversion process (usually to power or energy) carried out by the entity" .

brick:deprecatedInVersion a owl:AsymmetricProperty,
        owl:DatatypeProperty,
        owl:IrreflexiveProperty,
        brick:Relationship ;
    rdfs:label "deprecatedInVersion"@en .

brick:deprecationMitigationMessage a owl:AsymmetricProperty,
        owl:DatatypeProperty,
        owl:IrreflexiveProperty,
        brick:Relationship ;
    rdfs:label "deprecationMitigationMessage"@en .

brick:deprecationMitigationRule a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "deprecationMitigationRule"@en .

brick:hasSubstance a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has Substance"@en .

brick:isFedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is fed by"@en ;
    owl:equivalentProperty rec:isFedBy ;
    owl:inverseOf brick:feeds .

brick:isMeteredBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "is metered by"@en ;
    owl:inverseOf brick:meters ;
    skos:definition "Indicates the meter measuring the consumption/production of some substance by the subject entity"@en .

brick:isPointOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is point of"@en ;
    owl:equivalentProperty rec:isPointOf ;
    owl:inverseOf brick:hasPoint ;
    skos:definition "The subject is a source of telemetry related to the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en .

brick:ratedCurrentInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated current input"@en ;
    skos:definition "The nominal rated current input of the entity" .

brick:ratedCurrentOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated current output"@en ;
    skos:definition "The nominal rated current output of the entity" .

brick:ratedVoltageInput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Measured voltage input"@en ;
    skos:definition "The nominal rated voltage input of the entity" .

brick:ratedVoltageOutput a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Rated voltage output"@en ;
    skos:definition "The nominal rated voltage output of the entity" .

bsh:EfficiencyShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:in ( unit:PERCENT ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ] .

bsh:LastKnownDoubleShape a owl:Class,
        sh:NodeShape ;
    rdfs:subClassOf bsh:LastKnownValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "timestamp" ;
            sh:path brick:timestamp ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:name "value" ;
            sh:path brick:value ] .

bsh:TemperatureShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:DEG_C unit:MilliK unit:MilliDEG_C unit:K unit:DecaK unit:MegaK unit:DEG_R unit:DEG_F unit:PlanckTemperature ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:isMeteredByShape a sh:PropertyShape ;
    sh:class brick:Meter ;
    sh:path brick:isMeteredBy .

rec:hasPoint a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasPoint"@en .

rec:locatedIn a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "locatedIn"@en .

bacnet:AuthenticationFactor a sh:NodeShape ;
    rdfs:label "AuthenticationFactor"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "for encoding of values into this octet string see ANNEX P"@en ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:format-class ],
        [ a sh:PropertyShape ;
            sh:class bacnet:AuthenticationFactorTypeEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:format-type ] .

qudtqk:AreaTime a qudt:QuantityKind ;
    rdfs:label "Area Time"@en ;
    qudt:applicableUnit unit:CentiM2-MIN,
        unit:CentiM2-SEC,
        unit:HR-FT2,
        unit:SEC-FT2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BodyMassIndex a qudt:QuantityKind ;
    rdfs:label "Body Mass Index"@en ;
    dcterms:description "$\\textit{Body Mass Index}$, BMI, is an index of weight for height, calculated as: $BMI = \\frac{M_{body}}{H^2}$, where $M_{body}$ is body mass in kg, and $H$ is height in metres. The BMI has been used as a guideline for defining whether a person is overweight because it minimizes the effect of height, but it does not take into consideration other important factors, such as age and body build. The BMI has also been used as an indicator of obesity on the assumption that the higher the index, the greater the level of body fat."^^qudt:LatexString ;
    qudt:applicableUnit unit:GM-PER-MilliM2,
        unit:KiloGM-PER-M2,
        unit:LB-PER-YD2,
        unit:OZ-PER-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198631477.001.0001/acref-9780198631477-e-254"^^xsd:anyURI ;
    qudt:symbol "BMI"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BodyMassIndex"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "BMI"^^xsd:string .

qudtqk:ByteRate a qudt:QuantityKind ;
    rdfs:label "byte rate"^^xsd:string ;
    qudt:applicableUnit unit:BYTE-PER-SEC,
        unit:GigaBYTE-PER-SEC,
        unit:MegaBYTE-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD020"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD020"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:ByteRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CountRate a qudt:QuantityKind ;
    rdfs:label "CountRate"@en ;
    dcterms:description "A measure of a number of items counted per time period."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-HR,
        unit:NUM-PER-MIN,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2/HTML/link/ifcintegercountratemeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "This measure may be used for measuring integer units per second or per hour. For example, it may be used to measure the number of books per hour passing along a part of a mechanical book handling system, the number of people per hour travelling along a moving walkway or the number of vehicles per hour travelling along a section of road. "^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:CountRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Frequency .

qudtqk:ElectricChargeSurfaceDensity a qudt:QuantityKind ;
    rdfs:label "Electric Charge Surface Density"@en ;
    dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-M2 ;
    qudt:expression "$surface-charge-density$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho_A = \\frac{dQ}{dA}$, where $Q$ is electric charge and $A$ is Area."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho_A$"^^qudt:LatexString ;
    qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargeSurfaceDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricChargeDensity ;
    skos:broader qudtqk:ElectricChargePerArea .

qudtqk:ElectricDipoleMoment a qudt:QuantityKind ;
    rdfs:label "عزم ثنائي قطب"@ar,
        "Dipólový moment"@cs,
        "elektrisches Dipolmoment"@de,
        "electric dipole moment"@en,
        "momento de dipolo eléctrico"@es,
        "گشتاور دوقطبی الکتریکی"@fa,
        "moment dipolaire"@fr,
        "विद्युत द्विध्रुव आघूर्ण"@hi,
        "momento di dipolo elettrico"@it,
        "電気双極子"@ja,
        "Momen dwikutub elektrik"@ms,
        "elektryczny moment dipolowy"@pl,
        "momento do dipolo elétrico"@pt,
        "moment electric dipolar"@ro,
        "Электрический дипольный момент"@ru,
        "elektrik dipol momenti"@tr,
        "电偶极矩"@zh ;
    dcterms:description "\"Electric Dipole Moment\" is a measure of the separation of positive and negative electrical charges in a system of (discrete or continuous) charges. It is a vector-valued quantity. If the system of charges is neutral, that is if the sum of all charges is zero, then the dipole moment of the system is independent of the choice of a reference frame; however in a non-neutral system, such as the dipole moment of a single proton, a dependence on the choice of reference point arises. In such cases it is conventional to choose the reference point to be the center of mass of the system or the center of charge, not some arbitrary origin. This convention ensures that the dipole moment is an intrinsic property of the system. The electric dipole moment of a substance within a domain is the vector sum of electric dipole moments of all electric dipoles included in the domain."^^qudt:LatexString ;
    qudt:applicableUnit unit:C-M,
        unit:DEBYE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD041"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_dipole_moment"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD041"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition """$E_p = -p \\cdot E$, where $E_p$ is the interaction energy of the molecule with electric dipole moment $p$ and an electric field with electric field strength $E$.

$p = q(r_+ - r_i)$, where $r_+$ and $r_-$ are the position vectors to carriers of electric charge $a$ and $-q$, respectively."""^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Dipole Moment\" is a measure of the separation of positive and negative electrical charges in a system of (discrete or continuous) charges. It is a vector-valued quantity. If the system of charges is neutral, that is if the sum of all charges is zero, then the dipole moment of the system is independent of the choice of a reference frame; however in a non-neutral system, such as the dipole moment of a single proton, a dependence on the choice of reference point arises. In such cases it is conventional to choose the reference point to be the center of mass of the system or the center of charge, not some arbitrary origin. This convention ensures that the dipole moment is an intrinsic property of the system. The electric dipole moment of a substance within a domain is the vector sum of electric dipole moments of all electric dipoles included in the domain."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricDipoleMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricField a qudt:QuantityKind ;
    rdfs:label "Electric Field"@en ;
    dcterms:description "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)."^^qudt:LatexString ;
    qudt:applicableUnit unit:V-PER-M,
        unit:V_Ab-PER-CentiM,
        unit:V_Stat-PER-CentiM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_field"^^xsd:anyURI ;
    qudt:expression "$E$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_field"^^xsd:anyURI ;
    qudt:plainTextDescription "The space surrounding an electric charge or in the presence of a time-varying magnetic field has a property called an electric field. This electric field exerts a force on other electrically charged objects. In the idealized case, the force exerted between two point charges is inversely proportional to the square of the distance between them. (Coulomb's Law)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricField"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricPolarization a qudt:QuantityKind ;
    rdfs:label "إستقطاب كهربائي"@ar,
        "elektrische Polarisation"@de,
        "electric polarization"@en,
        "polarización eléctrica"@es,
        "polarisation électrique"@fr,
        "polarizzazione elettrica"@it,
        "電気分極"@ja,
        "polaryzacja elektryczna"@pl,
        "polarização eléctrica"@pt,
        "электрическая поляризация"@ru ;
    dcterms:description "\"Electric Polarization\" is the relative shift of positive and negative electric charge in opposite directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p per unit volume V of a polarized material, P = p/V."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-M2,
        unit:KiloC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD044"^^xsd:string ;
    qudt:informativeReference "http://www.britannica.com/EBchecked/topic/182690/electric-polarization"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD044"^^xsd:anyURI ;
    qudt:latexDefinition "$P =\\frac{dp}{dV}$, where $p$ is electic charge density and $V$ is volume."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Polarization\" is the relative shift of positive and negative electric charge in opposite directions within an insulator, or dielectric, induced by an external electric field. Polarization occurs when an electric field distorts the negative cloud of electrons around positive atomic nuclei in a direction opposite the field. This slight separation of charge makes one side of the atom somewhat positive and the opposite side somewhat negative. In some materials whose molecules are permanently polarized by chemical forces, such as water molecules, some of the polarization is caused by molecules rotating into the same alignment under the influence of the electric field. One of the measures of polarization is electric dipole moment, which equals the distance between the slightly shifted centres of positive and negative charge multiplied by the amount of one of the charges. Polarization P in its quantitative meaning is the amount of dipole moment p per unit volume V of a polarized material, P = p/V."^^xsd:string ;
    qudt:symbol "P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricPolarization"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricChargeDensity,
        qudtqk:ElectricDipoleMoment .

qudtqk:EnergyFluence a qudt:QuantityKind ;
    rdfs:label "Energy Fluence"@en ;
    dcterms:description "\"Energy Fluence\" can be used to describe the energy delivered per unit area"^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaJ-PER-M2,
        unit:J-PER-M2,
        unit:LANGLEY,
        unit:MilliJ-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Psi = \\frac{dR}{dA}$, where $dR$ describes the sum of radiant energies, exclusive of rest energy, of all particles incident on a small spherical domain, and $dA$ describes the cross-sectional area of that domain."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Psi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Energy Fluence\" can be used to describe the energy delivered per unit area"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyFluence"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FloatingPointCalculationCapability a qudt:QuantityKind ;
    rdfs:label "floating point calculation capability"^^xsd:string ;
    qudt:applicableUnit unit:GigaFLOPS,
        unit:MegaFLOPS,
        unit:PetaFLOPS,
        unit:TeraFLOPS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD363"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD363"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:FloatingPointCalculationCapability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FrictionCoefficient a qudt:QuantityKind ;
    rdfs:label "Friction Coefficient"@en ;
    dcterms:description "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together"^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Friction"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Friction"^^xsd:anyURI,
        "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Friction Coefficient\" is the ratio of the force of friction between two bodies and the force pressing them together"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:FrictionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:HallCoefficient a qudt:QuantityKind ;
    rdfs:label "Hall Coefficient"@en ;
    dcterms:description "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field."^^qudt:LatexString ;
    qudt:applicableUnit unit:M3-PER-C,
        unit:V-IN2-PER-LB_F,
        unit:V-PER-BAR,
        unit:V-PER-PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD060"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hall_effect"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD060"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:latexDefinition "In an isotropic conductor, the relation between electric field strength, $E$, and electric current density, $J$ is $E = \\rho J + R_H(B X J)$, where $\\rho$ is resistivity, and $B$ is magnetic flux density."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Hall Coefficient\" is defined as the ratio of the induced electric field to the product of the current density and the applied magnetic field."^^xsd:string ;
    qudt:symbol "R_H, A_H"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HallCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Impulse a qudt:QuantityKind ;
    rdfs:label "impulse"^^xsd:string,
        "impulse"@en-us ;
    dcterms:description "product of force and time"@en ;
    qudt:altSymbol "0173-1#Z4-BAJ262#002"^^xsd:string ;
    qudt:applicableUnit unit:GM-CentiM-PER-SEC,
        unit:KiloGM-CentiM-PER-SEC,
        unit:LB-FT-PER-SEC,
        unit:LB-IN-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD063"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD063"^^xsd:anyURI ;
    qudt:plainTextDescription "Produkt aus Kraft und Zeit"@de ;
    qudt:symbol "0173-1#Z4-BAJ241#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Impulse"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousEnergy a qudt:QuantityKind ;
    rdfs:label "Luminous Energy"@en ;
    dcterms:description "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light."^^qudt:LatexString ;
    qudt:altSymbol "Qv"^^xsd:string ;
    qudt:applicableUnit unit:LM-HR,
        unit:LM-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD373"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminous_energy"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD373"^^xsd:anyURI ;
    qudt:latexDefinition "$Q_v = \\int_{0}^{\\Delta t}{\\Phi_v}{dt}$, where $\\Phi_v$ is the luminous flux occurring during the time interval with duration $\\Delta t$."^^qudt:LatexString ;
    qudt:plainTextDescription "Luminous Energy is the perceived energy of light. This is sometimes also called the quantity of light."^^xsd:string ;
    qudt:symbol "Q_v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:closeMatch qudtqk:RadiantEnergy .

qudtqk:MagneticVectorPotential a qudt:QuantityKind ;
    rdfs:label "magnetický potenciál"@cs,
        "magnetisches Potenzial"@de,
        "magnetic vector potential"@en,
        "potencial magnético"@es,
        "پتانسیل برداری مغناطیسی"@fa,
        "potentiel magnétique"@fr,
        "potenziale vettore magnetico"@it,
        "Keupayaan vektor magnetik"@ms,
        "potencjał magnetyczny"@pl,
        "potencial magnético"@pt,
        "potențial magnetic"@ro,
        "Магнитний потенциал"@ru,
        "manyetik potansiyeli"@tr,
        "磁向量势"@zh ;
    dcterms:description "\"Magnetic Vector Potential\" is the vector potential of the magnetic flux density. The magnetic vector potential is not unique since any irrotational vector field quantity can be added to a given magnetic vector potential without changing its rotation. Under static conditions the magnetic vector potential is often chosen so that its divergence is zero."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloWB-PER-M,
        unit:V-SEC-PER-M,
        unit:WB-PER-M,
        unit:WB-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD103"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-23"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD103"^^xsd:anyURI ;
    qudt:latexDefinition "$B = \\text{rot} A$, where $B$ is magnetic flux density."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Magnetic Vector Potential\" is the vector potential of the magnetic flux density. The magnetic vector potential is not unique since any irrotational vector field quantity can be added to a given magnetic vector potential without changing its rotation. Under static conditions the magnetic vector potential is often chosen so that its divergence is zero."^^xsd:string ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticVectorPotential"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticFluxDensity .

qudtqk:MassSpecificBiogeochemicalRate a qudt:QuantityKind ;
    rdfs:label "Mass Specific Biogeochemical Rate"@en ;
    dcterms:description "the rate at which a specific chemical element or compound is processed or transformed within an ecosystem, calculated per unit mass of the relevant biological material. Unreduced, SI unit is kg * kg-1 * s-1"^^xsd:string ;
    qudt:applicableUnit unit:MicroGM-PER-GM-DAY,
        unit:MicroGM-PER-GM-HR,
        unit:MilliGM-PER-GM-HR,
        unit:MilliGM-PER-KiloGM-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "https://esajournals.onlinelibrary.wiley.com/doi/10.1002/ecs2.2228"^^xsd:anyURI ;
    qudt:plainTextDescription "the rate at which a specific chemical element or compound is processed or transformed within an ecosystem, calculated per unit mass of the relevant biological material. Unreduced, SI unit is g * g-1 * s-1"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MassSpecificBiogeochemicalRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:OrbitalAngularMomentumQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Orbital Angular Momentum Quantum Number"@en ;
    dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of $n$ ranges from 1 to the shell containing the outermost electron of that atom."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$l^2 = \\hbar^2 l(l + 1), l = 0, 1, ..., n - 1$, where $l_i$ refers to a specific particle $i$."^^qudt:LatexString ;
    qudt:symbol "l"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:OrbitalAngularMomentumQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:QuantumNumber ;
    skos:closeMatch qudtqk:MagneticQuantumNumber,
        qudtqk:PrincipalQuantumNumber,
        qudtqk:SpinQuantumNumber .

qudtqk:RadiantFluence a qudt:QuantityKind ;
    rdfs:label "Radiant Fluence"@en ;
    dcterms:description "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaJ-PER-M2,
        unit:J-PER-M2,
        unit:LANGLEY,
        unit:MilliJ-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:latexDefinition "$H_0 = \\int_{0}^{\\Delta t}{E_0}{dt}$, where $E_0$ is the spherical radiance acting during time interval with duration $\\Delta t$."^^qudt:LatexString ;
    qudt:plainTextDescription "Radiant fluence rate, or spherical irradiance, is equal to the total radiant flux incident on a small sphere divided by the area of the diametrical cross-section of the sphere."^^xsd:string ;
    qudt:symbol "H_e,0"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RadiantFluence"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Reflectance a qudt:QuantityKind ;
    rdfs:label "Reflectance"@en ;
    dcterms:description "Reflectance generally refers to the fraction of incident power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a real number between zero and 1.0."^^qudt:LatexString ;
    qudt:applicableUnit unit:FRACTION,
        unit:PERCENT,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Reflectivity"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho = \\frac{\\Phi_t}{\\Phi_m}$, where $\\Phi_t$ is the reflected radiant flux, the reflected luminous flux, or the reflected sound power and $\\Phi_m$ is the incident radiant flux, incident luminous flux, or incident sound power, respectively."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "Reflectance generally refers to the fraction of incident power that is reflected at an interface, while the term \"reflection coefficient\" is used for the fraction of electric field reflected. Reflectance is always a real number between zero and 1.0."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Reflectance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:SecondOrderReactionRateConstant a qudt:QuantityKind ;
    rdfs:label "Reaction Rate Constant"@en ;
    dcterms:description "A quantity kind that is a proportionality constant that quantifies the relationship between the molar concentrations of the reactants and the rate of a second order chemical reaction."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-MOL-SEC,
        unit:L-PER-MOL-SEC,
        unit:M3-PER-MOL-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ;
    qudt:plainTextDescription "A quantity kind that is a proportionality constant that quantifies the relationship between the molar concentrations of the reactants and the rate of a second order chemical reaction."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SecondOrderReactionRateConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificImpulse a qudt:QuantityKind ;
    rdfs:label "Specific Impulse"@en ;
    dcterms:description "The impulse produced by a rocket divided by the mass $mp$ of propellant consumed. Specific impulse ${I_{sp}}$ is a widely used measure of performance for chemical, nuclear, and electric rockets. It is usually given in seconds for both U.S. Customary and International System (SI) units.  The impulse produced by a rocket is the thrust force $F$ times its duration $t$ in seconds. $I_{sp}$ is the thrust per unit mass flowrate, but with $g_o$, is the thrust per weight flowrate. The specific impulse is given by the equation: $I_{sp} = \\frac{F}{\\dot{m}g_o}$."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:informativeReference "http://www.grc.nasa.gov/WWW/K-12/airplane/specimp.html"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassFlowRate .

qudtqk:SpectralCrossSection a qudt:QuantityKind ;
    rdfs:label "Spectral Cross-section"@en ;
    dcterms:description "\"Spectral Cross-section\" is the cross-section for a process in which the energy of the ejected or scattered particle is in an interval of energy, divided by the range $dE$ of this interval."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-ERG,
        unit:M2-PER-J ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cross_section_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\sigma = \\int \\sigma_E dE$"^^qudt:LatexString ;
    qudt:latexSymbol "$\\sigma_E$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:SpectralCrossSection"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:closeMatch qudtqk:AngularCrossSection .

qudtqk:SpectralRadiantEnergyDensity a qudt:QuantityKind ;
    rdfs:label "Spectral Radiant Energy Density"@en ;
    dcterms:description "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-M4,
        unit:KiloPA-PER-MilliM,
        unit:PA-PER-M,
        unit:PicoPA-PER-KiloM ;
    qudt:expression "$M-PER-L2-T2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:plainTextDescription "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpectralRadiantEnergyDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TemperatureRatio a qudt:QuantityKind ;
    rdfs:label "Temperature Ratio"@en ;
    qudt:applicableUnit unit:DEG_C-PER-K,
        unit:DEG_F-PER-K,
        unit:K-PER-K,
        unit:MilliK-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TemperatureRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:ThermalResistivity a qudt:QuantityKind ;
    rdfs:label "Thermal Resistivity"@en ;
    dcterms:description "The reciprocal of thermal conductivity is thermal resistivity, measured in $kelvin-metres$ per watt ($K \\cdot m/W$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_F-HR-FT2-PER-BTU_IT-IN,
        unit:DEG_F-HR-FT2-PER-BTU_TH-IN,
        unit:K-M-PER-W,
        unit:M-K-PER-W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD194"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD194"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalResistivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TotalLinearStoppingPower a qudt:QuantityKind ;
    rdfs:label "Total Linear Stopping Power"@en ;
    dcterms:description "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-PER-CentiM,
        unit:EV-PER-ANGSTROM,
        unit:EV-PER-M,
        unit:J-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD203"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stopping_power_(particle_radiation)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD203"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$S = -\\frac{dE}{dx}$, where $-dE$ is the energy decrement in the $x-direction$ along an elementary path with the length $dx$."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Total Linear Stopping Power\" is defined as the average energy loss of the particle per unit path length."^^xsd:string ;
    qudt:symbol "S"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalLinearStoppingPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:A-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "أمبير في المتر المربع"@ar,
        "ampér na metr čtvereční"@cs,
        "Ampere je Quadratmeter"@de,
        "ampere per square metre"@en,
        "Ampere per Square Meter"@en-us,
        "amperio por metro cuadrado"@es,
        "آمپر بر مترمربع"@fa,
        "ampère par mètre carré"@fr,
        "एम्पीयर प्रति वर्ग मीटर"@hi,
        "ampere al metro quadrato"@it,
        "アンペア毎平方メートル"@ja,
        "ampere per meter persegi"@ms,
        "amper na metr kwadratowy"@pl,
        "ampere por metro quadrado"@pt,
        "ampere pe metru pătrat"@ro,
        "ампер на квадратный метр"@ru,
        "amper na kvadratni meter"@sl,
        "amper bölü metre kare"@tr,
        "安培每平方米"@zh ;
    dcterms:description """$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. 
This unit is commonly used in the SI unit system.
"""^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$A/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:DisplacementCurrentDensity,
        qudtqk:ElectricCurrentDensity,
        qudtqk:TotalCurrentDensity ;
    qudt:iec61360Code "0112/2///62720#UAA105"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA105"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Current_density"^^xsd:anyURI ;
    qudt:symbol "A/m²"^^xsd:string ;
    qudt:ucumCode "A.m-2"^^qudt:UCUMcs,
        "A/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-MIN a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Minute"@en ;
    dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 17.58 ;
    qudt:conversionMultiplierSN 1.758e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA120"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA120"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^xsd:string ;
    qudt:symbol "Btu{IT}/min"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].min-1"^^qudt:UCUMcs,
        "[Btu_IT]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-MIN a qudt:Unit ;
    rdfs:label "British Thermal Unit (thermochemical) per Minute"@en ;
    dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 17.573 ;
    qudt:conversionMultiplierSN 1.7573e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA128"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA128"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^xsd:string ;
    qudt:symbol "Btu{th}/min"^^xsd:string ;
    qudt:ucumCode "[Btu_th].min-1"^^qudt:UCUMcs,
        "[Btu_th]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-SEC a qudt:Unit ;
    rdfs:label "British Thermal Unit (thermochemical) per Second"@en ;
    dcterms:description "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1054.35 ;
    qudt:conversionMultiplierSN 1.05435e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA129"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA129"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "Btu{th}/s"^^xsd:string ;
    qudt:ucumCode "[Btu_th].s-1"^^qudt:UCUMcs,
        "[Btu_th]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-MIN a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Minute"@en ;
    dcterms:description "unit calorie divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.06973 ;
    qudt:conversionMultiplierSN 6.973e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA368"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA368"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorie divided by the unit minute"^^xsd:string ;
    qudt:symbol "cal/min"^^xsd:string ;
    qudt:ucumCode "cal_th.min-1"^^qudt:UCUMcs,
        "cal_th/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-SEC a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Second"@en ;
    dcterms:description "unit calorie divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.184 ;
    qudt:conversionMultiplierSN 4.184e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA369"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA369"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorie divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "cal/s"^^xsd:string ;
    qudt:ucumCode "cal_th.s-1"^^qudt:UCUMcs,
        "cal_th/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "candela per square metre"@en,
        "candela per square meter"@en-us ;
    dcterms:description "The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$cd/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Luminance ;
    qudt:iec61360Code "0112/2///62720#UAA371"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA371"^^xsd:anyURI ;
    qudt:symbol "cd/m²"^^xsd:string ;
    qudt:ucumCode "cd.m-2"^^qudt:UCUMcs,
        "cd/m2"^^qudt:UCUMcs ;
    qudt:udunitsCode "nt"^^xsd:string ;
    qudt:uneceCommonCode "A24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C_Ab a qudt:Unit ;
    rdfs:label "Abcoulomb"@en ;
    dcterms:description "\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Abcoulomb"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-9?rskey=KHjyOu"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> ;
    qudt:scalingOf unit:A-SEC ;
    qudt:symbol "abC"^^xsd:string ;
    qudt:ucumCode "10.C"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Centimetre per Square Second"@en,
        "Centimeter per Square Second"@en-us ;
    dcterms:description "$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for  $\\textit{Linear Acceleration}$ expressed as $cm/s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$cm/s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB398"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB398"^^xsd:anyURI ;
    qudt:symbol "cm/s²"^^xsd:string ;
    qudt:ucumCode "cm.s-2"^^qudt:UCUMcs,
        "cm/s2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DA a qudt:Unit ;
    rdfs:label "Dalton"@en ;
    dcterms:description "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ;
    qudt:conversionMultiplierSN 1.660539e-27 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ;
    qudt:exactMatch unit:AMU,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:MolecularMass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/dalton> ;
    qudt:symbol "Da"^^xsd:string ;
    qudt:ucumCode "u"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "atomic-mass-unit"^^xsd:string .

unit:DeciM3-PER-KiloGM a qudt:Unit ;
    rdfs:label "cubic decimetre per kilogram"^^xsd:string ;
    dcterms:description "0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAB409"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB409"^^xsd:anyURI ;
    qudt:symbol "dm³/kg"^^xsd:string ;
    qudt:ucumCode "dm3.kg-1"^^qudt:UCUMcs,
        "dm3/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:E a qudt:Unit ;
    rdfs:label "Elementary Charge"@en ;
    dcterms:description """$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, 
  or equivalently, the negation (opposite) of the electric charge carried by a single electron. 
  This elementary charge is a fundamental physical constant. 
  To avoid confusion over its sign, e is sometimes called the elementary positive charge. 
  This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$.
  In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:exactMatch unit:ElementaryCharge ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:scalingOf unit:A-SEC ;
    qudt:symbol "e"^^xsd:string ;
    qudt:ucumCode "[e]"^^qudt:UCUMcs ;
    qudt:udunitsCode "e"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Erg per Square Centimetre"@en,
        "Erg per Square Centimeter"@en-us ;
    dcterms:description "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:StrainEnergyReleaseRate ;
    qudt:plainTextDescription "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "erg/cm²"^^xsd:string ;
    qudt:ucumCode "erg.cm-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-GM-SEC a qudt:Unit ;
    rdfs:label "Erg per Gram Second"@en ;
    dcterms:description "CGS unit of the mass-related power"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB147"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB147"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the mass-related power"^^xsd:string ;
    qudt:symbol "erg/(g·s)"^^xsd:string ;
    qudt:ucumCode "erg.g-1.s-1"^^qudt:UCUMcs,
        "erg/(g.s)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Erg Second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ] ;
    qudt:hasQuantityKind qudtqk:AngularImpulse,
        qudtqk:AngularMomentum ;
    qudt:symbol "erg·s"^^xsd:string ;
    qudt:ucumCode "erg.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EV-SEC a qudt:Unit ;
    rdfs:label "Electron Volt Second"@en ;
    dcterms:description "\"Electron Volt Second\" is a unit for  'Angular Momentum' expressed as $eV s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:EV ] ;
    qudt:hasQuantityKind qudtqk:AngularImpulse,
        qudtqk:AngularMomentum ;
    qudt:symbol "eV·s"^^xsd:string ;
    qudt:ucumCode "eV.s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ElementaryCharge a qudt:Unit ;
    rdfs:label "Elementary Charge"@en ;
    dcterms:description "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:exactMatch unit:E ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:scalingOf unit:C ;
    qudt:symbol "e"^^xsd:string ;
    qudt:ucumCode "[e]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaVA a qudt:Unit ;
    rdfs:label "exavolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB537"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "EVA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FR a qudt:Unit ;
    rdfs:label "Franklin"@en ;
    dcterms:description "\"Franklin\" is a unit for  'Electric Charge' expressed as $Fr$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ;
    qudt:conversionMultiplierSN 3.335641e-10 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Franklin"^^xsd:anyURI ;
    qudt:exactMatch unit:C_Stat ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAB212"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Franklin?oldid=495090654"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB212"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> ;
    qudt:scalingOf unit:A-SEC ;
    qudt:symbol "Fr"^^xsd:string ;
    qudt:uneceCommonCode "N94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-SEC a qudt:Unit ;
    rdfs:label "Foot Pound Force Second"@en ;
    dcterms:description "\"Foot Pound Force Second\" is a unit for  'Angular Momentum' expressed as $lbf / s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.35581800916358032544 ;
    qudt:conversionMultiplierSN 1.355818e+00 ;
    qudt:expression "$lbf / s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:AngularImpulse,
        qudtqk:AngularMomentum ;
    qudt:symbol "ft·lbf·s"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Foot per Square Second"@en ;
    dcterms:description "$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft/s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.3048 ;
    qudt:conversionMultiplierSN 3.048e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft/s^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAA452"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA452"^^xsd:anyURI ;
    qudt:symbol "ft/s²"^^xsd:string ;
    qudt:ucumCode "[ft_i].s-2"^^qudt:UCUMcs,
        "[ft_i]/s2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-LB a qudt:Unit ;
    rdfs:label "cubic foot per pound"^^xsd:string ;
    dcterms:description "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system"^^xsd:string ;
    qudt:conversionMultiplier 0.06242796057614461195632545582722213 ;
    qudt:conversionMultiplierSN 6.242796e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAB410"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB410"^^xsd:anyURI ;
    qudt:symbol "ft³/lbm"^^xsd:string ;
    qudt:ucumCode "[ft_i]3.[lb_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoGM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Femtograms per kilogram"@en ;
    dcterms:description "One part per 10**18 by mass of the measurand in the matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FemtoGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "fg/kg"^^xsd:string ;
    qudt:ucumCode "fg.kg-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-GM a qudt:Unit ;
    rdfs:label "Gram per Gram"@en ;
    dcterms:description "mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "g/g"^^xsd:string ;
    qudt:ucumCode "g.g-1"^^qudt:UCUMcs,
        "g/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-HectoGM a qudt:Unit ;
    rdfs:label "Gram Per Hectogram"@en ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:expression "\\(g-hg^{-1}\\)"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HectoGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "g/hg"^^xsd:string ;
    qudt:ucumCode "g.hg-1"^^qudt:UCUMcs,
        "g/hg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Gram per Kilogram"@en ;
    dcterms:description "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAA481"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA481"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "g/kg"^^xsd:string ;
    qudt:ucumCode "g.kg-1"^^qudt:UCUMcs,
        "g/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M2-DAY a qudt:Unit ;
    rdfs:label "grams per square metre day"@en,
        "grams per square meter day"@en-us ;
    dcterms:description "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000011574073 ;
    qudt:conversionMultiplierSN 1.157407e-08 ;
    qudt:expression "$g-m^{-2}-day^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:plainTextDescription "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^xsd:string ;
    qudt:symbol "g/(m²·d)"^^xsd:string ;
    qudt:ucumCode "g.m-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GibiBIT a qudt:Unit ;
    rdfs:label "gibibit"^^xsd:string ;
    dcterms:description "1,073,741,824-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 744261117.954893 ;
    qudt:conversionMultiplierSN 7.442611e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB152"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB152"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Gibi> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Gibit"^^xsd:string ;
    qudt:uneceCommonCode "B30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "GigaCoulomb"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "GC"^^xsd:string ;
    qudt:ucumCode "GC"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:IN-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Inch per Square second"@en ;
    dcterms:description """$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in/s^2$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0254 ;
    qudt:conversionMultiplierSN 2.54e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$in/s2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB044"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB044"^^xsd:anyURI ;
    qudt:symbol "in/s²"^^xsd:string ;
    qudt:ucumCode "[in_i].s-2"^^qudt:UCUMcs,
        "[in_i]/s2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "IV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN3-PER-LB a qudt:Unit ;
    rdfs:label "cubic inch per pound"^^xsd:string ;
    dcterms:description "power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system"^^xsd:string ;
    qudt:conversionMultiplier 0.00003612729200008368747472537952964244 ;
    qudt:conversionMultiplierSN 3.612729e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAB411"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB411"^^xsd:anyURI ;
    qudt:symbol "in³/lbm"^^xsd:string ;
    qudt:ucumCode "[in_i]3.[lb_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Joule per Square Centimetre"@en,
        "Joule per Square Centimeter"@en-us ;
    dcterms:description "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:StrainEnergyReleaseRate ;
    qudt:iec61360Code "0112/2///62720#UAB188"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB188"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "J/cm²"^^xsd:string ;
    qudt:ucumCode "J.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KN-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Knot per Second"@en ;
    dcterms:description "$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5144444444444445 ;
    qudt:conversionMultiplierSN 5.144444e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kt/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KN ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:symbol "kn/s"^^xsd:string ;
    qudt:ucumCode "[kn_i].s-1"^^qudt:UCUMcs,
        "[kn_i]/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KibiBIT a qudt:Unit ;
    rdfs:label "kibibit"^^xsd:string ;
    dcterms:description "1,024-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 709.782712893384 ;
    qudt:conversionMultiplierSN 7.097827e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB158"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB158"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kibi> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Kibit"^^xsd:string ;
    qudt:uneceCommonCode "C21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBTU_TH-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilo British Thermal Unit (thermochemical) per Hour"@en ;
    dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 292.9 ;
    qudt:conversionMultiplierSN 2.929e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloBTU_TH ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^xsd:string ;
    qudt:symbol "kBtu{th}/h"^^xsd:string ;
    qudt:ucumCode "k[Btu_th].h-1"^^qudt:UCUMcs,
        "k[Btu_th]/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_TH-PER-HR a qudt:Unit ;
    rdfs:label "Kilocalorie (thermochemical) per Hour"@en ;
    dcterms:description "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.162230555555556 ;
    qudt:conversionMultiplierSN 1.162231e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAB184"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB184"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^xsd:string ;
    qudt:symbol "kcal/h"^^xsd:string ;
    qudt:ucumCode "kcal_th.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_TH-PER-MIN a qudt:Unit ;
    rdfs:label "Kilocalorie (thermochemical) per Minute"@en ;
    dcterms:description "1000-fold of the unit calorie divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 69.73383333333334 ;
    qudt:conversionMultiplierSN 6.973383e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA591"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA591"^^xsd:anyURI ;
    qudt:plainTextDescription "1000-fold of the unit calorie divided by the unit minute"^^xsd:string ;
    qudt:symbol "kcal/min"^^xsd:string ;
    qudt:ucumCode "kcal_th.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_TH-PER-SEC a qudt:Unit ;
    rdfs:label "Kilocalorie (thermochemical) per Second"@en ;
    dcterms:description "1000-fold of the unit calorie divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL_TH ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA592"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA592"^^xsd:anyURI ;
    qudt:plainTextDescription "1000-fold of the unit calorie divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "kcal/s"^^xsd:string ;
    qudt:ucumCode "kcal_th.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGAUSS a qudt:Unit ;
    rdfs:label "Kilogauss"@en ;
    dcterms:description "1 000-fold of the CGS unit of the magnetic flux density B"^^rdf:HTML ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAB136"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB136"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the CGS unit of the magnetic flux density B"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:GAUSS ;
    qudt:symbol "kGs"^^xsd:string ;
    qudt:ucumCode "kG"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-M2-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram Square Metre per Second"@en,
        "Kilogram Square Meter per Second"@en-us ;
    dcterms:description "\"Kilogram Square Meter Per Second\" is a unit for  'Angular Momentum' expressed as $kg-m^2-s^{-1}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$kg-m2/sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AngularImpulse,
        qudtqk:AngularMomentum ;
    qudt:iec61360Code "0112/2///62720#UAA623"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA623"^^xsd:anyURI ;
    qudt:symbol "kg·m²/s"^^xsd:string ;
    qudt:ucumCode "kg.m2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Kilogram per Kilogram"@en ;
    dcterms:description "SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAA610"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA610"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "kg/kg"^^xsd:string ;
    qudt:ucumCode "kg.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "3H"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-KiloM2 a qudt:Unit ;
    rdfs:label "Kilograms per square kilometre"@en ;
    dcterms:description "One SI standard unit of mass over the square of one thousand standard unit of length."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea,
        qudtqk:SurfaceDensity ;
    qudt:symbol "kg/km²"^^xsd:string ;
    qudt:ucumCode "kg.km-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M2-SEC a qudt:Unit ;
    rdfs:label "Kilograms per square metre second"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:KiloGM-PER-SEC-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassPerAreaTime ;
    qudt:symbol "kg/(m²·s)"^^xsd:string ;
    qudt:ucumCode "kg.m-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloHZ-M a qudt:Unit ;
    rdfs:label "Kilohertz Metre"@en,
        "Kilohertz Meter"@en-us ;
    dcterms:description "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloHZ ] ;
    qudt:hasQuantityKind qudtqk:ConductionSpeed,
        qudtqk:GroupSpeedOfSound,
        qudtqk:PhaseSpeedOfSound,
        qudtqk:SoundParticleVelocity ;
    qudt:iec61360Code "0112/2///62720#UAA567"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA567"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^xsd:string ;
    qudt:symbol "kHz·m"^^xsd:string ;
    qudt:ucumCode "kHz.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM-PER-SEC2 a qudt:Unit ;
    rdfs:label "kilometre per second squared"^^xsd:string ;
    dcterms:description "1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB397"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB397"^^xsd:anyURI ;
    qudt:symbol "km/s²"^^xsd:string ;
    qudt:ucumCode "km.s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA-M2-PER-GM a qudt:Unit ;
    rdfs:label "Kilopascal Square Metre per Gram"@en,
        "Kilopascal Square Meter per Gram"@en-us ;
    dcterms:description "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloPA ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB130"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB130"^^xsd:anyURI ;
    qudt:plainTextDescription "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "kPa·m²/g"^^xsd:string ;
    qudt:ucumCode "kPa.m2.g-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloV-A-HR a qudt:Unit ;
    rdfs:label "Kilovolt Ampere Hour"@en ;
    dcterms:description "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:KiloVA-HR ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB160"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^xsd:string ;
    qudt:symbol "kV·A·h"^^xsd:string ;
    qudt:ucumCode "kV.A.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloV-A_Reactive-HR a qudt:Unit ;
    rdfs:label "Kilovolt Ampere Reactive Hour"@en ;
    dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:KiloVAR-HR ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloV ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB195"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000-fold of the unit volt ampere reactive and the unit hour"^^xsd:string ;
    qudt:symbol "kV·A{Reactive}·h"^^xsd:string ;
    qudt:ucumCode "kV.A.h{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloVAR a qudt:Unit ;
    rdfs:label "Kilovolt Ampere Reactive"@en ;
    dcterms:description "1 000-fold of the unit var"^^rdf:HTML ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAA648"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the unit var"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:VAR ;
    qudt:symbol "kVA{Reactive}"^^xsd:string ;
    qudt:ucumCode "kVA{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KVR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L-PER-KiloGM a qudt:Unit ;
    rdfs:label "Litre per Kilogram"@en,
        "Liter per Kilogram"@en-us ;
    dcterms:description "unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAB380"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB380"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume litre divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "L/kg"^^xsd:string ;
    qudt:ucumCode "L.kg-1"^^qudt:UCUMcs,
        "L/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-LB a qudt:Unit ;
    rdfs:label "pound per pound"^^xsd:string ;
    dcterms:description "proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAB388"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB388"^^xsd:anyURI ;
    qudt:symbol "lbm/lbm"^^xsd:string ;
    qudt:ucumCode "[lb_av].[lb_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-DEG_C-M a qudt:Unit ;
    rdfs:label "metre per degree Celcius metre"^^xsd:string ;
    dcterms:description "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAB461"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB461"^^xsd:anyURI ;
    qudt:symbol "m/(°C·m)"^^xsd:string ;
    qudt:ucumCode "m.Cel-1.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N83"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre per Square Second"@en,
        "Meter per Square Second"@en-us ;
    dcterms:description "The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m/s^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAA736"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA736"^^xsd:anyURI ;
    qudt:symbol "m/s²"^^xsd:string ;
    qudt:ucumCode "m.s-2"^^qudt:UCUMcs,
        "m/s2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MSK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Metre per Kilogram"@en,
        "Square Meter per Kilogram"@en-us ;
    dcterms:description """
  Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. 
  It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram,
   square meter/kilogram, square metre/kilogram. 
   This unit is commonly used in the SI unit system.
  Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. 
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$m^2/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MassAbsorptionCoefficient,
        qudtqk:MassAttenuationCoefficient,
        qudtqk:MassEnergyTransferCoefficient,
        qudtqk:SpecificSurfaceArea ;
    qudt:iec61360Code "0112/2///62720#UAA750"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA750"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:symbol "m²/kg"^^xsd:string ;
    qudt:ucumCode "m2.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-KiloGM a qudt:Unit ;
    rdfs:label "Cubic Metre per Kilogram"@en,
        "Cubic Meter per Kilogram"@en-us ;
    dcterms:description "Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{3}/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAA766"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA766"^^xsd:anyURI ;
    qudt:symbol "m³/kg"^^xsd:string ;
    qudt:ucumCode "m3.kg-1"^^qudt:UCUMcs,
        "m3/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MHO a qudt:Unit ;
    rdfs:label "Mho"@en ;
    dcterms:description "\"Mho\" is a C.G.S System unit for  'Electric Conductivity' expressed as $mho$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Siemens_%28unit%29"^^xsd:anyURI ;
    qudt:exactMatch unit:S ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:iec61360Code "0112/2///62720#UAB200"^^xsd:string ;
    qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB200"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/mho> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "℧"^^xsd:string ;
    qudt:ucumCode "mho"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_US-PER-SEC2 a qudt:Unit ;
    rdfs:label "mile (statute mile) per second squared"^^xsd:string ;
    dcterms:description "unit of the length according to the Imperial system of units divided by the power of the SI base unit second by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1609.347 ;
    qudt:conversionMultiplierSN 1.609347e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI_US ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB401"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB401"^^xsd:anyURI ;
    qudt:symbol "mi{US}/s²"^^xsd:string ;
    qudt:ucumCode "[mi_us].s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MebiBIT a qudt:Unit ;
    rdfs:label "mebibit"^^xsd:string ;
    dcterms:description "1,048,576-fold of the unit bit"^^xsd:string ;
    qudt:conversionMultiplier 726817.4980028252 ;
    qudt:conversionMultiplierSN 7.268175e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DatasetOfBits ;
    qudt:iec61360Code "0112/2///62720#UAB167"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB167"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mebi> ;
    qudt:scalingOf unit:BIT ;
    qudt:symbol "Mibit"^^xsd:string ;
    qudt:uneceCommonCode "D11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-M2 a qudt:Unit ;
    rdfs:label "Megajoule per Square Metre"@en,
        "Megajoule per Square Meter"@en-us ;
    dcterms:description "MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:StrainEnergyReleaseRate ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "MJ/m²"^^xsd:string ;
    qudt:ucumCode "MJ.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaV-A-HR a qudt:Unit ;
    rdfs:label "Megavolt Ampere Hour"@en ;
    dcterms:description "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:MegaVA-HR ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000000.0 ;
    qudt:conversionMultiplierSN 3.6e+09 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaV ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^xsd:string ;
    qudt:symbol "MV·A·h"^^xsd:string ;
    qudt:ucumCode "MV.A.h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaV-A_Reactive-HR a qudt:Unit ;
    rdfs:label "Megavolt Ampere Reactive Hour"@en ;
    dcterms:description "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:MegaVAR-HR ;
    qudt:conversionMultiplier 3600000000.0 ;
    qudt:conversionMultiplierSN 3.6e+09 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaV ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB198"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^xsd:string ;
    qudt:symbol "MV·A{Reactive}·h"^^xsd:string ;
    qudt:ucumCode "MV.A{reactive}.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MAH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaVA a qudt:Unit ;
    rdfs:label "Megavolt Ampere"@en ;
    dcterms:description "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower ;
    qudt:iec61360Code "0112/2///62720#UAA222"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "MVA"^^xsd:string ;
    qudt:ucumCode "MVA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MVA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroG a qudt:Unit ;
    rdfs:label "Microgravity"@en ;
    dcterms:description "\"Microgravity\" is a unit for  'Linear Acceleration' expressed as $microG$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00000980665 ;
    qudt:conversionMultiplierSN 9.80665e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:latexSymbol "$\\mu G$"^^qudt:LatexString ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:G ;
    qudt:symbol "μG"^^xsd:string ;
    qudt:ucumCode "u[g]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-GM a qudt:Unit ;
    rdfs:label "Micrograms per gram"@en ;
    dcterms:description "One part per 10**6 (million) by mass of the measurand in the matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "μg/g"^^xsd:string ;
    qudt:ucumCode "ug.g-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-IN2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Microgram per Square Inch"@en,
        "Microgram per Square Inch"@en-us ;
    dcterms:description "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000155 ;
    qudt:conversionMultiplierSN 1.55e-06 ;
    qudt:expression "$µg/in^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea,
        qudtqk:SurfaceDensity ;
    qudt:symbol "μg/in²"^^xsd:string ;
    qudt:ucumCode "µg.in-2"^^qudt:UCUMcs,
        "µg/in2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Microgram per Kilogram"@en ;
    dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAA083"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA083"^^xsd:anyURI ;
    qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "μg/kg"^^xsd:string ;
    qudt:ucumCode "ug.kg-1"^^qudt:UCUMcs,
        "ug/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-MilliGM a qudt:Unit ;
    rdfs:label "Microgram per Milligram"@en ;
    dcterms:description "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:plainTextDescription "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "μg/mg"^^xsd:string ;
    qudt:ucumCode "ug.mg-1"^^qudt:UCUMcs,
        "ug/mg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGRAY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MicroGray"@en ;
    dcterms:description "0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:GRAY ;
    qudt:siUnitsExpression "J/kg"^^xsd:string ;
    qudt:symbol "μGy"^^xsd:string ;
    qudt:ucumCode "uGy"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroSV a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MicroSievert"@en ;
    dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:SV ;
    qudt:siUnitsExpression "J/kg"^^xsd:string ;
    qudt:symbol "µSv"^^xsd:string ;
    qudt:ucumCode "uSv"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroT a qudt:Unit ;
    rdfs:label "Microtesla"@en ;
    dcterms:description "0.000001-fold of the SI derived unit tesla"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAA077"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA077"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit tesla"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:T ;
    qudt:symbol "µT"^^xsd:string ;
    qudt:ucumCode "uT"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliG a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Milligravity"@en ;
    dcterms:description "\"Milligravity\" is a unit for  'Linear Acceleration' expressed as $mG$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00980665 ;
    qudt:conversionMultiplierSN 9.80665e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:G ;
    qudt:symbol "mG"^^xsd:string ;
    qudt:ucumCode "m[g]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-GM a qudt:Unit ;
    rdfs:label "Milligram per Gram"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAA822"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA822"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "mg/g"^^xsd:string ;
    qudt:ucumCode "mg.g-1"^^qudt:UCUMcs,
        "mg/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Milligram per Kilogram"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAA826"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA826"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "mg/kg"^^xsd:string ;
    qudt:ucumCode "mg.kg-1"^^qudt:UCUMcs,
        "mg/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGRAY a qudt:Unit ;
    rdfs:label "Milligray"@en ;
    dcterms:description "0.001-fold of the SI derived unit gray"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose ;
    qudt:iec61360Code "0112/2///62720#UAA788"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA788"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit gray"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:GRAY ;
    qudt:symbol "mGy"^^xsd:string ;
    qudt:ucumCode "mGy"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliH a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millihenry"@en ;
    dcterms:description "A unit of inductance equal to one thousandth of a henry. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:iec61360Code "0112/2///62720#UAA789"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA789"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "mH"^^xsd:string ;
    qudt:ucumCode "mH"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-DEG_C-M a qudt:Unit ;
    rdfs:label "millimetre per degree Celsius metre"^^xsd:string ;
    dcterms:description "0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA863"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA863"^^xsd:anyURI ;
    qudt:symbol "mm/(°C·m)"^^xsd:string ;
    qudt:ucumCode "mm.Cel-1.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-SEC2 a qudt:Unit ;
    rdfs:label "millimetre per second squared"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB400"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB400"^^xsd:anyURI ;
    qudt:symbol "mm/s²"^^xsd:string ;
    qudt:ucumCode "mm.s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM3-PER-GM a qudt:Unit ;
    rdfs:label "Cubic Millimetre per Gram"@en,
        "Cubic Millimeter per Gram"@en-us ;
    dcterms:description "Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:expression "$mm^{3}/g$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:symbol "mm³/g"^^xsd:string ;
    qudt:ucumCode "mm3.g-1"^^qudt:UCUMcs,
        "mm3/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM3-PER-KiloGM a qudt:Unit ;
    rdfs:label "Cubic Millimetre per Kilogram"@en,
        "Cubic Millimeter per Kilogram"@en-us ;
    dcterms:description "Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:expression "$mm^{3}/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:symbol "mm³/kg"^^xsd:string ;
    qudt:ucumCode "mm3.kg-1"^^qudt:UCUMcs,
        "mm3/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliS a qudt:Unit ;
    rdfs:label "Millisiemens"@en ;
    dcterms:description "0.001-fold of the SI derived unit siemens"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:iec61360Code "0112/2///62720#UAA800"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA800"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit siemens"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "mS"^^xsd:string ;
    qudt:ucumCode "mS"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliSV a qudt:Unit ;
    rdfs:label "Millisievert"@en ;
    dcterms:description "0.001-fold of the SI derived unit sievert"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:iec61360Code "0112/2///62720#UAA802"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA802"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit sievert"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:SV ;
    qudt:symbol "mSv"^^xsd:string ;
    qudt:ucumCode "mSv"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliT a qudt:Unit ;
    rdfs:label "Millitesla"@en ;
    dcterms:description "0.001-fold of the SI derived unit tesla"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAA803"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA803"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit tesla"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:T ;
    qudt:symbol "mT"^^xsd:string ;
    qudt:ucumCode "mT"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "نيوتن متر"@ar,
        "нютон-метър"@bg,
        "newton metr"@cs,
        "Newtonmeter"@de,
        "νιούτον επί μέτρο; νιουτόμετρο"@el,
        "newton metre"@en,
        "Newton Meter"@en-us,
        "newton metro"@es,
        "نیوتون متر"@fa,
        "newton-mètre"@fr,
        "न्यूटन मीटर"@hi,
        "newton per metro"@it,
        "ニュートンメートル"@ja,
        "newton meter"@ms,
        "niutonometr; dżul na radian"@pl,
        "newton-metro"@pt,
        "newton-metru"@ro,
        "ньютон-метр"@ru,
        "newton meter"@sl,
        "newton metre"@tr,
        "牛米"@zh ;
    dcterms:description "\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:J ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA239"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Newton_metre?oldid=493923333"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA239"^^xsd:anyURI ;
    qudt:siUnitsExpression "N.m"^^xsd:string ;
    qudt:symbol "N·m"^^xsd:string ;
    qudt:ucumCode "N.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-ARCMIN a qudt:Unit ;
    rdfs:label "newton metre per minute [unit of angle]"^^xsd:string ;
    dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]"^^xsd:string ;
    qudt:conversionMultiplier 3437.746873197331483367149303409351 ;
    qudt:conversionMultiplierSN 3.437747e+03 ;
    qudt:exactMatch unit:N-M-PER-MIN_Angle ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:ARCMIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:TorquePerAngle,
        qudtqk:TorsionalSpringConstant ;
    qudt:iec61360Code "0112/2///62720#UAD923"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923"^^xsd:anyURI ;
    qudt:symbol "N·m/'"^^xsd:string ;
    qudt:ucumCode "N.m.'-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-MIN_Angle a qudt:Unit ;
    rdfs:label "newton metre per minute [unit of angle]"^^xsd:string ;
    dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]"^^xsd:string ;
    qudt:conversionMultiplier 3437.746873197331483367149303409351 ;
    qudt:conversionMultiplierSN 3.437747e+03 ;
    qudt:exactMatch unit:N-M-PER-ARCMIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN_Angle ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:TorquePerAngle,
        qudtqk:TorsionalSpringConstant ;
    qudt:iec61360Code "0112/2///62720#UAD923"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923"^^xsd:anyURI ;
    qudt:symbol "N·m/'"^^xsd:string ;
    qudt:ucumCode "N.m.'-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "نيوتن متر ثانية"@ar,
        "newton metr sekunda"@cs,
        "Newtonmetersekunde"@de,
        "newton metre second"@en,
        "Newton Meter Second"@en-us,
        "newton metro segundo"@es,
        "نیوتون ثانیه"@fa,
        "newton-mètre-seconde"@fr,
        "न्यूटन मीटर सैकण्ड"@hi,
        "newton metro secondo"@it,
        "ニュートンメートル秒"@ja,
        "newton meter saat"@ms,
        "niutonometrosekunda"@pl,
        "newton-metro-segundo"@pt,
        "newton-metru-secundă"@ro,
        "ньютон-метр-секунда"@ru,
        "newton metre saniye"@tr,
        "牛秒"@zh ;
    dcterms:description "The SI derived unit of angular momentum. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AngularImpulse,
        qudtqk:AngularMomentum ;
    qudt:iec61360Code "0112/2///62720#UAA245"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/SI_derived_unit"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA245"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:siUnitsExpression "N.m.sec"^^xsd:string ;
    qudt:symbol "N·m·s"^^xsd:string ;
    qudt:ucumCode "N.m.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Nanogram per Kilogram"@en ;
    dcterms:description "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:iec61360Code "0112/2///62720#UAA911"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA911"^^xsd:anyURI ;
    qudt:plainTextDescription "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "ng/kg"^^xsd:string ;
    qudt:ucumCode "ng.kg-1"^^qudt:UCUMcs,
        "ng/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-MilliGM a qudt:Unit ;
    rdfs:label "Nanogram per Milligram"@en ;
    dcterms:description "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:plainTextDescription "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the milligram"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "ng/mg"^^xsd:string ;
    qudt:ucumCode "ng.mg-1"^^qudt:UCUMcs,
        "ng/mg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoS a qudt:Unit ;
    rdfs:label "NanoSiemens"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "nS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoSV a qudt:Unit ;
    rdfs:label "NanoSV"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:SV ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoT a qudt:Unit ;
    rdfs:label "Nanotesla"@en ;
    dcterms:description "0.000000001-fold of the SI derived unit tesla"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAA909"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA909"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit tesla"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:T ;
    qudt:symbol "nT"^^xsd:string ;
    qudt:ucumCode "nT"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoVA a qudt:Unit ;
    rdfs:label "nanovolt ampere"^^xsd:string ;
    dcterms:description "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB531"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "nVA"^^xsd:string ;
    qudt:ucumCode "nVA"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-100KiloCOUNT a qudt:Unit ;
    rdfs:label "percent per one hundred thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 100,000"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:exactMatch unit:PERCENT-PER-HectoKiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:100KiloCOUNT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "%/100k"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-10KiloCOUNT a qudt:Unit ;
    rdfs:label "percent per ten thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 10,000"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:exactMatch unit:PERCENT-PER-DecaKiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:10KiloCOUNT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA004"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ;
    qudt:symbol "%/10k"^^xsd:string ;
    qudt:uneceCommonCode "H91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DecaKiloCOUNT a qudt:Unit ;
    rdfs:label "percent per ten thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 10,000"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:exactMatch unit:PERCENT-PER-10KiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DecaKiloCOUNT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:iec61360Code "0112/2///62720#UAA005"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005"^^xsd:anyURI ;
    qudt:symbol "%/10000"^^xsd:string ;
    qudt:uneceCommonCode "H92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-HectoKiloCOUNT a qudt:Unit ;
    rdfs:label "percent per one hundred thousand"^^xsd:string ;
    dcterms:description "hundredth relating to the co-efficient 100,000"^^xsd:string ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:exactMatch unit:PERCENT-PER-100KiloCOUNT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HectoKiloCOUNT ] ;
    qudt:hasQuantityKind qudtqk:Unknown ;
    qudt:symbol "%/100k"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPM-PER-K a qudt:Unit ;
    rdfs:label "Parts-Per-Million per Kelvin"@en ;
    dcterms:description "Unit for expansion ratios expressed as parts per million per Kelvin."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:expression "$PPM/K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PPM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:symbol "PPM/K"^^xsd:string ;
    qudt:ucumCode "ppm.K-1"^^qudt:UCUMcs,
        "ppm/K"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPTM-PER-K a qudt:Unit ;
    rdfs:label "Parts-Per-Ten Million per Kelvin"@en ;
    dcterms:description "Unit for expansion ratios expressed as parts per ten million per Kelvin."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:expression "$PPTM/K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PPTM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:symbol "PPTM/K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaVA a qudt:Unit ;
    rdfs:label "petavolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the SI derived unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB536"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "PVA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoA a qudt:Unit ;
    rdfs:label "picoampere"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA928"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA928"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "pA"^^xsd:string ;
    qudt:ucumCode "pA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoGM-PER-GM a qudt:Unit ;
    rdfs:label "Picograms per gram"@en ;
    dcterms:description "One part per 10**12 (trillion) by mass of the measurand in the matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "pg/g"^^xsd:string ;
    qudt:ucumCode "pg.g-1"^^qudt:UCUMcs,
        "pg/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoGM-PER-KiloGM a qudt:Unit ;
    rdfs:label "Picograms per kilogram"@en ;
    dcterms:description "One part per 10**15 by mass of the measurand in the matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "pg/kg"^^xsd:string ;
    qudt:ucumCode "pg.kg-1"^^qudt:UCUMcs,
        "pg/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoGM-PER-MilliGM a qudt:Unit ;
    rdfs:label "Picograms per milligram"@en ;
    dcterms:description "One part per 10**9 (billion) by mass of the measurand in the matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:MassRatio ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:symbol "pg/mg"^^xsd:string ;
    qudt:ucumCode "pg.mg-1"^^qudt:UCUMcs,
        "pg/mg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoS a qudt:Unit ;
    rdfs:label "PicoSiemens"@en ;
    dcterms:description "0.000000000001-fold of the SI derived unit siemens"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance,
        qudtqk:ElectricalConductance ;
    qudt:iec61360Code "0112/2///62720#UAB357"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB357"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "pS"^^xsd:string ;
    qudt:uneceCommonCode "N92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoVA a qudt:Unit ;
    rdfs:label "picovolt ampere"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB530"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "pVA"^^xsd:string ;
    qudt:ucumCode "pVA"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SCF a qudt:Unit ;
    rdfs:label "Standard Cubic Foot"@en ;
    dcterms:description """
The $\\textit{standard cubic foot}$ (scf) is a unit representing the amount of gas (such as natural gas) 
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 1.1981 ;
    qudt:conversionMultiplierSN 1.1981e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_foot"^^xsd:anyURI ;
    qudt:symbol "scf"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SCM a qudt:Unit ;
    rdfs:label "Standard Cubic Metre"@en,
        "Standard Cubic Meter"@en-us ;
    dcterms:description """
The $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas)
contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 42.3105 ;
    qudt:conversionMultiplierSN 4.23105e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Standard_cubic_foot"^^xsd:anyURI ;
    qudt:symbol "scm"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraVA a qudt:Unit ;
    rdfs:label "teravolt ampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB535"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "TVA"^^xsd:string ;
    qudt:ucumCode "TVA"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-A-HR a qudt:Unit ;
    rdfs:label "Volt Ampere Hour"@en ;
    dcterms:description "product of the unit for apparent by ampere and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:VA-HR ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:plainTextDescription "product of the unit for apparent by ampere and the unit hour"^^xsd:string ;
    qudt:symbol "V·A·h"^^xsd:string ;
    qudt:ucumCode "V.A.h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-A_Reactive-HR a qudt:Unit ;
    rdfs:label "Volt Ampere Reactive Hour"@en ;
    dcterms:description "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
    dcterms:isReplacedBy unit:VAR-HR ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:deprecated true ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A_Reactive ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:plainTextDescription "product of the unit volt ampere reactive and the unit hour"^^xsd:string ;
    qudt:symbol "V·A{reactive}·h"^^xsd:string ;
    qudt:ucumCode "V.A{reactive}.h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "voltů na metr"@cs,
        "Volt je Meter"@de,
        "volt per metre"@en,
        "Volt per Meter"@en-us,
        "voltio por metro"@es,
        "ولت بر متر"@fa,
        "volt par mètre"@fr,
        "प्रति मीटर वोल्ट"@hi,
        "volt al metro"@it,
        "ボルト毎メートル"@ja,
        "volt per meter"@ms,
        "wolt na metr"@pl,
        "volt por metro"@pt,
        "volți pe metru"@ro,
        "вольт на метр"@ru,
        "volt na meter"@sl,
        "volt bölü metre"@tr,
        "伏特每米"@zh ;
    dcterms:description """
  The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength. 
  It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. 
  This unit is commonly used in the SI unit system. 
  $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. 
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$V/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricField,
        qudtqk:ElectricFieldStrength ;
    qudt:iec61360Code "0112/2///62720#UAA301"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA301"^^xsd:anyURI ;
    qudt:symbol "V/m"^^xsd:string ;
    qudt:ucumCode "V.m-1"^^qudt:UCUMcs,
        "V/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V_Ab-PER-CentiM a qudt:Unit ;
    rdfs:label "Abvolt per centimetre"@en,
        "Abvolt per centimeter"@en-us ;
    dcterms:description """
  In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.
  """^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V_Ab ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ElectricField,
        qudtqk:ElectricFieldStrength ;
    qudt:informativeReference "https://encyclopedia2.thefreedictionary.com/abvolt+per+centimeter"^^xsd:anyURI ;
    qudt:symbol "abV/cm"^^xsd:string ;
    qudt:ucumCode "10.nV.cm-1"^^qudt:UCUMcs,
        "10.nV/cm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V_Stat-PER-CentiM a qudt:Unit ;
    rdfs:label "Statvolt per Centimetre"@en,
        "Statvolt per Centimeter"@en-us ;
    dcterms:description """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity.
The abvolt is another option for a unit of voltage in the cgs system."""^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 29979.2458 ;
    qudt:conversionMultiplierSN 2.997925e+04 ;
    qudt:expression "$statv-per-cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V_Stat ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ElectricField,
        qudtqk:ElectricFieldStrength ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ;
    qudt:symbol "statV/cm"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-KiloGM a qudt:Unit ;
    rdfs:label "Watt per Kilogram"@en ;
    dcterms:description "SI derived unit watt divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAA316"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA316"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit watt divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "W/kg"^^xsd:string ;
    qudt:ucumCode "W.kg-1"^^qudt:UCUMcs,
        "W/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "WA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD-PER-SEC2 a qudt:Unit ;
    rdfs:label "yard per second squared"^^xsd:string ;
    dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.9144 ;
    qudt:conversionMultiplierSN 9.144e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB399"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB399"^^xsd:anyURI ;
    qudt:symbol "yd/s²"^^xsd:string ;
    qudt:ucumCode "[yd_i].s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Point .

brick:Air_Differential_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Differential Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Pressure_Setpoint ;
    skos:definition "Sets the target air differential pressure between an upstream and downstream point in a air duct or conduit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Setpoint ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Air .

brick:Air_Temperature_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Temperature Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Integral_Time_Parameter,
        brick:Temperature_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Temperature,
        tag:Time .

brick:Building_Air a brick:Substance ;
    rdfs:label "Building Air"@en ;
    skos:broader brick:Air ;
    skos:definition "air contained within a building"@en .

brick:CO2_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO2 Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures properties of CO2 in air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO2 ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO2,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:CO2_Concentration ;
    brick:hasSubstance brick:Air .

brick:CO_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "CO Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Measures properties of CO"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:CO ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:CO,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:CO_Concentration ;
    brick:hasSubstance brick:Air .

brick:Chilled_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chiller a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chiller"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Refrigerating machine used to transfer heat between fluids. Chillers are either direct expansion with a compressor or absorption type."@en ;
    sh:property bsh:hascoolingCapacityShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chiller ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chiller,
        tag:Equipment .

brick:Condenser_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    skos:definition "Measures the flow of the condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Condenser_Water .

brick:Condensing_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condensing Unit"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "An outdoor HVAC unit that typically condenses refrigerant from gas to liquid, integral to the refrigeration cycle. It comprises a condenser coil, compressor, fan, and potentially a reversing valve in heat pump applications."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Condensing ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Condensing,
        tag:Equipment,
        tag:Unit .

brick:Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets the size of a deadband"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Demand_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Demand Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets the rate required for a process"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Demand ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Demand,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Power .

brick:Differential_Pressure_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Differential_Setpoint ;
    skos:definition "Sets the size of a deadband of differential pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Setpoint ;
    brick:hasQuantity brick:Differential_Pressure .

brick:Differential_Pressure_Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Integral_Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Time .

brick:Differential_Pressure_Proportional_Band a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Proportional Band"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:Differential,
        tag:PID,
        tag:Point,
        tag:Pressure,
        tag:Proportional .

brick:Differential_Pressure_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Pressure Setpoint Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Differential_Pressure_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Limit,
        tag:Parameter,
        tag:Point,
        tag:Pressure,
        tag:Setpoint .

brick:Direction a brick:Quantity ;
    rdfs:label "Direction"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    skos:narrower brick:Wind_Direction .

brick:Entering_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of water enteringed to a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Hot_Water .

brick:Entering_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of water entering a piece of equipment or system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Entering_Water .

brick:GrainsOfMoisture a brick:Quantity ;
    rdfs:label "GrainsOfMoisture"@en ;
    qudt:applicableUnit unit:GRAIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Mass,
        brick:Air_Quality ;
    skos:definition "Mass of moisture per pround of air, measured in grains of water" .

brick:Hot_Water_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water System"@en ;
    rdfs:subClassOf brick:Water_System ;
    skos:definition "The equipment, devices and conduits that handle the production and distribution of hot water in a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:System,
        tag:Water .

brick:Laboratory a owl:Class,
        sh:NodeShape ;
    rdfs:label "Laboratory"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "facility acceptable to the local, national, or international recognized authority having jurisdiction and which provides uniform testing and examination procedures and standards for meeting design, manufacturing, and factory testing requirements."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Laboratory ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Laboratory" ;
    brick:hasAssociatedTag tag:Laboratory,
        tag:Location,
        tag:Room ;
    brick:isReplacedBy rec:Laboratory .

brick:Leaving_Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Water_Flow_Setpoint ;
    skos:definition "Sets the target flow rate of leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Water .

brick:Leaving_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of water leaving a piece of equipment or system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Water .

brick:Lighting_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Lighting Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:property [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class rec:Space ] ) ;
            sh:path brick:feeds ],
        [ sh:or ( [ sh:class brick:Lighting_Equipment ] [ sh:class brick:Electrical_Equipment ] ) ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Lighting ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Lighting .

brick:Outdoor_Area a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outdoor Area"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "A class of spaces that exist outside of a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Area ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outdoor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:OutdoorSpace" ;
    brick:hasAssociatedTag tag:Area,
        tag:Location,
        tag:Outdoor ;
    brick:isReplacedBy rec:OutdoorSpace .

brick:PID_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "PID Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:PID,
        tag:Parameter,
        tag:Point .

brick:Particulate_Matter_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Particulate Matter Sensor"@en ;
    rdfs:subClassOf brick:Air_Quality_Sensor ;
    skos:definition "Detects pollutants in the ambient air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Matter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Particulate ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Matter,
        tag:Particulate,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity brick:Air_Quality ;
    brick:hasSubstance brick:Air .

brick:Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Pressure .

brick:Radiator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radiator"@en ;
    rdfs:subClassOf brick:Terminal_Unit ;
    skos:definition "Heat exchangers designed to transfer thermal energy from one medium to another"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiator ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Radiator .

brick:Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Reset Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Setpoints used in reset strategies"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Reset,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Safety_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Safety Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Safety .

brick:Security_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Security Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Security ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Security .

brick:Solid a brick:Substance ;
    rdfs:label "Solid"@en ;
    skos:definition "one of the three states or phases of matter characterized by stability of dimensions, relative incompressibility, and molecular motion held to limited oscillation."@en ;
    skos:narrower brick:Frost,
        brick:Hail,
        brick:Ice,
        brick:Soil .

brick:Supply_Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Air_Flow_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Flow_Sensor ;
    skos:definition "Measures the rate of flow of supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Static_Pressure_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Static_Pressure_Setpoint ;
    skos:definition "Sets static pressure of supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static,
        tag:Supply ;
    brick:hasQuantity qudtqk:StaticPressure ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Air_Temperature_Sensor ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Sensor ;
    skos:definition "Measures the temperature of supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Point,
        tag:Sensor,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:System_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "System Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates properties of the activity of a system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Status,
        tag:System .

brick:Telecom_Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Telecom Room"@en ;
    rdfs:subClassOf brick:Room ;
    owl:deprecated true ;
    skos:definition "A class of spaces used to support telecommuncations and IT equipment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Telecom ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:DataServerRoom" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room,
        tag:Space,
        tag:Telecom ;
    brick:isReplacedBy rec:DataServerRoom .

brick:Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with temperature."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Temperature .

brick:Usage_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Usage Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures the amount of some substance that is consumed or used, over some period of time"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Usage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Usage ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Variable_Air_Volume_Box a owl:Class,
        sh:NodeShape ;
    rdfs:label "Variable Air Volume Box"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Variable_air_volume> ;
    rdfs:subClassOf brick:Terminal_Unit ;
    owl:equivalentClass brick:VAV ;
    skos:definition "A device that regulates the volume and temperature of air delivered to a zone by opening or closing a damper"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Box ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:VAV ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Variable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Volume ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Box,
        tag:Equipment,
        tag:VAV,
        tag:Variable,
        tag:Volume .

brick:Vertical_Space a owl:Class,
        sh:NodeShape ;
    rdfs:label "Vertical Space"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "A class of spaces used to connect multiple floors or levels.."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Vertical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.1" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. There is not yet a replacement in REC for Vertical_Space" ;
    brick:hasAssociatedTag tag:Location,
        tag:Space,
        tag:Vertical ;
    brick:isReplacedBy rec:Room .

brick:Water_Differential_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Differential Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the difference in water temperature between an upstream and downstream point in a pipe or conduit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Differential,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity brick:Differential_Temperature ;
    brick:hasSubstance brick:Water .

brick:Water_Loop a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Loop"@en ;
    rdfs:subClassOf brick:Loop ;
    skos:definition "A collection of equipment that transport and regulate water among each other"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Loop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Loop,
        tag:Water .

brick:ambientTemperatureOfMeasurement a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "ambientTemperatureOfMeasurement"@en .

brick:area a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Area"@en ;
    skos:definition "Entity has 2-dimensional area" .

brick:deprecation a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:EntityProperty,
        brick:Relationship ;
    rdfs:label "Deprecation Notice"@en ;
    skos:definition "Marks a concept as deprecated" .

brick:hasLocation a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has location"@en ;
    owl:equivalentProperty rec:locatedIn ;
    owl:inverseOf brick:isLocationOf ;
    skos:definition "Subject is physically located in the location given by the object"@en .

brick:hasPoint a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has point"@en ;
    owl:equivalentProperty rec:hasPoint ;
    owl:inverseOf brick:isPointOf ;
    skos:definition "The subject has a source of telemetry identified by the object. In some systems the source of telemetry may be represented as a digital/analog input/output point"@en .

brick:hasQuantity a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has Quantity"@en ;
    rdfs:subPropertyOf qudt:hasQuantityKind .

brick:meters a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "meters"@en ;
    owl:inverseOf brick:isMeteredBy ;
    skos:definition "Indicates the entity whose consumption/production of some substance is measured by this meter."@en .

ref:BACnetReference a owl:Class,
        sh:NodeShape ;
    rdfs:label "BACnet Reference",
        "BACnet Reference"^^xsd:string ;
    rdfs:subClassOf ref:ExternalReference ;
    skos:definition "A reference to the BACnet object represented by this entity.",
        "A reference to the BACnet object represented by this entity."^^xsd:string ;
    sh:or ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EngineeringUnitsEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 0 ;
                        sh:path bacnet:units ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-identifier ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:path bacnet:description ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:minLength 1 ;
                        sh:path bacnet:object-name ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:path bacnet:object-type ],
                    [ a sh:PropertyShape ;
                        sh:datatype bacnet:Property ;
                        sh:defaultValue bacnet:Present_Value ;
                        sh:path ref:read-property ] ] [ sh:property [ a sh:PropertyShape ;
                        skos:definition "Clause Q.8 BACnet URI scheme: bacnet:// <device> / <object> [ / <property> [ / <index> ]]"^^xsd:string ;
                        sh:datatype xsd:string ;
                        sh:path ref:BACnetURI ] ] ),
        ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:path bacnet:object-type ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:path bacnet:description ],
                    [ a sh:PropertyShape ;
                        sh:class bacnet:EngineeringUnitsEnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 0 ;
                        sh:path bacnet:units ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:minLength 1 ;
                        sh:path bacnet:object-name ],
                    [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:minCount 1 ;
                        sh:path bacnet:object-identifier ],
                    [ a sh:PropertyShape ;
                        sh:datatype bacnet:Property ;
                        sh:defaultValue bacnet:Present_Value ;
                        sh:path ref:read-property ] ] [ sh:property [ a sh:PropertyShape ;
                        skos:definition "Clause Q.8 BACnet URI scheme: bacnet:// <device> / <object> [ / <property> [ / <index> ]]" ;
                        sh:datatype xsd:string ;
                        sh:path ref:BACnetURI ] ] ) ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:BACnetDevice ;
            sh:minCount 1 ;
            sh:path bacnet:objectOf ],
        [ a sh:PropertyShape ;
            sh:class bacnet:BACnetDevice ;
            sh:minCount 1 ;
            sh:path bacnet:objectOf ] .

ref:IFCReference a owl:Class,
        sh:NodeShape ;
    rdfs:label "Industry Foundation Classes Reference",
        "Industry Foundation Classes Reference"^^xsd:string ;
    rdfs:subClassOf ref:ExternalReference ;
    skos:definition "A reference to an entity in an IFC project which may contain additional metadata about this entity.",
        "A reference to an entity in an IFC project which may contain additional metadata about this entity."^^xsd:string ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "Reference to an IFC Project object, containing the project ID"^^xsd:string ;
            sh:class ref:ifcProject ;
            sh:minCount 1 ;
            sh:path ref:hasIfcProjectReference ],
        [ a sh:PropertyShape ;
            skos:definition "The global ID of the entity in the IFC project"^^xsd:string ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path ref:ifcGlobalID ],
        [ a sh:PropertyShape ;
            skos:definition "Name of the entity in IFC"^^xsd:string ;
            sh:datatype xsd:string ;
            sh:path ref:ifcName ],
        [ a sh:PropertyShape ;
            skos:definition "Name of the entity in IFC" ;
            sh:datatype xsd:string ;
            sh:path ref:ifcName ],
        [ a sh:PropertyShape ;
            skos:definition "The global ID of the entity in the IFC project" ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path ref:ifcGlobalID ],
        [ a sh:PropertyShape ;
            skos:definition "Reference to an IFC Project object, containing the project ID" ;
            sh:class ref:ifcProject ;
            sh:minCount 1 ;
            sh:path ref:hasIfcProjectReference ] .

bsh:AreaShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:in ( unit:FT2 unit:M2 ) ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:hasUnit ],
        [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:or bsh:NumericValue ;
            sh:path brick:value ] .

bsh:PowerQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "The ambient temperature at which the power input was measured" ;
            sh:class bsh:TemperatureShape ;
            sh:path brick:ambientTemperatureOfMeasurement ] .

tag:Aid a brick:Tag ;
    rdfs:label "Aid"@en .

tag:Array a brick:Tag ;
    rdfs:label "Array"@en .

tag:Blind a brick:Tag ;
    rdfs:label "Blind"@en .

tag:Bulb a brick:Tag ;
    rdfs:label "Bulb"@en .

tag:CRAC a brick:Tag ;
    rdfs:label "CRAC"@en .

tag:Camera a brick:Tag ;
    rdfs:label "Camera"@en .

tag:Circuit a brick:Tag ;
    rdfs:label "Circuit"@en .

tag:Collector a brick:Tag ;
    rdfs:label "Collector"@en .

tag:Color a brick:Tag ;
    rdfs:label "Color"@en .

tag:Computer a brick:Tag ;
    rdfs:label "Computer"@en .

tag:Conductivity a brick:Tag ;
    rdfs:label "Conductivity"@en .

tag:Cooled a brick:Tag ;
    rdfs:label "Cooled"@en .

tag:Core a brick:Tag ;
    rdfs:label "Core"@en .

tag:Correlated a brick:Tag ;
    rdfs:label "Correlated"@en .

tag:Count a brick:Tag ;
    rdfs:label "Count"@en .

tag:Cycle a brick:Tag ;
    rdfs:label "Cycle"@en .

tag:Deck a brick:Tag ;
    rdfs:label "Deck"@en .

tag:Deionised a brick:Tag ;
    rdfs:label "Deionised"@en .

tag:Delay a brick:Tag ;
    rdfs:label "Delay"@en .

tag:Derivative a brick:Tag ;
    rdfs:label "Derivative"@en .

tag:Direct a brick:Tag ;
    rdfs:label "Direct"@en .

tag:Drive a brick:Tag ;
    rdfs:label "Drive"@en .

tag:Duration a brick:Tag ;
    rdfs:label "Duration"@en .

tag:Economizer a brick:Tag ;
    rdfs:label "Economizer"@en .

tag:Elevator a brick:Tag ;
    rdfs:label "Elevator"@en .

tag:Entrance a brick:Tag ;
    rdfs:label "Entrance"@en .

tag:Ethernet a brick:Tag ;
    rdfs:label "Ethernet"@en .

tag:Fluid a brick:Tag ;
    rdfs:label "Fluid"@en .

tag:Food a brick:Tag ;
    rdfs:label "Food"@en .

tag:Freeze a brick:Tag ;
    rdfs:label "Freeze"@en .

tag:Fume a brick:Tag ;
    rdfs:label "Fume"@en .

tag:Furniture a brick:Tag ;
    rdfs:label "Furniture"@en .

tag:Ground a brick:Tag ;
    rdfs:label "Ground"@en .

tag:Handler a brick:Tag ;
    rdfs:label "Handler"@en .

tag:Hood a brick:Tag ;
    rdfs:label "Hood"@en .

tag:Humidifier a brick:Tag ;
    rdfs:label "Humidifier"@en .

tag:Ice a brick:Tag ;
    rdfs:label "Ice"@en .

tag:Inside a brick:Tag ;
    rdfs:label "Inside"@en .

tag:Intake a brick:Tag ;
    rdfs:label "Intake"@en .

tag:Inverter a brick:Tag ;
    rdfs:label "Inverter"@en .

tag:Lag a brick:Tag ;
    rdfs:label "Lag"@en .

tag:Lounge a brick:Tag ;
    rdfs:label "Lounge"@en .

tag:Luminaire a brick:Tag ;
    rdfs:label "Luminaire"@en .

tag:Main a brick:Tag ;
    rdfs:label "Main"@en .

tag:Maintenance a brick:Tag ;
    rdfs:label "Maintenance"@en .

tag:Makeup a brick:Tag ;
    rdfs:label "Makeup"@en .

tag:Mechanical a brick:Tag ;
    rdfs:label "Mechanical"@en .

tag:Modulating a brick:Tag ;
    rdfs:label "Modulating"@en .

tag:Operating a brick:Tag ;
    rdfs:label "Operating"@en .

tag:Override a brick:Tag ;
    rdfs:label "Override"@en .

tag:PM1 a brick:Tag ;
    rdfs:label "PM1"@en .

tag:PM10 a brick:Tag ;
    rdfs:label "PM10"@en .

tag:PM2.5 a brick:Tag ;
    rdfs:label "PM2.5"@en .

tag:Port a brick:Tag ;
    rdfs:label "Port"@en .

tag:Pre a brick:Tag ;
    rdfs:label "Pre"@en .

tag:Reactive a brick:Tag ;
    rdfs:label "Reactive"@en .

tag:Regulator a brick:Tag ;
    rdfs:label "Regulator"@en .

tag:Relay a brick:Tag ;
    rdfs:label "Relay"@en .

tag:Rooftop a brick:Tag ;
    rdfs:label "Rooftop"@en .

tag:Server a brick:Tag ;
    rdfs:label "Server"@en .

tag:Shower a brick:Tag ;
    rdfs:label "Shower"@en .

tag:Stage a brick:Tag ;
    rdfs:label "Stage"@en .

tag:TVOC a brick:Tag ;
    rdfs:label "TVOC"@en .

tag:Torque a brick:Tag ;
    rdfs:label "Torque"@en .

tag:Tower a brick:Tag ;
    rdfs:label "Tower"@en .

tag:Transformer a brick:Tag ;
    rdfs:label "Transformer"@en .

tag:Wall a brick:Tag ;
    rdfs:label "Wall"@en .

tag:Wet a brick:Tag ;
    rdfs:label "Wet"@en .

tag:Wheel a brick:Tag ;
    rdfs:label "Wheel"@en .

tag:Wind a brick:Tag ;
    rdfs:label "Wind"@en .

rec:coordinates a owl:DatatypeProperty ;
    rdfs:label "coordinates"@en .

rec:documentation a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "documentation"@en .

rec:hasPart a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasPart"@en ;
    rdfs:subPropertyOf brick:hasPart .

rec:isFedBy a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isFedBy"@en .

rec:isPartOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isPartOf"@en ;
    rdfs:subPropertyOf brick:isPartOf .

qudtqk:AngularAcceleration a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Angular acceleration"^^xsd:string,
        "تسارع زاوي"@ar,
        "Úhlové zrychlení"@cs,
        "Winkelbeschleunigung"@de,
        "angular acceleration"@en,
        "aceleración angular"@es,
        "شتاب زاویه‌ای"@fa,
        "accélération angulaire"@fr,
        "कोणीय त्वरण"@hi,
        "accelerazione angolare"@it,
        "角加速度"@ja,
        "Pecutan bersudut"@ms,
        "Przyspieszenie kątowe"@pl,
        "aceleração angular"@pt,
        "Accelerație unghiulară"@ro,
        "Угловое ускорение"@ru,
        "Açısal ivme"@tr,
        "角加速度"@zh ;
    dcterms:description "Angular acceleration is the rate of change of angular velocity over time. Measurement of the change made in the rate of change of an angle that a spinning object undergoes per unit time. It is a vector quantity.  Also called Rotational acceleration. In SI units, it is measured in radians per second squared ($rad/s^2$), and is usually denoted by the Greek letter alpha."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-SEC2,
        unit:RAD-PER-SEC2,
        unit:REV-PER-MIN-SEC,
        unit:REV-PER-SEC2 ;
    qudt:baseCGSUnitDimensions "U/T^2"^^xsd:string ;
    qudt:baseSIUnitDimensions "$/s^2$"^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_acceleration"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD006"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD006"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ACCA> ;
    rdfs:comment "Applicable units are those of quantitykind:AngularAcceleration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseTime_Squared .

qudtqk:Distance a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Vzdálenost"@cs,
        "Entfernung"@de,
        "distance"@en,
        "distancia"@es,
        "مسافت"@fa,
        "distance"@fr,
        "distanza"@it,
        "Jarak"@ms,
        "distância"@pt,
        "uzaklık"@tr,
        "距离"@zh ;
    dcterms:description "\"Distance\" is a numerical description of how far apart objects are. "^^qudt:LatexString ;
    qudt:applicableUnit unit:MI,
        unit:MicroIN,
        unit:PT_BIG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Distance"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Distance\" is a numerical description of how far apart objects are. "^^xsd:string ;
    qudt:symbol "d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Distance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Length .

qudtqk:ExtentOfReaction a qudt:QuantityKind ;
    rdfs:label "Extent of Reaction"@en ;
    dcterms:description "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL,
        unit:FemtoMOL,
        unit:MOL,
        unit:NanoMOL,
        unit:PicoMOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Extent_of_reaction"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$dn_B = \\nu_B d\\xi$, where $n_B$ is the amount of substance $B$ and $\\nu_B$ is the stoichiometric number of substance $B$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\xi$"^^qudt:LatexString ;
    qudt:plainTextDescription "In physical chemistry, the \"Extent of Reaction\" is a quantity that measures the extent in which the reaction proceeds."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ExtentOfReaction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Flux a qudt:QuantityKind ;
    rdfs:label "Flux"@en ;
    dcterms:description "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]"^^qudt:LatexString ;
    qudt:applicableUnit unit:MicroM-PER-L-DAY,
        unit:NUM-PER-HA-YR,
        unit:NUM-PER-M2-DAY,
        unit:PER-M2-SEC,
        unit:PER-SEC-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Flux"^^xsd:anyURI ;
    qudt:plainTextDescription "Flux describes any effect that appears to pass or travel (whether it actually moves or not) through a surface or substance. [Wikipedia]"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Flux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Illuminance a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "شدة الضوء"@ar,
        "Осветеност"@bg,
        "Intenzita osvětlení"@cs,
        "Beleuchtungsstärke"@de,
        "illuminance"@en,
        "luminosidad"@es,
        "شدت روشنایی"@fa,
        "éclairement lumineux"@fr,
        "הארה (שטף ליחידת שטח)"@he,
        "प्रदीपन"@hi,
        "megvilágítás"@hu,
        "illuminamento"@it,
        "照度"@ja,
        "Pencahayaan"@ms,
        "natężenie oświetlenia"@pl,
        "iluminamento"@pt,
        "iluminare"@ro,
        "Освещённость"@ru,
        "osvetljenost"@sl,
        "aydınlanma şiddeti"@tr,
        "照度"@zh ;
    dcterms:description "Illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of the intensity of the incident light, wavelength-weighted by the luminosity function to correlate with human brightness perception."^^qudt:LatexString ;
    qudt:applicableUnit unit:FC,
        unit:LUX,
        unit:PHOT ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Illuminance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD062"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD062"^^xsd:anyURI ;
    qudt:latexDefinition "$E_v = \\frac{d\\Phi}{dA}$, where $d\\Phi$ is the luminous flux incident on an element of the surface with area $dA$."^^qudt:LatexString ;
    qudt:plainTextDescription "Illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of the intensity of the incident light, wavelength-weighted by the luminosity function to correlate with human brightness perception."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ILLU> ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "éclairement"@fr ;
    skos:broader qudtqk:LuminousFluxPerArea .

qudtqk:Incidence a qudt:QuantityKind ;
    rdfs:label "Incidence"@en ;
    dcterms:description "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD064"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD064"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ;
    qudt:plainTextDescription "In epidemiology, incidence is a measure of the probability of occurrence of a given medical condition in a population within a specified period of time."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Frequency .

qudtqk:InformationFlowRate a qudt:QuantityKind ;
    rdfs:label "Information flow rate"@en ;
    qudt:applicableUnit unit:HART-PER-SEC,
        unit:NAT-PER-SEC,
        unit:SHANNON-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InformationFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseEnergy a qudt:QuantityKind ;
    rdfs:label "Inverse Energy"@en ;
    qudt:applicableUnit unit:PER-J,
        unit:PER-KiloVA-HR,
        unit:PER-VA-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD156"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD156"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:InverseEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Kerma a qudt:QuantityKind ;
    rdfs:label "Kerma"@en ;
    dcterms:description "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiGRAY,
        unit:GRAY,
        unit:KiloGRAY,
        unit:MegaGRAY,
        unit:NanoGRAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kerma_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "For indirectly ionizing (uncharged) particles, $K= \\frac{dE_{tr}}{dm}$, where $dE_{tr}$ is the mean sum of the initial kinetic energies of all the charged ionizing particles liberated by uncharged ionizing particles in an element of matter, and $dm$ is the mass of that element."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Kerma\" is the sum of the initial kinetic energies of all the charged particles liberated by uncharged ionizing radiation (i.e., indirectly ionizing radiation such as photons and neutrons) in a sample of matter, divided by the mass of the sample."^^xsd:string ;
    qudt:symbol "K"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Kerma"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:LengthMass a qudt:QuantityKind ;
    rdfs:label "Length Mass"@en ;
    qudt:applicableUnit unit:GM-MilliM,
        unit:LB-IN,
        unit:M-KiloGM,
        unit:OZ-FT,
        unit:OZ-IN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LengthMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearExpansionCoefficient a qudt:QuantityKind ;
    rdfs:label "معدل التمدد الحراري الخطي"@ar,
        "linearer Ausdehnungskoeffizient"@de,
        "linear expansion coefficient"@en,
        "coeficiente de expansión térmica lineal"@es,
        "coefficient de dilatation linéique"@fr,
        "coefficiente di dilatazione lineare"@it,
        "線熱膨張係数"@ja,
        "współczynnik liniowej rozszerzalności cieplnej"@pl,
        "coeficiente de dilatação térmica linear"@pt,
        "线性热膨胀系数"@zh ;
    qudt:applicableUnit unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK,
        unit:PERCENT-PER-DecaK,
        unit:PERCENT-PER-K ;
    qudt:expression "$lnr-exp-coef$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha_l = \\frac{1}{l} \\; \\frac{dl}{dT}$, where $l$ is $length$ and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha_l$"^^qudt:LatexString ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LinearExpansionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ExpansionRatio .

qudtqk:MagneticAreaMoment a qudt:QuantityKind ;
    rdfs:label "Magnetic Area Moment"@en ;
    dcterms:description "\"Magnetic Area Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Area Moment\" is also referred to as \"Magnetic Moment\"."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-M2,
        unit:A_Ab-CentiM2,
        unit:EV-PER-T,
        unit:J-PER-T ;
    qudt:exactMatch qudtqk:MagneticMoment ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$m = I e_n A$, where $I$ is electric current in a small closed loop, $e_n$ is a unit vector perpendicular to the loop, and $A$ is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Magnetic Area Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Area Moment\" is also referred to as \"Magnetic Moment\"."^^xsd:string ;
    qudt:symbol "m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticAreaMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticMoment a qudt:QuantityKind ;
    rdfs:label "عزم مغناطيسي"@ar,
        "Magnetický dipól"@cs,
        "magnetisches Dipolmoment"@de,
        "magnetic moment"@en,
        "momento de dipolo magnético"@es,
        "دوقطبی مغناطیسی"@fa,
        "moment magnétique"@fr,
        "चुम्बकीय द्विध्रुव"@hi,
        "momento di dipolo magnetico"@it,
        "磁気双極子"@ja,
        "Momen magnetik"@ms,
        "dipol magnetyczny"@pl,
        "momento de dipolo magnético"@pt,
        "Магнитный момент"@ru,
        "Manyetik moment"@tr,
        "磁偶极"@zh ;
    dcterms:description "\"Magnetic Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Moment\" is also referred to as \"Magnetic Area Moment\", and is not to be confused with Magnetic Dipole Moment."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-M2,
        unit:A_Ab-CentiM2,
        unit:EV-PER-T,
        unit:J-PER-T ;
    qudt:exactMatch qudtqk:MagneticAreaMoment ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD097"^^xsd:string,
        "0112/2///62720#UAD101"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-49"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD097"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD101"^^xsd:anyURI,
        "https://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ;
    qudt:latexDefinition "$m = I e_n A$, where $I$ is electric current in a small closed loop, $e_n$ is a unit vector perpendicular to the loop, and $A$ is the area of the loop. The magnetic moment of a substance within a domain is the vector sum of the magnetic moments of all entities included in the domain."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Magnetic Moment\", for a magnetic dipole, is a vector quantity equal to the product of the current, the loop area, and the unit vector normal to the loop plane, the direction of which corresponds to the loop orientation. \"Magnetic Moment\" is also referred to as \"Magnetic Area Moment\", and is not to be confused with Magnetic Dipole Moment."^^xsd:string ;
    qudt:symbol "m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticMoment"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "giromagnetic moment"@en,
        "moment giromagnétique"@fr,
        "momen giromagnetik"@ms .

qudtqk:MagneticQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Magnetic Quantum Number"@en ;
    dcterms:description "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Magnetic Quantum Number\" describes the specific orbital (or \"cloud\") within that subshell, and yields the projection of the orbital angular momentum along a specified axis."^^xsd:string ;
    qudt:symbol "m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:QuantumNumber ;
    skos:closeMatch qudtqk:OrbitalAngularMomentumQuantumNumber,
        qudtqk:PrincipalQuantumNumber,
        qudtqk:SpinQuantumNumber .

qudtqk:MassAttenuationCoefficient a qudt:QuantityKind ;
    rdfs:label "Mass Attenuation Coefficient"@en ;
    dcterms:description "\"Mass Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per unit mass."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2-PER-GM,
        unit:M2-PER-GM,
        unit:M2-PER-GM_DRY,
        unit:M2-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD105"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_attenuation_coefficient"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD105"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu_m = \\frac{\\mu}{\\rho}$, where $\\mu$ is the linear attenuation coefficient and $\\rho$ is the mass density of the medium."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu_m$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Mass Attenuation Coefficient\" is a measurement of how strongly a chemical species or substance absorbs or scatters light at a given wavelength, per unit mass."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassAttenuationCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassicActivity a qudt:QuantityKind ;
    rdfs:label "Massic Activity"@en ;
    dcterms:description "\"Massic Activity\" is the activity divided by the total mass of the sample."^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ-PER-KiloGM,
        unit:CI-PER-KiloGM,
        unit:KiloBQ-PER-KiloGM,
        unit:MegaBQ-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD110"^^xsd:string ;
    qudt:informativeReference "http://www.encyclo.co.uk/define/massic%20activity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD110"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Massic Activity\" is the activity divided by the total mass of the sample."^^xsd:string ;
    qudt:symbol "a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassicActivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MeanMassRange a qudt:QuantityKind ;
    rdfs:label "Mean Mass Range"@en ;
    dcterms:description "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material."^^qudt:LatexString ;
    qudt:applicableUnit unit:GM-PER-MilliM2,
        unit:KiloGM-PER-M2,
        unit:LB-PER-IN2,
        unit:LB-PER-YD2,
        unit:OZ-PER-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:informativeReference "http://goldbook.iupac.org/M03783.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$R_\\rho = R\\rho$, where $R$ is the mean linear range and $\\rho$ is the mass density of the sample."^^qudt:LatexString ;
    qudt:latexSymbol "$R_\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Mean Mass Range\" is the mean linear range multiplied by the mass density of the material."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MeanMassRange"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarRefractivity a qudt:QuantityKind ;
    rdfs:label "Molar Refractivity"@en ;
    dcterms:description "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-MOL,
        unit:DeciM3-PER-MOL,
        unit:L-PER-MOL,
        unit:L-PER-MicroMOL,
        unit:M3-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:plainTextDescription "A quantity kind that is a measure of the total polarizability of a mole of substance that depends on the temperature, the index of refraction and the pressure."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarRefractivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MolarVolume a qudt:QuantityKind ;
    rdfs:label "حجم مولي"@ar,
        "molární objem"@cs,
        "Molvolumen"@de,
        "molar volume"@en,
        "volumen molar"@es,
        "حجم مولی"@fa,
        "volume molaire"@fr,
        "volume molare"@it,
        "モル体積"@ja,
        "Isipadu molar"@ms,
        "volume molar"@pl,
        "volume molar"@pt,
        "volum molar"@ro,
        "Молярный объём"@ru,
        "molski volumen"@sl,
        "molar hacim"@tr,
        "摩尔体积"@zh ;
    dcterms:description "The molar volume, symbol $V_m$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass ($M$) divided by the mass density ($\\rho$). It has the SI unit cubic metres per mole ($m^{1}/mol$). For ideal gases, the molar volume is given by the ideal gas equation: this is a good approximation for many common gases at standard temperature and pressure. For crystalline solids, the molar volume can be measured by X-ray crystallography."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-MOL,
        unit:DeciM3-PER-MOL,
        unit:L-PER-MOL,
        unit:L-PER-MicroMOL,
        unit:M3-PER-MOL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_volume"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD127"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molar_volume"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD127"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$V_m = \\frac{V}{n}$, where $V$ is volume and $n$ is amount of substance."^^qudt:LatexString ;
    qudt:symbol "V_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "molares Volumen"@de,
        "stoffmengenbezogenes Volumen"@de .

qudtqk:Permeability a qudt:QuantityKind ;
    rdfs:label "Permeability"@en ;
    qudt:applicableUnit unit:H-PER-M,
        unit:H_Stat-PER-CentiM,
        unit:MicroH-PER-M,
        unit:NanoH-PER-M ;
    qudt:exactMatch qudtqk:ElectromagneticPermeability ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD134"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD134"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/PRME> ;
    rdfs:comment "Applicable units are those of quantitykind:Permeability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PrincipalQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Principal Quantum Number"@en ;
    dcterms:description "The \"Principal Quantum Number\" describes the electron shell, or energy level, of an atom. The value of $n$ ranges from 1 to the shell containing the outermost electron of that atom."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PrincipalQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:QuantumNumber ;
    skos:closeMatch qudtqk:MagneticQuantumNumber,
        qudtqk:OrbitalAngularMomentumQuantumNumber,
        qudtqk:SpinQuantumNumber .

qudtqk:SecondAxialMomentOfArea a qudt:QuantityKind ;
    rdfs:label "Second Axial Moment of Area"@en ;
    dcterms:description "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM4,
        unit:FT4,
        unit:IN4,
        unit:M4,
        unit:MilliM4 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD165"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD165"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$I_a = \\int r^2_Q dA$, where $r_Q$ is the radial distance from a $Q-axis$ and $A$ is area."^^qudt:LatexString ;
    qudt:plainTextDescription "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SecondAxialMomentOfArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SecondMomentOfArea a qudt:QuantityKind ;
    rdfs:label "Flächenträgheitsmoment"@de,
        "second moment of area"@en,
        "segundo momento de érea"@es,
        "گشتاور دوم سطح"@fa,
        "moment quadratique"@fr,
        "क्षेत्रफल का द्वितीय आघूर्ण"@hi,
        "secondo momento di area"@it,
        "断面二次モーメント"@ja,
        "Geometryczny moment bezwładności"@pl,
        "Segundo momento de área"@pt,
        "截面二次轴矩"@zh ;
    dcterms:description "The second moment of area is a property of a physical object that can be used to predict its resistance to bending and deflection. The deflection of an object under load depends not only on the load, but also on the geometry of the object's cross-section."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM4,
        unit:FT4,
        unit:IN4,
        unit:M4,
        unit:MilliM4 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI ;
    qudt:plainTextDescription "The second moment of area is a property of a physical object that can be used to predict its resistance to bending and deflection. The deflection of an object under load depends not only on the load, but also on the geometry of the object's cross-section."^^xsd:string ;
    qudt:symbol "J"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SecondMomentOfArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "momento de inércia de área"@pt .

qudtqk:SecondPolarMomentOfArea a qudt:QuantityKind ;
    rdfs:label "Second Polar Moment of Area"@en ;
    dcterms:description "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM4,
        unit:FT4,
        unit:IN4,
        unit:M4,
        unit:MilliM4 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD166"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Second_moment_of_area"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD166"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$I_p = \\int r^2_Q dA$, where $r_Q$ is the radial distance from a $Q-axis$ and $A$ is area."^^qudt:LatexString ;
    qudt:plainTextDescription "The moment of inertia, also called mass moment of inertia, rotational inertia, polar moment of inertia of mass, or the angular mass is a property of a distribution of mass in space that measures its resistance to rotational acceleration about an axis."^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SecondPolarMomentOfArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalResistance a qudt:QuantityKind ;
    rdfs:label "مقاومة حرارية"@ar,
        "opór cieplny"@cs,
        "thermischer Widerstand"@de,
        "thermal resistance"@en,
        "resistencia térmica"@es,
        "résistance thermique"@fr,
        "resistenza termica"@it,
        "熱抵抗"@ja,
        "resistência térmica"@pt,
        "热阻"@zh ;
    dcterms:description "$\\textit{Thermal Resistance}$ is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. the thermodynamic temperature difference divided by heat flow rate. Thermal resistance $R$ has the units $\\frac{m^2 \\cdot K}{W}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_F-HR-PER-BTU_IT,
        unit:DEG_F-HR-PER-BTU_TH,
        unit:DEG_F-SEC-PER-BTU_IT,
        unit:DEG_F-SEC-PER-BTU_TH,
        unit:K-PER-W ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_resistance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD193"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_resistance"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD193"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalResistance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:HeatFlowRate,
        qudtqk:ThermalInsulance,
        qudtqk:ThermodynamicTemperature ;
    skos:altLabel "Wärmewiderstand"@de .

qudtqk:Thrust a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Thrust"@en ;
    dcterms:description """Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system.
The pushing or pulling force developed by an aircraft engine or a rocket engine.
The force exerted in any direction by a fluid jet or by a powered screw, as, the thrust of an antitorque rotor.
Specifically, in rocketry, $ F\\,= m\\cdot v$ where m is propellant mass flow and v is exhaust velocity relative to the vehicle. Also called momentum thrust."""^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thrust"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:plainTextDescription "Thrust is a reaction force described quantitatively by Newton's Second and Third Laws. When a system expels or accelerates mass in one direction the accelerated mass will cause a proportional but opposite force on that system."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Force .

qudtqk:TimeTemperature a qudt:QuantityKind ;
    rdfs:label "Time Temperature"@en ;
    qudt:applicableUnit unit:DEG_C-WK,
        unit:DEG_F-HR,
        unit:K-DAY,
        unit:K-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:TimeTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TorquePerAngle a qudt:QuantityKind ;
    rdfs:label "Torque per Angle"@en ;
    qudt:applicableUnit unit:N-M-PER-ARCMIN,
        unit:N-M-PER-DEG,
        unit:N-M-PER-MIN_Angle,
        unit:N-M-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TorquePerAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:TorsionalSpringConstant a qudt:QuantityKind ;
    rdfs:label "Federkonstante Drehfeder"@de,
        "torsional spring constant"@en ;
    dcterms:description "ratio between the turning moment for elastic deformation of a torsion spring and the related angle of rotation"@en ;
    qudt:applicableUnit unit:KiloN-M-PER-DEG,
        unit:N-M-PER-ARCMIN,
        unit:N-M-PER-DEG,
        unit:N-M-PER-MIN_Angle,
        unit:N-M-PER-RAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Torsion_spring"^^xsd:anyURI ;
    qudt:plainTextDescription "A torsional spring constant is a measure of the stiffness of a torsional spring, which is a type of spring that experiences twisting or torque rather than compression or extension. It is typically measured in newton-meters per radian (N·m/rad) and is used to calculate the amount of torque required to twist a spring a certain amount. It is related to the spring's geometry, material properties, and manufacturing process."^^xsd:string,
        "Quotient Drehmoment zur elastischen Verformung einer Drehfeder durch den zugehörigen Drehwinkel"@de ;
    qudt:symbol "0173-1#Z4-BAJ448#002"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TorsionalSpringConstant"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumetricHeatCapacity a qudt:QuantityKind ;
    rdfs:label "Volumetric Heat Capacity"@en ;
    dcterms:description "$\\textit{Volumetric Heat Capacity (VHC)}$, also termed $\\textit{volume-specific heat capacity}$, describes the ability of a given volume of a substance to store internal energy while undergoing a given temperature change, but without undergoing a phase transition. It is different from specific heat capacity in that the VHC is a $\\textit{per unit volume}$ measure of the relationship between thermal energy and temperature of a material, while the specific heat is a $\\textit{per unit mass}$ measure (or occasionally per molar quantity of the material)."^^qudt:LatexString ;
    qudt:applicableUnit unit:CAL_TH-PER-CentiM3-K,
        unit:J-PER-CentiM3-K,
        unit:J-PER-M3-K,
        unit:LB_F-PER-IN2-DEG_F,
        unit:MilliBAR-PER-K ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Volumetric_heat_capacity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Volumetric_heat_capacity"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:VolumetricHeatCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:ANGSTROM3 a qudt:Unit ;
    rdfs:label "Cubic Angstrom"@en,
        "Cubic Angstrom"@en-us ;
    dcterms:description "A unit that is a non-SI unit, specifically a CGS unit,  of polarizability known informally as polarizability volume.  The SI defined units for polarizability are C*m^2/V and can be converted to $Angstr\\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.000000000000000000000000000001 ;
    qudt:conversionMultiplierSN 1e-30 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:ANGSTROM ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:symbol "Å³"^^xsd:string ;
    qudt:ucumCode "Ao3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A_Ab a qudt:Unit ;
    rdfs:label "Abampere"@en ;
    dcterms:description """
  The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). 
  One $abampere$ is equal to ten amperes in the SI system of units. 
  An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart,
   a force of 2 dynes per centimetre between the two conductors.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Abampere"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:exactMatch unit:BIOT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Abampere?oldid=489318583"^^xsd:anyURI,
        "http://wordinfo.info/results/abampere"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13?rskey=i2kRRz"^^xsd:anyURI ;
    qudt:latexDefinition "$1\\,abA = 10\\,A$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> ;
    qudt:plainTextDescription "The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors."^^xsd:string ;
    qudt:scalingOf unit:A ;
    qudt:symbol "abA"^^xsd:string ;
    qudt:ucumCode "Bi"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "biot"^^xsd:string .

unit:BBL_US a qudt:Unit ;
    rdfs:label "Barrel (US)"@en ;
    dcterms:description "unit of the volume for crude oil according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1589873 ;
    qudt:conversionMultiplierSN 1.589873e-01 ;
    qudt:exactMatch unit:BBL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA334"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume for crude oil according to the Anglo-American system of units"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "bbl{US petroleum}"^^xsd:string ;
    qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "bbl"^^xsd:string ;
    qudt:uneceCommonCode "BLL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BFT a qudt:Unit ;
    rdfs:label "Beaufort"@en ;
    dcterms:description "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Speed ;
    qudt:iec61360Code "0112/2///62720#UAA110"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA110"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^xsd:string ;
    qudt:symbol "Beufort"^^xsd:string ;
    qudt:uneceCommonCode "M19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "British Thermal Unit (thermochemical) per Hour"@en ;
    dcterms:description "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.2929 ;
    qudt:conversionMultiplierSN 2.929e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate ;
    qudt:iec61360Code "0112/2///62720#UAA124"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA124"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^xsd:string ;
    qudt:symbol "Btu{th}/h"^^xsd:string ;
    qudt:ucumCode "[Btu_th].h-1"^^qudt:UCUMcs,
        "[Btu_th]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_UK a qudt:Unit ;
    rdfs:label "bushel (UK)"@en ;
    dcterms:description "A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.03636872 ;
    qudt:conversionMultiplierSN 3.636872e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAA344"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA344"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "bsh{UK}"^^xsd:string ;
    qudt:ucumCode "[bu_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "BUI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "cubic centimetre"@en,
        "cubic centimeter"@en-us ;
    dcterms:description "The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:expression "$cubic-cm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA385"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA385"^^xsd:anyURI ;
    qudt:symbol "cm³"^^xsd:string ;
    qudt:ucumCode "cm3"^^qudt:UCUMcs ;
    qudt:udunitsCode "cc"^^xsd:string ;
    qudt:uneceCommonCode "CMQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM3-PER-GM a qudt:Unit ;
    rdfs:label "Cubic Centimetres per Gram"@en,
        "Cubic Centimeters per Gram"@en-us ;
    dcterms:description "Cubic Centimeter per Gram is a unit in the category of Specific Volume."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:exactMatch unit:MilliL-PER-GM ;
    qudt:expression "$cm3/g$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:iec61360Code "0112/2///62720#UAD918"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD918"^^xsd:anyURI ;
    qudt:symbol "cm³/g"^^xsd:string ;
    qudt:ucumCode "cm3.g-1"^^qudt:UCUMcs,
        "cm3/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiMOL a qudt:Unit ;
    rdfs:label "CentiMole"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance,
        qudtqk:ExtentOfReaction ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "cmol"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DecaL a qudt:Unit ;
    rdfs:label "Decalitre"@en,
        "Decalitre"@en-us ;
    dcterms:description "10-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB115"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB115"^^xsd:anyURI ;
    qudt:plainTextDescription "10-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "daL"^^xsd:string ;
    qudt:ucumCode "daL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DecaM3 a qudt:Unit ;
    rdfs:label "Cubic Decametre"@en,
        "Cubic Decameter"@en-us ;
    dcterms:description "1 000-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:DecaM ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB179"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB179"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the power of the SI base unit metre by exponent 3"^^xsd:string ;
    qudt:symbol "dam³"^^xsd:string ;
    qudt:ucumCode "dam3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DMA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB_A a qudt:Unit ;
    rdfs:label "decibel with A-weighting"^^xsd:string ;
    dcterms:description "unit of sound pressure level with frequency weighting A"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundExposureLevel,
        qudtqk:SoundPowerLevel,
        qudtqk:SoundPressureLevel,
        qudtqk:SoundReductionIndex ;
    qudt:iec61360Code "0112/2///62720#UAD893"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD893"^^xsd:anyURI ;
    qudt:symbol "dB(A)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB_ISO a qudt:Unit ;
    rdfs:label "decibel isotropic"^^xsd:string ;
    dcterms:description "antenna gain of a transmitted or received signal"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundExposureLevel,
        qudtqk:SoundPowerLevel,
        qudtqk:SoundPressureLevel,
        qudtqk:SoundReductionIndex ;
    qudt:iec61360Code "0112/2///62720#UAD889"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD889"^^xsd:anyURI ;
    qudt:symbol "dBi"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB_Z a qudt:Unit ;
    rdfs:label "decibel with Z-weighting"^^xsd:string ;
    dcterms:description "unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundExposureLevel,
        qudtqk:SoundPowerLevel,
        qudtqk:SoundPressureLevel,
        qudtqk:SoundReductionIndex ;
    qudt:iec61360Code "0112/2///62720#UAD895"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD895"^^xsd:anyURI ;
    qudt:symbol "dB(Z)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExbiBIT a qudt:Unit ;
    rdfs:label "ExbiBIT"^^xsd:string ;
    qudt:conversionMultiplier 105997109765220669.31955729727572719389968124346368 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exbi> ;
    qudt:scalingOf unit:BIT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FBM a qudt:Unit ;
    rdfs:label "Board Foot"@en ;
    dcterms:description "The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00236 ;
    qudt:conversionMultiplierSN 2.36e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "BDFT"^^xsd:string ;
    qudt:ucumCode "[bf_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "BFT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FC a qudt:Unit ;
    rdfs:label "Foot Candle"@en ;
    dcterms:description "\"Foot Candle\" is a unit for  'Luminous Flux Per Area' expressed as $fc$."^^qudt:LatexString ;
    qudt:conversionMultiplier 10.764 ;
    qudt:conversionMultiplierSN 1.0764e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Foot-candle"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousFluxPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB256"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB256"^^xsd:anyURI ;
    qudt:scalingOf unit:CD-PER-M2 ;
    qudt:symbol "fc"^^xsd:string ;
    qudt:uneceCommonCode "P27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3-PER-MIN-FT2 a qudt:Unit ;
    rdfs:label "Cubic Foot per Minute Square Foot"@en ;
    dcterms:description "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00508 ;
    qudt:conversionMultiplierSN 5.08e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Speed ;
    qudt:iec61360Code "0112/2///62720#UAB086"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB086"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^xsd:string ;
    qudt:symbol "ft³/(min·ft²)"^^xsd:string ;
    qudt:ucumCode "[cft_i].min-1.[sft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoL a qudt:Unit ;
    rdfs:label "Femtolitre"@en,
        "Femtolitre"@en-us ;
    dcterms:description "0.000000000000001-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:plainTextDescription "0.000000000000001-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "fL"^^xsd:string ;
    qudt:ucumCode "fL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoMOL a qudt:Unit ;
    rdfs:label "FemtoMole"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance,
        qudtqk:ExtentOfReaction ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "fmol"^^xsd:string ;
    qudt:ucumCode "fmol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GALILEO a qudt:Unit ;
    rdfs:label "Galileo"@en ;
    dcterms:description "The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gal"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB042"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gal?oldid=482010741"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB042"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> ;
    qudt:plainTextDescription "CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s"^^xsd:string ;
    qudt:symbol "Gal"^^xsd:string ;
    qudt:ucumCode "Gal"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAY-PER-HR a qudt:Unit ;
    rdfs:label "gray per hour"^^xsd:string ;
    dcterms:description "SI derived unit gray divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GRAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB476"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB476"^^xsd:anyURI ;
    qudt:symbol "Gy/h"^^xsd:string ;
    qudt:ucumCode "Gy.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAY-PER-MIN a qudt:Unit ;
    rdfs:label "gray per minute"^^xsd:string ;
    dcterms:description "SI derived unit gray divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GRAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB472"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB472"^^xsd:anyURI ;
    qudt:symbol "Gy/min"^^xsd:string ;
    qudt:ucumCode "Gy.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAY-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Gray per Second"@en ;
    dcterms:description "\"Gray per Second\" is a unit for  'Absorbed Dose Rate' expressed as $Gy/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$Gy/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAA164"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA164"^^xsd:anyURI ;
    qudt:symbol "Gy/s"^^xsd:string ;
    qudt:ucumCode "Gy.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GT a qudt:Unit ;
    rdfs:label "Gross Tonnage"@en ;
    dcterms:description "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ;
    qudt:latexDefinition "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^qudt:LatexString ;
    qudt:plainTextDescription "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces."^^xsd:string ;
    qudt:symbol "G.T."^^xsd:string ;
    qudt:ucumCode "t{gross}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    rdfs:seeAlso unit:TON_Register .

unit:HZ-M a qudt:Unit ;
    rdfs:label "Hertz Metre"@en,
        "Hertz Meter"@en-us ;
    dcterms:description """$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HZ ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Speed ;
    qudt:iec61360Code "0112/2///62720#UAA171"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA171"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit hertz and the SI base unit metre"^^xsd:string ;
    qudt:symbol "Hz·m"^^xsd:string ;
    qudt:ucumCode "Hz.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoL a qudt:Unit ;
    rdfs:label "Hectolitre"@en,
        "Hectolitre"@en-us ;
    dcterms:description "100-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA533"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA533"^^xsd:anyURI ;
    qudt:plainTextDescription "100-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Hecto> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "hL"^^xsd:string ;
    qudt:ucumCode "hL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HLT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Inch"@en ;
    dcterms:description "The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000016387064 ;
    qudt:conversionMultiplierSN 1.638706e-05 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$in^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA549"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA549"^^xsd:anyURI ;
    qudt:symbol "in³"^^xsd:string ;
    qudt:ucumCode "[cin_i]"^^qudt:UCUMcs,
        "[in_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "INQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "جول ثانية"@ar,
        "joule sekunda"@cs,
        "Joulesekunde"@de,
        "joule second"@en,
        "julio segundo"@es,
        "ژول ثانیه"@fa,
        "joule-seconde"@fr,
        "जूल सैकण्ड"@hi,
        "joule per secondo"@it,
        "ジュール秒"@ja,
        "joule saat"@ms,
        "dżulosekunda"@pl,
        "joule-segundo"@pt,
        "joule-secundă"@ro,
        "джоуль-секунда"@ru,
        "joule sekunda"@sl,
        "joule saniye"@tr,
        "焦耳秒"@zh ;
    dcterms:description """
  The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. 
  The joule-second is the unit used for Planck's constant.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Action,
        qudtqk:AngularImpulse,
        qudtqk:AngularMomentum ;
    qudt:iec61360Code "0112/2///62720#UAB151"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151"^^xsd:anyURI ;
    qudt:symbol "J·s"^^xsd:string ;
    qudt:ucumCode "J.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "KiloCoulomb"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA563"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA563"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "kC"^^xsd:string ;
    qudt:ucumCode "kC"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:KiloCAL-PER-MOL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Mole"@en ;
    dcterms:description "The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion</p>."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:expression "$kcal/mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ] ;
    qudt:hasQuantityKind qudtqk:MolarEnergy ;
    qudt:symbol "kcal/mol"^^xsd:string ;
    qudt:ucumCode "kcal.mol-1"^^qudt:UCUMcs,
        "kcal/mol"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_IT a qudt:Unit ;
    rdfs:label "Kilocalorie (international Table)"@en ;
    dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4186.8 ;
    qudt:conversionMultiplierSN 4.1868e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA589"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA589"^^xsd:anyURI ;
    qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:CAL_IT ;
    qudt:symbol "kcal{IT}"^^xsd:string ;
    qudt:ucumCode "kcal_IT"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-CentiM2 a qudt:Unit ;
    rdfs:label "Kilogram Square Centimetre"@en,
        "Kilogram Square Centimeter"@en-us ;
    dcterms:description "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:MomentOfInertia,
        qudtqk:RotationalMass ;
    qudt:iec61360Code "0112/2///62720#UAA600"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA600"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "kg·cm²"^^xsd:string ;
    qudt:ucumCode "kg.cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "كيلوغرام متر مربع"@ar,
        "kilogram čtvereční metr"@cs,
        "Kilogramm mal Quadratmeter"@de,
        "kilogram square metre"@en,
        "Kilogram Square Meter"@en-us,
        "kilogramo metro cuadrado"@es,
        "نیوتون متر مربع"@fa,
        "kilogramme-mètre carré"@fr,
        "किलोग्राम वर्ग मीटर"@hi,
        "chilogrammo metro quadrato"@it,
        "キログラム平方メートル"@ja,
        "kilogram meter persegi"@ms,
        "quilograma-metro quadrado"@pt,
        "kilogram-metru pătrat"@ro,
        "килограмм-квадратный метр"@ru,
        "kilogram metrekare"@tr,
        "千克平方米"@zh ;
    dcterms:description "\"Kilogram Square Meter\" is a unit for  'Moment Of Inertia' expressed as $kg-m^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg-m2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:MomentOfInertia,
        qudtqk:RotationalMass ;
    qudt:iec61360Code "0112/2///62720#UAA622"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA622"^^xsd:anyURI ;
    qudt:symbol "kg·m²"^^xsd:string ;
    qudt:ucumCode "kg.m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-MilliM2 a qudt:Unit ;
    rdfs:label "Kilogram Square Millimetre"@en,
        "Kilogram Square Millimeter"@en-us ;
    dcterms:description "product of the SI base kilogram and the  0.001-fold of the power of the SI base metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:MomentOfInertia,
        qudtqk:RotationalMass ;
    qudt:iec61360Code "0112/2///62720#UAA627"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA627"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI base kilogram and the  0.001-fold of the power of the SI base metre with the exponent 2"^^xsd:string ;
    qudt:symbol "kg·mm²"^^xsd:string ;
    qudt:ucumCode "kg.mm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-MOL a qudt:Unit ;
    rdfs:label "Kilojoule per Mole"@en ;
    dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ] ;
    qudt:hasQuantityKind qudtqk:MolarEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA572"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA572"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^xsd:string ;
    qudt:symbol "kJ/mol"^^xsd:string ;
    qudt:ucumCode "kJ.mol-1"^^qudt:UCUMcs,
        "kJ/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloT a qudt:Unit ;
    rdfs:label "kilotesla"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit tesla"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticField,
        qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAB385"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB385"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:T ;
    qudt:symbol "kT"^^xsd:string ;
    qudt:uneceCommonCode "P13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW-PER-M2-K a qudt:Unit ;
    rdfs:label "kilowatt per square metre kelvin"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloW ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer,
        qudtqk:CombinedNonEvaporativeHeatTransferCoefficient,
        qudtqk:SurfaceCoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAB456"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB456"^^xsd:anyURI ;
    qudt:symbol "kW/(m²·K)"^^xsd:string ;
    qudt:ucumCode "kW.m-2.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LANGLEY a qudt:Unit ;
    rdfs:label "langley"^^xsd:string ;
    dcterms:description "[CGS] unit of the areal-related energy transmission (as a measure of the incendent quantity of heat of solar radiation on the earth's surface)"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:EnergyFluence,
        qudtqk:EnergyPerArea,
        qudtqk:RadiantFluence ;
    qudt:iec61360Code "0112/2///62720#UAB296"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB296"^^xsd:anyURI ;
    qudt:symbol "Ly"^^xsd:string ;
    qudt:uneceCommonCode "P40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-FT2 a qudt:Unit ;
    rdfs:label "Pound Mass (avoirdupois) Square Foot"@en ;
    dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.04214011 ;
    qudt:conversionMultiplierSN 4.214011e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MomentOfInertia,
        qudtqk:RotationalMass ;
    qudt:iec61360Code "0112/2///62720#UAA671"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA671"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:symbol "lbm·ft²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[sft_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-IN2 a qudt:Unit ;
    rdfs:label "Pound Mass (avoirdupois) Square Inch"@en ;
    dcterms:description "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0002926397 ;
    qudt:conversionMultiplierSN 2.926397e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:MomentOfInertia,
        qudtqk:RotationalMass ;
    qudt:iec61360Code "0112/2///62720#UAA672"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA672"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^xsd:string ;
    qudt:symbol "lbm·in²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[sin_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-IN2 a qudt:Unit ;
    rdfs:label "Pound (avoirdupois) per Square Inch"@en ;
    dcterms:description "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 703.06957963916 ;
    qudt:conversionMultiplierSN 7.030696e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea,
        qudtqk:MeanMassRange,
        qudtqk:SurfaceDensity ;
    qudt:iec61360Code "0112/2///62720#UAB137"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB137"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:symbol "lbm/in²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[sin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Metre per Second"@en,
        "Cubic Meter per Second"@en-us ;
    dcterms:description "A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{3}/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:RecombinationCoefficient,
        qudtqk:SoundVolumeVelocity,
        qudtqk:VolumeFlowRate,
        qudtqk:VolumePerTime ;
    qudt:iec61360Code "0112/2///62720#UAA772"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA772"^^xsd:anyURI ;
    qudt:symbol "m³/s"^^xsd:string ;
    qudt:ucumCode "m3.s-1"^^qudt:UCUMcs,
        "m3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MQS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Mile"@en ;
    dcterms:description "A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4168181830.0 ;
    qudt:conversionMultiplierSN 4.168182e+09 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$mi^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MI ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:symbol "mi³"^^xsd:string ;
    qudt:ucumCode "[mi_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MegaCoulomb"@en ;
    dcterms:description "A MegaCoulomb is $10^{6} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA206"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA206"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "MC"^^xsd:string ;
    qudt:ucumCode "MC"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:MegaGM-PER-HA a qudt:Unit ;
    rdfs:label "Megagram per Hectare"@en,
        "Megagram per Hectare"@en-us ;
    dcterms:description "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:exactMatch unit:TONNE-PER-HA,
        unit:TON_Metric-PER-HA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "Mg/ha"^^xsd:string ;
    qudt:ucumCode "Mg.har-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaHZ-M a qudt:Unit ;
    rdfs:label "Megahertz Metre"@en,
        "Megahertz Meter"@en-us ;
    dcterms:description "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaHZ ] ;
    qudt:hasQuantityKind qudtqk:Speed ;
    qudt:iec61360Code "0112/2///62720#UAA210"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA210"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1,000,000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "m·MHz"^^xsd:string ;
    qudt:ucumCode "MHz.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaL a qudt:Unit ;
    rdfs:label "Megalitre"@en,
        "Megalitre"@en-us ;
    dcterms:description "1 000 000-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB112"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB112"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "ML"^^xsd:string ;
    qudt:ucumCode "ML"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MAL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MicroCoulomb"@en ;
    dcterms:description "A MicroCoulomb is $10^{-6} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA059"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA059"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "μC"^^xsd:string ;
    qudt:ucumCode "uC"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:MicroGRAY-PER-HR a qudt:Unit ;
    rdfs:label "microgray per hour"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB478"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB478"^^xsd:anyURI ;
    qudt:symbol "μGy/h"^^xsd:string ;
    qudt:ucumCode "uGy.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGRAY-PER-MIN a qudt:Unit ;
    rdfs:label "microgray per minute"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit gray divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB474"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB474"^^xsd:anyURI ;
    qudt:symbol "μGy/min"^^xsd:string ;
    qudt:ucumCode "uGy.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGRAY-PER-SEC a qudt:Unit ;
    rdfs:label "microgray per second"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit gray divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB299"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB299"^^xsd:anyURI ;
    qudt:symbol "μGy/s"^^xsd:string ;
    qudt:ucumCode "uGy.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroH a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Microhenry"@en ;
    dcterms:description "The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:iec61360Code "0112/2///62720#UAA066"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA066"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "μH"^^xsd:string ;
    qudt:ucumCode "uH"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM3 a qudt:Unit ;
    rdfs:label "Cubic micrometres (microns)"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:symbol "μm³"^^xsd:string ;
    qudt:ucumCode "um3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroS a qudt:Unit ;
    rdfs:label "Microsiemens"@en ;
    dcterms:description "0.000001-fold of the SI derived unit siemens"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:iec61360Code "0112/2///62720#UAA074"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA074"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit siemens"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:S ;
    qudt:symbol "μS"^^xsd:string ;
    qudt:ucumCode "uS"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroSV-PER-MIN a qudt:Unit ;
    rdfs:label "microsievert per minute"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit sievert divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.00000001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroSV ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB470"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB470"^^xsd:anyURI ;
    qudt:symbol "µSv/min"^^xsd:string ;
    qudt:ucumCode "uSv.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroSV-PER-SEC a qudt:Unit ;
    rdfs:label "microsievert per second"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit sievert devided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroSV ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB303"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB303"^^xsd:anyURI ;
    qudt:symbol "µSv/s"^^xsd:string ;
    qudt:ucumCode "uSv.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroVA a qudt:Unit ;
    rdfs:label "microvolt ampere"^^xsd:string ;
    dcterms:description "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB532"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "µVA"^^xsd:string ;
    qudt:ucumCode "uVA"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBQ a qudt:Unit ;
    rdfs:label "MilliBecquerel"@en ;
    dcterms:description "0.001-fold of the unit becquerel"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAC503"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC503"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "mBq"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGAL a qudt:Unit ;
    rdfs:label "Milligal"@en ;
    dcterms:description "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAB043"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^xsd:string ;
    qudt:scalingOf unit:GALILEO ;
    qudt:symbol "mgal"^^xsd:string ;
    qudt:ucumCode "mGal"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGRAY-PER-HR a qudt:Unit ;
    rdfs:label "milligray per hour"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit gray divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB477"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB477"^^xsd:anyURI ;
    qudt:symbol "mGy/h"^^xsd:string ;
    qudt:ucumCode "mGy.h-1"^^qudt:UCUMcs,
        "mGy/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGRAY-PER-MIN a qudt:Unit ;
    rdfs:label "milligray per minute"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit gray divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB473"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB473"^^xsd:anyURI ;
    qudt:symbol "mGy/min"^^xsd:string ;
    qudt:ucumCode "mGy.min-1"^^qudt:UCUMcs,
        "mGy/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGRAY-PER-SEC a qudt:Unit ;
    rdfs:label "milligray per second"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit gray divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB298"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB298"^^xsd:anyURI ;
    qudt:symbol "mGy/s"^^xsd:string ;
    qudt:ucumCode "mGy.s-1"^^qudt:UCUMcs,
        "mGy/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL-PER-GM a qudt:Unit ;
    rdfs:label "Millilitre per Gram"@en,
        "Milliliter per Gram"@en-us ;
    dcterms:description "Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:exactMatch unit:CentiM3-PER-GM ;
    qudt:expression "$mL/g$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:SoilAdsorptionCoefficient,
        qudtqk:SpecificVolume ;
    qudt:symbol "mL/g"^^xsd:string ;
    qudt:ucumCode "mL.g-1"^^qudt:UCUMcs,
        "mL/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Millimetre"@en,
        "Cubic Millimeter"@en-us ;
    dcterms:description "A metric measure of volume or capacity equal to a cube 1 millimeter on each edge"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$mm^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA873"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA873"^^xsd:anyURI ;
    qudt:symbol "mm³"^^xsd:string ;
    qudt:ucumCode "mm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MMQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliOHM a qudt:Unit ;
    rdfs:label "Milliohm"@en ;
    dcterms:description "0.001-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA741"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA741"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "mΩ"^^xsd:string ;
    qudt:ucumCode "mOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliRAD_R-PER-HR a qudt:Unit ;
    rdfs:label "Millirads per hour"@en ;
    dcterms:description "One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliRAD_R ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:symbol "mrad/h"^^xsd:string ;
    qudt:ucumCode "mRAD.h-1"^^qudt:UCUMcs,
        "mRAD/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliSV-PER-HR a qudt:Unit ;
    rdfs:label "millisievert per hour"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliSV ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB465"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB465"^^xsd:anyURI ;
    qudt:symbol "mSv/h"^^xsd:string ;
    qudt:ucumCode "mSv.h-1"^^qudt:UCUMcs,
        "mSv/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliSV-PER-MIN a qudt:Unit ;
    rdfs:label "millisievert per minute"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit sievert divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.00001666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliSV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB469"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB469"^^xsd:anyURI ;
    qudt:symbol "mSv/min"^^xsd:string ;
    qudt:ucumCode "mSv.min-1"^^qudt:UCUMcs,
        "mSv/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliSV-PER-SEC a qudt:Unit ;
    rdfs:label "millisievert per second"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit sievert devided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliSV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB302"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB302"^^xsd:anyURI ;
    qudt:symbol "mSv/s"^^xsd:string ;
    qudt:ucumCode "mSv.s-1"^^qudt:UCUMcs,
        "mSv/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliVA a qudt:Unit ;
    rdfs:label "millivolt ampere"^^xsd:string ;
    dcterms:description "0.001-fold of the product of the SI base unit volt with the SI base unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAB533"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "mVA"^^xsd:string ;
    qudt:ucumCode "mVA"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliW-PER-MilliGM a qudt:Unit ;
    rdfs:label "Milliwatt per Milligram"@en ;
    dcterms:description "SI derived unit milliwatt divided by the SI derived unit milligram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:W-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliGM ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:SpecificPower ;
    qudt:plainTextDescription "SI derived unit milliwatt divided by the SI derived unit milligram"^^xsd:string ;
    qudt:symbol "mW/mg"^^xsd:string ;
    qudt:ucumCode "mW.mg-1"^^qudt:UCUMcs,
        "mW/mg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NT a qudt:Unit ;
    rdfs:label "Net tonnage"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Net_tonnage"^^xsd:anyURI ;
    qudt:plainTextDescription """Net tonnage is used in the United States to determine eligibility for registering boats with 
 the federal government. It is a nonlinear unit derived from the total volume of a ship's cargo space as well as some 
 dimensionless factors. Net tonnage is not a measure of the weight of the ship or its cargo, and should not be confused 
 with terms such as deadweight tonnage or displacement. Net tonnage is also used to determine the amount of money that 
 can be charged to a ship for using a port's facilities."""^^xsd:string ;
    qudt:symbol "NT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    rdfs:seeAlso unit:TON_Register .

unit:NanoGRAY a qudt:Unit ;
    rdfs:label "NanoGRAY"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose,
        qudtqk:Kerma ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:GRAY ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGRAY-PER-HR a qudt:Unit ;
    rdfs:label "nanogray per hour"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit hour"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB479"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB479"^^xsd:anyURI ;
    qudt:symbol "nGy/h"^^xsd:string ;
    qudt:uneceCommonCode "P64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGRAY-PER-MIN a qudt:Unit ;
    rdfs:label "nanogray per minute"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit gray divided by the unit minute"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGRAY ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB475"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB475"^^xsd:anyURI ;
    qudt:symbol "nGy/min"^^xsd:string ;
    qudt:uneceCommonCode "P60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGRAY-PER-SEC a qudt:Unit ;
    rdfs:label "nanogray per second"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit gray divided by the SI base unit second"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGRAY ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB300"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB300"^^xsd:anyURI ;
    qudt:symbol "nGy/s"^^xsd:string ;
    qudt:uneceCommonCode "P56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoH a qudt:Unit ;
    rdfs:label "Nanohenry"@en ;
    dcterms:description "0.000000001-fold of the SI derived unit henry"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:exactMatch unit:H_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Inductance,
        qudtqk:Permeance ;
    qudt:iec61360Code "0112/2///62720#UAA905"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA905"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit henry"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:H ;
    qudt:symbol "nH"^^xsd:string ;
    qudt:ucumCode "nH"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoSV-PER-HR a qudt:Unit ;
    rdfs:label "nanosievert per hour"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit hour"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoSV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB467"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB467"^^xsd:anyURI ;
    qudt:symbol "nSv/h"^^xsd:string ;
    qudt:uneceCommonCode "P73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoSV-PER-MIN a qudt:Unit ;
    rdfs:label "nanosievert per minute"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit sievert divided by the unit minute"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoSV ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB471"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB471"^^xsd:anyURI ;
    qudt:symbol "nSv/min"^^xsd:string ;
    qudt:uneceCommonCode "P77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoSV-PER-SEC a qudt:Unit ;
    rdfs:label "nanosievert per second"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit sievert devided by the SI base unit second"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoSV ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB304"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB304"^^xsd:anyURI ;
    qudt:symbol "nSv/s"^^xsd:string ;
    qudt:uneceCommonCode "P68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_US a qudt:Unit ;
    rdfs:label "US Liquid Ounce"@en ;
    dcterms:description "\"US Liquid Ounce\" is a unit for  'Liquid Volume' expressed as $oz$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000295735296 ;
    qudt:conversionMultiplierSN 2.957353e-05 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA916"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA916"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "fl oz{US}"^^xsd:string ;
    qudt:ucumCode "[foz_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "fl oz"^^xsd:string ;
    qudt:uneceCommonCode "OZA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MegaPA a qudt:Unit ;
    rdfs:label "reciprocal megapascal"^^xsd:string ;
    dcterms:description "reciprocal of the 1,000,000-fold of the derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaPA ] ;
    qudt:hasQuantityKind qudtqk:Compressibility,
        qudtqk:InversePressure,
        qudtqk:IsentropicCompressibility,
        qudtqk:IsothermalCompressibility,
        qudtqk:StressOpticCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAD929"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD929"^^xsd:anyURI ;
    qudt:symbol "/MPa"^^xsd:string ;
    qudt:ucumCode "/MPa"^^qudt:UCUMcs,
        "MPa-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-PA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Pascal"@en ;
    dcterms:description "reciprocal of the SI derived unit pascal"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ;
    qudt:expression "$/Pa$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Compressibility,
        qudtqk:InversePressure,
        qudtqk:IsentropicCompressibility,
        qudtqk:IsothermalCompressibility,
        qudtqk:StressOpticCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA269"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA269"^^xsd:anyURI ;
    qudt:siUnitsExpression "m^2/N"^^xsd:string ;
    qudt:symbol "/Pa"^^xsd:string ;
    qudt:ucumCode "/Pa"^^qudt:UCUMcs,
        "Pa-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PHOT a qudt:Unit ;
    rdfs:label "Phot"@en ;
    dcterms:description "A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units.  Metric dimensions: $illuminance = luminous intensity \\times solid angle / length$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Phot"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousFluxPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB255"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Phot?oldid=477198725"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB255"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/phot> ;
    qudt:scalingOf unit:CD-PER-M2 ;
    qudt:symbol "ph"^^xsd:string ;
    qudt:ucumCode "ph"^^qudt:UCUMcs ;
    qudt:udunitsCode "ph"^^xsd:string ;
    qudt:uneceCommonCode "P26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_US a qudt:Unit ;
    rdfs:label "US Liquid Pint"@en ;
    dcterms:description "\"US Liquid Pint\" is a unit for  'Liquid Volume' expressed as $pt$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0004731765 ;
    qudt:conversionMultiplierSN 4.731765e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 0.5 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_US ] ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA957"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA957"^^xsd:anyURI ;
    qudt:symbol "pt{US}"^^xsd:string ;
    qudt:ucumCode "[pt_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "pt"^^xsd:string ;
    qudt:uneceCommonCode "PT"^^xsd:string,
        "PTL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_US_DRY a qudt:Unit ;
    rdfs:label "US Peck"@en ;
    dcterms:description "A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00880976754 ;
    qudt:conversionMultiplierSN 8.809768e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:DryVolume ;
    qudt:iec61360Code "0112/2///62720#UAA948"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA948"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "peck{US Dry}"^^xsd:string ;
    qudt:ucumCode "[pk_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "pk"^^xsd:string ;
    qudt:uneceCommonCode "G23"^^xsd:string,
        "PY"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PebiBIT a qudt:Unit ;
    rdfs:label "PebiBIT"^^xsd:string ;
    qudt:conversionMultiplier 87267165460724.59169291379527415124404265746432 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pebi> ;
    qudt:scalingOf unit:BIT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckVolume a qudt:Unit ;
    rdfs:label "Planck Volume"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419 ;
    qudt:conversionMultiplierSN 4.22419e-105 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "l³ₚ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:R a qudt:Unit ;
    rdfs:label "Roentgen"@en ;
    dcterms:description "Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000258 ;
    qudt:conversionMultiplierSN 2.58e-04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Roentgen"^^xsd:anyURI ;
    qudt:factorUnitScalar 0.000258 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerMass ;
    qudt:iec61360Code "0112/2///62720#UAA275"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA275"^^xsd:anyURI ;
    qudt:symbol "R"^^xsd:string ;
    qudt:ucumCode "R"^^qudt:UCUMcs ;
    qudt:udunitsCode "R"^^xsd:string ;
    qudt:uneceCommonCode "2C"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REM-PER-SEC a qudt:Unit ;
    rdfs:label "rem per second"^^xsd:string ;
    dcterms:description "unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:REM ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB442"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB442"^^xsd:anyURI ;
    qudt:symbol "rem/s"^^xsd:string ;
    qudt:ucumCode "REM.s-1"^^qudt:UCUMcs,
        "REM/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ST a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Stokes"@en ;
    dcterms:description "$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Stokes"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:factorUnitScalar 0.0001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:KinematicViscosity ;
    qudt:iec61360Code "0112/2///62720#UAA281"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stokes?oldid=426159512"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA281"^^xsd:anyURI ;
    qudt:latexDefinition "$(cm^2/s$)"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> ;
    qudt:symbol "St"^^xsd:string ;
    qudt:ucumCode "St"^^qudt:UCUMcs ;
    qudt:udunitsCode "St"^^xsd:string ;
    qudt:uneceCommonCode "91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:STR a qudt:Unit ;
    rdfs:label "Stere"@en ;
    dcterms:description "The stere is a unit of volume in the original metric system equal to one cubic metre.  The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different."^^rdf:HTML ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/St%C3%A8re"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA987"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Stère?oldid=393570287"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA987"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/stere> ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "st"^^xsd:string ;
    qudt:ucumCode "st"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SV-PER-HR a qudt:Unit ;
    rdfs:label "sievert per hour"^^xsd:string ;
    dcterms:description "SI derived unit sievert divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB464"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB464"^^xsd:anyURI ;
    qudt:symbol "Sv/h"^^xsd:string ;
    qudt:ucumCode "Sv.h-1"^^qudt:UCUMcs,
        "Sv/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SV-PER-MIN a qudt:Unit ;
    rdfs:label "sievert per minute"^^xsd:string ;
    dcterms:description "SI derived unit sievert divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SV ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB468"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB468"^^xsd:anyURI ;
    qudt:symbol "Sv/min"^^xsd:string ;
    qudt:ucumCode "Sv.min-1"^^qudt:UCUMcs,
        "Sv/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SV-PER-SEC a qudt:Unit ;
    rdfs:label "sievert per second"^^xsd:string ;
    dcterms:description "SI derived unit sievert devided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SV ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:KermaRate,
        qudtqk:SpecificPower ;
    qudt:iec61360Code "0112/2///62720#UAB301"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB301"^^xsd:anyURI ;
    qudt:symbol "Sv/s"^^xsd:string ;
    qudt:ucumCode "Sv.s-1"^^qudt:UCUMcs,
        "Sv/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TBSP a qudt:Unit ;
    rdfs:label "Tablespoon"@en ;
    dcterms:description "In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000147867656 ;
    qudt:conversionMultiplierSN 1.478677e-05 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tablespoon"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB006"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB006"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "tbsp"^^xsd:string ;
    qudt:ucumCode "[tbs_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "Tbl"^^xsd:string,
        "Tblsp"^^xsd:string,
        "Tbsp"^^xsd:string,
        "tblsp"^^xsd:string,
        "tbsp"^^xsd:string ;
    qudt:uneceCommonCode "G24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-HA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "tonne per hectare"@en ;
    dcterms:description "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:exactMatch unit:MegaGM-PER-HA,
        unit:TON_Metric-PER-HA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^xsd:string ;
    qudt:symbol "t/ha"^^xsd:string ;
    qudt:ucumCode "t.har-1"^^qudt:UCUMcs,
        "t/har"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-HA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "metric tonne per hectare"@en ;
    dcterms:description "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:exactMatch unit:MegaGM-PER-HA,
        unit:TONNE-PER-HA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HA ] ;
    qudt:hasQuantityKind qudtqk:MassPerArea ;
    qudt:plainTextDescription "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^xsd:string ;
    qudt:symbol "t/ha"^^xsd:string ;
    qudt:ucumCode "t.har-1"^^qudt:UCUMcs,
        "t/har"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHIPPING_UK a qudt:Unit ;
    rdfs:label "Ton (UK Shipping)"@en ;
    qudt:conversionMultiplier 1.1326 ;
    qudt:conversionMultiplierSN 1.1326e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB008"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB008"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit for volume of cargo, especially in shipping"^^xsd:string ;
    qudt:symbol "MTON"^^xsd:string ;
    qudt:uneceCommonCode "L84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHIPPING_US a qudt:Unit ;
    rdfs:label "Ton (US Shipping)"@en ;
    dcterms:description "traditional unit for volume of cargo, especially in shipping"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.1326 ;
    qudt:conversionMultiplierSN 1.1326e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB011"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB011"^^xsd:anyURI ;
    qudt:plainTextDescription "traditional unit for volume of cargo, especially in shipping"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "MTON"^^xsd:string ;
    qudt:uneceCommonCode "L86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TSP a qudt:Unit ;
    rdfs:label "Teaspoon"@en ;
    dcterms:description "A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1/3$ tablespoon , that is, $\\approx 4.93 mL$; it is exactly $1/6 U.S. fl. oz$, $1/48 \\; cup$, and $1/768 \\; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000492892187 ;
    qudt:conversionMultiplierSN 4.928922e-06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Teaspoon"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB007"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB007"^^xsd:anyURI ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "tsp"^^xsd:string ;
    qudt:ucumCode "[tsp_us]"^^qudt:UCUMcs ;
    qudt:udunitsCode "tsp"^^xsd:string ;
    qudt:uneceCommonCode "G25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TebiBIT a qudt:Unit ;
    rdfs:label "TebiBIT"^^xsd:string ;
    qudt:conversionMultiplier 762123384785.81045030287687180891723051040768 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tebi> ;
    qudt:scalingOf unit:BIT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-GM a qudt:Unit ;
    rdfs:label "Watt per Gram"@en ;
    dcterms:description "SI derived unit watt divided by the SI derived unit gram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:MilliW-PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDoseRate,
        qudtqk:SpecificPower ;
    qudt:plainTextDescription "SI derived unit watt divided by the SI derived unit gram"^^xsd:string ;
    qudt:symbol "W/g"^^xsd:string ;
    qudt:ucumCode "W.g-1"^^qudt:UCUMcs,
        "W/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Yard"@en ;
    dcterms:description "A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.764554857984 ;
    qudt:conversionMultiplierSN 7.645549e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$yd^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB035"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB035"^^xsd:anyURI ;
    qudt:symbol "yd³"^^xsd:string ;
    qudt:ucumCode "[cyd_i]"^^qudt:UCUMcs,
        "[yd_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "YDQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Differential_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Differential Pressure Sensor"@en ;
    rdfs:subClassOf brick:Air_Pressure_Sensor,
        brick:Differential_Pressure_Sensor ;
    skos:definition "Measures the difference in pressure between two regions of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity brick:Differential_Pressure ;
    brick:hasSubstance brick:Air .

brick:Air_Static_Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Static Pressure Sensor"@en ;
    rdfs:subClassOf brick:Static_Pressure_Sensor ;
    skos:definition "Measures the pressure exerted by the air in a system, not influenced by its motion."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Pressure,
        tag:Sensor,
        tag:Static ;
    brick:hasQuantity qudtqk:Pressure .

brick:Chilled_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow in a chilled water circuit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Chilled_Water .

brick:Chilled_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    skos:definition "Sets the temperature of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Chilled_Water .

brick:Class a owl:Class,
        sh:NodeShape ;
    rdfs:label "Class"@en ;
    rdfs:subClassOf brick:Entity .

brick:Condenser_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Condenser Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of condenser water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Condenser ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Condenser,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Condenser_Water .

brick:Cooling_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Cooling_Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow for cooling"@en ;
    brick:aliasOf brick:Cooling_Supply_Air_Flow_Setpoint .

brick:Cooling_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "The cooling setpoint for a specific zone in a building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Zone_Air .

brick:Disable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Disable Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Commands that disable functionality"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Disable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Disable,
        tag:Point .

brick:Discharge_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Discharge Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water_Temperature_Sensor .

brick:Electric_Energy a brick:Quantity ;
    rdfs:label "Electric Energy"@en ;
    qudt:applicableUnit unit:J,
        unit:KiloV-A-HR,
        unit:KiloV-A_Reactive-HR,
        unit:KiloW-HR,
        unit:MegaV-A-HR,
        unit:MegaV-A_Reactive-HR,
        unit:MegaW-HR,
        unit:V-A-HR,
        unit:V-A_Reactive-HR,
        unit:W-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Energy ;
    skos:definition "A form of energy resulting from the flow of electrical charge" ;
    skos:narrower brick:Active_Energy,
        brick:Apparent_Energy,
        brick:Reactive_Energy .

brick:Entering_Condenser_Water a brick:Substance ;
    rdfs:label "Entering Condenser Water"@en ;
    skos:broader brick:Condenser_Water ;
    skos:definition "In a condenser water loop, this is water being brought away from the condenser side of a heat-rejection device (e.g. chiller). It is the 'warm' side."@en .

brick:Entering_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entering Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    skos:definition "Sets temperature of entering water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Entering ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Entering,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Entering_Water .

brick:Filter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Filter"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Device to remove gases from a mixture of gases or to remove solid material from a fluid"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Filter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Filter .

brick:Heating_Discharge_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Discharge Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Heating_Supply_Air_Flow_Setpoint ;
    skos:definition "Sets discharge air flow for heating"@en ;
    brick:aliasOf brick:Heating_Supply_Air_Flow_Setpoint .

brick:Heating_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "The heating setpoint for a specific zone in a building."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Zone_Air .

brick:Hot_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Hot Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow in a hot water circuit"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Hot,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Hot_Water .

brick:Leaving_Condenser_Water a brick:Substance ;
    rdfs:label "Leaving Condenser Water"@en ;
    skos:broader brick:Condenser_Water ;
    skos:definition "In a condenser water loop, this is water being brought to the condenser side of a heat-rejection device (e.g. chiller). It is the 'cold' side."@en .

brick:Leaving_Hot_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Hot Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of water supplied by a hot water system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Hot ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Hot,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Hot_Water .

brick:Leaving_Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Water_Flow_Sensor ;
    skos:definition "Measures the rate of flow of water that is leaving a piece of equipment or system"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Leaving,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Leaving_Water .

brick:Level a brick:Quantity ;
    rdfs:label "Level"@en ;
    qudt:applicableUnit unit:CentiM,
        unit:DeciM,
        unit:FT,
        unit:IN,
        unit:KiloM,
        unit:M,
        unit:MicroM,
        unit:MilliM,
        unit:YD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Length ;
    skos:definition "Amount of substance in a container; typically measured in height" ;
    skos:narrower brick:Precipitation .

brick:Max_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint_Limit,
        brick:Max_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Min_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint_Limit,
        brick:Min_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint .

brick:Natural_Gas a brick:Substance ;
    rdfs:label "Natural Gas"@en ;
    skos:broader brick:Gas ;
    skos:definition "Fossil fuel energy source consisting largely of methane and other hydrocarbons"@en .

brick:Outside_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Outside Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of outside air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Outside ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Outside,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Outside_Air .

brick:Switchgear a owl:Class,
        sh:NodeShape ;
    rdfs:label "Switchgear"@en ;
    rdfs:subClassOf brick:Electrical_Equipment ;
    skos:definition "A main disconnect or service disconnect feeds power to a switchgear, which then distributes power to the rest of the building through smaller amperage-rated disconnects."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Switchgear ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Switchgear .

brick:Target_Zone_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Target Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Target ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Setpoint,
        tag:Target,
        tag:Temperature,
        tag:Zone ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Zone_Air .

brick:Variable_Frequency_Drive a owl:Class,
        sh:NodeShape ;
    rdfs:label "Variable Frequency Drive"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=vfd&submit=Search> ;
    rdfs:subClassOf brick:Motor ;
    owl:equivalentClass brick:VFD ;
    skos:definition "Electronic device that varies its output frequency to vary the rotating speed of a motor, given a fixed input frequency. Used with fans or pumps to vary the flow in the system as a function of a maintained pressure."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Drive ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Frequency ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:VFD ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Variable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Drive,
        tag:Equipment,
        tag:Frequency,
        tag:VFD,
        tag:Variable .

brick:Water_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Alarm"@en ;
    rdfs:subClassOf brick:Alarm ;
    skos:definition "Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point,
        tag:Water .

brick:Water_Storage_Tank a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Storage Tank"@en ;
    rdfs:subClassOf brick:Storage_Tank ;
    skos:definition "A specialized type of tank intended for the storage of water for extended periods."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storage ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Storage,
        tag:Water .

brick:Zone_Air_Temperature_Setpoint a owl:Class ;
    rdfs:label "Zone Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    owl:deprecated true ;
    skos:definition "Sets temperature of zone air"@en ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "The class 'Zone_Air_Temperature_Setpoint' is deprecated in favor of more explicit class names to distinguish target and cooling/heating setpoints." ;
    brick:isReplacedBy brick:Target_Zone_Air_Temperature_Setpoint .

brick:feeds a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Feeds"@en ;
    owl:equivalentProperty rec:feeds ;
    owl:inverseOf brick:isFedBy ;
    skos:definition "The subject is upstream of the object in the context of some sequential process; some media is passed between them"@en .

brick:isPartOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Is part of"@en ;
    owl:inverseOf brick:hasPart .

ref:ExternalReference a owl:Class,
        sh:NodeShape ;
    rdfs:label "External reference",
        "External reference"^^xsd:string ;
    rdfs:subClassOf s223:ExternalReference ;
    skos:definition "The parent class of all external reference types",
        "The parent class of all external reference types"^^xsd:string .

ref:TimeseriesReference a owl:Class,
        sh:NodeShape ;
    rdfs:label "Timeseries Reference",
        "Timeseries Reference"^^xsd:string ;
    rdfs:subClassOf ref:ExternalReference ;
    skos:definition "A reference to a stream of timeseries data in a database. Contains the data for this entity",
        "A reference to a stream of timeseries data in a database. Contains the data for this entity"^^xsd:string ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "The identifier for the timeseries data corresponding to this point"^^xsd:string ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path ref:hasTimeseriesId ],
        [ a sh:PropertyShape ;
            skos:definition "Refers to a database storing the timeseries data for the related point. Properties on this class are *to be determined*; feel free to add arbitrary properties onto Database instances for your particular deployment"^^xsd:string ;
            sh:nodeKind sh:IRIOrLiteral ;
            sh:path ref:storedAt ],
        [ a sh:PropertyShape ;
            skos:definition "The identifier for the timeseries data corresponding to this point" ;
            sh:datatype xsd:string ;
            sh:minCount 1 ;
            sh:path ref:hasTimeseriesId ],
        [ a sh:PropertyShape ;
            skos:definition "Refers to a database storing the timeseries data for the related point. Properties on this class are *to be determined*; feel free to add arbitrary properties onto Database instances for your particular deployment" ;
            sh:nodeKind sh:IRIOrLiteral ;
            sh:path ref:storedAt ] .

bacnet:Address a sh:NodeShape ;
    rdfs:label "Address"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "A value of 0 indicates the local network"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 65535 ;
            sh:minCount 1 ;
            sh:minInclusive 0 ;
            sh:path bacnet:network-number ],
        [ a sh:PropertyShape ;
            bacnet:comment "A string of length 0 indicates a broadcast"@en ;
            sh:datatype xsd:hexBinary ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:mac-address ] .

bacnet:PropertyReference a sh:NodeShape ;
    rdfs:label "PropertyReference"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype; if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ] .

qudtqk:ActivityConcentration a qudt:QuantityKind ;
    rdfs:label "Activity Concentration"@en ;
    dcterms:description "The \"Activity Concentration\", also known as volume activity, and activity density, is ."^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ-PER-L,
        unit:BQ-PER-M3,
        unit:MicroBQ-PER-L,
        unit:MilliBQ-PER-L,
        unit:NanoBQ-PER-L ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
    qudt:informativeReference "https://www.euronuclear.org/glossary/activity-concentration/"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$c_A = \\frac{A}{V}$, where $A$ is the activity of a sample and $V$ is its volume."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Activity Concentration\", also known as volume activity, and activity density, is ."^^xsd:string ;
    qudt:symbol "c_A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ActivityConcentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CorrelatedColorTemperature a qudt:QuantityKind ;
    rdfs:label "Correlated Colour Temperature"@en,
        "Correlated Color Temperature"@en-us ;
    dcterms:description "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity."^^qudt:LatexString ;
    qudt:applicableUnit unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliK ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:informativeReference "https://www.lrc.rpi.edu/programs/NLPIP/lightingAnswers/pdf/print/lightSources.pdf"^^xsd:anyURI ;
    qudt:plainTextDescription "Correlated color temperature (CCT) is a measure of light source color appearance defined by the proximity of the light source's chromaticity coordinates to the blackbody locus, as a single number rather than the two required to specify a chromaticity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CorrelatedColorTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Duv ;
    skos:broader qudtqk:ThermodynamicTemperature .

qudtqk:CurrentLinkage a qudt:QuantityKind ;
    rdfs:label "Current Linkage"@en ;
    dcterms:description "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop."^^qudt:LatexString ;
    qudt:applicableUnit unit:A,
        unit:AttoA,
        unit:FemtoA,
        unit:GigaA,
        unit:PetaA,
        unit:TeraA ;
    qudt:expression "$current-linkage$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Theta$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Current Linkage\" is the net electric current through a surface delimited by a closed loop."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CurrentLinkage"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:CurvatureFromRadius a qudt:QuantityKind ;
    rdfs:label "Curvature"@en ;
    dcterms:description "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Curvature"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$\\kappa = \\frac{1}{\\rho}$, where $\\rho$ is the radius of the curvature."^^qudt:LatexString ;
    qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ;
    qudt:plainTextDescription "In mathematics \"Curvature\" is the amount by which a geometric object deviates from being flat, or straight in the case of a line, but this is defined in different ways depending on the context."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CurvatureFromRadius"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:closeMatch qudtqk:Curvature .

qudtqk:ElectricCurrentPerTemperature a qudt:QuantityKind ;
    rdfs:label "Electric Current per Temperature"@en ;
    dcterms:description "\"Electric Current per Unit Temperature\" is used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-DEG_C,
        unit:A-PER-K,
        unit:KiloA-PER-K,
        unit:MicroA-PER-K,
        unit:MilliA-PER-K,
        unit:NanoA-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ;
    qudt:plainTextDescription "\"Electric Current per Temperature\" is used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPerTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricFluxDensity a qudt:QuantityKind ;
    rdfs:label "إزاحة كهربائية"@ar,
        "Elektrická indukce"@cs,
        "elektrische Flussdichte"@de,
        "electric flux density"@en,
        "Densidad de flujo eléctrico"@es,
        "چگالی شار الکتریکی"@fa,
        "Induction électrique"@fr,
        "spostamento elettrico"@it,
        "電束密度"@ja,
        "Ketumpatan fluks elektrik"@ms,
        "Indukcja elektryczna"@pl,
        "campo de deslocamento elétrico"@pt,
        "Inducție electrică"@ro,
        "Электрическая индукция"@ru,
        "elektrik akı yoğunluğu"@tr,
        "電位移"@zh ;
    dcterms:description "$\\textit{Electric Flux Density}$, also referred to as $\\textit{Electric Displacement}$, is related to electric charge density by the following equation: $\\text{div} \\; D = \\rho$, where $\\text{div}$ denotes the divergence."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-CentiM2,
        unit:C-PER-M2,
        unit:C-PER-MilliM2,
        unit:C_Ab-PER-CentiM2,
        unit:C_Stat-PER-CentiM2,
        unit:KiloC-PER-M2,
        unit:MegaC-PER-M2,
        unit:MicroC-PER-M2,
        unit:MilliC-PER-M2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_flux"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:ElectricDisplacement ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD043"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD043"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{D}  = \\epsilon_0 E + P$, where $\\epsilon_0$ is the electric constant, $\\mathbf{E} $ is electric field strength, and $P$ is electric polarization."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mathbf{D}$"^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELFD> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "elektrische Induktion"@de,
        "elektrische Verschiebung"@de,
        "displacement"@en,
        "densité de flux électrique"@fr,
        "induzione elettrica"@it,
        "anjakan"@ms,
        "yer değiştirme"@tr ;
    skos:broader qudtqk:ElectricChargePerArea .

qudtqk:ElectromagneticPermeability a qudt:QuantityKind ;
    rdfs:label "Permeability"@en ;
    dcterms:description """
  $\\textit{Permeability}$ is the degree of magnetization of a material that responds linearly to an applied magnetic field. 
  In general permeability is a tensor-valued quantity. 
  The definition given applies to an isotropic medium. 
  For an anisotropic medium permeability is a second order tensor. 
  In electromagnetism, permeability is the measure of the ability of a material to support the formation of a magnetic field within itself. 
  In other words, it is the degree of magnetization that a material obtains in response to an applied magnetic field. 
  Magnetic permeability is typically represented by the Greek letter $\\mu$. 
  The term was coined in September, 1885 by Oliver Heaviside. 
  The reciprocal of magnetic permeability is $\\textit{Magnetic Reluctivity}$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:H-PER-M,
        unit:H_Stat-PER-CentiM,
        unit:MicroH-PER-M,
        unit:NanoH-PER-M ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:Permeability ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Permeability_(electromagnetism)"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mu = \\frac{B}{H}$,  where $B$ is magnetic flux density,  and $H$ is magnetic field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ElectromagneticPermeability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso <http://qudt.org/vocab/constant/ElectromagneticPermeabilityOfVacuum>,
        <http://qudt.org/vocab/constant/MagneticConstant>,
        qudtqk:MagneticFieldStrength_H,
        qudtqk:MagneticFluxDensity .

qudtqk:HeatCapacity a qudt:QuantityKind ;
    rdfs:label "سعة حرارية"@ar,
        "tepelná kapacita"@cs,
        "Wärmekapazität"@de,
        "heat capacity"@en,
        "capacidad calorífica"@es,
        "ظرفیت گرمایی"@fa,
        "capacité thermique"@fr,
        "ऊष्मा धारिता"@hi,
        "capacità termica"@it,
        "熱容量"@ja,
        "muatan haba"@ms,
        "pojemność cieplna"@pl,
        "capacidade térmica"@pt,
        "capacitate termică"@ro,
        "теплоёмкость"@ru,
        "toplotna kapaciteta"@sl,
        "isı kapasitesi"@tr,
        "热容"@zh ;
    dcterms:description "\"Heat Capacity\" (usually denoted by a capital $C$, often with subscripts), or thermal capacity, is the measurable physical quantity that characterizes the amount of heat required to change a substance's temperature by a given amount. In the International System of Units (SI), heat capacity is expressed in units of joule(s) (J) per kelvin (K)."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-DEG_F,
        unit:BTU_IT-PER-DEG_R,
        unit:EV-PER-K,
        unit:J-PER-K,
        unit:MegaJ-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI ;
    qudt:latexDefinition "$C = dQ/dT$, where $Q$ is amount of heat and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/HECA> ;
    qudt:symbol "C_P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HeatCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyPerTemperature .

qudtqk:InversePressure a qudt:QuantityKind ;
    rdfs:label "Inverse Pressure"@en ;
    qudt:applicableUnit unit:PER-BAR,
        unit:PER-MILLE-PSI,
        unit:PER-MegaPA,
        unit:PER-PA,
        unit:PER-PSI ;
    qudt:exactMatch qudtqk:IsothermalCompressibility ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InversePressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:IsothermalCompressibility a qudt:QuantityKind ;
    rdfs:label "معامل الانضغاط عند ثبوت درجة الحرارة"@ar,
        "objemová stlačitelnost"@cs,
        "isotherme Kompressibilität"@de,
        "isothermal compressibility"@en,
        "compresibilidad isotérmica"@es,
        "ضریب تراکم‌پذیری همدما"@fa,
        "compressibilité isotherme"@fr,
        "comprimibilità isotermica"@it,
        "等温圧縮率"@ja,
        "Ketermampatan isotermik"@ms,
        "ściśliwość izotermiczna"@pl,
        "compressibilidade isotérmica"@pt,
        "изотермический коэффициент сжимаемости"@ru,
        "Izotermna stisljivost"@sl,
        "等温压缩率"@zh ;
    dcterms:description "The isothermal compressibility defines the rate of change of system volume with pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-BAR,
        unit:PER-MILLE-PSI,
        unit:PER-MegaPA,
        unit:PER-PA,
        unit:PER-PSI ;
    qudt:exactMatch qudtqk:InversePressure ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varkappa_T = \\frac{1}{V}\\left (\\frac{\\partial V}{\\partial p} \\right )_T$, where $V$ is volume, $p$ is $pressure$, and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varkappa_T$"^^qudt:LatexString ;
    qudt:plainTextDescription "The isothermal compressibility defines the rate of change of system volume with pressure."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:IsothermalCompressibility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearAbsorptionCoefficient a qudt:QuantityKind ;
    rdfs:label "Linear Absorption Coefficient"@en ;
    dcterms:description "The Linear Absorption Coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ;
    qudt:latexDefinition "$\\alpha(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}$, where $\\frac{d\\Phi}{\\Phi}$ is the relative decrease, caused by absorption, in the spectral radiant flux $\\Phi$ of a collimated beam of electromagnetic radiation corresponding to the wavelength $\\lambda$ during traversal of an infinitesimal layer of a medium and $dl$ is the length traversed."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "The Linear Absorption Coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearAbsorptionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearAttenuationCoefficient a qudt:QuantityKind ;
    rdfs:label "Linear Attenuation Coefficient"@en ;
    dcterms:description "\"Linear Attenuation Coefficient\", also called the attenuation coefficient,  narrow beam attenuation coefficient, or absorption coefficient, is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition """$\\mu = -\\frac{1}{J}\\frac{dJ}{dx}$, where $J$ is the magnitude of the current rate of a beam of particles parallel to the $x-direction$.

Or:

$\\mu(\\lambda) = \\frac{1}{\\Phi_\\lambda(\\lambda)}\\frac{d\\Phi_\\lambda(\\lambda)}{dl}$, where $\\frac{d\\Phi}{\\Phi}$ is the relative decrease in the spectral radiant flux $\\Phi$ of a collimated beam of electromagnetic radiation corresponding to the wavelength $\\lambda$ during traversal of an infinitesimal layer of a medium and $dl$ is the length traversed."""^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Linear Attenuation Coefficient\", also called the attenuation coefficient,  narrow beam attenuation coefficient, or absorption coefficient, is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearAttenuationCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearIonization a qudt:QuantityKind ;
    rdfs:label "Linear Ionization"@en ;
    dcterms:description "\"Linear Ionization\"  is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ionization#Classical_ionization"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$N_{il} = \\frac{1}{e}\\frac{dQ}{dl}$, where $e$ is the elementary charge and $dQ$ is the average total charge of all positive ions produced over an infinitesimal element of the path with length $dl$ by an ionizing charged particle."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Linear Ionization\"  is a description of how the ionization of an atom or molecule takes place. For example, an ion with a +2 charge can be created only from an ion with a +1 charge or a +3 charge. That is, the numerical charge of an atom or molecule must change sequentially, always moving from one number to an adjacent, or sequential, number. Using sequential ionization definition."^^xsd:string ;
    qudt:symbol "N_{il}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearIonization"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearMomentum a qudt:QuantityKind ;
    rdfs:label "Linear Momentum"@en ;
    dcterms:description "Linear momentum is the quantity obtained by multiplying the mass of a body by its linear velocity. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium.The SI unit for linear momentum is meter-kilogram per second ($m-kg/s$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-M-PER-SEC,
        unit:MegaEV-PER-SpeedOfLight,
        unit:N-M-SEC-PER-M,
        unit:N-SEC,
        unit:PlanckMomentum ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:Momentum ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ;
    qudt:latexDefinition "p = m\\upsilon"^^qudt:LatexString ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearMomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousFluxPerArea a qudt:QuantityKind ;
    rdfs:label "Luminous Flux per Area"@en ;
    dcterms:description "In photometry, illuminance is the total luminous flux incident on a surface, per unit area. It is a measure of how much the incident light illuminates the surface, wavelength-weighted by the luminosity function to correlate with human brightness perception. Similarly, luminous emittance is the luminous flux per unit area emitted from a surface. In SI derived units these are measured in $lux (lx)$ or $lumens per square metre$ ($cd \\cdot m^{-2}$). In the CGS system, the unit of illuminance is the $phot$, which is equal to $10,000 lux$. The $foot-candle$ is a non-metric unit of illuminance that is used in photography."^^qudt:LatexString ;
    qudt:applicableUnit unit:FC,
        unit:LUX,
        unit:PHOT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Illuminance"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousFluxPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticField a qudt:QuantityKind ;
    rdfs:label "Magnetic Field"@en ;
    dcterms:description "The Magnetic Field, denoted $B$, is a fundamental field in electrodynamics which characterizes the magnetic force exerted by electric currents.  It is closely related to the auxillary magnetic field H (see quantitykind:AuxillaryMagneticField)."^^qudt:LatexString ;
    qudt:applicableUnit unit:GAMMA,
        unit:KiloT,
        unit:T,
        unit:T_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:symbol "B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticField"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassieuFunction a qudt:QuantityKind ;
    rdfs:label "Massieu Function"@en ;
    dcterms:description "The Massieu function, $\\Psi$, is defined as: $\\Psi = \\Psi (X_1, \\dots , X_i, Y_{i+1}, \\dots , Y_r  )$,  where for every system with degree of freedom $r$ one may choose $r$ variables, e.g. , to define a coordinate system, where $X$ and $Y$ are extensive and intensive variables, respectively, and where at least one extensive variable must be within this set in order to define the size of the system. The $(r + 1)^{th}$ variable,$\\Psi$ , is then called the Massieu function."^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Massieu_function"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$J = -A/T$, where $A$ is Helmholtz energy and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:symbol "J"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:PlanckFunction,
        qudtqk:SpecificEnergy,
        qudtqk:SpecificEnthalpy,
        qudtqk:SpecificGibbsEnergy,
        qudtqk:SpecificHelmholtzEnergy,
        qudtqk:SpecificInternalEnergy .

qudtqk:MolalityOfSolute a qudt:QuantityKind ;
    rdfs:label "Molality of Solute"@en ;
    dcterms:description "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-KiloGM,
        unit:KiloMOL-PER-KiloGM,
        unit:MOL-PER-KiloGM,
        unit:MOL_LB-PER-LB,
        unit:MicroMOL-PER-GM,
        unit:NanoMOL-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Molality"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$b_B = \\frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent."^^xsd:string ;
    qudt:symbol "b_B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolalityOfSolute"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AmountOfSubstancePerMass .

qudtqk:MolarEnergy a qudt:QuantityKind ;
    rdfs:label "Molar Energy"@en ;
    dcterms:description "\"Molar Energy\" is the total energy contained by a thermodynamic system. The unit is $$J/mol$$, also expressed as $$joule/mole$$,  or $$joules per mole$$. This unit is commonly used in the SI unit system. The quantity has the dimension of $$M \\cdot L^2 \\cdot  T^{-2} \\cdot N^{-1}$$ where $$M$$ is mass, $$L$$ is length, $$T$$ is time, and $$N$$ is amount of substance."^^qudt:LatexString ;
    qudt:applicableUnit unit:J-PER-MOL,
        unit:KiloCAL-PER-MOL,
        unit:KiloJ-PER-MOL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--molar_energy--joule_per_mole.cfm"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Joule_per_mole"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$U_m = \\frac{U}{n}$, where $U$ is internal energy and $n$ is amount of substance."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/MOEG> ;
    qudt:symbol "U_M"^^xsd:string ;
    ns1:todo "dimensions are wrong"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Momentum a qudt:QuantityKind ;
    rdfs:label "زخم الحركة"@ar,
        "hybnost"@cs,
        "Impuls"@de,
        "momentum"@en,
        "cantidad de movimiento"@es,
        "تکانه"@fa,
        "quantité de mouvement"@fr,
        "quantità di moto"@it,
        "運動量"@ja,
        "Momentum"@ms,
        "pęd"@pl,
        "momento linear"@pt,
        "impuls"@ro,
        "импульс"@ru,
        "gibalna količina"@sl,
        "Momentum"@tr,
        "动量"@zh ;
    dcterms:description "The momentum of a system of particles is given by the sum of the momentums of the individual particles which make up the system or by the product of the total mass of the system and the velocity of the center of gravity of the system. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-M-PER-SEC,
        unit:MegaEV-PER-SpeedOfLight,
        unit:N-M-SEC-PER-M,
        unit:N-SEC,
        unit:PlanckMomentum ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Momentum"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:LinearMomentum ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Momentum"^^xsd:anyURI ;
    qudt:plainTextDescription "The momentum of a system of particles is given by the sum of the momentums of the individual particles which make up the system or by the product of the total mass of the system and the velocity of the center of gravity of the system. The momentum of a continuous medium is given by the integral of the velocity over the mass of the medium or by the product of the total mass of the medium and the velocity of the center of gravity of the medium."^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Momentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ParticleFluence a qudt:QuantityKind ;
    rdfs:label "Particle Fluence"@en ;
    dcterms:description """
  The quantity kind $\\textit{Particle Fluence}$ is the total number of particles that
   intersect a unit area in a specific time interval of interest, and has units of $m^{-2}$
    (number of particles per meter squared).
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-HA,
        unit:NUM-PER-KiloM2,
        unit:NUM-PER-M2,
        unit:PER-IN2,
        unit:PER-M-NanoM,
        unit:PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD133"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fluence"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD133"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Phi = \\frac{dN}{dA}$, where $dN$ describes the number of particles incident on a small spherical domain at a given point in space, and $dA$ describes the cross-sectional area of that domain."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Particle Fluence\" is the total number of particles that intersect a unit area in a specific time interval of interest, and has units of /m2 (number of particles per meter squared)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ParticleFluence"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PhaseCoefficient a qudt:QuantityKind ;
    rdfs:label "Phase coefficient"@en ;
    dcterms:description "The phase coefficient is the amount of phase shift that occurs as the wave travels one meter. Increasing the loss of the material, via the manipulation of the material's conductivity, will decrease the wavelength (increase $\\beta$) and increase the attenuation coefficient (increase $\\alpha$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ;
    qudt:latexDefinition "If $F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}$, then $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ;
    qudt:latexSymbol "$\\beta$"^^qudt:LatexString ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PhaseCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PlanckFunction a qudt:QuantityKind ;
    rdfs:label "Planck Function"@en ;
    dcterms:description "The $\\textit{Planck function}$ is used to compute the radiance emitted from objects that radiate like a perfect \"Black Body\". The inverse of the $\\textit{Planck Function}$ is used to find the $\\textit{Brightness Temperature}$ of an object. The precise formula for the Planck Function depends on whether the radiance is determined on a $\\textit{per unit wavelength}$ or a $\\textit{per unit frequency}$. In the ISO System of Quantities, $\\textit{Planck Function}$ is defined by the formula: $Y = -G/T$, where $G$ is Gibbs Energy and $T$ is thermodynamic temperature."^^qudt:LatexString ;
    qudt:expression "$B_{\\nu}(T)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://pds-atmospheres.nmsu.edu/education_and_outreach/encyclopedia/planck_function.htm"^^xsd:anyURI,
        "http://www.star.nesdis.noaa.gov/smcd/spb/calibration/planck.html"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition """The Planck function, $B_{\\tilde{\\nu}}(T)$, is given by:
$B_{\\nu}(T) = \\frac{2h c^2\\tilde{\\nu}^3}{e^{hc / k \\tilde{\\nu} T}-1}$
where, $\\tilde{\\nu}$ is wavelength, $h$ is Planck's Constant, $k$ is Boltzman's Constant, $c$ is the speed of light in a vacuum, $T$ is thermodynamic temperature."""^^qudt:LatexString ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassieuFunction,
        qudtqk:SpecificEnergy,
        qudtqk:SpecificEnthalpy,
        qudtqk:SpecificGibbsEnergy,
        qudtqk:SpecificHelmholtzEnergy,
        qudtqk:SpecificInternalEnergy .

qudtqk:PressureCoefficient a qudt:QuantityKind ;
    rdfs:label "Pressure Coefficient"@en ;
    qudt:applicableUnit unit:BAR-PER-DEG_C,
        unit:BAR-PER-K,
        unit:HectoPA-PER-K,
        unit:KiloPA-PER-K,
        unit:MegaPA-PER-K,
        unit:PA-PER-K ;
    qudt:expression "$pres-coef$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD143"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD143"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\beta = \\left (\\frac{\\partial p}{\\partial T} \\right )_V$, where $p$ is $pressure$,  $T$ is thermodynamic temperature and $V$ is volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\beta$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:PressureCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PropagationCoefficient a qudt:QuantityKind ;
    rdfs:label "Propagation coefficient"@en ;
    dcterms:description "The propagation constant, symbol $\\gamma$, for a given system is defined by the ratio of the amplitude at the source of the wave to the amplitude at some distance x."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Propagation_constant"^^xsd:anyURI ;
    qudt:latexDefinition "$\\gamma = \\alpha + j\\beta$, where $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PropagationCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:RotationalMass a qudt:QuantityKind ;
    rdfs:label "Rotational Mass"@en ;
    dcterms:description "\"Rotational Mass\" denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg*m^2."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-CentiM2,
        unit:KiloGM-M2,
        unit:KiloGM-MilliM2,
        unit:LB-FT2,
        unit:LB-IN2 ;
    qudt:exactMatch qudtqk:MomentOfInertia ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Moment_of_inertia"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Rotational Mass\" denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg*m^2."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:RotationalMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SoundExposureLevel a qudt:QuantityKind ;
    rdfs:label "Sound exposure level"@en ;
    dcterms:description "Sound Exposure Level abbreviated as $SEL$ and $LAE$, is the total noise energy produced from a single noise event, expressed as a logarithmic ratio from a reference level."^^qudt:LatexString ;
    qudt:applicableUnit unit:B,
        unit:DeciB,
        unit:DeciB_A,
        unit:DeciB_ISO,
        unit:DeciB_M,
        unit:DeciB_Z ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Sound_exposure#Sound_exposure_level"^^xsd:anyURI ;
    qudt:latexDefinition "$L_E = 10 \\log_{10} \\frac{E}{E_0} dB$, where $E$ is sound power and the reference value is $E_0 = 400 \\mu Pa^2 s$."^^qudt:LatexString ;
    qudt:symbol "L"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundExposureLevel"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SoundReductionIndex a qudt:QuantityKind ;
    rdfs:label "Sound reduction index"@en ;
    dcterms:description "The Sound Reduction Index is used to measure the level of sound insulation provided by a structure such as a wall, window, door, or ventilator."^^qudt:LatexString ;
    qudt:applicableUnit unit:B,
        unit:DeciB,
        unit:DeciB_A,
        unit:DeciB_ISO,
        unit:DeciB_M,
        unit:DeciB_Z ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_reduction_index"^^xsd:anyURI ;
    qudt:latexDefinition "$R = 10 \\log (\\frac{1}{\\tau}) dB$, where $\\tau$ is the transmission factor."^^qudt:LatexString ;
    qudt:plainTextDescription "The Sound Reduction Index is used to measure the level of sound insulation provided by a structure such as a wall, window, door, or ventilator."^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundReductionIndex"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificEnthalpy a qudt:QuantityKind ;
    rdfs:label "Specific Enthalpy"@en ;
    dcterms:description "$\\textit{Specific Enthalpy}$ is enthalpy per mass of substance involved. Specific enthalpy is denoted by a lower case h, with dimension of energy per mass (SI unit: joule/kg). In thermodynamics, $\\textit{enthalpy}$ is the sum of the internal energy U and the product of pressure p and volume V of a system: $H = U + pV$.  The internal energy U and the work term pV have dimension of energy, in SI units this is joule; the extensive (linear in size) quantity H has the same dimension."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$h = H/m$, where $H$ is enthalpy and $m$ is mass."^^qudt:LatexString ;
    qudt:symbol "h"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Enthalpy,
        qudtqk:MassieuFunction,
        qudtqk:PlanckFunction,
        qudtqk:SpecificEnergy,
        qudtqk:SpecificGibbsEnergy,
        qudtqk:SpecificHelmholtzEnergy,
        qudtqk:SpecificInternalEnergy ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:SpecificGibbsEnergy a qudt:QuantityKind ;
    rdfs:label "Specific Gibbs Energy"@en ;
    dcterms:description """
  $\\textit{Specific Gibbs Energy}$ is a "corresponding intensive property",
   which is $\\textit{Gibbs Energy}$ per mass of substance involved. 
  Energy has corresponding intensive (size-independent) properties for pure materials. 
  $\\textit{Specific Gibbs Energy}$ is denoted by a lower case $g$,
   with dimension of energy per mass (SI unit: $joule/kg$).
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$g = G/m$, where $G$ is Gibbs energy and $m$ is mass."^^qudt:LatexString ;
    qudt:plainTextDescription "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is \"Specific Gibbs Energy}, which is $\\textit{Gibbs Energy} per mass of substance involved. $\\textit{Specific Gibbs Energy\" is denoted by a lower case g, with dimension of energy per mass (SI unit: joule/kg)."^^xsd:string ;
    qudt:symbol "g"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassieuFunction,
        qudtqk:PlanckFunction,
        qudtqk:SpecificEnergy,
        qudtqk:SpecificEnthalpy,
        qudtqk:SpecificHelmholtzEnergy,
        qudtqk:SpecificInternalEnergy ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:SpecificHelmholtzEnergy a qudt:QuantityKind ;
    rdfs:label "Specific Helmholtz Energy"@en ;
    dcterms:description """
  $\\textit{Specific Helmholtz Energy}$ is a "corresponding intensive property",
    which is $\\textit{Helmholz Energy}$ per mass of substance involved.
  Energy has corresponding intensive (size-independent) properties for pure materials. 
  $\\textit{Specific Helmholz Energy}$ is denoted by a lower case $u$,
   with dimension of energy per mass (SI unit: $joule/kg$).
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$a = A/m$, where $A$ is Helmholtz energy and $m$ is mass."^^qudt:LatexString ;
    qudt:symbol "a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MassieuFunction,
        qudtqk:PlanckFunction,
        qudtqk:SpecificEnergy,
        qudtqk:SpecificEnthalpy,
        qudtqk:SpecificGibbsEnergy,
        qudtqk:SpecificInternalEnergy ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:SpecificInternalEnergy a qudt:QuantityKind ;
    rdfs:label "Specific Internal Energy"@en ;
    dcterms:description "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is specific internal energy, which is energy per mass of substance involved. Specific internal energy is denoted by a lower case u, with dimension of energy per mass (SI unit: joule/kg)."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD173"^^xsd:string ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD173"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$u = U/m$, where $U$ is thermodynamic energy and $m$ is mass."^^qudt:LatexString ;
    qudt:plainTextDescription "Energy has corresponding intensive (size-independent) properties for pure materials. A corresponding intensive property is specific internal energy, which is energy per mass of substance involved. Specific internal energy is denoted by a lower case u, with dimension of energy per mass (SI unit: joule/kg)."^^xsd:string ;
    qudt:symbol "u"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:InternalEnergy,
        qudtqk:MassieuFunction,
        qudtqk:PlanckFunction,
        qudtqk:SpecificEnergy,
        qudtqk:SpecificEnthalpy,
        qudtqk:SpecificGibbsEnergy,
        qudtqk:SpecificHelmholtzEnergy ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:SpinQuantumNumber a qudt:QuantityKind ;
    rdfs:label "Spin Quantum Number"@en ;
    dcterms:description "The \"Spin Quantum Number\"  describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD371"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD371"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$s^2 = \\hbar^2 s(s + 1)$, where $s$ is the spin quantum number and $\\hbar$ is the Planck constant."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Spin Quantum Number\"  describes the spin (intrinsic angular momentum) of the electron within that orbital, and gives the projection of the spin angular momentum S along the specified axis"^^xsd:string ;
    qudt:symbol "s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpinQuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:QuantumNumber ;
    skos:closeMatch qudtqk:MagneticQuantumNumber,
        qudtqk:OrbitalAngularMomentumQuantumNumber,
        qudtqk:PrincipalQuantumNumber .

qudtqk:StrainEnergyReleaseRate a qudt:QuantityKind ;
    rdfs:label "Strain Energy Release Rate"@en ;
    dcterms:description "In fracture mechanics, the <b>energy release rate</b>, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-PER-CentiM2,
        unit:GigaJ-PER-M2,
        unit:J-PER-CentiM2,
        unit:J-PER-M2,
        unit:MegaJ-PER-M2,
        unit:MilliJ-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Energy_release_rate_(fracture_mechanics)"^^xsd:anyURI ;
    qudt:latexSymbol "$\\G$"^^qudt:LatexString ;
    qudt:plainTextDescription "In fracture mechanics, the energy release rate, G, is the rate at which energy is transformed as a material undergoes fracture. Mathematically, the energy release rate is expressed as the decrease in total potential energy per increase in fracture surface area, and is thus expressed in terms of energy per unit area."^^xsd:string ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:StrainEnergyReleaseRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:EnergyPerArea .

qudtqk:TotalCurrent a qudt:QuantityKind ;
    rdfs:label "Total Current"@en ;
    dcterms:description "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current."^^qudt:LatexString ;
    qudt:altSymbol "I_t"^^xsd:string ;
    qudt:applicableUnit unit:A,
        unit:AttoA,
        unit:FemtoA,
        unit:GigaA,
        unit:PetaA,
        unit:TeraA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$I_{tot}= I + I_D$, where $I$ is electric current and $I_D$ is displacement current."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Total Current\" is the sum of the electric current that is flowing through a surface and the displacement current."^^xsd:string ;
    qudt:symbol "I_{tot}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:TotalCurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent .

qudtqk:VaporPermeance a qudt:QuantityKind ;
    rdfs:label "Vapor Permeability"@en ;
    dcterms:description "A material's \"permeance\", is dependent on thickness much like the R-value in heat transmission. Dividing the permeability of a material by its thickness gives the material's permeance. Permeance is the number that should be used to compare various products in regard to moisture transmission resistance."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-M2-PA-SEC,
        unit:NanoGM-PER-M2-PA-SEC,
        unit:PERM_Metric,
        unit:PERM_Metric_0DEG_C,
        unit:PERM_Metric_23DEG_C,
        unit:PERM_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
    qudt:informativeReference "https://users.encs.concordia.ca/~raojw/crd/essay/essay000287.html"^^xsd:anyURI,
        "https://www.designingbuildings.co.uk/wiki/Vapour_Permeability"^^xsd:anyURI ;
    qudt:plainTextDescription "A material's \"permeance\", is dependent on thickness much like the R-value in heat transmission. Dividing the permeability of a material by its thickness gives the material's permeance. Permeance is the number that should be used to compare various products in regard to moisture transmission resistance."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VaporPermeance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:VolumeThermalExpansion a qudt:QuantityKind ;
    rdfs:label "Volume Thermal Expansion"@en ;
    dcterms:description """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion.

Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by:

    * linear thermal expansion
    * area thermal expansion
    * volumetric thermal expansion

These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications.

Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]"""^^xsd:string ;
    qudt:applicableUnit unit:CentiM3-PER-K,
        unit:FT3-PER-DEG_F,
        unit:L-PER-K,
        unit:M3-PER-K,
        unit:MilliL-PER-K,
        unit:YD3-PER-DEG_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ;
    qudt:plainTextDescription """When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion.

Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by:

    * linear thermal expansion
    * area thermal expansion
    * volumetric thermal expansion

These characteristics are closely related. The volumetric thermal expansion coefficient can be defined for both liquids and solids. The linear thermal expansion can only be defined for solids, and is common in engineering applications.

Some substances expand when cooled, such as freezing water, so they have negative thermal expansion coefficients. [Wikipedia]"""^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VolumeThermalExpansion"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:AC-FT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Acre Foot"@en ;
    dcterms:description "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1233.4818375475202 ;
    qudt:conversionMultiplierSN 1.233482e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:AC-FT_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:AC ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB288"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Acre-foot"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> ;
    qudt:symbol "acre·ft"^^xsd:string ;
    qudt:ucumCode "[acr_br].[ft_i]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AC-FT_US a qudt:Unit ;
    rdfs:label "acre-foot (based on U.S. survey foot)"^^xsd:string ;
    dcterms:description "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs"^^xsd:string ;
    qudt:conversionMultiplier 1233.48426566137344 ;
    qudt:conversionMultiplierSN 1.233484e+03 ;
    qudt:exactMatch unit:AC-FT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:AC ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB288"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288"^^xsd:anyURI ;
    qudt:symbol "acre·ft{US Survey}"^^xsd:string ;
    qudt:ucumCode "[acr_br].[ft_us]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL a qudt:Unit ;
    rdfs:label "Barrel"@en ;
    dcterms:description "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Barrel"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:BBL_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA334"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ;
    qudt:symbol "bbl"^^xsd:string ;
    qudt:ucumCode "[bbl_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "BLL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-LB-DEG_F a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Pound Degree Fahrenheit"@en ;
    dcterms:description "British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4186.799999999999665056000000000028 ;
    qudt:conversionMultiplierSN 4.1868e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/(lb-degF)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:symbol "Btu{IT}/(lbm·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[lb_av]-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_IT]/([lb_av].[degF])"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-LB-DEG_F a qudt:Unit ;
    rdfs:label "British Thermal Unit (thermochemical) per Pound Degree Fahrenheit"@en ;
    dcterms:description "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.000000044092117716975512617227 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA127"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA127"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^xsd:string ;
    qudt:symbol "Btu{th}/(lbm·°F)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[lb_av]-1.[degF]-1"^^qudt:UCUMcs,
        "[Btu_th]/([lb_av].[degF])"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Coulomb per Square Centimetre"@en,
        "Coulomb per Square Centimeter"@en-us ;
    dcterms:description "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:iec61360Code "0112/2///62720#UAB101"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB101"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "C/cm²"^^xsd:string ;
    qudt:ucumCode "C.cm-2"^^qudt:UCUMcs,
        "C/cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-MilliM2 a qudt:Unit ;
    rdfs:label "Coulomb per Square Millimetre"@en,
        "Coulomb per Square Millimeter"@en-us ;
    dcterms:description "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:iec61360Code "0112/2///62720#UAB100"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB100"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "C/mm²"^^xsd:string ;
    qudt:ucumCode "C.mm-2"^^qudt:UCUMcs,
        "C/mm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_IT-PER-GM-DEG_C a qudt:Unit ;
    rdfs:label "Calorie (international Table) per Gram Degree Celsius"@en ;
    dcterms:description "unit calorieIT divided by the products of the units gram and degree Celsius"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4186.8 ;
    qudt:conversionMultiplierSN 4.1868e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA362"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA362"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorieIT divided by the products of the units gram and degree Celsius"^^xsd:string ;
    qudt:symbol "cal{IT}/(g·°C)"^^xsd:string ;
    qudt:ucumCode "cal_IT.g-1.Cel-1"^^qudt:UCUMcs,
        "cal_IT/(g.Cel)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_IT-PER-GM-K a qudt:Unit ;
    rdfs:label "Calorie (international Table) per Gram Kelvin"@en ;
    dcterms:description "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4186.8 ;
    qudt:conversionMultiplierSN 4.1868e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA363"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA363"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^xsd:string ;
    qudt:symbol "cal{IT}/(g·K)"^^xsd:string ;
    qudt:ucumCode "cal_IT.g-1.K-1"^^qudt:UCUMcs,
        "cal_IT/(g.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-GM-DEG_C a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Gram Degree Celsius"@en ;
    dcterms:description "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA366"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA366"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^xsd:string ;
    qudt:symbol "cal/(g·°C)"^^xsd:string ;
    qudt:ucumCode "cal_th.g-1.Cel-1"^^qudt:UCUMcs,
        "cal_th/(g.Cel)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-GM-K a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Gram Kelvin"@en ;
    dcterms:description "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA367"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA367"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^xsd:string ;
    qudt:symbol "cal/(g·K)"^^xsd:string ;
    qudt:ucumCode "cal_th.g-1.K-1"^^qudt:UCUMcs,
        "cal_th/(g.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C_Ab-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Abcoulomb per Square Centimetre"@en,
        "Abcoulomb per Square Centimeter"@en-us ;
    dcterms:description """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system.
Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$.  where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000."""^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:expression "$abc-per-cm2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C_Ab ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"^^xsd:anyURI ;
    qudt:latexDefinition "$abcoulomb/cm^2$"^^qudt:LatexString ;
    qudt:symbol "abC/cm²"^^xsd:string ;
    qudt:ucumCode "10.C.cm-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C_Stat a qudt:Unit ;
    rdfs:label "Statcoulomb"@en ;
    dcterms:description "The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\\ statC = 1\\ g\\ cm\\ s = 1\\ erg\\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 0.00000000033356409519815204957557671447492 ;
    qudt:conversionMultiplierSN 3.335641e-10 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Statcoulomb"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:exactMatch unit:FR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360"^^xsd:anyURI ;
    qudt:latexDefinition "$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge."^^qudt:LatexString,
        "$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$"^^qudt:LatexString,
        "$1 C/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC/cm \\approx 3.77 \\times 10^6 statC/cm,\\ 1 \\hspace{0.3pc} statC/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C/m$ for electric displacement field $D$."^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "statC"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C_Stat-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Statcoulomb per Square Centimetre"@en,
        "Statcoulomb per Square Centimeter"@en-us ;
    dcterms:description """$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. 
  One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 0.00000333564 ;
    qudt:conversionMultiplierSN 3.33564e-06 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:expression "$statc-per-cm2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C_Stat ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:symbol "statC/cm²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiMOL-PER-L a qudt:Unit ;
    rdfs:label "Centimole per litre"@en ;
    dcterms:description "1/100 of SI unit of amount of substance per litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Concentration ;
    qudt:symbol "cmol/L"^^xsd:string ;
    qudt:ucumCode "cmol.L-1"^^qudt:UCUMcs,
        "cmol/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiN-M-PER-M2 a qudt:Unit ;
    rdfs:label "centinewton metre per square metre"^^xsd:string ;
    dcterms:description "0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB551"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB551"^^xsd:anyURI ;
    qudt:symbol "cN·m/m²"^^xsd:string ;
    qudt:ucumCode "cN.m.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_BALLING a qudt:Unit ;
    rdfs:label "Degree Balling"@en ;
    dcterms:description "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA031"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA031"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution"^^xsd:string ;
    qudt:symbol "°Balling"^^xsd:string ;
    qudt:uneceCommonCode "J17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_BAUME a qudt:Unit ;
    rdfs:label "Degree Baume (origin Scale)"@en ;
    dcterms:description """graduation of the areometer scale for determination of densitiy of fluids.

The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale."""^^xsd:string ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA028"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA028"^^xsd:anyURI ;
    qudt:plainTextDescription """graduation of the areometer scale for determination of densitiy of fluids.

The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale."""^^xsd:string ;
    qudt:symbol "°Bé{origin}"^^xsd:string ;
    qudt:uneceCommonCode "J14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_BAUME_US_HEAVY a qudt:Unit ;
    rdfs:label "Degree Baume (US Heavy)"@en ;
    dcterms:description "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA029"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA029"^^xsd:anyURI ;
    qudt:plainTextDescription "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"^^xsd:string ;
    qudt:symbol "°Bé{US Heavy}"^^xsd:string ;
    qudt:uneceCommonCode "J15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_BAUME_US_LIGHT a qudt:Unit ;
    rdfs:label "Degree Baume (US Light)"@en ;
    dcterms:description "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA030"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA030"^^xsd:anyURI ;
    qudt:plainTextDescription "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"^^xsd:string ;
    qudt:symbol "°Bé{US Light}"^^xsd:string ;
    qudt:uneceCommonCode "J16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_BRIX a qudt:Unit ;
    rdfs:label "Degree Brix"@en ;
    dcterms:description "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA032"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA032"^^xsd:anyURI ;
    qudt:plainTextDescription "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution"^^xsd:string ;
    qudt:symbol "°Bx"^^xsd:string ;
    qudt:uneceCommonCode "J18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_OECHSLE a qudt:Unit ;
    rdfs:label "Degree Oechsle"@en ;
    dcterms:description "unit of the density of the must, as measure for the proportion of the soluble material in the grape must"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA048"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA048"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density of the must, as measure for the proportion of the soluble material in the grape must"^^xsd:string ;
    qudt:symbol "°Oe"^^xsd:string ;
    qudt:uneceCommonCode "J27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_PLATO a qudt:Unit ;
    rdfs:label "Degree Plato"@en ;
    dcterms:description "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA049"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA049"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"^^xsd:string ;
    qudt:symbol "°P"^^xsd:string ;
    qudt:uneceCommonCode "PLA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEGREE_TWADDELL a qudt:Unit ;
    rdfs:label "Degree Twaddell"@en ;
    dcterms:description "unit of the density of fluids, which are heavier than water"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0 ;
    qudt:conversionMultiplierSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA054"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA054"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density of fluids, which are heavier than water"^^xsd:string ;
    qudt:symbol "°Tw"^^xsd:string ;
    qudt:uneceCommonCode "J31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM3 a qudt:Unit ;
    rdfs:label "Cubic Decimetre"@en,
        "Cubic Decimeter"@en-us ;
    dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA414"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA414"^^xsd:anyURI ;
    qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "dm³"^^xsd:string ;
    qudt:ucumCode "dm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DMQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Cubic Foot"@en ;
    dcterms:description """
  The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. 
  It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. 
  To calculate cubic feet multiply length X width X height.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.028316846592 ;
    qudt:conversionMultiplierSN 2.831685e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA456"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA456"^^xsd:anyURI ;
    qudt:symbol "ft³"^^xsd:string ;
    qudt:ucumCode "[cft_i]"^^qudt:UCUMcs,
        "[ft_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FTQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoGM-PER-L a qudt:Unit ;
    rdfs:label "Femtograms per litre"@en ;
    dcterms:description "One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FemtoGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "fg/L"^^xsd:string ;
    qudt:ucumCode "fg.L-1"^^qudt:UCUMcs,
        "fg/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:G a qudt:Unit ;
    rdfs:label "Gravity"@en ;
    dcterms:description "\"Gravity\" is a unit for  'Linear Acceleration' expressed as $G$."^^qudt:LatexString ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:factorUnitScalar 9.80665 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Acceleration,
        qudtqk:LinearAcceleration ;
    qudt:iec61360Code "0112/2///62720#UAA521"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA521"^^xsd:anyURI ;
    qudt:symbol "G"^^xsd:string ;
    qudt:ucumCode "[g]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAMMA a qudt:Unit ;
    rdfs:label "Gamma"@en ;
    dcterms:description "\"Gamma\" is a C.G.S System unit for  'Magnetic Field'."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticField,
        qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAB213"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> ;
    qudt:symbol "γ"^^xsd:string ;
    qudt:uneceCommonCode "P12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Gram per Cubic Centimetre"@en,
        "Gram per Cubic Centimeter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA469"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA469"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "g/cm³"^^xsd:string ;
    qudt:ucumCode "g.cm-3"^^qudt:UCUMcs,
        "g/cm3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DeciL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "grams per decilitre"@en,
        "grams per decilitre"@en-us ;
    dcterms:description "A derived unit for amount-of-substance concentration measured in g/dL."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:expression "$g/dL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DeciL ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "g/dL"^^xsd:string ;
    qudt:ucumCode "g.dL-1"^^qudt:UCUMcs,
        "g/dL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-L a qudt:Unit ;
    rdfs:label "Gram per Litre"@en,
        "Gram per Liter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA482"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA482"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the unit litre"^^xsd:string ;
    qudt:symbol "g/L"^^xsd:string ;
    qudt:ucumCode "g.L-1"^^qudt:UCUMcs,
        "g/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-M3 a qudt:Unit ;
    rdfs:label "Gram per Cubic Metre"@en,
        "Gram per Cubic Meter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA487"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA487"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "g/m³"^^xsd:string ;
    qudt:ucumCode "g.m-3"^^qudt:UCUMcs,
        "g/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MilliL a qudt:Unit ;
    rdfs:label "Gram per Millilitre"@en,
        "Gram per Millilitre"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA493"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA493"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^xsd:string ;
    qudt:symbol "g/mL"^^xsd:string ;
    qudt:ucumCode "g.mL-1"^^qudt:UCUMcs,
        "g/mL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GJ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-MilliM2 a qudt:Unit ;
    rdfs:label "gram per square millimetre"^^xsd:string ;
    dcterms:description "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:BodyMassIndex,
        qudtqk:MassPerArea,
        qudtqk:MeanMassRange,
        qudtqk:SurfaceDensity ;
    qudt:iec61360Code "0112/2///62720#UAB389"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB389"^^xsd:anyURI ;
    qudt:symbol "g/mm²"^^xsd:string ;
    qudt:ucumCode "g.mm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAIN-PER-GAL a qudt:Unit ;
    rdfs:label "Grain per Gallon"@en ;
    dcterms:description "\"Grain per Gallon\" is an Imperial unit for  'Density' expressed as $gr/gal$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.017118061 ;
    qudt:conversionMultiplierSN 1.711806e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$gr/gal$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GRAIN ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "grain{UK}/gal"^^xsd:string ;
    qudt:ucumCode "[gr].[gal_br]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAIN-PER-GAL_US a qudt:Unit ;
    rdfs:label "Grain per Gallon (US)"@en ;
    dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.01711806 ;
    qudt:conversionMultiplierSN 1.711806e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GRAIN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA524"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA524"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density according to the Anglo-American system of units"^^xsd:string ;
    qudt:symbol "gr{UK}/gal{US}"^^xsd:string ;
    qudt:ucumCode "[gr].[gal_us]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAIN-PER-M3 a qudt:Unit ;
    rdfs:label "Grains per Cubic Metre"@en,
        "Grains per Cubic Meter"@en-us ;
    dcterms:description "Grains per cubic metre of volume"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00006479891 ;
    qudt:conversionMultiplierSN 6.479891e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GRAIN ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:plainTextDescription "Grains per cubic metre of volume"^^xsd:string ;
    qudt:symbol "gr{UK}/m³"^^xsd:string ;
    qudt:ucumCode "[gr]/m3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaJ-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Gigajoule per Square Metre"@en,
        "Gigajoule per Square Meter"@en-us ;
    dcterms:description "Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$GJ/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaJ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyFluence,
        qudtqk:EnergyPerArea,
        qudtqk:RadiantFluence,
        qudtqk:StrainEnergyReleaseRate ;
    qudt:symbol "GJ/m²"^^xsd:string ;
    qudt:ucumCode "GJ.m-2"^^qudt:UCUMcs,
        "GJ/m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaN-M-PER-M2 a qudt:Unit ;
    rdfs:label "giganewton metre per square metre"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaN ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB554"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB554"^^xsd:anyURI ;
    qudt:symbol "GN·m/m²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IU a qudt:Unit ;
    rdfs:label "International Unit"@en ;
    dcterms:description """
  The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$.
  Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier.
  """^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/International_unit"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:iec61360Code "0112/2///62720#UAB603"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/International_unit?oldid=488801913"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB603"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit> ;
    qudt:symbol "IU"^^xsd:string ;
    qudt:ucumCode "[IU]"^^qudt:UCUMcs,
        "[iU]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-GM-DEG_C a qudt:Unit ;
    rdfs:label "joule per gram degree celsius"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ;
    qudt:symbol "J/(g·°C)"^^xsd:string ;
    qudt:ucumCode "J.g-1.Cel-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-GM-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Gram Kelvin"@en ;
    dcterms:description "Joule per Gram Kelvin is a unit typically used for specific heat capacity."^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:latexSymbol "$\\frac{J}{g \\cdot K}$"^^qudt:LatexString ;
    qudt:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ;
    qudt:symbol "J/(g·K)"^^xsd:string ;
    qudt:ucumCode "J.g-1.K-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-KiloGM-DEG_C a qudt:Unit ;
    rdfs:label "joule na kilogram stupně celsia"@cs,
        "Joule je Kilogramm Grad Celsius"@de,
        "joule per kilogram degree celsius"@en,
        "julio porkilogramo grado celsius"@es,
        "joule par kilogramme-degré celsius"@fr,
        "joule al chilogrammo per grado celsius"@it,
        "joule per kilogram darjah celsius"@ms,
        "dżul na kilogramostopień celsjusza"@pl,
        "joule por quilograma grau celsius"@pt,
        "joule pe kilogram-grad celsius"@ro,
        "джоуль на килограмм-градус цельсия"@ru,
        "joule na kilogram stopinja celzija"@sl,
        "joule per kilogram celsius"@tr ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:plainTextDescription "Unit for expressing the specific heat capacity."^^xsd:string ;
    qudt:symbol "J/(kg·°C)"^^xsd:string ;
    qudt:ucumCode "J.kg-1.Cel-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-KiloGM-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Kilogram Kelvin"@en ;
    dcterms:description """
  Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions,
   such as constant pressure: usually measured in joules per kelvin per kilogram. 
  Symbol $c_p$ (for constant pressure).
  Also called specific heat.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J-per-kg-K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA176"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA176"^^xsd:anyURI ;
    qudt:latexSymbol "$J/(kg \\cdot K)$"^^qudt:LatexString ;
    qudt:symbol "J/(K·kg)"^^xsd:string ;
    qudt:ucumCode "J.kg-1.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Square Metre"@en,
        "Joule per Square Meter"@en-us ;
    dcterms:description "Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyFluence,
        qudtqk:EnergyPerArea,
        qudtqk:RadiantFluence,
        qudtqk:StrainEnergyReleaseRate ;
    qudt:iec61360Code "0112/2///62720#UAA179"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA179"^^xsd:anyURI ;
    qudt:symbol "J/m²"^^xsd:string ;
    qudt:ucumCode "J.m-2"^^qudt:UCUMcs,
        "J/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Cubic Metre"@en,
        "Joule per Cubic Meter"@en-us ;
    dcterms:description "$\\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system.  It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$j-per-m3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticEnergyDensity,
        qudtqk:EnergyDensity,
        qudtqk:RadiantEnergyDensity,
        qudtqk:VolumicElectromagneticEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA180"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA180"^^xsd:anyURI ;
    qudt:symbol "J/m³"^^xsd:string ;
    qudt:ucumCode "J.m-3"^^qudt:UCUMcs,
        "J/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B8"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloA a qudt:Unit ;
    rdfs:label "kiloampere"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA557"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA557"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "kA"^^xsd:string ;
    qudt:ucumCode "kA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-GM-DEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Calorie per Gram Degree Celsius"@en ;
    dcterms:description "$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184000.0 ;
    qudt:conversionMultiplierSN 4.184e+06 ;
    qudt:expression "$kcal/(gm-degC)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_C ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:symbol "kcal/(g·°C)"^^xsd:string ;
    qudt:ucumCode "cal.g-1.Cel-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL_TH a qudt:Unit ;
    rdfs:label "Kilocalorie (thermochemical)"@en ;
    dcterms:description "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:exactMatch unit:KiloCAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA590"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590"^^xsd:anyURI ;
    qudt:plainTextDescription "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:CAL_TH ;
    qudt:symbol "kcal"^^xsd:string ;
    qudt:ucumCode "[Cal]"^^qudt:UCUMcs,
        "kcal_th"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCubicFT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Thousand Cubic Foot"@en ;
    dcterms:description "1 000-fold of the unit cubic foot. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 28.316846592 ;
    qudt:conversionMultiplierSN 2.831685e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kft^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LiquidVolume,
        qudtqk:Volume ;
    qudt:symbol "k(ft³)"^^xsd:string ;
    qudt:ucumCode "[k.cft_i]"^^qudt:UCUMcs,
        "k[ft_i]3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FC"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-CentiM3 a qudt:Unit ;
    rdfs:label "Kilogram per Cubic Centimetre"@en,
        "Kilogram per Cubic Centimeter"@en-us ;
    dcterms:description "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA597"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA597"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "kg/cm³"^^xsd:string ;
    qudt:ucumCode "kg.cm-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-DeciM3 a qudt:Unit ;
    rdfs:label "Kilogram per Cubic Decimetre"@en,
        "Kilogram per Cubic Decimeter"@en-us ;
    dcterms:description "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA604"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA604"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "kg/dm³"^^xsd:string ;
    qudt:ucumCode "kg.dm-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-L a qudt:Unit ;
    rdfs:label "Kilogram per Litre"@en,
        "Kilogram per Liter"@en-us ;
    dcterms:description "SI base unit kilogram divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA612"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA612"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit kilogram divided by the unit litre"^^xsd:string ;
    qudt:symbol "kg/L"^^xsd:string ;
    qudt:ucumCode "kg.L-1"^^qudt:UCUMcs,
        "kg/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilogram per Square Metre"@en,
        "Kilogram per Square Meter"@en-us ;
    dcterms:description "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$kg/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:BodyMassIndex,
        qudtqk:MassPerArea,
        qudtqk:MeanMassRange,
        qudtqk:SurfaceDensity ;
    qudt:iec61360Code "0112/2///62720#UAA617"^^xsd:string,
        "0112/2///62720#UAD513"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA617"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD513"^^xsd:anyURI ;
    qudt:symbol "kg/m²"^^xsd:string ;
    qudt:ucumCode "kg.m-2"^^qudt:UCUMcs,
        "kg/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-KiloGM-K a qudt:Unit ;
    rdfs:label "Kilojoule per Kilogram Kelvin"@en ;
    dcterms:description "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:SpecificEntropy,
        qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation ;
    qudt:iec61360Code "0112/2///62720#UAA571"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA571"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^xsd:string ;
    qudt:symbol "kJ/(K·kg)"^^xsd:string ;
    qudt:ucumCode "kJ.(kg.K)-1"^^qudt:UCUMcs,
        "kJ.kg-1.K-1"^^qudt:UCUMcs,
        "kJ/(kg.K)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloL a qudt:Unit ;
    rdfs:label "Kilolitre"@en,
        "Kilolitre"@en-us ;
    dcterms:description "1 000-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB114"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB114"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "kL"^^xsd:string ;
    qudt:ucumCode "kL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K6"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN-M-PER-M2 a qudt:Unit ;
    rdfs:label "kilonewton metre per square metre"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB552"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB552"^^xsd:anyURI ;
    qudt:symbol "kN·m/m²"^^xsd:string ;
    qudt:ucumCode "kN.m.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloVA a qudt:Unit ;
    rdfs:label "Kilovolt Ampere"@en ;
    dcterms:description "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower ;
    qudt:iec61360Code "0112/2///62720#UAA581"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:VA ;
    qudt:symbol "kVA"^^xsd:string ;
    qudt:ucumCode "kVA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KVA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-FT3 a qudt:Unit ;
    rdfs:label "Pound per Cubic Foot"@en ;
    dcterms:description "\"Pound per Cubic Foot\" is an Imperial unit for  'Density' expressed as $lb/ft^{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 16.018463373960138 ;
    qudt:conversionMultiplierSN 1.601846e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/ft^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA676"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA676"^^xsd:anyURI ;
    qudt:symbol "lbm/ft³"^^xsd:string ;
    qudt:ucumCode "[lb_av].[cft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-GAL_US a qudt:Unit ;
    rdfs:label "Pound (avoirdupois) per Gallon (US)"@en ;
    dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 119.8264273168966285439132558055142 ;
    qudt:conversionMultiplierSN 1.198264e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA680"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA680"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"^^xsd:string ;
    qudt:symbol "lbm/gal{US}"^^xsd:string ;
    qudt:ucumCode "[lb_av].[gal_us]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-IN3 a qudt:Unit ;
    rdfs:label "Pound per Cubic Inch"@en ;
    dcterms:description "\"Pound per Cubic Inch\" is an Imperial unit for  'Density' expressed as $lb/in^{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 27679.904710203125 ;
    qudt:conversionMultiplierSN 2.76799e+04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/in^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA685"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA685"^^xsd:anyURI ;
    qudt:symbol "lbm/in³"^^xsd:string ;
    qudt:ucumCode "[lb_av].[cin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "LA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-M3 a qudt:Unit ;
    rdfs:label "Pound per Cubic Metre"@en,
        "Pound per Cubic Meter"@en-us ;
    dcterms:description "\"Pound per Cubic Meter\" is a unit for  'Density' expressed as $lb/m^{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.45359237 ;
    qudt:conversionMultiplierSN 4.535924e-01 ;
    qudt:expression "$lb/m^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "lbm/m³"^^xsd:string ;
    qudt:ucumCode "[lb_av].m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-YD2 a qudt:Unit ;
    rdfs:label "pound (avoirdupois) per square yard"^^xsd:string ;
    dcterms:description "unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 0.5424919595981167270976517261676497 ;
    qudt:conversionMultiplierSN 5.42492e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:BodyMassIndex,
        qudtqk:MassPerArea,
        qudtqk:MeanMassRange,
        qudtqk:SurfaceDensity ;
    qudt:iec61360Code "0112/2///62720#UAB390"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB390"^^xsd:anyURI ;
    qudt:symbol "lbm/yd²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[yd_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-YD3 a qudt:Unit ;
    rdfs:label "Pound per Cubic Yard"@en ;
    dcterms:description "\"Pound per Cubic Yard\" is an Imperial unit for  'Density' expressed as $lb/yd^{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5932764212577829 ;
    qudt:conversionMultiplierSN 5.932764e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lb/yd^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA695"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA695"^^xsd:anyURI ;
    qudt:symbol "lbm/yd³"^^xsd:string ;
    qudt:ucumCode "[lb_av].[cyd_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-IN a qudt:Unit ;
    rdfs:label "Pound Force per Inch"@en ;
    dcterms:description "\"Pound Force per Inch\" is an Imperial unit for  'Force Per Length' expressed as $lbf/in$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 175.12685 ;
    qudt:conversionMultiplierSN 1.751268e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf/in$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAA700"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA700"^^xsd:anyURI ;
    qudt:symbol "lbf/in"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "متر مربع في الثانية"@ar,
        "čtvereční metr za sekundu"@cs,
        "Quadratmeter je Sekunde"@de,
        "square metre per second"@en,
        "Square Meter per Second"@en-us,
        "metro cuadrado por segundo"@es,
        "متر مربع بر ثانیه"@fa,
        "mètre carré par seconde"@fr,
        "वर्ग मीटर प्रति सैकिण्ड"@hi,
        "metro quadrato al secondo"@it,
        "平方メートル毎秒"@ja,
        "meter persegi per saat"@ms,
        "metr kwadratowy na sekundę"@pl,
        "metro quadrado por segundo"@pt,
        "metru pătrat pe secundă"@ro,
        "квадратный метр в секунду"@ru,
        "kvadratni meter na sekundo"@sl,
        "metrekare bölü saniye"@tr,
        "平方米每秒"@zh ;
    dcterms:description """
  The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance
   or displacement in metres multiplied by distance again in metres and divided by time in seconds. 
  The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$. 
  It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum
   of an object with respect to a position.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m^{2} s^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AreaPerTime,
        qudtqk:DiffusionCoefficient,
        qudtqk:NeutronDiffusionCoefficient,
        qudtqk:ThermalDiffusionRatioCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA752"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA752"^^xsd:anyURI ;
    qudt:symbol "m²/s"^^xsd:string ;
    qudt:ucumCode "m2.s-1"^^qudt:UCUMcs,
        "m2/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "S4"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_UK3 a qudt:Unit ;
    rdfs:label "cubic mile (UK statute)"^^xsd:string ;
    dcterms:description "unit of volume according to the Imperial system of units"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:MI_UK ] ;
    qudt:hasQuantityKind qudtqk:SectionModulus,
        qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB290"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB290"^^xsd:anyURI ;
    qudt:symbol "mi³"^^xsd:string ;
    qudt:uneceCommonCode "M69"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaC-PER-M2 a qudt:Unit ;
    rdfs:label "Megacoulomb per Square Metre"@en,
        "Megacoulomb per Square Meter"@en-us ;
    dcterms:description "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:iec61360Code "0112/2///62720#UAA207"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA207"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "MC/m²"^^xsd:string ;
    qudt:ucumCode "MC.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaGM-PER-M3 a qudt:Unit ;
    rdfs:label "Megagram per Cubic Metre"@en,
        "Megagram per Cubic Meter"@en-us ;
    dcterms:description "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA229"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA229"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "Mg/m³"^^xsd:string ;
    qudt:ucumCode "Mg.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaN-M-PER-M2 a qudt:Unit ;
    rdfs:label "meganewton metre per square metre"^^xsd:string ;
    dcterms:description "1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB553"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB553"^^xsd:anyURI ;
    qudt:symbol "m·MN/m²"^^xsd:string ;
    qudt:ucumCode "m.MN.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroC-PER-M2 a qudt:Unit ;
    rdfs:label "Microcoulomb per Square Metre"@en,
        "Microcoulomb per Square Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroC ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:iec61360Code "0112/2///62720#UAA060"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA060"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "μC/m²"^^xsd:string ;
    qudt:ucumCode "uC.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-DeciL a qudt:Unit ;
    rdfs:label "Microgram per Decilitre"@en,
        "Microgram per Deciliter"@en-us ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DeciL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:plainTextDescription "0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre"^^xsd:string ;
    qudt:symbol "μg/dL"^^xsd:string ;
    qudt:ucumCode "ug.dL-1"^^qudt:UCUMcs,
        "ug/dL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroN-M-PER-M2 a qudt:Unit ;
    rdfs:label "micronewton metre per square metre"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB548"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB548"^^xsd:anyURI ;
    qudt:symbol "m·μN/m²"^^xsd:string ;
    qudt:ucumCode "m.uN.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "MilliCoulomb"@en ;
    dcterms:description "A MilliCoulomb is $10^{-3} C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA782"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA782"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:C ;
    qudt:symbol "mC"^^xsd:string ;
    qudt:ucumCode "mC"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    prov:wasDerivedFrom unit:C .

unit:MilliC-PER-M2 a qudt:Unit ;
    rdfs:label "Millicoulomb per Square Metre"@en,
        "Millicoulomb per Square Meter"@en-us ;
    dcterms:description "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea ;
    qudt:iec61360Code "0112/2///62720#UAA784"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA784"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mC/m²"^^xsd:string ;
    qudt:ucumCode "mC.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliJ-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millijoule per Square Metre"@en,
        "Millijoule per Square Meter"@en-us ;
    dcterms:description "Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$mJ/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliJ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyFluence,
        qudtqk:EnergyPerArea,
        qudtqk:RadiantFluence,
        qudtqk:StrainEnergyReleaseRate ;
    qudt:symbol "mJ/m²"^^xsd:string ;
    qudt:ucumCode "mJ.m-2"^^qudt:UCUMcs,
        "mJ/m2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliN-M-PER-M2 a qudt:Unit ;
    rdfs:label "millinewton metre per square metre"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB549"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB549"^^xsd:anyURI ;
    qudt:symbol "m·mN/m²"^^xsd:string ;
    qudt:ucumCode "m.mN.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-M2 a qudt:Unit ;
    rdfs:label "Newton Metre per Square Metre"@en,
        "Newton Meter per Square Meter"@en-us ;
    dcterms:description "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAA244"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA244"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "N·m/m²"^^xsd:string ;
    qudt:ucumCode "N.m.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-DeciL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Nanogram per Decilitre"@en,
        "Nanogram per Decilitre"@en-us ;
    dcterms:description "A derived unit for amount-of-substance concentration measured in ng/dL."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:expression "$ng/dL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DeciL ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "ng/dL"^^xsd:string ;
    qudt:ucumCode "ng.dL-1"^^qudt:UCUMcs,
        "ng/dL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-M3 a qudt:Unit ;
    rdfs:label "Nanogram per Cubic Metre"@en,
        "Nanogram per Cubic Meter"@en-us ;
    dcterms:description "\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\""^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "ng/m³"^^xsd:string ;
    qudt:ucumCode "ng.m-3"^^qudt:UCUMcs ;
    rdfs:comment "\"Derived from GM-PER-M3 which exists in QUDT\""^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-MicroL a qudt:Unit ;
    rdfs:label "Nanogram per Microlitre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "ng/μL"^^xsd:string ;
    qudt:ucumCode "ng.uL-1"^^qudt:UCUMcs,
        "ng/uL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoL a qudt:Unit ;
    rdfs:label "Nanolitre"@en,
        "Nanolitre"@en-us ;
    dcterms:description "0.000000001-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:plainTextDescription "0.000000001-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "nL"^^xsd:string ;
    qudt:ucumCode "nL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL-PER-L a qudt:Unit ;
    rdfs:label "Nanomoles per litre"@en ;
    dcterms:description "A scaled unit of amount-of-substance concentration."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoMOL ] ;
    qudt:hasQuantityKind qudtqk:Concentration ;
    qudt:symbol "nmol/L"^^xsd:string ;
    qudt:ucumCode "nmol.L-1"^^qudt:UCUMcs,
        "nmol/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoN-M-PER-M2 a qudt:Unit ;
    rdfs:label "nanonewton metre per square metre"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:EnergyPerArea,
        qudtqk:ForcePerLength ;
    qudt:iec61360Code "0112/2///62720#UAB547"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB547"^^xsd:anyURI ;
    qudt:symbol "nN·m/m²"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-GAL_US a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Gallon (US)"@en ;
    dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 7.48915170730603928399457848784464 ;
    qudt:conversionMultiplierSN 7.489152e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_US ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA924"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA924"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Density"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density according to the Anglo-American system of units"^^xsd:string ;
    qudt:symbol "oz/gal{US}"^^xsd:string ;
    qudt:ucumCode "[oz_av].[gal_us]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-IN2 a qudt:Unit ;
    rdfs:label "ounce (avoirdupois) per square inch"^^xsd:string ;
    dcterms:description "unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)"^^xsd:string ;
    qudt:conversionMultiplier 43.94184872744745489490978981957964 ;
    qudt:conversionMultiplierSN 4.394185e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:BodyMassIndex,
        qudtqk:MassPerArea,
        qudtqk:MeanMassRange,
        qudtqk:SurfaceDensity ;
    qudt:iec61360Code "0112/2///62720#UAB261"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB261"^^xsd:anyURI ;
    qudt:symbol "oz/in²"^^xsd:string ;
    qudt:ucumCode "[oz_av].[in_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N22"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-IN3 a qudt:Unit ;
    rdfs:label "Imperial Mass Ounce per Cubic Inch"@en ;
    dcterms:description "\"Ounce per Cubic Inch\" is an Imperial unit for  'Density' expressed as $oz/in^{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1729.99404 ;
    qudt:conversionMultiplierSN 1.729994e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "oz/in^{3}"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "oz/in³"^^xsd:string ;
    qudt:ucumCode "[oz_av].[cin_i]-1"^^qudt:UCUMcs,
        "[oz_av]/[cin_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-YD3 a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Cubic Yard"@en ;
    dcterms:description "unit ounce  according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0370798 ;
    qudt:conversionMultiplierSN 3.70798e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA918"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA918"^^xsd:anyURI ;
    qudt:plainTextDescription "unit ounce  according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^xsd:string ;
    qudt:symbol "oz/yd³"^^xsd:string ;
    qudt:ucumCode "[oz_av].[cyd_i]-1"^^qudt:UCUMcs,
        "[oz_av]/[cyd_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT a qudt:Unit ;
    rdfs:label "Imperial Pint"@en ;
    dcterms:description "\"Imperial Pint\" is an Imperial unit for  'Volume' expressed as $pint$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00056826125 ;
    qudt:conversionMultiplierSN 5.682613e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:exactMatch unit:PINT_UK ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "pt"^^xsd:string ;
    qudt:ucumCode "[pt_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "PTI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoGM-PER-L a qudt:Unit ;
    rdfs:label "Picograms per litre"@en ;
    dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "pg/L"^^xsd:string ;
    qudt:ucumCode "pg.L-1"^^qudt:UCUMcs,
        "pg/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoL a qudt:Unit ;
    rdfs:label "Picolitre"@en,
        "Picolitre"@en-us ;
    dcterms:description "0.000000000001-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:plainTextDescription "0.000000000001-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "pL"^^xsd:string ;
    qudt:ucumCode "pL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "Q33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckDensity a qudt:Unit ;
    rdfs:label "Planck Density"@en ;
    dcterms:description "The Planck density is the unit of density, denoted by $\\rho_P$, in the system of natural units known as Planck units. $1\\  \\rho_P \\ is \\approx 5.155 \\times 10^{96} kg/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 5.155e+96 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_density"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:anyURI ;
    qudt:scalingOf unit:GM-PER-DeciM3 ;
    qudt:symbol "planckdensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckFrequency_Ang a qudt:Unit ;
    rdfs:label "Planck Angular Frequency"@en ;
    qudt:conversionMultiplier 18548000000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.8548e+43 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "planckangularfrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:S-PER-M a qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "siemensů na metr"@cs,
        "Siemens je Meter"@de,
        "siemens per metre"@en,
        "Siemens per Meter"@en-us,
        "siemens por metro"@es,
        "زیمنس بر متر"@fa,
        "siemens par mètre"@fr,
        "प्रति मीटर सीमैन्स"@hi,
        "siemens al metro"@it,
        "ジーメンス毎メートル"@ja,
        "siemens per meter"@ms,
        "simens na metr"@pl,
        "siemens por metro"@pt,
        "siemens pe metru"@ro,
        "сименс на метр"@ru,
        "siemens na meter"@sl,
        "siemens bölü metre"@tr,
        "西门子每米"@zh ;
    dcterms:description "SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:KiloGM-PER-M2-PA-SEC ;
    qudt:expression "$s-per-m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:S ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Conductivity,
        qudtqk:ElectrolyticConductivity ;
    qudt:iec61360Code "0112/2///62720#UAA279"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA279"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit siemens divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "S/m"^^xsd:string ;
    qudt:ucumCode "S.m-1"^^qudt:UCUMcs,
        "S/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG-PER-FT3 a qudt:Unit ;
    rdfs:label "Slug per Cubic Foot"@en ;
    dcterms:description "\"Slug per Cubic Foot\" is an Imperial unit for  'Density' expressed as $slug/ft^{3}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 515.3788206107324 ;
    qudt:conversionMultiplierSN 5.153788e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$slug/ft^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA981"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA981"^^xsd:anyURI ;
    qudt:symbol "slug/ft³"^^xsd:string ;
    qudt:uneceCommonCode "L65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:STANDARD a qudt:Unit ;
    rdfs:label "Standard"@en ;
    dcterms:description "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ;
    qudt:conversionMultiplier 4.672 ;
    qudt:conversionMultiplierSN 4.672e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB116"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^xsd:string ;
    qudt:symbol "standard"^^xsd:string ;
    qudt:ucumCode "1980.[bf_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "WSD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:T_Ab a qudt:Unit ;
    rdfs:label "Abtesla"@en ;
    dcterms:description "The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:exactMatch unit:GAUSS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticField,
        qudtqk:MagneticFluxDensity ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ;
    qudt:scalingOf unit:T ;
    qudt:symbol "abT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Flow_Setpoint ;
    skos:definition "Sets air flow"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Air .

brick:Building_Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Building Meter"@en ;
    rdfs:subClassOf brick:Meter ;
    skos:definition "A meter that measures usage or consumption of some media for a whole building"@en ;
    sh:property [ sh:class brick:Building ;
            sh:path brick:meters ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Building ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Building,
        tag:Equipment,
        tag:Meter .

brick:CO_Concentration a brick:Quantity ;
    rdfs:label "CO Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of carbon monoxide in a medium" ;
    skos:narrower brick:Differential_CO_Concentration .

brick:Common_Space a owl:Class,
        sh:NodeShape ;
    rdfs:label "Common Space"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "A class of spaces that are used by multiple people at the same time"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Common ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space" ;
    brick:hasAssociatedTag tag:Common,
        tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Space .

brick:Cooling_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Cooling_Discharge_Air_Flow_Setpoint ;
    skos:definition "Sets supply air flow rate for cooling"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Data_Network_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Data Network Equipment"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Data ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Network ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Data,
        tag:Equipment,
        tag:Network .

brick:Dewpoint_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Dewpoint Sensor"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Dew_point> ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Senses the dewpoint temperature . Dew point is the temperature to which air must be cooled to become saturated with water vapor"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:TemperatureObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Dewpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Dewpoint,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:DewPointTemperature .

brick:Differential_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Differential Setpoint"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=setpoint> ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "A type of Setpoints that is related to the difference between two measurements"@en ;
    brick:hasQuantity qudtqk:Dimensionless .

brick:Entering_Chilled_Water a brick:Substance ;
    rdfs:label "Entering Chilled Water"@en ;
    skos:broader brick:Chilled_Water,
        brick:Entering_Water .

brick:Entering_Hot_Water a brick:Substance ;
    rdfs:label "Entering Hot Water"@en ;
    skos:broader brick:Entering_Water,
        brick:Hot_Water .

brick:Fire_Safety_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fire Safety Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fire ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Safety ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fire,
        tag:Safety .

brick:Gas a brick:Substance ;
    rdfs:label "Gas"@en ;
    skos:broader brick:Fluid ;
    skos:definition "state of matter in which substances exist in the form of nonaggregated molecules and which, within acceptable limits of accuracy, satisfy the ideal gas laws; usually a highly superheated vapor. See [[state]]."@en ;
    skos:narrower brick:Air,
        brick:CO,
        brick:CO2,
        brick:Natural_Gas,
        brick:Steam .

brick:Heat_Exchanger a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heat Exchanger"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:HX ;
    skos:definition "A heat exchanger is a piece of equipment built for efficient heat transfer from one medium to another. The media may be separated by a solid wall to prevent mixing or they may be in direct contact (BEDES)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Exchanger ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:HX ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Exchanger,
        tag:HX,
        tag:Heat .

brick:Heating_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Heating_Discharge_Air_Flow_Setpoint ;
    skos:definition "Sets supply air flow rate for heating"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Integral_Time_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Integral Time Parameter"@en ;
    rdfs:subClassOf brick:Time_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Integral ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Time ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Integral,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Time .

brick:Leaving_Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Leaving Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Water_Temperature_Setpoint ;
    skos:definition "Sets temperature of leaving water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Leaving ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Leaving,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Leaving_Water .

brick:Liquid a brick:Substance ;
    rdfs:label "Liquid"@en ;
    skos:broader brick:Fluid ;
    skos:definition "state of matter intermediate between crystalline substances and gases in which the volume of a substance, but not the shape, remains relatively constant."@en ;
    skos:narrower brick:Gasoline,
        brick:Glycol,
        brick:Liquid_CO2,
        brick:Oil,
        brick:Water .

brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Cooling Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Heating Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Max_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Cooling Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Cooling_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Cool,
        tag:Discharge,
        tag:Flow,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Heating Supply Air Flow Setpoint Limit"@en ;
    rdfs:subClassOf brick:Min_Air_Flow_Setpoint_Limit ;
    owl:equivalentClass brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Heating_Supply_Air_Flow_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Heat,
        tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point,
        tag:Setpoint,
        tag:Supply .

brick:Mixed_Air a brick:Substance ;
    rdfs:label "Mixed Air"@en ;
    skos:broader brick:Air ;
    skos:definition "(1) air that contains two or more streams of air. (2) combined outdoor air and recirculated air."@en .

brick:Occupied_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Occupied_Discharge_Air_Flow_Setpoint ;
    skos:definition "Sets supply air flow rate when occupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:On_Off_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "On Off Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "An On/Off Command controls or reports the binary status of a control loop, relay or equipment activity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Off,
        tag:On,
        tag:Point .

brick:Pressure_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Pressure Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measure the amount of force acting on a unit area"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Sensor ;
    brick:hasQuantity qudtqk:Pressure .

brick:Start_Stop_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Start Stop Status"@en ;
    rdfs:subClassOf brick:On_Off_Status ;
    skos:definition "Indicates the active/inactive status of a control loop (but not equipment activities or relays -- use On/Off for this purpose)"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Start ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Stop ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Start,
        tag:Status,
        tag:Stop .

brick:Supply_Air_Flow_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Flow Reset Setpoint"@en ;
    rdfs:subClassOf brick:Reset_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Flow_Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Discharge_Air .

brick:Supply_Air_Temperature_Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Alarm"@en ;
    rdfs:subClassOf brick:Air_Temperature_Alarm ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Alarm ;
    skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of supply air."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Alarm,
        tag:Discharge,
        tag:Point,
        tag:Supply,
        tag:Temperature .

brick:Supply_Air_Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint,
        brick:Discharge_Air_Temperature_Setpoint,
        brick:Temperature_Deadband_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Deadband_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature of supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Deadband,
        tag:Discharge,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:Proportional_Band_Parameter,
        brick:Temperature_Parameter ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Proportional_Band_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Band,
        tag:Discharge,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional,
        tag:Supply,
        tag:Temperature .

brick:Supply_Air_Temperature_Reset_Differential_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Reset Differential Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Differential_Reset_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Differential ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Differential,
        tag:Discharge,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity brick:Differential_Temperature ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Temperature_Setpoint_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Setpoint Limit"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint_Limit ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint_Limit ;
    skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Supply_Air_Temperature_Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Limit,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature .

brick:Supply_Water_Temperature_Sensor a owl:Class ;
    rdfs:label "Supply Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    owl:deprecated true ;
    brick:deprecatedInVersion "1.3.0" ;
    brick:deprecationMitigationMessage "Swapped supply/return for entering/leaving with water-related points" ;
    brick:isReplacedBy brick:Leaving_Water_Temperature_Sensor .

brick:Temperature_High_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature High Reset Setpoint"@en ;
    rdfs:subClassOf brick:Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:High ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:High,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Temperature_Low_Reset_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Low Reset Setpoint"@en ;
    rdfs:subClassOf brick:Reset_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Low ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Reset ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Low,
        tag:Point,
        tag:Reset,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Supply_Air_Flow_Setpoint ;
    owl:equivalentClass brick:Unoccupied_Discharge_Air_Flow_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:VolumeFlowRate .

brick:Water_Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Valve"@en ;
    rdfs:subClassOf brick:Valve ;
    skos:definition "A valve that modulates the flow of water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Valve,
        tag:Water .

brick:Zone a owl:Class,
        sh:NodeShape ;
    rdfs:label "Zone"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "(1) a separately controlled heated or cooled space. (2) one occupied space or several occupied spaces with similar occupancy category, occupant density, zone air distribution effectiveness, and zone primary airflow per unit area. (3) space or group of spaces within a building for which the heating, cooling, or lighting requirements are sufficiently similar that desired conditions can be maintained throughout by a single controlling device."@en ;
    sh:property [ sh:or ( [ sh:class brick:Space ] [ sh:class brick:Wing ] [ sh:class brick:Outdoor_Area ] [ sh:class brick:Floor ] ) ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Zone ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Zone" ;
    brick:hasAssociatedTag tag:Location,
        tag:Zone ;
    brick:isReplacedBy rec:Zone .

brick:timestamp a rdf:Property,
        owl:DatatypeProperty,
        brick:Relationship ;
    rdfs:label "Timestamp"@en .

bsh:Electric_CurrentQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "The ambient temperature at which the current input was measured" ;
            sh:class bsh:TemperatureShape ;
            sh:path brick:ambientTemperatureOfMeasurement ] .

bsh:LastKnownValueShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path brick:value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:dateTime ;
            sh:minCount 1 ;
            sh:path brick:timestamp ] .

bsh:VoltageQuantityShape a owl:Class,
        sh:NodeShape,
        brick:EntityPropertyValue ;
    rdfs:subClassOf bsh:ValueShape ;
    sh:property [ a sh:PropertyShape ;
            skos:definition "The ambient temperature at which the voltage was measured" ;
            sh:class bsh:TemperatureShape ;
            sh:path brick:ambientTemperatureOfMeasurement ] .

tag:AHU a brick:Tag ;
    rdfs:label "AHU"@en .

tag:Access a brick:Tag ;
    rdfs:label "Access"@en .

tag:Adjust a brick:Tag ;
    rdfs:label "Adjust"@en .

tag:Angle a brick:Tag ;
    rdfs:label "Angle"@en .

tag:Beam a brick:Tag ;
    rdfs:label "Beam"@en .

tag:Breaker a brick:Tag ;
    rdfs:label "Breaker"@en .

tag:Ceiling a brick:Tag ;
    rdfs:label "Ceiling"@en .

tag:Charging a brick:Tag ;
    rdfs:label "Charging"@en .

tag:Close a brick:Tag ;
    rdfs:label "Close"@en .

tag:Cold a brick:Tag ;
    rdfs:label "Cold"@en .

tag:Conditioning a brick:Tag ;
    rdfs:label "Conditioning"@en .

tag:Controller a brick:Tag ;
    rdfs:label "Controller"@en .

tag:Detector a brick:Tag ;
    rdfs:label "Detector"@en .

tag:Disconnect a brick:Tag ;
    rdfs:label "Disconnect"@en .

tag:Duct a brick:Tag ;
    rdfs:label "Duct"@en .

tag:Embedded a brick:Tag ;
    rdfs:label "Embedded"@en .

tag:Failure a brick:Tag ;
    rdfs:label "Failure"@en .

tag:Frame a brick:Tag ;
    rdfs:label "Frame"@en .

tag:Fresh a brick:Tag ;
    rdfs:label "Fresh"@en .

tag:Gauge a brick:Tag ;
    rdfs:label "Gauge"@en .

tag:Generator a brick:Tag ;
    rdfs:label "Generator"@en .

tag:Grains a brick:Tag ;
    rdfs:label "Grains"@en .

tag:Hardware a brick:Tag ;
    rdfs:label "Hardware"@en .

tag:Heater a brick:Tag ;
    rdfs:label "Heater"@en .

tag:Illuminance a brick:Tag ;
    rdfs:label "Illuminance"@en .

tag:Imbalance a brick:Tag ;
    rdfs:label "Imbalance"@en .

tag:Intercom a brick:Tag ;
    rdfs:label "Intercom"@en .

tag:Lead a brick:Tag ;
    rdfs:label "Lead"@en .

tag:Lobby a brick:Tag ;
    rdfs:label "Lobby"@en .

tag:Metering a brick:Tag ;
    rdfs:label "Metering"@en .

tag:Overridden a brick:Tag ;
    rdfs:label "Overridden"@en .

tag:Parking a brick:Tag ;
    rdfs:label "Parking"@en .

tag:Rain a brick:Tag ;
    rdfs:label "Rain"@en .

tag:Ratio a brick:Tag ;
    rdfs:label "Ratio"@en .

tag:Reducing a brick:Tag ;
    rdfs:label "Reducing"@en .

tag:Riser a brick:Tag ;
    rdfs:label "Riser"@en .

tag:Sensitivity a brick:Tag ;
    rdfs:label "Sensitivity"@en .

tag:Surveillance a brick:Tag ;
    rdfs:label "Surveillance"@en .

tag:Thermostat a brick:Tag ;
    rdfs:label "Thermostat"@en .

tag:Tolerance a brick:Tag ;
    rdfs:label "Tolerance"@en .

tag:Vehicle a brick:Tag ;
    rdfs:label "Vehicle"@en .

tag:Ventilation a brick:Tag ;
    rdfs:label "Ventilation"@en .

tag:Volume a brick:Tag ;
    rdfs:label "Volume"@en .

bacnet:PropertyValue a sh:NodeShape ;
    rdfs:label "PropertyValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "used only when property is commandable"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:priority ],
        [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatypes; if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            bacnet:comment "any datatype appropriate for the specified property"@en ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-value ] .

qudtqk:AngularImpulse a qudt:QuantityKind ;
    rdfs:label "نبضة دفعية زاوية"@ar,
        "Drehstoß"@de,
        "angular impulse"@en,
        "impulso angular"@es,
        "impulsion angulaire"@fr,
        "impulso angolare"@it,
        "角力積"@ja,
        "popęd kątowy"@pl,
        "impulsão angular"@pt,
        "角冲量;冲量矩"@zh ;
    dcterms:description "The Angular Impulse, also known as angular momentum, is the moment of linear momentum around a point. It is defined as$H = \\int Mdt$, where $M$ is the moment of force and $t$ is time."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-SEC,
        unit:EV-SEC,
        unit:FT-LB_F-SEC,
        unit:J-SEC,
        unit:KiloGM-M2-PER-SEC,
        unit:N-M-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/AngularMomentum"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:AngularMomentum ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:informativeReference "http://emweb.unl.edu/NEGAHBAN/EM373/note13/note.htm"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:symbol "H"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularImpulse"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Drehmomentstoß"@de .

qudtqk:AngularReciprocalLatticeVector a qudt:QuantityKind ;
    rdfs:label "Angular Reciprocal Lattice Vector"@en ;
    dcterms:description "\"Angular Reciprocal Lattice Vector\" is a vector whose scalar products with all fundamental lattice vectors are integral multiples of $2\\pi$."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.matter.org.uk/diffraction/geometry/lattice_vectors.htm"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularReciprocalLatticeVector"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AreaBitDensity a qudt:QuantityKind ;
    rdfs:label "areic bit density"^^xsd:string ;
    qudt:applicableUnit unit:BIT-PER-M2,
        unit:ExbiBIT-PER-M2,
        unit:GibiBIT-PER-M2,
        unit:KibiBIT-PER-M2,
        unit:MebiBIT-PER-M2,
        unit:PebiBIT-PER-M2,
        unit:TebiBIT-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD012"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD012"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:AreaBitDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:AttenuationCoefficient a qudt:QuantityKind ;
    rdfs:label "Attenuation Coefficient"@en ;
    dcterms:description "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient."^^qudt:LatexString ;
    qudt:applicableUnit unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM,
        unit:PERCENT-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Attenuation_coefficient"^^xsd:anyURI ;
    qudt:latexDefinition "$F(x) = Ae^{-\\alpha x} \\cos{[\\beta (x - x_0)]}$, then $\\alpha$ is the attenuation coefficient and $\\beta$ is the phase coefficient."^^qudt:LatexString ;
    qudt:latexSymbol "$\\alpha$"^^qudt:LatexString ;
    qudt:plainTextDescription "The attenuation coefficient is a quantity that characterizes how easily a material or medium can be penetrated by a beam of light, sound, particles, or other energy or matter. A large attenuation coefficient means that the beam is quickly \"attenuated\" (weakened) as it passes through the medium, and a small attenuation coefficient means that the medium is relatively transparent to the beam. The Attenuation Coefficient is also called linear attenuation coefficient, narrow beam attenuation coefficient, or absorption coefficient."^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AttenuationCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Compressibility a qudt:QuantityKind ;
    rdfs:label "Compressibility"@en ;
    dcterms:description "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change."^^qudt:LatexString ;
    qudt:applicableUnit unit:M2-PER-N,
        unit:PER-BAR,
        unit:PER-MILLE-PSI,
        unit:PER-MegaPA,
        unit:PER-PA,
        unit:PERCENT-PER-BAR,
        unit:PERCENT-PER-HectoBAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD024"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Compressibility"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD024"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\chi = -(\\frac{1}{V})\\frac{dV}{d\\rho}$, where $V$ is volume and $p$ is pressure."^^qudt:LatexString ;
    qudt:latexSymbol "$\\chi$"^^qudt:LatexString ;
    qudt:plainTextDescription "Compressibility is a measure of the relative volume change of a fluid or solid as a response to a pressure (or mean stress) change."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Compressibility"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DewPointTemperature a qudt:QuantityKind ;
    rdfs:label "Dew Point Temperature"@en ;
    dcterms:description "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Dew Point Temperature\" is the temperature at which vapour in air reaches saturation."^^xsd:string ;
    qudt:symbol "T_d"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:DisplacementCurrent a qudt:QuantityKind ;
    rdfs:label "Displacement Current"@en ;
    dcterms:description "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization."^^qudt:LatexString ;
    qudt:applicableUnit unit:A,
        unit:AttoA,
        unit:FemtoA,
        unit:GigaA,
        unit:PetaA,
        unit:TeraA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Displacement_current"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$I_D= \\int_S J_D \\cdot e_n dA$, over a surface $S$, where $J_D$ is displacement current density and $e_n dA$ is the vector surface element."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Displacement Current\" is a quantity appearing in Maxwell's equations that is defined in terms of the rate of change of electric displacement field. Displacement current has the units of electric current density, and it has an associated magnetic field just as actual currents do. However it is not an electric current of moving charges, but a time-varying electric field. In materials, there is also a contribution from the slight motion of charges bound in atoms, dielectric polarization."^^xsd:string ;
    qudt:symbol "I_D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DisplacementCurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricFluxDensity .

qudtqk:DoseEquivalent a qudt:QuantityKind ;
    rdfs:label "Dose Equivalent"@en ;
    dcterms:description "\"Dose Equivalent\" (former), or $\\textit{Equivalent Absorbed Radiation Dose}$, usually shortened to $\\textit{Equivalent Dose}$, is a computed average measure of the radiation absorbed by a fixed mass of biological tissue, that attempts to account for the different biological damage potential of different types of ionizing radiation. The equivalent dose to a tissue is found by multiplying the absorbed dose, in gray, by a dimensionless \"quality factor\" $Q$, dependent upon radiation type, and by another dimensionless factor $N$, dependent on all other pertinent factors. N depends upon the part of the body irradiated, the time and volume over which the dose was spread, even the species of the subject."^^qudt:LatexString ;
    qudt:applicableUnit unit:MicroSV,
        unit:MilliR_man,
        unit:MilliSV,
        unit:NanoSV,
        unit:REM,
        unit:R_man,
        unit:SV ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Equivalent_dose"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD033"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Equivalent_dose"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD033"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "At the point of interest in tissue, $H = DQ$, where $D$ is the absorbed dose and $Q$ is the quality factor at that point."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/DOEQ> ;
    qudt:symbol "H"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DoseEquivalent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:DynamicPressure a qudt:QuantityKind ;
    rdfs:label "Dynamic Pressure"@en ;
    dcterms:description "Dynamic Pressure (indicated with q, or Q, and sometimes called velocity pressure) is the quantity defined by: $q = 1/2 * \\rho v^{2}$, where (using SI units),  $q$ is dynamic pressure in $pascals$, $\\rho$ is fluid density in $kg/m^{3}$ (for example, density of air) and $v $ is fluid velocity in $m/s$."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dynamic_pressure"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:symbol "q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

qudtqk:ElectromagneticWavePhaseSpeed a qudt:QuantityKind ;
    rdfs:label "Electromagnetic Wave Phase Speed"@en ;
    dcterms:description """
  $\\textit{Electromagnetic Wave Phase Speed}$ is the ratio of angular velocity and wavenumber.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:IN-PER-YR,
        unit:M-PER-SEC,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-66"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$c  = w/k$ where $w$ is angular velocity and $k$ is angular wavenumber."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electromagnetic Wave Phase Speed\" is the ratio of angular velocity and wavenumber."^^xsd:string ;
    qudt:symbol "c"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectromagneticWavePhaseSpeed"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Impedance a qudt:QuantityKind ;
    rdfs:label "Impedance"@en ;
    dcterms:description "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle."^^qudt:LatexString ;
    qudt:applicableUnit unit:OHM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electrical_impedance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-43"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$\\underline{Z} = \\underline{U} / \\underline{I}$, where $\\underline{U}$ is the voltage phasor and $\\underline{I}$ is the electric current phasor."^^qudt:LatexString ;
    qudt:latexSymbol "$\\underline{Z}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Impedance\" is the measure of the opposition that a circuit presents to the passage of a current when a voltage is applied. In quantitative terms, it is the complex ratio of the voltage to the current in an alternating current (AC) circuit. Impedance extends the concept of resistance to AC circuits, and possesses both magnitude and phase, unlike resistance, which has only magnitude. When a circuit is driven with direct current (DC), there is no distinction between impedance and resistance; the latter can be thought of as impedance with zero phase angle."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Impedance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricCurrentPhasor,
        qudtqk:VoltagePhasor .

qudtqk:InternalEnergy a qudt:QuantityKind ;
    rdfs:label "Internal Energy"@en ;
    dcterms:description "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy."^^qudt:LatexString ;
    qudt:abbreviation "int-energy"^^xsd:string ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Internal_energy"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:EnergyInternal,
        qudtqk:ThermodynamicEnergy ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Internal_energy"^^xsd:anyURI ;
    qudt:latexDefinition "For a closed thermodynamic system, $\\Delta U = Q + W$, where $Q$ is amount of heat transferred to the system and $W$ is work done on the system provided that no chemical reactions occur."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Internal Energy\" is simply its energy. \"internal\" refers to the fact that some energy contributions are not considered. For instance, when the total system is in uniform motion, it has kinetic energy. This overall kinetic energy is never seen as part of the internal energy; one could call it external energy. Or, if the system is at constant non-zero height above the surface the Earth, it has constant potential energy in the gravitational field of the Earth. Gravitational energy is only taken into account when it plays a role in the phenomenon of interest, for instance in a colloidal suspension, where the gravitation influences the up- downward motion of the small particles comprising the colloid. In all other cases, gravitational energy is assumed not to contribute to the internal energy; one may call it again external energy."^^xsd:string ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Energy,
        qudtqk:Enthalpy,
        qudtqk:GibbsEnergy,
        qudtqk:HelmholtzEnergy ;
    skos:broader qudtqk:Energy .

qudtqk:InverseMass a qudt:QuantityKind ;
    rdfs:label "reciprocal mass"^^xsd:string ;
    qudt:applicableUnit unit:PER-GM,
        unit:PER-KiloGM,
        unit:PER-LB,
        unit:PER-MilliGM,
        unit:PER-OZ,
        unit:PER-TON,
        unit:PER-TONNE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD157"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD157"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:InverseMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LuminousIntensity a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "شدة الإضاءة"@ar,
        "Интензитет на светлината"@bg,
        "Svítivost"@cs,
        "Lichtstärke"@de,
        "Ένταση Φωτεινότητας"@el,
        "luminous intensity"@en,
        "intensidad luminosa"@es,
        "شدت نور"@fa,
        "intensité lumineuse"@fr,
        "עוצמת הארה"@he,
        "प्रकाशीय तीव्रता"@hi,
        "fényerősség"@hu,
        "intensità luminosa"@it,
        "光度"@ja,
        "intensitas luminosa"@la,
        "Keamatan berluminositi"@ms,
        "światłość"@pl,
        "intensidade luminosa"@pt,
        "intensitate luminoasă"@ro,
        "Сила света"@ru,
        "svetilnost"@sl,
        "ışık şiddeti"@tr,
        "发光强度"@zh ;
    dcterms:description "Luminous Intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. The weighting is determined by the luminosity function, a standardized model of the sensitivity of the human eye to different wavelengths."^^qudt:LatexString ;
    qudt:applicableUnit unit:CD,
        unit:CD_IN,
        unit:CP,
        unit:HK,
        unit:KiloCD,
        unit:MilliCD ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Luminous_intensity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD095"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD095"^^xsd:anyURI ;
    qudt:plainTextDescription "Luminous Intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. The weighting is determined by the luminosity function, a standardized model of the sensitivity of the human eye to different wavelengths."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/LUIN> ;
    qudt:symbol "J"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LuminousIntensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticTension a qudt:QuantityKind ;
    rdfs:label "Magnetic Tension"@en ;
    dcterms:description "\"Magnetic Tension\" is a scalar quantity equal to the line integral of the magnetic field strength $\\mathbf{H}$ along a specified path linking two points a and b."^^qudt:LatexString ;
    qudt:applicableUnit unit:A,
        unit:AttoA,
        unit:FemtoA,
        unit:GigaA,
        unit:PetaA,
        unit:TeraA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-57"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$U_m = \\int_{r_a(C)}^{r_b} \\mathbf{H} \\cdot dr$, where $\\mathbf{H}$ is magnetic field strength and $r$ is the position vector along a given curve $C$ from point $a$ to point $b$."^^qudt:LatexString ;
    qudt:plainTextDescription "Magnetic Tension is a scalar quantity equal to the line integral of the magnetic field strength H along a specified path linking two points a and b."^^xsd:string ;
    qudt:symbol "U_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticTension"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticFieldStrength_H .

qudtqk:PressureGradient a qudt:QuantityKind ;
    rdfs:label "pressure gradient"^^xsd:string,
        "pressure gradient"@en-us ;
    dcterms:description "differential pressure divided by the associated length"@en ;
    qudt:applicableUnit unit:ATM-PER-M,
        unit:ATM_T-PER-M,
        unit:HectoPA-PER-M,
        unit:KiloPA-PER-M,
        unit:MilliPA-PER-M,
        unit:PSI-PER-IN,
        unit:TORR-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD144"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD144"^^xsd:anyURI ;
    qudt:plainTextDescription "Differenzdruck dividiert durch die zugehörige Länge"@de ;
    qudt:symbol "0173-1#Z4-BAJ313#003"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PressureGradient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:QuantumNumber a qudt:QuantityKind ;
    rdfs:label "Quantum Number"@en ;
    dcterms:description "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quantum_number"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Quantum Number\" describes values of conserved quantities in the dynamics of the quantum system. Perhaps the most peculiar aspect of quantum mechanics is the quantization of observable quantities, since quantum numbers are discrete sets of integers or half-integers."^^xsd:string ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:QuantumNumber"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:SoundPowerLevel a qudt:QuantityKind ;
    rdfs:label "Sound power level"@en ;
    dcterms:description "Sound Power Level abbreviated as $SWL$ expresses sound power more practically as a relation to the threshold of hearing - 1 picoW - in a logarithmic scale."^^qudt:LatexString ;
    qudt:applicableUnit unit:B,
        unit:DeciB,
        unit:DeciB_A,
        unit:DeciB_ISO,
        unit:DeciB_M,
        unit:DeciB_Z ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_power#Sound_power_level"^^xsd:anyURI ;
    qudt:latexDefinition "$L_W = 10 \\log_{10} \\frac{P}{P_0} dB$, where $P$ is sound power and the reference value is $P_0 =1pW$."^^qudt:LatexString ;
    qudt:symbol "L"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundPowerLevel"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SoundPressureLevel a qudt:QuantityKind ;
    rdfs:label "كمية جذر الطاقة"@ar,
        "Hladina akustického tlaku"@cs,
        "Schalldruckpegel"@de,
        "sound pressure level"@en,
        "nivel de presión sonora"@es,
        "سطح یک کمیت توان-ریشه"@fa,
        "niveau de pression acoustique"@fr,
        "livello di pressione sonora"@it,
        "利得"@ja,
        "Tahap medan"@ms,
        "miary wielkości ilorazowych"@pl,
        "nível de pressão acústica"@pt,
        "уровень звукового давления"@ru,
        "gerilim veya akım oranı"@tr,
        "声压级"@zh ;
    dcterms:description "Sound pressure level ($SPL$) or sound level is a logarithmic measure of the effective sound pressure of a sound relative to a reference value. It is measured in decibels (dB) above a standard reference level."^^qudt:LatexString ;
    qudt:applicableUnit unit:B,
        unit:DeciB,
        unit:DeciB_A,
        unit:DeciB_ISO,
        unit:DeciB_M,
        unit:DeciB_Z,
        unit:PHON ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_pressure#Sound_pressure_level"^^xsd:anyURI ;
    qudt:latexDefinition "$L_P = 10 \\log_{10} \\frac{p^2}{p_0^2} dB$, where $p$ is sound pressure and the reference value in airborne acoustics is $p_0 = 20 \\mu Pa$."^^qudt:LatexString ;
    qudt:symbol "L"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoundPressureLevel"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Tahap tekanan bunyi"@ms .

qudtqk:SpecificActivity a qudt:QuantityKind ;
    rdfs:label "Specific Activity"@en ;
    dcterms:description "The \"Specific Activity\" is the number of decays per unit time of a radioactive sample. The SI unit of radioactive activity is the becquerel (Bq), in honor of the scientist Henri Becquerel."^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ-PER-KiloGM,
        unit:CI-PER-KiloGM,
        unit:KiloBQ-PER-KiloGM,
        unit:MegaBQ-PER-KiloGM,
        unit:MicroBQ-PER-KiloGM,
        unit:MilliBQ-PER-GM,
        unit:MilliBQ-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Specific_activity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$a = \\frac{A}{m}$, where $A$ is the activity of a sample and $m$ is its mass."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Specific Activity\" is the number of decays per unit time of a radioactive sample. The SI unit of radioactive activity is the becquerel (Bq), in honor of the scientist Henri Becquerel."^^xsd:string ;
    qudt:symbol "a"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificActivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StressOpticCoefficient a qudt:QuantityKind ;
    rdfs:label "Stress-Optic Coefficient"@en ;
    dcterms:description "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively."^^qudt:LatexString ;
    qudt:applicableUnit unit:BREWSTER,
        unit:NanoM-PER-CentiM-MegaPA,
        unit:NanoM-PER-CentiM-PSI,
        unit:NanoM-PER-MilliM-MegaPA,
        unit:PER-MegaPA,
        unit:PER-PA,
        unit:PER-PSI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ;
    qudt:informativeReference "https://en.wikipedia.org/w/index.php?title=Photoelasticity&oldid=1109858854#Experimental_principles"^^xsd:anyURI ;
    qudt:latexDefinition "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law $\\Delta ={\\frac {2\\pi t}{\\lambda }}C(\\sigma _{1}-\\sigma _{2})$, where $\\Delta$ is the induced retardation, $C$ is the stress-optic coefficient, $t$ is the specimen thickness, $\\lambda$ is the vacuum wavelength, and $\\sigma_1$ and $\\sigma_2$ are the first and second principal stresses, respectively."^^qudt:LatexString ;
    qudt:plainTextDescription "When a ray of light passes through a photoelastic material, its electromagnetic wave components are resolved along the two principal stress directions and each component experiences a different refractive index due to the birefringence. The difference in the refractive indices leads to a relative phase retardation between the two components. Assuming a thin specimen made of isotropic materials, where two-dimensional photoelasticity is applicable, the magnitude of the relative retardation is given by the stress-optic law Δ=((2πt)/λ)C(σ₁-σ₂), where Δ is the induced retardation, C is the stress-optic coefficient, t is the specimen thickness, λ is the vacuum wavelength, and σ₁ and σ₂ are the first and second principal stresses, respectively."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:StressOpticCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SurfaceDensity a qudt:QuantityKind ;
    rdfs:label "Surface Density"@en ;
    dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area."^^qudt:LatexString ;
    qudt:applicableUnit unit:GM-PER-MilliM2,
        unit:KiloGM-PER-KiloM2,
        unit:KiloGM-PER-M2,
        unit:LB-PER-IN2,
        unit:LB-PER-YD2,
        unit:MicroGM-PER-IN2,
        unit:OZ-PER-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho_A = \\frac{dm}{dA}$, where $m$ is mass and $A$ is area."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho_A$"^^qudt:LatexString ;
    qudt:plainTextDescription "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/SUDE> ;
    rdfs:comment "Applicable units are those of quantitykind:SurfaceDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ThermalInsulance a qudt:QuantityKind ;
    rdfs:label "Thermal Insulance"@en ;
    dcterms:description "$\\textit{Thermal Insulance}$ is the reduction of heat transfer (the transfer of thermal energy between objects of differing temperature) between objects in thermal contact or in range of radiative influence. In building technology, this quantity is often called $\\textit{Thermal Resistance}$, with the symbol $R$."^^qudt:LatexString ;
    qudt:applicableUnit unit:CLO,
        unit:DEG_F-HR-FT2-PER-BTU_IT,
        unit:DEG_F-HR-FT2-PER-BTU_TH,
        unit:FT2-HR-DEG_F-PER-BTU_IT,
        unit:M2-HR-DEG_C-PER-KiloCAL_IT,
        unit:M2-K-PER-W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD192"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD192"^^xsd:anyURI ;
    qudt:latexDefinition "$M = 1/K$, where $K$ is \"Coefficient of Heat Transfer\""^^qudt:LatexString ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalInsulance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:CoefficientOfHeatTransfer .

qudtqk:VolumetricBitDensity a qudt:QuantityKind ;
    rdfs:label "volumic bit density"^^xsd:string ;
    qudt:applicableUnit unit:BIT-PER-M3,
        unit:ExbiBIT-PER-M3,
        unit:GibiBIT-PER-M3,
        unit:KibiBIT-PER-M3,
        unit:MebiBIT-PER-M3,
        unit:PebiBIT-PER-M3,
        unit:TebiBIT-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD241"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD241"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:VolumetricBitDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:A-PER-CentiM a qudt:Unit ;
    rdfs:label "Ampere per Centimetre"@en,
        "Ampere per Centimeter"@en-us ;
    dcterms:description "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:LinearElectricCurrentDensity,
        qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAB073"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB073"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "A/cm"^^xsd:string ;
    qudt:ucumCode "A.cm-1"^^qudt:UCUMcs,
        "A/cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-PER-MilliM a qudt:Unit ;
    rdfs:label "Ampere per Millimetre"@en,
        "Ampere per Millimeter"@en-us ;
    dcterms:description "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:LinearElectricCurrentDensity,
        qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAB072"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB072"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "A/mm"^^xsd:string ;
    qudt:ucumCode "A.mm-1"^^qudt:UCUMcs,
        "A/mm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A-SEC a qudt:Unit ;
    rdfs:label "Ampere Second"@en ;
    dcterms:description "product out of the SI base unit ampere and the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA107"^^xsd:string,
        "0112/2///62720#UAD516"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA107"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD516"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the SI base unit ampere and the SI base unit second"^^xsd:string ;
    qudt:symbol "A·s"^^xsd:string ;
    qudt:ucumCode "A.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A8"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:B a qudt:DimensionlessUnit,
        qudt:LogarithmicUnit,
        qudt:Unit ;
    rdfs:label "بل"@ar,
        "бел"@bg,
        "bel"@cs,
        "Bel"@de,
        "μπέλ"@el,
        "bel"@en,
        "belio"@es,
        "بل"@fa,
        "bel"@fr,
        "בל"@he,
        "बेल"@hi,
        "bel"@hu,
        "bel"@it,
        "ベル"@ja,
        "bel"@ms,
        "bel"@pl,
        "bel"@pt,
        "bel"@ro,
        "бел"@ru,
        "bel"@sl,
        "bel"@tr,
        "贝"@zh ;
    dcterms:description """
  The $\\textit{Bel}$ is a logarithmic unit of sound pressure equal to 10 decibels (dB). 
  It is defined as: $1 B = (1/2) \\log_{10}(Np)$
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bel"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundExposureLevel,
        qudtqk:SoundPowerLevel,
        qudtqk:SoundPressureLevel,
        qudtqk:SoundReductionIndex ;
    qudt:iec61360Code "0112/2///62720#UAB351"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sound_unit"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB351"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/bel> ;
    qudt:symbol "B"^^xsd:string ;
    qudt:ucumCode "B"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAR-L-PER-SEC a qudt:Unit ;
    rdfs:label "Bar Litre per Second"@en,
        "Bar Liter per Second"@en-us ;
    dcterms:description """
  The unit $\\textit{Bar Litre Per Second}$ is the product of the unit $bar$ and
   the unit $litre$ divided by the SI base unit for second.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA326"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA326"^^xsd:anyURI ;
    qudt:plainTextDescription "The unit 'Bar Litre Per Second' is the product of the unit bar and the unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "bar·L/s"^^xsd:string ;
    qudt:ucumCode "bar.L.s-1"^^qudt:UCUMcs,
        "bar.L/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAR-M3-PER-SEC a qudt:Unit ;
    rdfs:label "Bar Cubic Metre per Second"@en,
        "Bar Cubic Meter per Second"@en-us ;
    dcterms:description "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA814"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA814"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "bar·m³/s"^^xsd:string ;
    qudt:ucumCode "bar.m3.s-1"^^qudt:UCUMcs,
        "bar.m3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-LB a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU-IT-PER-lb"@en ;
    dcterms:description "The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J/kg)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2326.0 ;
    qudt:conversionMultiplierSN 2.326e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:expression "$Btu/lb$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/lbm"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[lb_av]-1"^^qudt:UCUMcs,
        "[Btu_IT]/[lb_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "AZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-LB a qudt:Unit ;
    rdfs:label "British Thermal Unit (TH) per Pound"@en ;
    dcterms:description "${\\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of Thermal heat capacity. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2324.443861 ;
    qudt:conversionMultiplierSN 2.324444e+03 ;
    qudt:expression "$btu_th-per-lb$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/lbm"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[lb_av]-1"^^qudt:UCUMcs,
        "[Btu_th]/[lb_av]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_IT-PER-GM a qudt:Unit ;
    rdfs:label "Calorie (international Table) per Gram"@en ;
    dcterms:description "Calories produced per gram of substance."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4186.8 ;
    qudt:conversionMultiplierSN 4.1868e+03 ;
    qudt:expression "$cal_{it}-per-gm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB176"^^xsd:string ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB176"^^xsd:anyURI ;
    qudt:plainTextDescription "unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "cal{IT}/g"^^xsd:string ;
    qudt:ucumCode "cal_IT.g-1"^^qudt:UCUMcs,
        "cal_IT/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-GM a qudt:Unit ;
    rdfs:label "Calorie (thermochemical) per Gram"@en ;
    dcterms:description "Thermochemical Calorie. Calories produced per gram of substance."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:expression "$cal$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB153"^^xsd:string ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB153"^^xsd:anyURI ;
    qudt:plainTextDescription "unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "cal/g"^^xsd:string ;
    qudt:ucumCode "cal_th.g-1"^^qudt:UCUMcs,
        "cal_th/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CCY_EUR a qudt:CurrencyUnit,
        qudt:Unit ;
    rdfs:label "Euro"@en ;
    qudt:currencyCode "EUR"^^xsd:string ;
    qudt:currencyExponent 2 ;
    qudt:currencyNumber "978"^^xsd:string ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Euro"^^xsd:anyURI ;
    qudt:expression "$EUR$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Currency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Euro?oldid=495293446"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> ;
    qudt:symbol "€"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB_M a qudt:DimensionlessUnit,
        qudt:Unit ;
    rdfs:label "Decibel Referred to 1mw"@en ;
    dcterms:description "\"Decibel Referred to 1mw\" is a 'Dimensionless Ratio' expressed as $dBm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundExposureLevel,
        qudtqk:SoundPowerLevel,
        qudtqk:SoundPressureLevel,
        qudtqk:SoundReductionIndex ;
    qudt:symbol "dBmW"^^xsd:string ;
    qudt:udunitsCode "Bm"^^xsd:string ;
    qudt:uneceCommonCode "DBM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-GM a qudt:Unit ;
    rdfs:label "Erg per Gram"@en ;
    dcterms:description "CGS unit of the mass-related energy"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB061"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB061"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the mass-related energy"^^xsd:string ;
    qudt:symbol "erg/g"^^xsd:string ;
    qudt:ucumCode "erg.g-1"^^qudt:UCUMcs,
        "erg/g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-SEC a qudt:Unit ;
    rdfs:label "Erg per Second"@en ;
    dcterms:description "\"Erg per Second\" is a C.G.S System unit for  'Power' expressed as $erg/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$erg/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA430"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA430"^^xsd:anyURI ;
    qudt:latexDefinition "$g\\cdot cm^{2}/s^{3}$"^^qudt:LatexString ;
    qudt:symbol "erg/s"^^xsd:string ;
    qudt:ucumCode "erg.s-1"^^qudt:UCUMcs,
        "erg/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaJ-PER-SEC a qudt:Unit ;
    rdfs:label "exajoule per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ExaJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB515"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB515"^^xsd:anyURI ;
    qudt:symbol "EJ/s"^^xsd:string ;
    qudt:ucumCode "EJ.s-1"^^qudt:UCUMcs,
        "EJ/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoMOL-PER-L a qudt:Unit ;
    rdfs:label "Femtomoles per litre"@en ;
    dcterms:description "A 10**18 part quantity of substance of the measurand per litre volume of matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FemtoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:symbol "fmol/L"^^xsd:string ;
    qudt:ucumCode "fmol.L-1"^^qudt:UCUMcs,
        "fmol/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoV a qudt:Unit ;
    rdfs:label "femtovolt"^^xsd:string ;
    dcterms:description "0.000000000000001-fold of the SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAC770"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC770"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "fV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM-PER-DeciM3 a qudt:Unit ;
    rdfs:label "Gram per Cubic Decimetre"@en,
        "Gram per Cubic Decimeter"@en-us ;
    dcterms:description "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA475"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA475"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "g/dm³"^^xsd:string ;
    qudt:ucumCode "g.dm-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaJ-PER-HR a qudt:Unit ;
    rdfs:label "Gigajoule per Hour"@en ;
    dcterms:description "SI derived unit Gigajoule divided by the 3600 times the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 277777.7777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaJ ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:plainTextDescription "SI derived unit gigajoule divided by the 3600 times the SI base unit second"^^xsd:string ;
    qudt:symbol "GJ/h"^^xsd:string ;
    qudt:ucumCode "GJ.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaJ-PER-SEC a qudt:Unit ;
    rdfs:label "gigajoule per second"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB512"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB512"^^xsd:anyURI ;
    qudt:symbol "GJ/s"^^xsd:string ;
    qudt:ucumCode "GJ.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HP a qudt:Unit ;
    rdfs:label "Horsepower"@en ;
    dcterms:description "550 foot-pound force per second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 745.6999 ;
    qudt:conversionMultiplierSN 7.456999e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Horsepower"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Horsepower?oldid=495510329"^^xsd:anyURI ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "HP"^^xsd:string ;
    qudt:ucumCode "[HP]"^^qudt:UCUMcs ;
    qudt:udunitsCode "hp"^^xsd:string ;
    qudt:uneceCommonCode "K43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HP_Brake a qudt:Unit ;
    rdfs:label "Horsepower (brake)"@en ;
    dcterms:description "unit of the power according to the Imperial system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 9809.5 ;
    qudt:conversionMultiplierSN 9.8095e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA536"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA536"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the power according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "HP{brake}"^^xsd:string ;
    qudt:uneceCommonCode "K42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HP_Electric a qudt:Unit ;
    rdfs:label "Horsepower (electric)"@en ;
    dcterms:description "unit of the power according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 746.0 ;
    qudt:conversionMultiplierSN 7.46e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA537"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA537"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the power according to the Anglo-American system of units"^^xsd:string ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "HP{electric}"^^xsd:string ;
    qudt:uneceCommonCode "K43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HP_Metric a qudt:Unit ;
    rdfs:label "Horsepower (metric)"@en ;
    dcterms:description "unit of the mechanical power according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 735.4988 ;
    qudt:conversionMultiplierSN 7.354988e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA534"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA534"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mechanical power according to the Anglo-American system of units"^^xsd:string ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "HP{metric}"^^xsd:string ;
    qudt:uneceCommonCode "HJ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoPA-L-PER-SEC a qudt:Unit ;
    rdfs:label "Hectopascal Litre per Second"@en,
        "Hectopascal Liter per Second"@en-us ;
    dcterms:description "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HectoPA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA530"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA530"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "hPa·L/s"^^xsd:string ;
    qudt:ucumCode "hPa.L.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoPA-M3-PER-SEC a qudt:Unit ;
    rdfs:label "Hectopascal Cubic Metre per Second"@en,
        "Hectopascal Cubic Meter per Second"@en-us ;
    dcterms:description "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HectoPA ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA531"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA531"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "hPa·m³/s"^^xsd:string ;
    qudt:ucumCode "hPa.m3.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-DAY a qudt:Unit ;
    rdfs:label "joule per day"^^xsd:string ;
    dcterms:description "quotient from the SI derived unit joule divided by the unit day"^^xsd:string ;
    qudt:conversionMultiplier 0.00001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB446"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB446"^^xsd:anyURI ;
    qudt:symbol "J/d"^^xsd:string ;
    qudt:ucumCode "J.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-GM a qudt:Unit ;
    rdfs:label "Joule per Gram"@en ;
    dcterms:description "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA174"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA174"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "J/g"^^xsd:string ;
    qudt:ucumCode "J.g-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-HR a qudt:Unit ;
    rdfs:label "Joule per Hour"@en ;
    dcterms:description "SI derived unit joule divided by the 3600 times the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB445"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB445"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit joule divided by the 3600 times the SI base unit second"^^xsd:string ;
    qudt:symbol "J/h"^^xsd:string ;
    qudt:ucumCode "J.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-KiloGM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Joule per Kilogram"@en ;
    dcterms:description """
  A $\\textit{Joule Per Kilogram}$, ($J/kg$), is a unit in the category of Thermal heat capacity. 
  It is also known as $\\textit{joules per kilogram}$.  
  The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time. 
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/kg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA175"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA175"^^xsd:anyURI ;
    qudt:symbol "J/kg"^^xsd:string ;
    qudt:ucumCode "J.kg-1"^^qudt:UCUMcs,
        "J/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J2"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-MIN a qudt:Unit ;
    rdfs:label "joule per minute"^^xsd:string ;
    dcterms:description "quotient from the SI derived unit joule divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB444"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB444"^^xsd:anyURI ;
    qudt:symbol "J/min"^^xsd:string ;
    qudt:ucumCode "J.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-MOL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "جول لكل مول"@ar,
        "joule na mol"@cs,
        "Joule je Mol"@de,
        "joule per mole"@en,
        "julio por mol"@es,
        "ژول بر مول"@fa,
        "joule par mole"@fr,
        "जूल प्रति मोल (इकाई)"@hi,
        "joule alla mole"@it,
        "ジュール毎立方メートル"@ja,
        "joule per mole"@ms,
        "dżul na mol"@pl,
        "joule por mol"@pt,
        "joule pe mol"@ro,
        "джоуль на моль"@ru,
        "joule na mol"@sl,
        "joule bölü metre küp"@tr,
        "焦耳每摩尔"@zh ;
    dcterms:description "The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$J/mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MOL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:ChemicalAffinity,
        qudtqk:ElectricPolarizability,
        qudtqk:MolarEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA183"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA183"^^xsd:anyURI ;
    qudt:symbol "J/mol"^^xsd:string ;
    qudt:ucumCode "J.mol-1"^^qudt:UCUMcs,
        "J/mol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloA-PER-M a qudt:Unit ;
    rdfs:label "Kiloampere per Metre"@en,
        "Kiloampere per Meter"@en-us ;
    dcterms:description "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloA ] ;
    qudt:hasQuantityKind qudtqk:LinearElectricCurrentDensity,
        qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAA558"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA558"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^xsd:string ;
    qudt:symbol "kA/m"^^xsd:string ;
    qudt:ucumCode "kA.m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloC-PER-M2 a qudt:Unit ;
    rdfs:label "Kilocoulomb per Square Metre"@en,
        "Kilocoulomb per Square Meter"@en-us ;
    dcterms:description "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea,
        qudtqk:ElectricPolarization ;
    qudt:iec61360Code "0112/2///62720#UAA564"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA564"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "kC/m²"^^xsd:string ;
    qudt:ucumCode "kC.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B28"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-GM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Gram"@en ;
    dcterms:description "\"Kilocalorie per Gram\" is a unit for  'Specific Energy' expressed as $kcal/gm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184000.0 ;
    qudt:conversionMultiplierSN 4.184e+06 ;
    qudt:expression "$kcal/gm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:symbol "kcal/g"^^xsd:string ;
    qudt:ucumCode "kcal.g-1"^^qudt:UCUMcs,
        "kcal/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-DAY a qudt:Unit ;
    rdfs:label "kilojoule per day"^^xsd:string ;
    dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit day"^^xsd:string ;
    qudt:conversionMultiplier 0.01157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB450"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB450"^^xsd:anyURI ;
    qudt:symbol "kJ/d"^^xsd:string ;
    qudt:ucumCode "kJ.d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-HR a qudt:Unit ;
    rdfs:label "kilojoule per hour"^^xsd:string ;
    dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.2777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB449"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB449"^^xsd:anyURI ;
    qudt:symbol "kJ/h"^^xsd:string ;
    qudt:ucumCode "kJ.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-KiloGM a qudt:Unit ;
    rdfs:label "Kilojoule per Kilogram"@en ;
    dcterms:description "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA570"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA570"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "kJ/kg"^^xsd:string ;
    qudt:ucumCode "kJ.kg-1"^^qudt:UCUMcs,
        "kJ/kg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-MIN a qudt:Unit ;
    rdfs:label "kilojoule per minute"^^xsd:string ;
    dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 16.66666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB448"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB448"^^xsd:anyURI ;
    qudt:symbol "kJ/min"^^xsd:string ;
    qudt:ucumCode "kJ.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloJ-PER-SEC a qudt:Unit ;
    rdfs:label "kilojoule per second"^^xsd:string ;
    dcterms:description "quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloJ ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB447"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB447"^^xsd:anyURI ;
    qudt:symbol "kJ/s"^^xsd:string ;
    qudt:ucumCode "kJ.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLB_F-FT-PER-LB a qudt:Unit ;
    rdfs:label "Pound Force Foot per Pound"@en ;
    dcterms:description "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2989.067 ;
    qudt:conversionMultiplierSN 2.989067e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloLB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB484"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB484"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^xsd:string ;
    qudt:symbol "klbf·ft/lbm"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[ft_i].[lb_av]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL-PER-M3 a qudt:Unit ;
    rdfs:label "Kilomole per Cubic Metre"@en,
        "Kilomole per Cubic Meter"@en-us ;
    dcterms:description "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:iec61360Code "0112/2///62720#UAA642"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA642"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "kmol/m³"^^xsd:string ;
    qudt:ucumCode "kmol.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-GAL a qudt:Unit ;
    rdfs:label "Pound per Gallon"@en ;
    dcterms:description "\"Pound per Gallon\" is an Imperial unit for  'Density' expressed as $lb/gal$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 99.7763727 ;
    qudt:conversionMultiplierSN 9.977637e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:LB-PER-GAL_UK ;
    qudt:expression "$lb/gal$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "lb/gal"^^xsd:string ;
    qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB-PER-GAL_UK a qudt:Unit ;
    rdfs:label "Pound (avoirdupois) per Gallon (UK)"@en ;
    dcterms:description "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 99.7763727 ;
    qudt:conversionMultiplierSN 9.977637e+01 ;
    qudt:exactMatch unit:LB-PER-GAL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA679"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA679"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "lbm/gal{UK}"^^xsd:string ;
    qudt:ucumCode "[lb_av].[gal_br]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LUX a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "لكس"@ar,
        "лукс"@bg,
        "lux"@cs,
        "Lux"@de,
        "lux"@el,
        "lux"@en,
        "lux"@es,
        "لوکس"@fa,
        "lux"@fr,
        "לוקס"@he,
        "लक्स"@hi,
        "lux"@hu,
        "lux"@it,
        "ルクス"@ja,
        "lux"@ms,
        "luks"@pl,
        "lux"@pt,
        "lux"@ro,
        "люкс"@ru,
        "luks"@sl,
        "lüks"@tr,
        "勒克斯"@zh ;
    dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LuminousFluxPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA723"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA723"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/lux> ;
    qudt:siUnitsExpression "lm/m^2"^^xsd:string ;
    qudt:symbol "lx"^^xsd:string ;
    qudt:ucumCode "lx"^^qudt:UCUMcs ;
    qudt:udunitsCode "lx"^^xsd:string ;
    qudt:uneceCommonCode "LUX"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-DeciM3 a qudt:Unit ;
    rdfs:label "Mole per Cubic Decimetre"@en,
        "Mole per Cubic Decimeter"@en-us ;
    dcterms:description "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:DeciM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:iec61360Code "0112/2///62720#UAA883"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA883"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "mol/dm³"^^xsd:string ;
    qudt:ucumCode "mol.dm-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-L a qudt:Unit ;
    rdfs:label "Mole per Litre"@en,
        "Mole per Liter"@en-us ;
    dcterms:description "SI base unit mol divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:iec61360Code "0112/2///62720#UAA888"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA888"^^xsd:anyURI ;
    qudt:plainTextDescription "SI base unit mol divided by the unit litre"^^xsd:string ;
    qudt:symbol "mol/L"^^xsd:string ;
    qudt:ucumCode "mol.L-1"^^qudt:UCUMcs,
        "mol/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C38"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mole per Cubic Metre"@en,
        "Mole per Cubic Meter"@en-us ;
    dcterms:description "The SI derived unit for amount-of-substance concentration is the mole/cubic meter."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$mol/m^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:iec61360Code "0112/2///62720#UAA891"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA891"^^xsd:anyURI ;
    qudt:symbol "mol/m³"^^xsd:string ;
    qudt:ucumCode "mol.m-3"^^qudt:UCUMcs,
        "mol/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C36"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-HR a qudt:Unit ;
    rdfs:label "Megajoule per Hour"@en ;
    dcterms:description "SI derived unit MegaJoule divided by the 3600 times the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 277.7777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:plainTextDescription "SI derived unit Megajoule divided by the 3600 times the SI base unit second"^^xsd:string ;
    qudt:symbol "MJ/h"^^xsd:string ;
    qudt:ucumCode "MJ.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-KiloGM a qudt:Unit ;
    rdfs:label "Megajoule per Kilogram"@en ;
    dcterms:description "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB093"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB093"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "MJ/kg"^^xsd:string ;
    qudt:ucumCode "MJ.kg-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "JK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaJ-PER-SEC a qudt:Unit ;
    rdfs:label "Megajoule per Second"@en ;
    dcterms:description "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB177"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB177"^^xsd:anyURI ;
    qudt:plainTextDescription "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "MJ/s"^^xsd:string ;
    qudt:ucumCode "MJ.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaOHM a qudt:Unit ;
    rdfs:label "Megaohm"@en ;
    dcterms:description "1,000,000-fold of the derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA198"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA198"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit ohm"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "MΩ"^^xsd:string ;
    qudt:ucumCode "MOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPA-L-PER-SEC a qudt:Unit ;
    rdfs:label "Megapascal Litre per Second"@en,
        "Megapascal Liter per Second"@en-us ;
    dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaPA ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA218"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA218"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "MPa·L/s"^^xsd:string ;
    qudt:ucumCode "MPa.L.s-1"^^qudt:UCUMcs,
        "MPa.L/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPA-M3-PER-SEC a qudt:Unit ;
    rdfs:label "Megapascal Cubic Metre per Second"@en,
        "Megapascal Cubic Meter per Second"@en-us ;
    dcterms:description "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaPA ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA219"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA219"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "MPa·m³/s"^^xsd:string ;
    qudt:ucumCode "MPa.m3.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-L a qudt:Unit ;
    rdfs:label "Microgram per Litre"@en,
        "Microgram per Liter"@en-us,
        "Microgram per Liter"@nl ;
    dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA084"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA084"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^xsd:string ;
    qudt:symbol "μg/L"^^xsd:string ;
    qudt:ucumCode "ug.L-1"^^qudt:UCUMcs,
        "ug/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-MilliL a qudt:Unit ;
    rdfs:label "Microgram per MilliLitre"@en,
        "Microgram per Milliliter"@en-us ;
    dcterms:description "One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:plainTextDescription "0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre"^^xsd:string ;
    qudt:symbol "μg/mL"^^xsd:string ;
    qudt:ucumCode "ug.mL-1"^^qudt:UCUMcs,
        "ug/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroJ-PER-SEC a qudt:Unit ;
    rdfs:label "microjoule per second"^^xsd:string ;
    dcterms:description "0.000001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroJ ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB510"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB510"^^xsd:anyURI ;
    qudt:symbol "μJ/s"^^xsd:string ;
    qudt:ucumCode "uJ.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL-PER-L a qudt:Unit ;
    rdfs:label "Micromoles per litre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroMOL ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:symbol "μmol/L"^^xsd:string ;
    qudt:ucumCode "umol.L-1"^^qudt:UCUMcs,
        "umol/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-PER-IN a qudt:Unit ;
    rdfs:label "Milliampere per Inch"@en ;
    dcterms:description "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ;
    qudt:conversionMultiplier 0.03937008 ;
    qudt:conversionMultiplierSN 3.937008e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ] ;
    qudt:hasQuantityKind qudtqk:LinearElectricCurrentDensity,
        qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAA778"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA778"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^xsd:string ;
    qudt:symbol "mA/in"^^xsd:string ;
    qudt:ucumCode "mA.[in_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F08"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA-PER-MilliM a qudt:Unit ;
    rdfs:label "Milliampere per Millimetre"@en,
        "Milliampere per Millimeter"@en-us ;
    dcterms:description "0.001-fold of the SI base unit ampere  divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:LinearElectricCurrentDensity,
        qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAA781"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA781"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit ampere  divided by the 0.001-fold of the SI base unit metre"^^xsd:string ;
    qudt:symbol "mA/mm"^^xsd:string ;
    qudt:ucumCode "mA.mm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBAR-L-PER-SEC a qudt:Unit ;
    rdfs:label "Millibar Litre per Second"@en,
        "Millibar Liter per Second"@en-us ;
    dcterms:description "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBAR ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA813"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA813"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mbar·L/s"^^xsd:string ;
    qudt:ucumCode "mbar.L.s-1"^^qudt:UCUMcs,
        "mbar.L/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliBAR-M3-PER-SEC a qudt:Unit ;
    rdfs:label "Millibar Cubic Metre per Second"@en,
        "Millibar Cubic Meter per Second"@en-us ;
    dcterms:description "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliBAR ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA327"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA327"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mbar·m³/s"^^xsd:string ;
    qudt:ucumCode "mbar.m3.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-DeciL a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "milligrams per decilitre"@en,
        "milligrams per decilitre"@en-us ;
    dcterms:description "A derived unit for amount-of-substance concentration measured in mg/dL."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:expression "$mg/dL$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DeciL ] ;
    qudt:hasQuantityKind qudtqk:BloodGlucoseLevel_Mass,
        qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "mg/dL"^^xsd:string ;
    qudt:ucumCode "mg.dL-1"^^qudt:UCUMcs,
        "mg/dL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-L a qudt:Unit ;
    rdfs:label "Milligram per Litre"@en,
        "Milligram per Liter"@en-us,
        "Milligram per Liter"@nl ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA827"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA827"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^xsd:string ;
    qudt:symbol "mg/L"^^xsd:string ;
    qudt:ucumCode "mg.L-1"^^qudt:UCUMcs,
        "mg/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-M3 a qudt:Unit ;
    rdfs:label "Milligram per Cubic Metre"@en,
        "Milligram per Cubic Meter"@en-us,
        "Milligram per Kubieke Meter"@nl ;
    dcterms:description "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA830"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA830"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "mg/m³"^^xsd:string ;
    qudt:ucumCode "mg.m-3"^^qudt:UCUMcs,
        "mg/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GP"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliGM-PER-MilliL a qudt:Unit ;
    rdfs:label "Milligram per Millilitre"@en,
        "Milligram per Milliliter"@en-us ;
    dcterms:description "A scaled unit of mass concentration."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram divided by the unit millilitre"^^xsd:string ;
    qudt:symbol "mg/mL"^^xsd:string ;
    qudt:ucumCode "mg.mL-1"^^qudt:UCUMcs,
        "mg/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliJ-PER-GM a qudt:Unit ;
    rdfs:label "Millijoule per Gram"@en ;
    dcterms:description "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliJ ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:plainTextDescription "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "mJ/g"^^xsd:string ;
    qudt:ucumCode "mJ.g-1"^^qudt:UCUMcs,
        "mJ/g"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliJ-PER-SEC a qudt:Unit ;
    rdfs:label "millijoule per second"^^xsd:string ;
    dcterms:description "0.001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB511"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB511"^^xsd:anyURI ;
    qudt:symbol "mJ/s"^^xsd:string ;
    qudt:ucumCode "mJ.s-1"^^qudt:UCUMcs,
        "mJ/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-M3 a qudt:Unit ;
    rdfs:label "Millimoles per cubic metre"@en ;
    dcterms:description "Unavailable."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:symbol "mmol/m³"^^xsd:string ;
    qudt:ucumCode "mmol.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-M-PER-KiloGM a qudt:Unit ;
    rdfs:label "Newton Metre per Kilogram"@en,
        "Newton Meter per Kilogram"@en-us ;
    dcterms:description "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB490"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB490"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^xsd:string ;
    qudt:symbol "N·m/kg"^^xsd:string ;
    qudt:ucumCode "N.m.kg-1"^^qudt:UCUMcs,
        "N.m/kg"^^qudt:UCUMcs ;
    qudt:udunitsCode "gp"^^xsd:string ;
    qudt:uneceCommonCode "G19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-L a qudt:Unit ;
    rdfs:label "Nanogram per Litre"@en,
        "Nanogram per Liter"@nl ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:symbol "ng/L"^^xsd:string ;
    qudt:ucumCode "ng.L-1"^^qudt:UCUMcs,
        "ng/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM-PER-MilliL a qudt:Unit ;
    rdfs:label "Nanogram per Millilitre"@en ;
    dcterms:description "One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:symbol "ng/mL"^^xsd:string ;
    qudt:ucumCode "ng.mL-1"^^qudt:UCUMcs,
        "ng/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoJ-PER-SEC a qudt:Unit ;
    rdfs:label "nanojoule per second"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB509"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB509"^^xsd:anyURI ;
    qudt:symbol "nJ/s"^^xsd:string ;
    qudt:ucumCode "nJ.s-1"^^qudt:UCUMcs,
        "nJ/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-GAL_IMP a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Imperial Mass Ounce per Gallon"@en ;
    dcterms:description "\"Ounce per Gallon\" is an Imperial unit for  'Density' expressed as $oz/gal$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 6.23602329 ;
    qudt:conversionMultiplierSN 6.236023e+00 ;
    qudt:exactMatch unit:OZ-PER-GAL_UK ;
    qudt:expression "oz/gal"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_IMP ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "oz/gal{UK}"^^xsd:string ;
    qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ-PER-GAL_UK a qudt:Unit ;
    rdfs:label "Ounce (avoirdupois) per Gallon (UK)"@en ;
    dcterms:description "unit of the density according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 6.23602329 ;
    qudt:conversionMultiplierSN 6.236023e+00 ;
    qudt:exactMatch unit:OZ-PER-GAL_IMP ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:GAL_UK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:OZ ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA923"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA923"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "oz/gal{UK}"^^xsd:string ;
    qudt:ucumCode "[oz_av].[gal_br]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-L-PER-SEC a qudt:Unit ;
    rdfs:label "Pascal Litre per Second"@en,
        "Pascal Liter per Second"@en-us ;
    dcterms:description "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA261"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA261"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "Pa·L/s"^^xsd:string ;
    qudt:ucumCode "Pa.L.s-1"^^qudt:UCUMcs,
        "Pa.L/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-M3-PER-SEC a qudt:Unit ;
    rdfs:label "Pascal Cubic Metre per Second"@en,
        "Pascal Cubic Meter per Second"@en-us ;
    dcterms:description "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA264"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA264"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "Pa·m³/s"^^xsd:string ;
    qudt:ucumCode "Pa.m3.s-1"^^qudt:UCUMcs,
        "Pa.m3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G01"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-DEG_F a qudt:Unit ;
    rdfs:label "reciprocal degree Fahrenheit"^^xsd:string ;
    dcterms:description "reciprocal of the traditional unit degree Fahrenheit"^^xsd:string ;
    qudt:conversionMultiplier 1.799999999999999856000000000000012 ;
    qudt:conversionMultiplierSN 1.8e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DEG_F ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:InverseTemperature,
        qudtqk:LinearExpansionCoefficient,
        qudtqk:RelativePressureCoefficient,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA047"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA047"^^xsd:anyURI ;
    qudt:symbol "/°F"^^xsd:string ;
    qudt:ucumCode "/[degF]"^^qudt:UCUMcs,
        "[degF]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-K a qudt:Unit ;
    rdfs:label "Reciprocal Kelvin"@en ;
    dcterms:description "Per Kelvin Unit is a denominator unit with dimensions $/k$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$/K$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:InverseTemperature,
        qudtqk:LinearExpansionCoefficient,
        qudtqk:RelativePressureCoefficient,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA193"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193"^^xsd:anyURI ;
    qudt:symbol "/K"^^xsd:string ;
    qudt:ucumCode "/K"^^qudt:UCUMcs,
        "K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MegaK a qudt:Unit ;
    rdfs:label "reciprocal megakelvin or megakelvin to the power minus one"^^xsd:string ;
    dcterms:description "0.000001-fold of reciprocal of the SI base unit kelvin"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MegaK ] ;
    qudt:hasQuantityKind qudtqk:ExpansionRatio,
        qudtqk:InverseTemperature,
        qudtqk:LinearExpansionCoefficient,
        qudtqk:RelativePressureCoefficient,
        qudtqk:ThermalExpansionCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA100"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA100"^^xsd:anyURI ;
    qudt:symbol "/MK"^^xsd:string ;
    qudt:uneceCommonCode "M20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI-IN3-PER-SEC a qudt:Unit ;
    rdfs:label "Psi Cubic Inch per Second"@en ;
    dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.1129848 ;
    qudt:conversionMultiplierSN 1.129848e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA703"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA703"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^xsd:string ;
    qudt:symbol "psi·in³/s"^^xsd:string ;
    qudt:ucumCode "[psi].[cin_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K87"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI-L-PER-SEC a qudt:Unit ;
    rdfs:label "Psi Litre per Second"@en,
        "Psi Liter per Second"@en-us ;
    dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^rdf:HTML ;
    qudt:conversionMultiplier 6.894757 ;
    qudt:conversionMultiplierSN 6.894757e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA704"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA704"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^xsd:string ;
    qudt:symbol "psi·L/s"^^xsd:string ;
    qudt:ucumCode "[psi].L.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K88"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI-M3-PER-SEC a qudt:Unit ;
    rdfs:label "PSI Cubic Metre per Second"@en,
        "PSI Cubic Meter per Second"@en-us ;
    dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^rdf:HTML ;
    qudt:conversionMultiplier 6894.757 ;
    qudt:conversionMultiplierSN 6.894757e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PSI ],
        [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA705"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA705"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^xsd:string ;
    qudt:symbol "psi·m³/s"^^xsd:string ;
    qudt:ucumCode "[psi].m3.s-1"^^qudt:UCUMcs,
        "[psi].m3/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI-YD3-PER-SEC a qudt:Unit ;
    rdfs:label "Psi Cubic Yard per Second"@en ;
    dcterms:description "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 5271.42 ;
    qudt:conversionMultiplierSN 5.27142e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PSI ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA706"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA706"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^xsd:string ;
    qudt:symbol "psi·yd³/s"^^xsd:string ;
    qudt:ucumCode "[psi].[cyd_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaJ-PER-SEC a qudt:Unit ;
    rdfs:label "petajoule per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PetaJ ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB514"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB514"^^xsd:anyURI ;
    qudt:symbol "PJ/s"^^xsd:string ;
    qudt:ucumCode "PJ.s-1"^^qudt:UCUMcs,
        "PJ/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoGM-PER-MilliL a qudt:Unit ;
    rdfs:label "Picograms per millilitre"@en ;
    dcterms:description "One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassDensity ;
    qudt:symbol "pg/mL"^^xsd:string ;
    qudt:ucumCode "pg/mL"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoJ-PER-SEC a qudt:Unit ;
    rdfs:label "picojoule per second"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB508"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB508"^^xsd:anyURI ;
    qudt:symbol "pJ/s"^^xsd:string ;
    qudt:ucumCode "pJ.s-1"^^qudt:UCUMcs,
        "pJ/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-L a qudt:Unit ;
    rdfs:label "Picomoles per litre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:symbol "pmol/L"^^xsd:string ;
    qudt:ucumCode "pmol.L-1"^^qudt:UCUMcs,
        "pmol/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL-PER-M3 a qudt:Unit ;
    rdfs:label "Picomoles per cubic metre"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoMOL ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:symbol "pmol/m³"^^xsd:string ;
    qudt:ucumCode "pmol.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckPower a qudt:Unit ;
    rdfs:label "Planck Power"@en ;
    dcterms:description "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 36283100000000000000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 3.62831e+52 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:anyURI ;
    qudt:latexDefinition "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."^^qudt:LatexString ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "planckpower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckVolt a qudt:Unit ;
    rdfs:label "Planck Volt"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 1042950000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.04295e+27 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:scalingOf unit:V ;
    qudt:symbol "Vₚ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE-PER-M3 a qudt:Unit ;
    rdfs:label "Tonne per Cubic Metre"@en,
        "Tonne per Cubic Meter"@en-us ;
    dcterms:description "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TON_Metric-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TONNE ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA997"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997"^^xsd:anyURI ;
    qudt:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "t/m³"^^xsd:string ;
    qudt:ucumCode "t.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_LONG-PER-YD3 a qudt:Unit ;
    rdfs:label "Long Ton per Cubic Yard"@en ;
    dcterms:description "The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 1328.8778292234224 ;
    qudt:conversionMultiplierSN 1.328878e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:exactMatch unit:TON_UK-PER-YD3 ;
    qudt:expression "$ton/yd^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_LONG ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "t{long}/yd³"^^xsd:string ;
    qudt:ucumCode "[lton_av]/[cyd_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric-PER-M3 a qudt:Unit ;
    rdfs:label "Tonne per Cubic Metre"@en,
        "Tonne per Cubic Meter"@en-us ;
    dcterms:description "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TONNE-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_Metric ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA997"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997"^^xsd:anyURI ;
    qudt:plainTextDescription "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "t/m³"^^xsd:string ;
    qudt:ucumCode "t.m-3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT-PER-YD3 a qudt:Unit ;
    rdfs:label "Short Ton per Cubic Yard"@en ;
    dcterms:description "The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1186.3112117181538 ;
    qudt:conversionMultiplierSN 1.186311e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:TON_US-PER-YD3 ;
    qudt:expression "$ton/yd^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_SHORT ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:symbol "ton{short}/yd³"^^xsd:string ;
    qudt:ucumCode "[ston_av].[cyd_i]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_UK-PER-YD3 a qudt:Unit ;
    rdfs:label "Long Ton (UK) per Cubic Yard"@en ;
    dcterms:description "unit of the density according the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 1328.8778292234224 ;
    qudt:conversionMultiplierSN 1.328878e+03 ;
    qudt:exactMatch unit:TON_LONG-PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_UK ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAB018"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB018"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density according the Imperial system of units"^^xsd:string ;
    qudt:symbol "ton{UK}/yd³"^^xsd:string ;
    qudt:ucumCode "[lton_av].[cyd_i]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_US-PER-YD3 a qudt:Unit ;
    rdfs:label "Short Ton (US) per Cubic Yard"@en ;
    dcterms:description "unit of the density according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1186.3112117181538 ;
    qudt:conversionMultiplierSN 1.186311e+03 ;
    qudt:exactMatch unit:TON_SHORT-PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TON_US ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAB020"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB020"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the density according to the Anglo-American system of units"^^xsd:string ;
    qudt:symbol "ton{US}/yd³"^^xsd:string ;
    qudt:ucumCode "[ston_av].[cyd_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L93"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraW-HR-PER-YR a qudt:Unit ;
    rdfs:label "Terawattstunde pro Jahr"@de,
        "Terawatt Hour per Year"@en,
        "Terawatt Heure par An"@fr ;
    dcterms:description "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 114155251.14 ;
    qudt:conversionMultiplierSN 1.141553e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TeraW ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:plainTextDescription "Terawatt hour per year is a unit of energy per time (i.e. power) and denotes the energy (in terawatt hours) created or consumed during one year."^^xsd:string ;
    qudt:symbol "TW·h/a"^^xsd:string ;
    qudt:ucumCode "TW.h/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-HR-PER-KiloGM a qudt:Unit ;
    rdfs:label "watt hour per kilogram"^^xsd:string ;
    dcterms:description "product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:SpecificEnergy ;
    qudt:iec61360Code "0112/2///62720#UAD888"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD888"^^xsd:anyURI ;
    qudt:symbol "W·h/kg"^^xsd:string ;
    qudt:ucumCode "W.h.kg-1"^^qudt:UCUMcs,
        "W.h/kg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2-K a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Watt per Square Metre Kelvin"@en,
        "Watt per Square Meter Kelvin"@en-us ;
    dcterms:description """
  The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. 
  It is also known as $\\textit{watt/square meter-kelvin}$. 
  This unit is commonly used in the SI unit system. 
  $\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. 
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$W/(m^{2}-K)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:K ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:CoefficientOfHeatTransfer,
        qudtqk:CombinedNonEvaporativeHeatTransferCoefficient,
        qudtqk:SurfaceCoefficientOfHeatTransfer ;
    qudt:iec61360Code "0112/2///62720#UAA311"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA311"^^xsd:anyURI ;
    qudt:symbol "W/(m²·K)"^^xsd:string ;
    qudt:ucumCode "W.m-2.K-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Chilled_Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Chilled Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Water_Temperature_Sensor ;
    skos:definition "Measures the temperature of chilled water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Chilled ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Chilled,
        tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Chilled_Water .

brick:Fan_Coil_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan Coil Unit"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Fan_coil_unit> ;
    rdfs:subClassOf brick:Terminal_Unit ;
    owl:equivalentClass brick:FCU ;
    skos:definition "Terminal device consisting of a heating and/or cooling heat exchanger or 'coil' and fan that is used to control the temperature in the space where it is installed"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Coil ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:FCU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Coil,
        tag:Equipment,
        tag:FCU,
        tag:Fan,
        tag:Unit .

brick:Floor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Floor"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    owl:equivalentClass brick:Storey ;
    skos:definition "A level, typically representing a horizontal aggregation of spaces that are vertically bound. (referring to IFC)"@en ;
    sh:property [ sh:or ( [ sh:class brick:Room ] [ sh:class brick:Space ] [ sh:class brick:Zone ] ) ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Floor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Storey ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Level" ;
    brick:hasAssociatedTag tag:Floor,
        tag:Location,
        tag:Storey ;
    brick:isReplacedBy rec:Level .

brick:Heating_Ventilation_Air_Conditioning_System a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Ventilation Air Conditioning System"@en ;
    rdfs:subClassOf brick:System ;
    owl:equivalentClass brick:HVAC_System ;
    skos:definition "The equipment, distribution systems and terminals that provide, either collectively or individually, the processes of heating, ventilating or air conditioning to a building or portion of a building"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Conditioning ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:HVAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Ventilation ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Conditioning,
        tag:HVAC,
        tag:Heat,
        tag:System,
        tag:Ventilation .

brick:Leaving_Chilled_Water a brick:Substance ;
    rdfs:label "Leaving Chilled Water"@en ;
    skos:broader brick:Chilled_Water,
        brick:Leaving_Water .

brick:Mode_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Mode Status"@en ;
    rdfs:subClassOf brick:Status ;
    skos:definition "Indicates which mode a system, device or control loop is currently in"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Mode ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Mode,
        tag:Point,
        tag:Status .

brick:On_Off_Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "On Off Status"@en ;
    rdfs:subClassOf brick:Off_Status,
        brick:On_Status,
        brick:Status ;
    skos:definition "Indicates the on/off status of a control loop, relay or equipment"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Off ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:On ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Off,
        tag:On,
        tag:Point,
        tag:Status .

brick:Proportional_Band_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Proportional Band Parameter"@en ;
    rdfs:subClassOf brick:PID_Parameter ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Band ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:PID ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Proportional ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Band,
        tag:PID,
        tag:Parameter,
        tag:Point,
        tag:Proportional .

brick:Radiant_Panel a owl:Class,
        sh:NodeShape ;
    rdfs:label "Radiant Panel"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Radiant_heating_and_cooling> ;
    rdfs:subClassOf brick:Terminal_Unit ;
    skos:definition "A temperature-controlled surface that provides fifty percent (50%) or more of the design heat transfer by thermal radiation."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Panel ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Radiant ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Panel,
        tag:Radiant .

brick:Relative_Humidity_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Relative Humidity Sensor"@en ;
    rdfs:subClassOf brick:Humidity_Sensor ;
    skos:definition "Measures the present state of absolute humidity relative to a maximum humidity given the same temperature"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:RelativeHumidityObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Relative ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Humidity,
        tag:Point,
        tag:Relative,
        tag:Sensor ;
    brick:hasQuantity qudtqk:RelativeHumidity ;
    brick:hasSubstance brick:Air .

brick:Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

qudtqk:DryVolume a qudt:QuantityKind ;
    rdfs:label "Dry Volume"@en ;
    dcterms:description "Dry measures are units of volume used to measure bulk commodities which are not gas or liquid. They are typically used in agriculture, agronomy, and commodity markets to measure grain, dried beans, and dried and fresh fruit; formerly also salt pork and fish. They are also used in fishing for clams, crabs, etc. and formerly for many other substances (for example coal, cement, lime) which were typically shipped and delivered in a standardized container such as a barrel.  In the original metric system, the unit of dry volume was the stere, but this is not part of the modern metric system; the liter and the cubic meter ($m^{3}$) are now used. However, the stere is still widely used for firewood."^^qudt:LatexString ;
    qudt:applicableUnit unit:BBL_US_DRY,
        unit:BU_UK,
        unit:BU_US,
        unit:CORD,
        unit:GAL_US_DRY,
        unit:PINT_US_DRY,
        unit:PK_US_DRY,
        unit:QT_US_DRY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dry_measure"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:DryVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Volume .

qudtqk:ElectricChargeDensity a qudt:QuantityKind ;
    rdfs:label "Electric Charge Density"@en ;
    dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-DeciM3,
        unit:A-HR-PER-M3,
        unit:C-PER-M3,
        unit:MegaC-PER-M3,
        unit:MicroC-PER-M3 ;
    qudt:expression "$charge-density$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "http://www.maxwells-equations.com/pho/charge-density.php"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho = \\frac{dQ}{dV}$, where $Q$ is electric charge and $V$ is Volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELCD> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargeDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricChargeSurfaceDensity .

qudtqk:ElectricChargeVolumeDensity a qudt:QuantityKind ;
    rdfs:label "Electric Charge Volume Density"@en ;
    dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-DeciM3,
        unit:A-HR-PER-M3,
        unit:C-PER-CentiM3,
        unit:C-PER-M3,
        unit:C-PER-MilliM3,
        unit:GigaC-PER-M3,
        unit:KiloC-PER-M3,
        unit:MilliC-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargeVolumeDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricCurrentPhasor a qudt:QuantityKind ;
    rdfs:label "Electric Current Phasor"@en ;
    dcterms:description "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^qudt:LatexString ;
    qudt:applicableUnit unit:A,
        unit:AttoA,
        unit:FemtoA,
        unit:GigaA,
        unit:PetaA,
        unit:TeraA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Phasor_(electronics)"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-26"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "When $i = \\hat{I} \\cos{(\\omega t + \\alpha)}$, where $i$ is the electric current, $\\omega$ is angular frequence, $t$ is time, and $\\alpha$ is initial phase, then $\\underline{I} = Ie^{ja}$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\underline{I}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Current Phasor\" is a representation of current as a sinusoidal integral quantity using a complex quantity whose argument is equal to the initial phase and whose modulus is equal to the root-mean-square value. A phasor is a constant complex number, usually expressed in exponential form, representing the complex amplitude (magnitude and phase) of a sinusoidal function of time. Phasors are used by electrical engineers to simplify computations involving sinusoids, where they can often reduce a differential equation problem to an algebraic one."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentPhasor"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyDensity a qudt:QuantityKind ;
    rdfs:label "Energy Density"@en ;
    dcterms:description """
  Energy density is defined as energy per unit volume. 
  The SI unit for energy density is the joule per cubic meter.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT3,
        unit:BTU_TH-PER-FT3,
        unit:ERG-PER-CentiM3,
        unit:J-PER-M3,
        unit:MegaJ-PER-M3,
        unit:W-HR-PER-M3 ;
    qudt:baseISOUnitDimensions "$m^{-1} \\cdot kg \\cdot s^{-2}$"^^xsd:string ;
    qudt:baseImperialUnitDimensions "$ft^{-1} \\cdot lb \\cdot s^{-2}$"^^qudt:LatexString ;
    qudt:baseSIUnitDimensions "$m^{-1} \\cdot kg \\cdot s^{-2}$"^^qudt:LatexString ;
    qudt:baseUSCustomaryUnitDimensions "$L^{-1} \\cdot M \\cdot T^{-2}$"^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Energy_density"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD047"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Energy_density"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD047"^^xsd:anyURI ;
    qudt:plainTextDescription "Energy density is defined as energy per unit volume. The SI unit for energy density is the joule per cubic meter."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ENGD> ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ForcePerAreaTime a qudt:QuantityKind ;
    rdfs:label "Force Per Area Time"@en ;
    qudt:applicableUnit unit:DeciBAR-PER-YR,
        unit:HectoPA-PER-HR,
        unit:LB_F-PER-IN2-SEC,
        unit:MilliW-PER-M2-NanoM,
        unit:PA-PER-HR,
        unit:PA-PER-MIN,
        unit:PA-PER-SEC,
        unit:W-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerAreaTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:IonicStrength a qudt:QuantityKind ;
    rdfs:label "Ionic Strength"@en ;
    dcterms:description "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-KiloGM,
        unit:KiloMOL-PER-KiloGM,
        unit:MOL-PER-KiloGM,
        unit:MOL_LB-PER-LB,
        unit:MicroMOL-PER-GM,
        unit:MilliMOL-PER-GM,
        unit:MilliMOL-PER-KiloGM,
        unit:NanoMOL-PER-GM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ionic_strength"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$I = \\frac{1}{2} \\sum z_i^2 b_i$, where the summation is carried out over all ions with charge number $z_i$ and molality $m_i$."^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Ionic Strength\" of a solution is a measure of the concentration of ions in that solution."^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:IonicStrength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearBitDensity a qudt:QuantityKind ;
    rdfs:label "lineic bit density"^^xsd:string ;
    qudt:applicableUnit unit:BIT-PER-M,
        unit:ExbiBIT-PER-M,
        unit:GibiBIT-PER-M,
        unit:GigaBIT-PER-M,
        unit:KibiBIT-PER-M,
        unit:MebiBIT-PER-M,
        unit:PebiBIT-PER-M,
        unit:TebiBIT-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD074"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD074"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:LinearBitDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearElectricCurrentDensity a qudt:QuantityKind ;
    rdfs:label "Linear Electric Current Density"@en ;
    dcterms:description "\"Linear Electric Linear Current Density\" is the electric current per unit length. Electric current, $I$, through a curve $C$ is defined as $I = \\int_C J _s \\times e_n$, where $e_n$ is a unit vector perpendicular to the surface and line vector element, and $dr$ is the differential of position vector $r$."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://www.asknumbers.com/ElectricalConversion.aspx"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$J_s = \\rho_A v$, where $\\rho_A$ is surface density of electric charge and $v$ is velocity."^^qudt:LatexString ;
    qudt:symbol "J_s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearElectricCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricChargeSurfaceDensity,
        qudtqk:ElectricCurrentDensity .

qudtqk:LinearResistance a qudt:QuantityKind ;
    rdfs:label "lineic resistance"^^xsd:string ;
    qudt:applicableUnit unit:GigaOHM-PER-M,
        unit:KiloOHM-PER-M,
        unit:MegaOHM-PER-KiloM,
        unit:MegaOHM-PER-M,
        unit:MilliOHM-PER-M,
        unit:OHM-PER-KiloM,
        unit:OHM-PER-M,
        unit:OHM-PER-MI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD081"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD081"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:LinearResistance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Permittivity a qudt:QuantityKind ;
    rdfs:label "Permittivity"@en ;
    dcterms:description "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material.  Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued."^^qudt:LatexString ;
    qudt:applicableUnit unit:FARAD-PER-KiloM,
        unit:FARAD-PER-M,
        unit:FARAD_Ab-PER-CentiM,
        unit:MicroFARAD-PER-KiloM,
        unit:MicroFARAD-PER-M,
        unit:NanoFARAD-PER-M,
        unit:PicoFARAD-PER-M ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Permittivity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:iec61360Code "0112/2///62720#UAD136"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Permittivity?oldid=494094133"^^xsd:anyURI,
        "http://maxwells-equations.com/materials/permittivity.php"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD136"^^xsd:anyURI ;
    qudt:latexDefinition "$\\epsilon = \\frac{D}{E}$, where $D$ is electric flux density and $E$ is electric field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\epsilon$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Permittivity\" is a physical quantity that describes how an electric field affects, and is affected by a dielectric medium, and is determined by the ability of a material to polarize in response to the field, and thereby reduce the total electric field inside the material.  Permittivity is often a scalar valued quantity, however in the general case it is tensor-valued."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/PRMI> ;
    rdfs:comment "Applicable units are those of quantitykind:Permittivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:A-HR-PER-M2 a qudt:Unit ;
    rdfs:label "ampere hour per square metre"^^xsd:string ;
    dcterms:description "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea,
        qudtqk:ElectricChargeSurfaceDensity,
        qudtqk:ElectricPolarization ;
    qudt:iec61360Code "0112/2///62720#UAD885"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD885"^^xsd:anyURI ;
    qudt:symbol "A·h/m²"^^xsd:string ;
    qudt:ucumCode "A.h.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AttoA a qudt:Unit ;
    rdfs:label "attoampere"^^xsd:string ;
    dcterms:description """
  An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CurrentLinkage,
        qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent,
        qudtqk:ElectricCurrentPhasor,
        qudtqk:MagneticTension,
        qudtqk:MagnetomotiveForce,
        qudtqk:TotalCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB637"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB637"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Atto> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "aA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:C-PER-M2 a qudt:Unit ;
    rdfs:label "كولوم في المتر المربع"@ar,
        "coulomb na metr čtvereční"@cs,
        "Coulomb je Quadratmeter"@de,
        "coulomb per square metre"@en,
        "Coulomb per Square Meter"@en-us,
        "culombio por metro cuadrado"@es,
        "کولمب/کولن بر مترمربع"@fa,
        "coulomb par mètre carré"@fr,
        "कूलम्ब प्रति वर्ग मीटर"@hi,
        "coulomb al metro quadrato"@it,
        "クーロン毎平方メートル"@ja,
        "coulomb per meter persegi"@ms,
        "kulomb na metr kwadratowy"@pl,
        "coulomb por metro quadrado"@pt,
        "coulomb pe metru pătrat"@ro,
        "кулон на квадратный метр"@ru,
        "coulomb bölü metre kare"@tr,
        "库伦每平方米"@zh ;
    dcterms:description "Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. "^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$C/m^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectricChargePerArea,
        qudtqk:ElectricChargeSurfaceDensity,
        qudtqk:ElectricPolarization ;
    qudt:iec61360Code "0112/2///62720#UAA134"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA134"^^xsd:anyURI ;
    qudt:symbol "C/m²"^^xsd:string ;
    qudt:ucumCode "C.m-2"^^qudt:UCUMcs,
        "C/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaV a qudt:Unit ;
    rdfs:label "ExaV"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:V ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaW a qudt:Unit ;
    rdfs:label "exawatt"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000,000-fold of the unit watt"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB507"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB507"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "EW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-PER-HR a qudt:Unit ;
    rdfs:label "Foot Pound Force per Hour"@en ;
    dcterms:description "\"Foot Pound Force per Hour\" is an Imperial unit for  'Power' expressed as $ft-lbf/h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0003766161136565500904 ;
    qudt:conversionMultiplierSN 3.766161e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-lbf/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA444"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA444"^^xsd:anyURI ;
    qudt:symbol "ft·lbf/h"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-PER-MIN a qudt:Unit ;
    rdfs:label "Foot Pound Force per Minute"@en ;
    dcterms:description "\"Foot Pound Force per Minute\" is an Imperial unit for  'Power' expressed as $ft-lbf/min$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0225969678 ;
    qudt:conversionMultiplierSN 2.259697e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-lbf/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA445"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA445"^^xsd:anyURI ;
    qudt:symbol "ft·lbf/min"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-PER-SEC a qudt:Unit ;
    rdfs:label "Foot Pound Force per Second"@en ;
    dcterms:description "\"Foot Pound Force per Second\" is an Imperial unit for  'Power' expressed as $ft-lbf/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.35581807 ;
    qudt:conversionMultiplierSN 1.355818e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-lbf/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA446"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA446"^^xsd:anyURI ;
    qudt:symbol "ft·lbf/s"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoA a qudt:Unit ;
    rdfs:label "femtoampere"^^xsd:string ;
    dcterms:description "0.000000000000001-fold of the unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CurrentLinkage,
        qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent,
        qudtqk:ElectricCurrentPhasor,
        qudtqk:MagneticTension,
        qudtqk:MagnetomotiveForce,
        qudtqk:TotalCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB638"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB638"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "fA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAUSS a qudt:Unit ;
    rdfs:label "Gauss"@en ;
    dcterms:description "CGS unit of the magnetic flux density B"^^rdf:HTML ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:exactMatch unit:T_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAB135"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB135"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit of the magnetic flux density B"^^xsd:string ;
    qudt:scalingOf unit:T ;
    qudt:symbol "Gs"^^xsd:string ;
    qudt:ucumCode "G"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaA a qudt:Unit ;
    rdfs:label "gigaampere"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CurrentLinkage,
        qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent,
        qudtqk:ElectricCurrentPhasor,
        qudtqk:MagneticTension,
        qudtqk:MagnetomotiveForce,
        qudtqk:TotalCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB639"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB639"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "GA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HP_Boiler a qudt:Unit ;
    rdfs:label "Boiler Horsepower"@en ;
    dcterms:description "\"Boiler Horsepower\" is a unit for  'Power' expressed as $hp_boiler$."^^qudt:LatexString ;
    qudt:conversionMultiplier 9809.5 ;
    qudt:conversionMultiplierSN 9.8095e+03 ;
    qudt:expression "$boiler_hp$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA535"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA535"^^xsd:anyURI ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "HP{boiler}"^^xsd:string ;
    qudt:uneceCommonCode "K42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KAT a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "كاتال"@ar,
        "катал"@bg,
        "katal"@cs,
        "Katal"@de,
        "κατάλ"@el,
        "katal"@en,
        "katal"@es,
        "کاتال"@fa,
        "katal"@fr,
        "קטל"@he,
        "कटल"@hi,
        "katal"@hu,
        "katal"@it,
        "カタール"@ja,
        "katal"@ms,
        "katal"@pl,
        "katal"@pt,
        "katal"@ro,
        "катал"@ru,
        "katal"@sl,
        "katal"@tr,
        "开特"@zh ;
    dcterms:description "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Katal"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MOL ] ;
    qudt:hasQuantityKind qudtqk:CatalyticActivity ;
    qudt:iec61360Code "0112/2///62720#UAB196"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB196"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/katal> ;
    qudt:symbol "kat"^^xsd:string ;
    qudt:ucumCode "kat"^^qudt:UCUMcs ;
    qudt:udunitsCode "kat"^^xsd:string ;
    qudt:uneceCommonCode "KAT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM_F-M-PER-SEC a qudt:Unit ;
    rdfs:label "Kilogram_force Metre per Second"@en,
        "Kilogram_force Meter per Second"@en-us ;
    dcterms:description "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM_F ] ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB154"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB154"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "kgf·m/s"^^xsd:string ;
    qudt:ucumCode "kgf.m.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B39"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloOHM a qudt:Unit ;
    rdfs:label "Kiloohm"@en ;
    dcterms:description "1 000-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA555"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA555"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:OHM ;
    qudt:symbol "kΩ"^^xsd:string ;
    qudt:ucumCode "kOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOL_LB a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Pound Mole"@en ;
    dcterms:description """
  The $\\textit{Pound Mole}$ is a unit for $\\textit{Mass Amount Of Substance}$,
   expressed as $lb-mol$.
  """^^qudt:LatexString ;
    qudt:conversionMultiplier 453.59237 ;
    qudt:conversionMultiplierSN 4.535924e+02 ;
    qudt:expression "$lb-mol$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:informativeReference ""^^xsd:anyURI ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "lb-mol"^^xsd:string ;
    qudt:ucumCode "[mol_lb]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliHZ a qudt:Unit ;
    rdfs:label "millihertz"^^xsd:string ;
    dcterms:description "0.001-fold of the unit hertz"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAB698"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB698"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:HZ ;
    qudt:symbol "mHz"^^xsd:string ;
    qudt:uneceCommonCode "MTZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL-PER-L a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "millimoles per litre"@en,
        "millimoles per litre"@en-us ;
    dcterms:description "The SI derived unit for amount-of-substance concentration is the mmo/L."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$mmo/L$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliMOL ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:BloodGlucoseLevel,
        qudtqk:Concentration,
        qudtqk:Solubility_Water ;
    qudt:iec61360Code "0112/2///62720#UAB500"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB500"^^xsd:anyURI ;
    qudt:symbol "mmol/L"^^xsd:string ;
    qudt:ucumCode "mmol.L-1"^^qudt:UCUMcs,
        "mmol/L"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-DAY a qudt:Unit ;
    rdfs:label "Reciprocal Day"@en ;
    dcterms:description "reciprocal of the unit day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00001157407 ;
    qudt:conversionMultiplierSN 1.157407e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA408"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA408"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the unit day"^^xsd:string ;
    qudt:symbol "/d"^^xsd:string ;
    qudt:ucumCode "/d"^^qudt:UCUMcs,
        "d-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Minute"@en ;
    dcterms:description "A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:expression "$m^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA843"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA843"^^xsd:anyURI ;
    qudt:symbol "/min"^^xsd:string ;
    qudt:ucumCode "/min"^^qudt:UCUMcs,
        "min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MO a qudt:Unit ;
    rdfs:label "Reciprocal Month"@en ;
    dcterms:description "reciprocal of the unit month"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000391935077 ;
    qudt:conversionMultiplierSN 3.919351e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MO ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA881"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA881"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the unit month"^^xsd:string ;
    qudt:symbol "/mo"^^xsd:string ;
    qudt:ucumCode "/mo"^^qudt:UCUMcs,
        "mo-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MilliSEC a qudt:Unit ;
    rdfs:label "Reciprocal millisecond"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliSEC ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:symbol "/ms"^^xsd:string ;
    qudt:ucumCode "ms-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-WK a qudt:Unit ;
    rdfs:label "Reciprocal Week"@en ;
    dcterms:description "reciprocal of the unit week"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000001653439 ;
    qudt:conversionMultiplierSN 1.653439e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:WK ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA099"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA099"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the unit week"^^xsd:string ;
    qudt:symbol "/wk"^^xsd:string ;
    qudt:ucumCode "/wk"^^qudt:UCUMcs,
        "wk-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-DAY a qudt:Unit ;
    rdfs:label "Percent per day"@en ;
    qudt:conversionMultiplier 0.0000001157407407407407407407407407407407 ;
    qudt:conversionMultiplierSN 1.157407e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:symbol "%/d"^^xsd:string ;
    qudt:ucumCode "%.d-1"^^qudt:UCUMcs,
        "%/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-HR a qudt:Unit ;
    rdfs:label "Percent per hour"@en ;
    qudt:conversionMultiplier 0.000002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:symbol "%/h"^^xsd:string ;
    qudt:ucumCode "%.h-1"^^qudt:UCUMcs,
        "%/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-MO a qudt:Unit ;
    rdfs:label "percent per month"^^xsd:string ;
    dcterms:description "hundredths relating to the unit month"^^xsd:string ;
    qudt:conversionMultiplier 0.000000003919350772901616281311709002114104 ;
    qudt:conversionMultiplierSN 3.919351e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MO ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAB372"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB372"^^xsd:anyURI ;
    qudt:symbol "%/mo"^^xsd:string ;
    qudt:ucumCode "%.mo-1"^^qudt:UCUMcs,
        "%/mo"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-WK a qudt:Unit ;
    rdfs:label "Percent per week"@en ;
    dcterms:description "A rate of change in percent over a period of 7 days"@en ;
    qudt:conversionMultiplier 0.00000001653439153439153439153439153439153 ;
    qudt:conversionMultiplierSN 1.653439e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:WK ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:symbol "%/wk"^^xsd:string ;
    qudt:ucumCode "%.wk-1"^^qudt:UCUMcs,
        "%/wk"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT-PER-YR a qudt:Unit ;
    rdfs:label "Percent per Year"@en ;
    qudt:conversionMultiplier 0.0000000003168808781402895023702689684893655 ;
    qudt:conversionMultiplierSN 3.168809e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PERCENT ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:plainTextDescription "percent divided by the unit year"^^xsd:string ;
    qudt:symbol "%/a"^^xsd:string ;
    qudt:ucumCode "%.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PFERDESTAERKE a qudt:Unit ;
    rdfs:label "Pferdestaerke"^^xsd:string ;
    dcterms:description "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB438"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB438"^^xsd:anyURI ;
    qudt:symbol "PS"^^xsd:string ;
    qudt:uneceCommonCode "N12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPTH-PER-HR a qudt:Unit ;
    rdfs:label "Parts-per-thousand per hour"@en ;
    qudt:conversionMultiplier 0.000000277777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PPTH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:symbol "‰/h"^^xsd:string ;
    qudt:ucumCode "[ppth].h-1"^^qudt:UCUMcs,
        "[ppth]/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaA a qudt:Unit ;
    rdfs:label "petaampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CurrentLinkage,
        qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent,
        qudtqk:ElectricCurrentPhasor,
        qudtqk:MagneticTension,
        qudtqk:MagnetomotiveForce,
        qudtqk:TotalCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB641"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB641"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "PA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaHZ a qudt:Unit ;
    rdfs:label "petahertz"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit hertz"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAB699"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB699"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:HZ ;
    qudt:symbol "PHz"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaV a qudt:Unit ;
    rdfs:label "PetaV"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:V ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaW a qudt:Unit ;
    rdfs:label "petawatt"^^xsd:string ;
    dcterms:description "1,000,000,000,000,000-fold of the unit watt"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB506"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB506"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "PW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckFrequency a qudt:Unit ;
    rdfs:label "Planck Frequency"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 18548700000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.85487e+43 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308"^^xsd:anyURI ;
    qudt:scalingOf unit:BQ ;
    qudt:symbol "planckfrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Register a qudt:Unit ;
    rdfs:label "ton, register"^^xsd:string ;
    dcterms:description "traditional unit of the cargo capacity"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:SectionModulus,
        qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB291"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB291"^^xsd:anyURI ;
    qudt:symbol "RT"^^xsd:string ;
    qudt:uneceCommonCode "M70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraA a qudt:Unit ;
    rdfs:label "teraampere"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the unit ampere"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CurrentLinkage,
        qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent,
        qudtqk:ElectricCurrentPhasor,
        qudtqk:MagneticTension,
        qudtqk:MagnetomotiveForce,
        qudtqk:TotalCurrent ;
    qudt:iec61360Code "0112/2///62720#UAB640"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB640"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "TA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraHZ a qudt:Unit ;
    rdfs:label "Terahertz"@en ;
    dcterms:description "1 000 000 000 000-fold of the SI derived unit hertz"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA287"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA287"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit hertz"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:HZ ;
    qudt:symbol "THz"^^xsd:string ;
    qudt:ucumCode "THz"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraJ-PER-SEC a qudt:Unit ;
    rdfs:label "terajoule per second"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:TeraJ ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB513"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB513"^^xsd:anyURI ;
    qudt:symbol "TJ/s"^^xsd:string ;
    qudt:ucumCode "TJ.s-1"^^qudt:UCUMcs,
        "TJ/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Flow Sensor"@en ;
    rdfs:subClassOf brick:Flow_Sensor ;
    skos:definition "Measures the rate of flow of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Flow,
        tag:Point,
        tag:Sensor ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Air .

brick:Cooling_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Cooling Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Setpoint ;
    skos:definition "Sets temperature for cooling"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Cool ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Cool,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:ICT_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "ICT Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "Information and Communications Technology (ICT) equipment operates with a processor to process data or logic and create digital signals."@en ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:name "Number of Ports"^^xsd:string ;
            sh:path rec:numberOfPorts ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:integer ;
            sh:name "Height (RUs)"^^xsd:string ;
            sh:path rec:heightRUs ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:description "The standard the equipment or device adheres to, e.g. IEEE 802.11."^^xsd:string ;
            sh:name "Standard"^^xsd:string ;
            sh:path rec:standard ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:ICT .

brick:Leaving_Hot_Water a brick:Substance ;
    rdfs:label "Leaving Hot Water"@en ;
    skos:broader brick:Hot_Water,
        brick:Leaving_Water .

brick:Temperature_Deadband_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Deadband Setpoint"@en ;
    rdfs:subClassOf brick:Deadband_Setpoint,
        brick:Temperature_Setpoint ;
    skos:definition "Sets the size of a deadband of temperature"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Deadband ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Deadband,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Water_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Flow Setpoint"@en ;
    rdfs:subClassOf brick:Flow_Setpoint ;
    skos:definition "Sets the target flow rate of water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Water .

brick:Water_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Setpoint ;
    skos:definition "Sets temperature of water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Water .

brick:Zone_Air a brick:Substance ;
    rdfs:label "Zone Air"@en ;
    skos:broader brick:Air ;
    skos:definition "air inside a defined zone (e.g., corridors)."@en .

ref:hasExternalReference a owl:ObjectProperty ;
    rdfs:label "hasExternalReference",
        "hasExternalReference"^^xsd:string ;
    rdfs:subPropertyOf s223:hasExternalReference ;
    skos:definition "Points to the external reference for this entity, which contains additional metadata/data not included in this graph.",
        "Points to the external reference for this entity, which contains additional metadata/data not included in this graph."^^xsd:string .

tag:Area a brick:Tag ;
    rdfs:label "Area"@en .

tag:Automatic a brick:Tag ;
    rdfs:label "Automatic"@en .

tag:Baseboard a brick:Tag ;
    rdfs:label "Baseboard"@en .

tag:Basin a brick:Tag ;
    rdfs:label "Basin"@en .

tag:Diffuser a brick:Tag ;
    rdfs:label "Diffuser"@en .

tag:Enclosed a brick:Tag ;
    rdfs:label "Enclosed"@en .

tag:Exchanger a brick:Tag ;
    rdfs:label "Exchanger"@en .

tag:Face a brick:Tag ;
    rdfs:label "Face"@en .

tag:Fault a brick:Tag ;
    rdfs:label "Fault"@en .

tag:Generation a brick:Tag ;
    rdfs:label "Generation"@en .

tag:Interface a brick:Tag ;
    rdfs:label "Interface"@en .

tag:Isolation a brick:Tag ;
    rdfs:label "Isolation"@en .

tag:Leak a brick:Tag ;
    rdfs:label "Leak"@en .

tag:Loss a brick:Tag ;
    rdfs:label "Loss"@en .

tag:Luminance a brick:Tag ;
    rdfs:label "Luminance"@en .

tag:Manual a brick:Tag ;
    rdfs:label "Manual"@en .

tag:Network a brick:Tag ;
    rdfs:label "Network"@en .

tag:Open a brick:Tag ;
    rdfs:label "Open"@en .

tag:Output a brick:Tag ;
    rdfs:label "Output"@en .

tag:PV a brick:Tag ;
    rdfs:label "PV"@en .

tag:Photovoltaic a brick:Tag ;
    rdfs:label "Photovoltaic"@en .

tag:Radiant a brick:Tag ;
    rdfs:label "Radiant"@en .

tag:Recovery a brick:Tag ;
    rdfs:label "Recovery"@en .

tag:Reheat a brick:Tag ;
    rdfs:label "Reheat"@en .

tag:Run a brick:Tag ;
    rdfs:label "Run"@en .

tag:Smoke a brick:Tag ;
    rdfs:label "Smoke"@en .

tag:Tint a brick:Tag ;
    rdfs:label "Tint"@en .

tag:Transfer a brick:Tag ;
    rdfs:label "Transfer"@en .

tag:Underfloor a brick:Tag ;
    rdfs:label "Underfloor"@en .

tag:Variable a brick:Tag ;
    rdfs:label "Variable"@en .

tag:Velocity a brick:Tag ;
    rdfs:label "Velocity"@en .

tag:Vertical a brick:Tag ;
    rdfs:label "Vertical"@en .

tag:Video a brick:Tag ;
    rdfs:label "Video"@en .

tag:Wash a brick:Tag ;
    rdfs:label "Wash"@en .

tag:Waste a brick:Tag ;
    rdfs:label "Waste"@en .

qudtqk:AbsorbedDose a qudt:QuantityKind ;
    rdfs:label "Absorbed Dose"@en ;
    dcterms:description "\"Absorbed Dose\" (also known as Total Ionizing Dose, TID) is a measure of the energy deposited in a medium by ionizing radiation. It is equal to the energy deposited per unit mass of medium, and so has the unit $J/kg$, which is given the special name Gray ($Gy$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiGRAY,
        unit:GRAY,
        unit:KiloGRAY,
        unit:MegaGRAY,
        unit:MicroGRAY,
        unit:MilliGRAY,
        unit:MilliRAD_R,
        unit:NanoGRAY,
        unit:RAD_R ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Absorbed_dose"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD000"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Absorbed_dose"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD000"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$D = \\frac{d\\bar{\\varepsilon}}{dm}$, where $d\\bar{\\varepsilon}$ is the mean energy imparted by ionizing radiation to an element of irradiated matter with the mass $dm$."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ABDO> ;
    qudt:symbol "D"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AbsorbedDose"^^xsd:string,
        "Note that the absorbed dose is not a good indicator of the likely biological effect. 1 Gy of alpha radiation would be much more biologically damaging than 1 Gy of photon radiation for example. Appropriate weighting factors can be applied reflecting the different relative biological effects to find the equivalent dose. The risk of stoctic effects due to radiation exposure can be quantified using the effective dose, which is a weighted average of the equivalent dose to each organ depending upon its radiosensitivity. When ionising radiation is used to treat cancer, the doctor will usually prescribe the radiotherapy treatment in Gy. When risk from ionising radiation is being discussed, a related unit, the Sievert is used."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificEnergy .

qudtqk:AngularMomentum a qudt:QuantityKind ;
    rdfs:label "Angular Momentum"@en ;
    dcterms:description """
  $\\textit{Angular Momentum}$, $\\textit{Moment of Momentum}$, or $\\textit{Rotational Momentum}$, is a vector quantity that represents the product of a body's rotational inertia and rotational velocity about a particular axis.
  The $\\textit{Angular Momentum}$ of an object rotating about some reference point is the measure of the extent to which the object will continue to rotate about that point unless acted upon by an external torque. 
  In particular, if a point mass rotates about an axis, then the angular momentum with respect to a point on the axis is related to the mass of the object, the velocity and the distance of the mass to the axis. 
  While the motion associated with linear momentum has no absolute frame of reference, the rotation associated with angular momentum is sometimes spoken of as being measured relative to the fixed stars.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-SEC,
        unit:EV-SEC,
        unit:FT-LB_F-SEC,
        unit:J-SEC,
        unit:KiloGM-M2-PER-SEC,
        unit:N-M-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_momentum"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:AngularImpulse ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Angular_momentum"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$L = I\\omega$, where $I$ is the moment of inertia, and $\\omega$ is the angular velocity."^^qudt:LatexString ;
    qudt:plainTextDescription "Angular Momentum of an object rotating about some reference point is the measure of the extent to which the object will continue to rotate about that point unless acted upon by an external torque. In particular, if a point mass rotates about an axis, then the angular momentum with respect to a point on the axis is related to the mass of the object, the velocity and the distance of the mass to the axis. While the motion associated with linear momentum has no absolute frame of reference, the rotation associated with angular momentum is sometimes spoken of as being measured relative to the fixed stars.  $\\textit{Angular Momentum}$, $\\textit{Moment of Momentum}, or $\\textit{Rotational Momentum\", is a vector quantity that represents the product of a body's rotational inertia and rotational velocity about a particular axis."^^xsd:string ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularMomentum"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:BoilingPoint a qudt:QuantityKind ;
    rdfs:label "Boiling Point Temperature"@en ;
    dcterms:description "A temperature that is the one at which a substance will change its physical state from a liquid to a gas.  It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a liquid to a gas.  It is also the temperature where the liquid and gaseous forms of a pure substance can exist in equilibrium."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:BoilingPoint"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:CatalyticActivity a qudt:QuantityKind ;
    rdfs:label "Catalytic Activity"@en ;
    dcterms:description "An index of the actual or potential activity of a catalyst. The catalytic activity of an enzyme or an enzyme-containing preparation is defined as the property measured by the increase in the rate of conversion of a specified chemical reaction that the enzyme produces in a specified assay system. Catalytic activity is an extensive quantity and is a property of the enzyme, not of the reaction mixture; it is thus conceptually different from rate of conversion although measured by and equidimensional with it. The unit for catalytic activity is the $katal$; it may also be expressed in mol $s^{-1}$. Dimensions: $N T^{-1}$. Former terms such as catalytic ability, catalytic amount, and enzymic activity are no er recommended. Derived quantities are molar catalytic activity, specific catalytic activity, and catalytic activity concentration. Source(s): <a href=\"http://www.answers.com/topic/catalytic-activity-biochemistry\">www.answers.com</a>"^^qudt:LatexString ;
    qudt:applicableUnit unit:ENZ,
        unit:KAT,
        unit:KiloMOL-PER-HR,
        unit:MOL_LB-PER-MIN,
        unit:MOL_LB-PER-SEC,
        unit:MicroKAT,
        unit:MilliKAT,
        unit:NanoKAT,
        unit:PicoKAT ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Catalysis"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD022"^^xsd:string,
        "0112/2///62720#UAD367"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD022"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD367"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/CATA> ;
    rdfs:comment "Applicable units are those of quantitykind:CatalyticActivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:DataRate a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Data Rate"@en ;
    dcterms:description "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits."^^qudt:LatexString ;
    qudt:applicableUnit unit:BIT-PER-SEC,
        unit:ExaBIT-PER-SEC,
        unit:GigaBIT-PER-SEC,
        unit:KiloBIT-PER-SEC,
        unit:KiloBYTE-PER-SEC,
        unit:MegaBIT-PER-SEC,
        unit:PetaBIT-PER-SEC,
        unit:TeraBIT-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Data_rate"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:plainTextDescription "The frequency derived from the period of time required to transmit one bit. This represents the amount of data transferred per second by a communications channel or a computing or storage device. Data rate is measured in units of bits per second (written \"b/s\" or \"bps\"), bytes per second (Bps), or baud. When applied to data rate, the multiplier prefixes \"kilo-\", \"mega-\", \"giga-\", etc. (and their abbreviations, \"k\", \"M\", \"G\", etc.) always denote powers of 1000. For example, 64 kbps is 64,000 bits per second. This contrasts with units of storage which use different prefixes to denote multiplication by powers of 1024, for example 1 kibibit = 1024 bits."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:DataRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InformationFlowRate .

qudtqk:DatasetOfBits a qudt:QuantityKind ;
    rdfs:label "dataset of bits"^^xsd:string ;
    qudt:applicableUnit unit:GibiBIT,
        unit:GigaBIT,
        unit:KibiBIT,
        unit:KiloBIT,
        unit:MebiBIT,
        unit:MegaBIT,
        unit:OCTET,
        unit:PetaBIT,
        unit:TeraBIT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD027"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD027"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:DatasetOfBits"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:FlashPoint a qudt:QuantityKind ;
    rdfs:label "Flash Point Temperature"@en ;
    dcterms:description "A temperature that is the lowest one at which the vapors of a volatile material will ignite if exposed to an ignition source.  It is frequently used to characterize fire hazards and distinguish different flammable fuels."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:plainTextDescription "A temperature that is the lowest one at which the vapors of a volatile material will ignite if exposed to an ignition source.  It is frequently used to characterize fire hazards and distinguish different flammable fuels."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:FlashPoint"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:LinearThermalExpansion a qudt:QuantityKind ;
    rdfs:label "Linear Thermal Expansion"@en ;
    dcterms:description "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB_F-DEG_F,
        unit:BTU_IT-PER-LB_F-DEG_R,
        unit:CentiM-PER-K,
        unit:FT-PER-DEG_F,
        unit:IN-PER-DEG_F,
        unit:M-PER-K,
        unit:MicroM-PER-K,
        unit:MilliM-PER-K,
        unit:YD-PER-DEG_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Thermal_expansion#Length"^^xsd:anyURI ;
    qudt:plainTextDescription "When the temperature of a substance changes, the energy that is stored in the intermolecular bonds between atoms changes. When the stored energy increases, so does the length of the molecular bonds. As a result, solids typically expand in response to heating and contract on cooling; this dimensional response to temperature change is expressed by its coefficient of thermal expansion. Different coefficients of thermal expansion can be defined for a substance depending on whether the expansion is measured by: linear thermal expansion, area thermal expansion, or volumetric thermal expansion."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearThermalExpansion"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagnetomotiveForce a qudt:QuantityKind ;
    rdfs:label "Magnetomotive Force"@en ;
    dcterms:description """
$\\text{Magnetomotive Force}$, also referred to as ($mmf$), is the ability of an electric circuit to produce magnetic flux. 
  Just as the ability of a battery to produce electric current is called its electromotive force 
  or emf, mmf is taken as the work required to move a unit magnet pole from any point through any path 
  which links the electric circuit back the same point in the presence of the magnetic force produced 
  by the electric current in the circuit. 
$\\text{Magnetomotive Force}$ is the scalar line integral of the magnetic field strength along a closed path.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:A,
        unit:AT,
        unit:AttoA,
        unit:FemtoA,
        unit:GI,
        unit:GigaA,
        unit:OERSTED-CentiM,
        unit:PetaA,
        unit:TeraA ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetomotive_force"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-60"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$F_m = \\oint \\mathbf{H} \\cdot dr$, where $\\mathbf{H}$ is magnetic field strength and $r$ is position vector along a given curve $C$ from point $a$ to point $b$."^^qudt:LatexString ;
    qudt:latexSymbol "$F_m $"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MagnetomotiveForce"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticFieldStrength_H .

qudtqk:MassConcentration a qudt:QuantityKind ;
    rdfs:label "Mass Concentration"@en ;
    dcterms:description "The \"Mass Concentration\" of substance B  is defined as the mass of a constituent  divided by the volume of the mixture ."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-PER-M3,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-MilliL,
        unit:PicoGM-PER-MilliL ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_concentration_(chemistry)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho_B = \\frac{m_B}{V}$, where $m_B$ is the mass of substance $B$ and $V$ is the volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho_B$"^^qudt:LatexString ;
    qudt:plainTextDescription "The \"Mass Concentration\" of substance B  is defined as the mass of a constituent  divided by the volume of the mixture ."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/MACO> ;
    rdfs:comment "Applicable units are those of quantitykind:MassConcentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MeltingPoint a qudt:QuantityKind ;
    rdfs:label "Melting Point Temperature"@en ;
    dcterms:description "A temperature that is the one at which a substance will change its physical state from a solid to a liquid.  It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:plainTextDescription "A temperature that is the one at which a substance will change its physical state from a solid to a liquid.  It is also the temperature where the solid and liquid forms of a pure substance can exist in equilibrium."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MeltingPoint"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Temperature .

qudtqk:MolarFlowRate a qudt:QuantityKind ;
    rdfs:label "Molar Flow Rate"@en ;
    dcterms:description "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloMOL-PER-MIN,
        unit:KiloMOL-PER-SEC,
        unit:MOL-PER-HR,
        unit:MOL-PER-MIN,
        unit:MOL-PER-SEC,
        unit:SCF-PER-HR,
        unit:SCF-PER-MIN,
        unit:SCM-PER-HR,
        unit:SCM-PER-MIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD122"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD122"^^xsd:anyURI,
        "https://www.sciencedirect.com/topics/engineering/molar-flow-rate"^^xsd:anyURI ;
    qudt:plainTextDescription "Molar Flow Rate is a measure of the amount of substance (the number of molecules) that passes through a given area perpendicular to the flow in a given time. Typically this area is constrained, for example a section through a pipe, but it could also apply to an open flow."^^xsd:string ;
    qudt:symbol "q_V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MolarFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MomentOfInertia a qudt:QuantityKind ;
    rdfs:label "عزم القصور الذاتي"@ar,
        "Moment setrvačnosti"@cs,
        "Massenträgheitsmoment"@de,
        "moment of inertia"@en,
        "momento de inercia"@es,
        "گشتاور لختی"@fa,
        "moment d'inertie"@fr,
        "जड़त्वाघूर्ण"@hi,
        "momento di inerzia"@it,
        "慣性モーメント"@ja,
        "Momen inersia"@ms,
        "Moment bezwładności"@pl,
        "momento de inércia"@pt,
        "Moment de inerție"@ro,
        "Момент инерции"@ru,
        "Eylemsizlik momenti"@tr,
        "轉動慣量"@zh ;
    dcterms:description "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloGM-CentiM2,
        unit:KiloGM-M2,
        unit:KiloGM-MilliM2,
        unit:LB-FT2,
        unit:LB-IN2 ;
    qudt:exactMatch qudtqk:RotationalMass ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD128"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Moment_of_inertia"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD128"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$I_Q = \\int r^2_Q dm$, where $r_Q$ is the radial distance from a $Q-axis$ and $m$ is mass."^^qudt:LatexString ;
    qudt:plainTextDescription "The rotational inertia or resistance to change in direction or speed of rotation about a defined axis."^^xsd:string ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MomentOfInertia"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "MOI"^^xsd:string .

qudtqk:PhotosyntheticPhotonFluxDensity a qudt:QuantityKind ;
    rdfs:label "Photosynthetic Photon Flux Density"@en ;
    dcterms:description "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s."^^qudt:LatexString ;
    qudt:applicableUnit unit:MOL-PER-M2-DAY,
        unit:MOL-PER-M2-SEC,
        unit:MicroMOL-PER-M2-DAY,
        unit:MicroMOL-PER-M2-HR,
        unit:MicroMOL-PER-M2-SEC,
        unit:MilliMOL-PER-M2-DAY,
        unit:MilliMOL-PER-M2-SEC,
        unit:NanoMOL-PER-M2-DAY,
        unit:PicoMOL-PER-M2-DAY ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ;
    qudt:informativeReference "https://www.gigahertz-optik.com/en-us/service-and-support/knowledge-base/measurement-of-par/"^^xsd:anyURI ;
    qudt:plainTextDescription "Photosynthetically Active Radiation are the wavelengths of light within the visible range of 400 to 700 nanometers (nm) that are critical for photosynthesis. PPFD measures the amount of PAR light (photons) that arrive at the plant’s surface each second. The PPFD is measured at various distances with a Full-spectrum Quantum Sensor, also known as a PAR meter. Natural sunlight has a PAR value of 900-1500μMol/m2/s when the sun is directly overhead. For a grow light to be effective, it should have PAR values of 500-1500 μMol/m2/s."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:PhotosyntheticPhotonFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "PPFD"^^xsd:string ;
    prov:wasDerivedFrom <https://www.dormgrow.com/par> .

qudtqk:RotationalFrequency a qudt:QuantityKind ;
    rdfs:label "RotationalFrequency"@en ;
    dcterms:description "A measure of the number of cycles that an item revolves per time period."^^qudt:LatexString ;
    qudt:applicableUnit unit:CYC-PER-SEC,
        unit:HZ,
        unit:PER-SEC,
        unit:REV-PER-HR,
        unit:REV-PER-MIN,
        unit:REV-PER-SEC ;
    qudt:exactMatch qudtqk:RotationalVelocity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifcrotationalfrequencymeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "IfcRotationalFrequencyMeasure is a measure of the number of cycles that an item revolves in unit time. Usually measured in cycles/s."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:RotationalFrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:AngularFrequency,
        qudtqk:AngularVelocity .

qudtqk:RotationalVelocity a qudt:QuantityKind ;
    rdfs:label "RotationalFrequency"@en ;
    dcterms:description "A measure of the number of cycles that an item revolves per time period."^^qudt:LatexString ;
    qudt:applicableUnit unit:CYC-PER-SEC,
        unit:HZ,
        unit:PER-SEC,
        unit:REV-PER-HR,
        unit:REV-PER-MIN,
        unit:REV-PER-SEC ;
    qudt:exactMatch qudtqk:RotationalFrequency ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifcrotationalfrequencymeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "IfcRotationalFrequencyMeasure is a measure of the number of cycles that an item revolves in unit time. Usually measured in cycles/s."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:RotationalVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:AngularFrequency,
        qudtqk:AngularVelocity .

qudtqk:SoilAdsorptionCoefficient a qudt:QuantityKind ;
    rdfs:label "Soil Adsorption Coefficient"@en ;
    dcterms:description "A specific volume that is the ratio of the amount of substance adsorbed per unit weight of organic carbon in the soil or sediment to the concentration of the chemical in aqueous solution at equilibrium."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-GM,
        unit:DeciM3-PER-KiloGM,
        unit:FT3-PER-LB,
        unit:IN3-PER-LB,
        unit:L-PER-KiloGM,
        unit:M3-PER-KiloGM,
        unit:MilliL-PER-GM,
        unit:MilliM3-PER-GM,
        unit:MilliM3-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:plainTextDescription "A specific volume that is the ratio of the amount of substance adsorbed per unit weight of organic carbon in the soil or sediment to the concentration of the chemical in aqueous solution at equilibrium."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SoilAdsorptionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:SpecificVolume .

qudtqk:ThermalConductance a qudt:QuantityKind ;
    rdfs:label "Thermal Conductance"@en ;
    dcterms:description "This quantity is also called \"Heat Transfer Coefficient\"."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloVA-PER-K,
        unit:MicroVA-PER-K,
        unit:MilliVA-PER-K,
        unit:VA-PER-K,
        unit:W-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD189"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_insulation"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD189"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$G = 1/R$, where $R$ is \"Thermal Resistance\""^^qudt:LatexString ;
    qudt:plainTextDescription "This quantity is also called \"Heat Transfer Coefficient\"."^^xsd:string ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalConductance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:CoefficientOfHeatTransfer .

qudtqk:ThermalExpansionCoefficient a qudt:QuantityKind ;
    rdfs:label "Thermal Expansion Coefficient"@en ;
    dcterms:description "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value."^^qudt:LatexString ;
    qudt:applicableUnit unit:M-PER-DEG_C-M,
        unit:MilliM-PER-DEG_C-M,
        unit:PER-DEG_C,
        unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK,
        unit:PERCENT-PER-DEG_C,
        unit:PPM-PER-K,
        unit:PPTM-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD188"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD188"^^xsd:anyURI,
        "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/link/ifcthermalexpansioncoefficientmeasure.htm"^^xsd:anyURI ;
    qudt:plainTextDescription "The \"Thermal Expansion Coefficient\" is a measure of the thermal expansion coefficient of a material, which expresses its elongation (as a ratio) per temperature difference. It is usually measured in 1/K. A positive elongation per (positive) rise of temperature is expressed by a positive value."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalExpansionCoefficient"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ExpansionRatio .

unit:A-PER-M a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar,
        "ampérů na metr"@cs,
        "Ampere je Meter"@de,
        "ampere per metre"@en,
        "Ampere per Meter"@en-us,
        "amperio por metro"@es,
        "آمپر بر متر"@fa,
        "ampère par mètre"@fr,
        "प्रति मीटर एम्पीयर"@hi,
        "ampere al metro"@it,
        "アンペア毎メートル"@ja,
        "ampere per meter"@ms,
        "amper na metr"@pl,
        "ampere por metro"@pt,
        "ampere pe metru"@ro,
        "ампер на метр"@ru,
        "amper na meter"@sl,
        "amper bölü metre"@tr,
        "安培每米"@zh ;
    dcterms:description " is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$A/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Coercivity,
        qudtqk:LinearElectricCurrentDensity,
        qudtqk:MagneticFieldStrength_H ;
    qudt:iec61360Code "0112/2///62720#UAA104"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA104"^^xsd:anyURI ;
    qudt:symbol "A/m"^^xsd:string ;
    qudt:ucumCode "A.m-1"^^qudt:UCUMcs,
        "A/m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "AE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BBL_UK_PET a qudt:Unit ;
    rdfs:label "Barrel (UK Petroleum)"@en ;
    dcterms:description "unit of the volume for crude oil according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.1591132 ;
    qudt:conversionMultiplierSN 1.591132e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA329"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA329"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume for crude oil according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "bbl{UK petroleum}"^^xsd:string ;
    qudt:uneceCommonCode "J57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BU_US_DRY a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Bushel (US Dry)"@en ;
    dcterms:description "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.03523907 ;
    qudt:conversionMultiplierSN 3.523907e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:plainTextDescription "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"^^xsd:string ;
    qudt:symbol "bsh{US}"^^xsd:string ;
    qudt:ucumCode "[bu_us]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:BU_US .

unit:CentiPOISE a qudt:Unit ;
    rdfs:label "Centipoise"@en ;
    dcterms:description """$\\textit{Centipoise}$ is a C.G.S System unit for  'Dynamic Viscosity' expressed as $cP$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA356"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA356"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:POISE ;
    qudt:symbol "cP"^^xsd:string ;
    qudt:ucumCode "cP"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C7"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_UK a qudt:Unit ;
    rdfs:label "Gill (UK)"@en ;
    dcterms:description "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0001420653 ;
    qudt:conversionMultiplierSN 1.420653e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA511"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA511"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "gill{UK}"^^xsd:string ;
    qudt:ucumCode "[gil_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GII"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GI_US a qudt:Unit ;
    rdfs:label "Gill (US)"@en ;
    dcterms:description "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000118294125 ;
    qudt:conversionMultiplierSN 1.182941e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA516"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA516"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "gill{US}"^^xsd:string ;
    qudt:ucumCode "[gil_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GIA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaW a qudt:Unit ;
    rdfs:label "Gigawatt"@en ;
    dcterms:description "1,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA154"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA154"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit watt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "GW"^^xsd:string ;
    qudt:ucumCode "GW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A90"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "كيلوغرام لكل متر مكعب"@ar,
        "килограм на кубичен метър"@bg,
        "kilogram na metr krychlový"@cs,
        "Kilogramm je Kubikmeter"@de,
        "χιλιόγραμμο ανά κυβικό μέτρο"@el,
        "kilogram per cubic metre"@en,
        "kilogram per cubic meter"@en-us,
        "kilogramo por metro cúbico"@es,
        "کیلوگرم بر متر مکعب"@fa,
        "kilogramme par mètre cube"@fr,
        "किलोग्राम प्रति घन मीटर"@hi,
        "chilogrammo al metro cubo"@it,
        "キログラム毎立方メートル"@ja,
        "kilogram per meter kubik"@ms,
        "kilogram na metr sześcienny"@pl,
        "quilograma por metro cúbico"@pt,
        "kilogram pe metru cub"@ro,
        "килограмм на кубический метр"@ru,
        "kilogram na kubični meter"@sl,
        "kilogram bölü metre küp"@tr,
        "千克每立方米"@zh ;
    dcterms:description "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:expression "$kg/m^3$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassConcentration,
        qudtqk:MassConcentrationOfWater,
        qudtqk:MassConcentrationOfWaterVapour,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA619"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA619"^^xsd:anyURI ;
    qudt:plainTextDescription "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3."^^xsd:string ;
    qudt:symbol "kg/m³"^^xsd:string ;
    qudt:ucumCode "kg.m-3"^^qudt:UCUMcs,
        "kg/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KMQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "لومن"@ar,
        "лумен"@bg,
        "lumen"@cs,
        "Lumen"@de,
        "λούμεν"@el,
        "lumen"@en,
        "lumen"@es,
        "لومن"@fa,
        "lumen"@fr,
        "לומן"@he,
        "ल्यूमैन"@hi,
        "lumen"@hu,
        "lumen"@it,
        "ルーメン"@ja,
        "lumen"@la,
        "lumen"@ms,
        "lumen"@pl,
        "lumen"@pt,
        "lumen"@ro,
        "лумен"@ru,
        "lumen"@sl,
        "lümen"@tr,
        "流明"@zh ;
    dcterms:description "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CD ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SR ] ;
    qudt:hasQuantityKind qudtqk:LuminousFlux ;
    qudt:iec61360Code "0112/2///62720#UAA718"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA718"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/lumen> ;
    qudt:siUnitsExpression "cd.sr"^^xsd:string ;
    qudt:symbol "lm"^^xsd:string ;
    qudt:ucumCode "lm"^^qudt:UCUMcs ;
    qudt:udunitsCode "LM"^^xsd:string ;
    qudt:uneceCommonCode "LUM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroL a qudt:Unit ;
    rdfs:label "Microlitre"@en,
        "Microlitre"@en-us ;
    dcterms:description "0.000001-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA088"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA088"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "μL"^^xsd:string ;
    qudt:ucumCode "uL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4G"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroW a qudt:Unit ;
    rdfs:label "Microwatt"@en ;
    dcterms:description "0.000001-fold of the SI derived unit watt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA080"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA080"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit watt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "µW"^^xsd:string ;
    qudt:ucumCode "uW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D80"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-MicroL a qudt:Unit ;
    rdfs:label "Number per microlitre"@en ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/μL"^^xsd:string ;
    qudt:ucumCode "/uL"^^qudt:UCUMcs,
        "{#}.uL-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-MilliL a qudt:Unit ;
    rdfs:label "Number per millilitre"@en,
        "Number per milliliter"@en-us ;
    dcterms:description "Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre)."@en ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/mL"^^xsd:string ;
    qudt:ucumCode "/mL"^^qudt:UCUMcs,
        "{#}.mL-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-NanoL a qudt:Unit ;
    rdfs:label "Number per nanolitre"@en,
        "Number per nanoliter"@en-us ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoL ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/nL"^^xsd:string ;
    qudt:ucumCode "/nL"^^qudt:UCUMcs,
        "{#}.nL-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-PicoL a qudt:Unit ;
    rdfs:label "Number per picoliter"@en ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PicoL ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/pL"^^xsd:string ;
    qudt:ucumCode "/pL"^^qudt:UCUMcs,
        "{#}.pL-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoV a qudt:Unit ;
    rdfs:label "nanovolt"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAC771"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC771"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "nV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoW a qudt:Unit ;
    rdfs:label "Nanowatt"@en ;
    dcterms:description "0.000000001-fold of the SI derived unit watt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA910"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA910"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI derived unit watt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "nW"^^xsd:string ;
    qudt:ucumCode "nW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_VOL_UK a qudt:Unit ;
    rdfs:label "Fluid Ounce (UK)"@en ;
    dcterms:description "$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0000284130625 ;
    qudt:conversionMultiplierSN 2.841306e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA431"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA431"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "oz{UK}"^^xsd:string ;
    qudt:ucumCode "[foz_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "OZI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Hour"@en ;
    dcterms:description "A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\"."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:exactMatch unit:NUM-PER-HR ;
    qudt:expression "$m^{-1}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA526"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA526"^^xsd:anyURI ;
    qudt:symbol "/h"^^xsd:string ;
    qudt:ucumCode "/h"^^qudt:UCUMcs,
        "h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H10"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-YR a qudt:Unit ;
    rdfs:label "Reciprocal Year"@en ;
    dcterms:description "reciprocal of the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ;
    qudt:conversionMultiplierSN 3.168809e-08 ;
    qudt:exactMatch unit:NUM-PER-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAB027"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB027"^^xsd:anyURI ;
    qudt:plainTextDescription "reciprocal of the unit year"^^xsd:string ;
    qudt:symbol "/a"^^xsd:string ;
    qudt:ucumCode "/a"^^qudt:UCUMcs,
        "a-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H09"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PK_UK a qudt:Unit ;
    rdfs:label "Peck (UK)"@en ;
    dcterms:description "unit of the volume according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.009092181 ;
    qudt:conversionMultiplierSN 9.092181e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA939"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA939"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:M3 ;
    qudt:symbol "peck{UK}"^^xsd:string ;
    qudt:ucumCode "[pk_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoV a qudt:Unit ;
    rdfs:label "picovolt"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAB363"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB363"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "pV"^^xsd:string ;
    qudt:uneceCommonCode "N99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SAMPLE-PER-SEC a qudt:Unit ;
    rdfs:label "Sample per second"@en ;
    dcterms:description "The number of discrete samples of some thing per second."^^rdf:HTML ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:PER-SEC ;
    qudt:expression "$sample-per-sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SAMPLE ] ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:symbol "sample/s"^^xsd:string ;
    qudt:ucumCode "s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SV a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "زيفرت"@ar,
        "сиверт"@bg,
        "sievert"@cs,
        "Sievert"@de,
        "σίβερτ"@el,
        "sievert"@en,
        "sievert"@es,
        "سیورت"@fa,
        "sievert"@fr,
        "זיוורט"@he,
        "सैवर्ट"@hi,
        "sievert"@hu,
        "sievert"@it,
        "シーベルト"@ja,
        "sievertum"@la,
        "sievert"@ms,
        "siwert"@pl,
        "sievert"@pt,
        "sievert"@ro,
        "зиверт"@ru,
        "sievert"@sl,
        "sievert"@tr,
        "西弗"@zh ;
    dcterms:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:DoseEquivalent ;
    qudt:iec61360Code "0112/2///62720#UAA284"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA284"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/sievert> ;
    qudt:siUnitsExpression "J/kg"^^xsd:string ;
    qudt:symbol "Sv"^^xsd:string ;
    qudt:ucumCode "Sv"^^qudt:UCUMcs ;
    qudt:udunitsCode "Sv"^^xsd:string ;
    qudt:uneceCommonCode "D13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraV a qudt:Unit ;
    rdfs:label "teravolt"^^xsd:string ;
    dcterms:description "1,000,000,000,000-fold of the SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAC773"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC773"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "TV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V_Ab a qudt:Unit ;
    rdfs:label "Abvolt"@en ;
    dcterms:description "A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\\,erg\\cdot\\,1\\,abV\\,=\\,10\\,nV$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Abvolt"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-EMU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:anyURI,
        "http://www.lexic.us/definition-of/abvolt"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "abV"^^xsd:string ;
    qudt:ucumCode "10.nV"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V_Stat a qudt:Unit ;
    rdfs:label "Statvolt"@en ;
    dcterms:description "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:conversionMultiplier 299.792458 ;
    qudt:conversionMultiplierSN 2.997925e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Statvolt"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS-ESU> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "statV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:CO2_Concentration a brick:Quantity ;
    rdfs:label "CO2 Concentration"@en ;
    qudt:applicableUnit unit:PPB,
        unit:PPM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:DimensionlessRatio,
        brick:Air_Quality ;
    skos:definition "The concentration of carbon dioxide in a medium" ;
    skos:narrower brick:Differential_CO2_Concentration .

brick:Condenser_Water a brick:Substance ;
    rdfs:label "Condenser Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water used used to remove heat through condensation"@en ;
    skos:narrower brick:Entering_Condenser_Water,
        brick:Leaving_Condenser_Water .

brick:Damper a owl:Class,
        sh:NodeShape ;
    rdfs:label "Damper"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Damper ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Damper,
        tag:Equipment .

brick:Effective_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Effective Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Effective ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Effective,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Air .

brick:Heating_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Heating Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Setpoint ;
    skos:definition "Sets temperature for heating"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Heat ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Heat,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Occupied_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Occupied Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Occupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Occupied,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Air .

brick:Position a brick:Quantity ;
    rdfs:label "Position"@en ;
    qudt:applicableUnit unit:PERCENT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:isDefinedBy <https://brickschema.org/schema/Brick> ;
    skos:broader qudtqk:Dimensionless ;
    skos:definition "The fraction of the full range of motion",
        "The fraction of the full range of motion"@en .

brick:Sensor_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Sensor Equipment"@en ;
    rdfs:subClassOf brick:ICT_Equipment ;
    skos:definition "A piece of equipment for sensing some physical properties"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:name "Battery Percentage"^^xsd:string ;
            sh:path rec:batteryPercentage ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:double ;
            sh:name "Wi-Fi Signal Strength"^^xsd:string ;
            sh:path rec:wifiSignalStrength ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:ICT ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:ICT,
        tag:Sensor .

brick:Speed a brick:Quantity ;
    rdfs:label "Speed"@en ;
    qudt:applicableUnit unit:BFT,
        unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:FT-PER-HR,
        unit:FT-PER-SEC,
        unit:FT3-PER-MIN-FT2,
        unit:GigaHZ-M,
        unit:HZ-M,
        unit:IN-PER-YR,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-HR,
        unit:M-PER-SEC,
        unit:MI-PER-HR,
        unit:MI-PER-SEC,
        unit:MegaHZ-M,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    skos:narrower brick:Linear_Speed,
        brick:Rotational_Speed ;
    brick:hasQUDTReference qudtqk:Speed .

brick:Static_Pressure_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Static Pressure Setpoint"@en ;
    rdfs:subClassOf brick:Pressure_Setpoint ;
    skos:definition "Sets static pressure"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Pressure ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Static ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Pressure,
        tag:Setpoint,
        tag:Static ;
    brick:hasQuantity qudtqk:StaticPressure .

brick:Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "Measures temperature: the physical property of matter that quantitatively expresses the common notions of hot and cold"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:TemperatureObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature .

brick:Unoccupied_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Unoccupied Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    skos:definition "Sets temperature of air when unoccupied"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unoccupied ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Setpoint,
        tag:Temperature,
        tag:Unoccupied ;
    brick:hasQuantity qudtqk:Temperature .

brick:Water_Flow_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Flow Sensor"@en ;
    rdfs:subClassOf brick:Flow_Sensor ;
    skos:definition "Measures the rate of flow of water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Flow,
        tag:Point,
        tag:Sensor,
        tag:Water ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Water .

bacnet:Recipient a sh:NodeShape ;
    rdfs:label "Recipient"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:device ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Address ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:address ] ] ) .

qudtqk:AreaPerTime a qudt:QuantityKind ;
    rdfs:label "Area per Time"@en ;
    qudt:applicableUnit unit:CentiM2-PER-SEC,
        unit:FT2-PER-HR,
        unit:FT2-PER-SEC,
        unit:IN2-PER-SEC,
        unit:M2-HZ,
        unit:M2-PER-SEC,
        unit:MilliM2-PER-SEC ;
    qudt:baseImperialUnitDimensions "$ft^2/s$"^^qudt:LatexString ;
    qudt:baseSIUnitDimensions "$m^2/s$"^^qudt:LatexString ;
    qudt:baseUSCustomaryUnitDimensions "$L^2/T$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AreaPerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Count a qudt:QuantityKind ;
    rdfs:label "Count"@en ;
    dcterms:description "\"Count\" is the value of a count of items."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:plainTextDescription "\"Count\" is the value of a count of items."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Count"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:Solubility_Water a qudt:QuantityKind ;
    rdfs:label "Water Solubility"@en ;
    dcterms:description "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water.  A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in."^^qudt:LatexString ;
    qudt:applicableUnit unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:plainTextDescription "An amount of substance per unit volume that is the concentration of a saturated solution expressed as the ratio of the solute concentration over the volume of water.  A substance's solubility fundamentally depends on several physical and chemical properties of the solution as well as the environment it is in."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Solubility_Water"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:AmountOfSubstancePerVolume .

unit:BTU_IT-PER-IN2-SEC a qudt:Unit ;
    rdfs:label "British thermal unit (international table) per square inch second"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 1635339.842240684481368962737925476 ;
    qudt:conversionMultiplierSN 1.63534e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB268"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB268"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/(in²·s)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[in_i]-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-FT2-HR a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per square foot hour"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 3.152481054142278037642495038076495 ;
    qudt:conversionMultiplierSN 3.152481e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB264"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB264"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/(ft²·h)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i]-2.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-FT2-MIN a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per square foot minute"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 189.1488632485366822585497022845897 ;
    qudt:conversionMultiplierSN 1.891489e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB265"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB265"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/(ft²·min)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i]-2.min-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_TH-PER-FT2-SEC a qudt:Unit ;
    rdfs:label "British thermal unit (thermochemical) per square foot second"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 11348.93179491220093551298213707538 ;
    qudt:conversionMultiplierSN 1.134893e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_TH ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB267"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB267"^^xsd:anyURI ;
    qudt:symbol "Btu{th}/(ft²·s)"^^xsd:string ;
    qudt:ucumCode "[Btu_th].[ft_i]-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-CentiM2-MIN a qudt:Unit ;
    rdfs:label "calorie (thermochemical) per square centimetre minute"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 697.3333333333333333333333333333335 ;
    qudt:conversionMultiplierSN 6.973333e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB269"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB269"^^xsd:anyURI ;
    qudt:symbol "cal/(cm²·min)"^^xsd:string ;
    qudt:ucumCode "cal_th.cm-2.min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CAL_TH-PER-CentiM2-SEC a qudt:Unit ;
    rdfs:label "calorie (thermochemical) per square centimetre second"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 41840.0 ;
    qudt:conversionMultiplierSN 4.184e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CAL_TH ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB270"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB270"^^xsd:anyURI ;
    qudt:symbol "cal/(cm²·s)"^^xsd:string ;
    qudt:ucumCode "cal_th.cm-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Degree per Hour"@en ;
    dcterms:description "\"Degree per Hour\" is an Imperial unit for  'Angular Velocity' expressed as $deg/h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00000484813681 ;
    qudt:conversionMultiplierSN 4.848137e-06 ;
    qudt:expression "$deg/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG ] ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:symbol "°/h"^^xsd:string ;
    qudt:ucumCode "deg.h-1"^^qudt:UCUMcs,
        "deg/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG-PER-MIN a qudt:Unit ;
    rdfs:label "Degree per Minute"@en ;
    dcterms:description "A unit of measure for the rate of change of plane angle, $d\\omega / dt$,  in durations of one minute.The vector $\\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.000290888209 ;
    qudt:conversionMultiplierSN 2.908882e-04 ;
    qudt:expression "$deg-per-min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:symbol "°/min"^^xsd:string ;
    qudt:ucumCode "deg.min-1"^^qudt:UCUMcs,
        "deg/min"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DEG-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Degree per Second"@en ;
    dcterms:description "\"Degree per Second\" is an Imperial unit for  'Angular Velocity' expressed as $deg/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0174532925 ;
    qudt:conversionMultiplierSN 1.745329e-02 ;
    qudt:expression "$deg/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DEG ] ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:iec61360Code "0112/2///62720#UAA026"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA026"^^xsd:anyURI ;
    qudt:symbol "°/s"^^xsd:string ;
    qudt:ucumCode "deg.s-1"^^qudt:UCUMcs,
        "deg/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciB a qudt:DimensionlessUnit,
        qudt:LogarithmicUnit,
        qudt:Unit ;
    rdfs:label "Decibel"@en ;
    dcterms:description "A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Decibel"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:SoundExposureLevel,
        qudtqk:SoundPowerLevel,
        qudtqk:SoundPressureLevel,
        qudtqk:SoundReductionIndex ;
    qudt:iec61360Code "0112/2///62720#UAA409"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Decibel?oldid=495380648"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA409"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:B ;
    qudt:symbol "dB"^^xsd:string ;
    qudt:ucumCode "dB"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2N"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciL a qudt:Unit ;
    rdfs:label "Decilitre"@en,
        "Decilitre"@en-us ;
    dcterms:description "0.1-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAB113"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB113"^^xsd:anyURI ;
    qudt:plainTextDescription "0.1-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "dL"^^xsd:string ;
    qudt:ucumCode "dL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DLT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG-PER-CentiM2-SEC a qudt:Unit ;
    rdfs:label "Erg per Square Centimetre Second"@en,
        "Erg per Square Centimeter Second"@en-us ;
    dcterms:description "\"Erg per Square Centimeter Second\" is a C.G.S System unit for  'Power Per Area' expressed as $erg/(cm^{2}-s)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$erg/(cm^{2}-s)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:ERG ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB055"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB055"^^xsd:anyURI ;
    qudt:symbol "erg/(cm²·s)"^^xsd:string ;
    qudt:ucumCode "erg.cm-2.s-1"^^qudt:UCUMcs,
        "erg/(cm2.s)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-LB_F-PER-FT2-SEC a qudt:Unit ;
    rdfs:label "Foot Pound Force per Square Foot Second"@en ;
    dcterms:description "\"Foot Pound Force per Square Foot Second\" is an Imperial unit for  'Power Per Area' expressed as $ft \\cdot lbf/(ft^2 \\cdot s)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 14.5939042 ;
    qudt:conversionMultiplierSN 1.45939e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-lbf/ft^2s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:latexSymbol "$ft \\cdot lbf/(ft^2 \\cdot s)$"^^qudt:LatexString ;
    qudt:symbol "ft·lbf/(ft²·s)"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av].[sft_i]-1.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaV a qudt:Unit ;
    rdfs:label "gigavolt"^^xsd:string ;
    dcterms:description "1,000,000,000-fold of the SI derived unit volt"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAC772"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC772"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "GV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-CentiM2-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Square Centimetre Minute"@en,
        "Kilocalorie per Square Centimeter Minute"@en-us ;
    dcterms:description "\"Kilocalorie per Square Centimeter Minute\" is a unit for  'Power Per Area' expressed as $kcal/(cm^{2}-min)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 697333.3333333333333333333333333335 ;
    qudt:conversionMultiplierSN 6.973333e+05 ;
    qudt:expression "$kcal/(cm^{2}-min)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:symbol "kcal/(cm²·min)"^^xsd:string ;
    qudt:ucumCode "kcal.cm-2.min-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-CentiM2-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Square Centimetre Second"@en,
        "Kilocalorie per Square Centimeter Second"@en-us ;
    dcterms:description "\"Kilocalorie per Square Centimeter Second\" is a unit for  'Power Per Area' expressed as $kcal/(cm^{2}-s)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 41840000.0 ;
    qudt:conversionMultiplierSN 4.184e+07 ;
    qudt:expression "$kcal/(cm^{2}-s)$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:symbol "kcal/(cm²·s)"^^xsd:string ;
    qudt:ucumCode "kcal.cm-2.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMOL a qudt:Unit ;
    rdfs:label "Kilomole"@en ;
    dcterms:description "1 000-fold of the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:iec61360Code "0112/2///62720#UAA640"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA640"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit mol"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "kmol"^^xsd:string ;
    qudt:ucumCode "kmol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW-PER-M2 a qudt:Unit ;
    rdfs:label "Kilowatt Per Square Metre"@en,
        "Kilowatt Per Square Meter"@en-us ;
    dcterms:description "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloW ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre"^^xsd:string ;
    qudt:symbol "kW/m²"^^xsd:string ;
    qudt:ucumCode "kW.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PA-PER-SEC a qudt:Unit ;
    rdfs:label "metre pascal per second"^^xsd:string ;
    dcterms:description "product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAD914"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD914"^^xsd:anyURI ;
    qudt:symbol "m·Pa/s"^^xsd:string ;
    qudt:ucumCode "m.Pa.s-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaW a qudt:Unit ;
    rdfs:label "MegaW"@en ;
    dcterms:description "1,000,000-fold of the derived unit watt"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA224"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA224"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "MW"^^xsd:string ;
    qudt:ucumCode "MW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MAW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroW-PER-M2 a qudt:Unit ;
    rdfs:label "Microwatt per Square Metre"@en,
        "Microwatt per Square Meter"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroW ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA081"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA081"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "µW/m²"^^xsd:string ;
    qudt:ucumCode "uW.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliW-PER-M2 a qudt:Unit ;
    rdfs:label "Milliwatt per Square Metre"@en,
        "Milliwatt per Square Meter"@en-us ;
    dcterms:description "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliW ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA808"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA808"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mW/m²"^^xsd:string ;
    qudt:ucumCode "mW.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-HR a qudt:Unit ;
    rdfs:label "Number per hour"@en ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:exactMatch unit:PER-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:CountRate,
        qudtqk:Frequency ;
    qudt:symbol "#/h"^^xsd:string ;
    qudt:ucumCode "/h"^^qudt:UCUMcs,
        "{#}.h-1"^^qudt:UCUMcs,
        "{#}/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-L a qudt:Unit ;
    rdfs:label "Number per litre"@en ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:PER-L ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/L"^^xsd:string ;
    qudt:ucumCode "/L"^^qudt:UCUMcs,
        "{#}.L-1"^^qudt:UCUMcs,
        "{#}/L"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-M3 a qudt:Unit ;
    rdfs:label "Number per cubic metre"@en ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/m³"^^xsd:string ;
    qudt:ucumCode "/m3"^^qudt:UCUMcs,
        "{#}.m-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-MilliM3 a qudt:Unit ;
    rdfs:label "Number per cubic millimeter"@en ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:exactMatch unit:PER-MilliM3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ],
        [ qudt:exponent -3 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:NumberDensity ;
    qudt:symbol "#/mm³"^^xsd:string ;
    qudt:ucumCode "/mm3"^^qudt:UCUMcs,
        "{#}.mm-3"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-SEC a qudt:Unit ;
    rdfs:label "Counts per second"@en ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:CountRate,
        qudtqk:Frequency ;
    qudt:symbol "#/s"^^xsd:string ;
    qudt:ucumCode "/s"^^qudt:UCUMcs,
        "{#}.s-1"^^qudt:UCUMcs,
        "{#}/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NUM-PER-YR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Number per Year"@en ;
    dcterms:description "\"Number per Year\" is a unit for  'Frequency' expressed as $\\#/yr$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000003168808781402895023702689684893655 ;
    qudt:conversionMultiplierSN 3.168809e-08 ;
    qudt:exactMatch unit:PER-YR ;
    qudt:expression "$\\#/yr$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NUM ] ;
    qudt:hasQuantityKind qudtqk:CountRate,
        qudtqk:Frequency ;
    qudt:symbol "#/a"^^xsd:string ;
    qudt:ucumCode "/a"^^qudt:UCUMcs,
        "{#}.a-1"^^qudt:UCUMcs,
        "{#}/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PINT_UK a qudt:Unit ;
    rdfs:label "Pint (UK)"@en ;
    dcterms:description "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00056826125 ;
    qudt:conversionMultiplierSN 5.682613e-04 ;
    qudt:exactMatch unit:PINT ;
    qudt:factorUnitScalar 0.5 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:QT_UK ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA952"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA952"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "pt{UK}"^^xsd:string ;
    qudt:ucumCode "[pt_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "PTI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoW a qudt:Unit ;
    rdfs:label "Picowatt"@en ;
    dcterms:description "0.000000000001-fold of the SI derived unit watt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA935"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA935"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI derived unit watt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "pW"^^xsd:string ;
    qudt:ucumCode "pW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoW-PER-M2 a qudt:Unit ;
    rdfs:label "Picowatt per Square Metre"@en,
        "Picowatt per Square Meter"@en-us ;
    dcterms:description "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PicoW ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAA936"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA936"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "pW/m²"^^xsd:string ;
    qudt:ucumCode "pW.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_UK a qudt:Unit ;
    rdfs:label "Quart (UK)"@en ;
    dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0011365225 ;
    qudt:conversionMultiplierSN 1.136523e-03 ;
    qudt:factorUnitScalar 0.25 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_UK ] ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA963"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA963"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "qt{UK}"^^xsd:string ;
    qudt:ucumCode "[qt_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "QTI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-PER-HR a qudt:Unit ;
    rdfs:label "Radian per Hour"@en ;
    dcterms:description "\"Radian per Hour\" is a unit for  'Angular Velocity' expressed as $rad/h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0002777777777777777777777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:expression "$rad/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ] ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:symbol "rad/h"^^xsd:string ;
    qudt:ucumCode "rad.h-1"^^qudt:UCUMcs,
        "rad/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-PER-MIN a qudt:Unit ;
    rdfs:label "Radian per Minute"@en ;
    dcterms:description "Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01666666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:expression "$rad/m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:symbol "rad/min"^^xsd:string ;
    qudt:ucumCode "rad.min-1"^^qudt:UCUMcs,
        "rad/min"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "راديان في الثانية"@ar,
        "radián za sekundu"@cs,
        "Radian je Sekunde"@de,
        "radian per second"@en,
        "radián por segundo"@es,
        "رادیان بر ثانیه"@fa,
        "radian par seconde"@fr,
        "वर्ग मीटर प्रति सैकिण्ड"@hi,
        "radiante al secondo"@it,
        "ラジアン毎秒"@ja,
        "radian per saat"@ms,
        "radian na sekundę"@pl,
        "radiano por segundo"@pt,
        "radian pe secundă"@ro,
        "радиан в секунду"@ru,
        "radian na sekundo"@sl,
        "radyan bölü saniye"@tr,
        "弧度每秒"@zh ;
    dcterms:description "\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$rad/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:RAD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:AngularFrequency,
        qudtqk:AngularVelocity ;
    qudt:iec61360Code "0112/2///62720#UAA968"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA968"^^xsd:anyURI ;
    qudt:symbol "rad/s"^^xsd:string ;
    qudt:ucumCode "rad.s-1"^^qudt:UCUMcs,
        "rad/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2A"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraW a qudt:Unit ;
    rdfs:label "Terawatt"@en ;
    dcterms:description "1,000,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA289"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA289"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit watt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "TW"^^xsd:string ;
    qudt:ucumCode "TW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Watt per Square Centimetre"@en,
        "Watt per Square Centimeter"@en-us ;
    dcterms:description "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:expression "$W/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB224"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB224"^^xsd:anyURI ;
    qudt:symbol "W/cm²"^^xsd:string ;
    qudt:ucumCode "W.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-FT2 a qudt:Unit ;
    rdfs:label "Watt per Square Foot"@en ;
    dcterms:description "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 10.7639104 ;
    qudt:conversionMultiplierSN 1.076391e+01 ;
    qudt:expression "$W/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:symbol "W/ft²"^^xsd:string ;
    qudt:ucumCode "W.[sft_i]-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-IN2 a qudt:Unit ;
    rdfs:label "Watt per Square Inch"@en ;
    dcterms:description "Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1550.0031 ;
    qudt:conversionMultiplierSN 1.550003e+03 ;
    qudt:expression "$W/in^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB225"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB225"^^xsd:anyURI ;
    qudt:symbol "W/in²"^^xsd:string ;
    qudt:ucumCode "W.[sin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Quality_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Quality Sensor"@en ;
    rdfs:subClassOf brick:Sensor ;
    skos:definition "A sensor which provides a measure of air quality"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:DoubleValueObservation ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Quality ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Quality,
        tag:Sensor ;
    brick:hasQuantity qudtqk:DimensionlessRatio .

brick:Air_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Temperature Sensor"@en ;
    rdfs:subClassOf brick:Temperature_Sensor ;
    skos:definition "Measures the temperature of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Sensor,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Air .

brick:Differential_Temperature a brick:Quantity ;
    rdfs:label "Differential Temperature"@en ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:isDeltaQuantity true ;
    brick:hasQUDTReference qudtqk:Temperature .

brick:Entering_Water a brick:Substance ;
    rdfs:label "Entering Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water that is entering a piece of equipment or system"@en .

brick:Max_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Max Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places an upper bound on the range of permitted values of a Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Max ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Max,
        tag:Parameter,
        tag:Point .

brick:Min_Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Min Limit"@en ;
    rdfs:subClassOf brick:Limit ;
    skos:definition "A parameter that places a lower bound on the range of permitted values of a Setpoint."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Min ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Min,
        tag:Parameter,
        tag:Point .

tag:Average a brick:Tag ;
    rdfs:label "Average"@en .

tag:Battery a brick:Tag ;
    rdfs:label "Battery"@en .

tag:Booster a brick:Tag ;
    rdfs:label "Booster"@en .

tag:CO a brick:Tag ;
    rdfs:label "CO"@en .

tag:Chiller a brick:Tag ;
    rdfs:label "Chiller"@en .

tag:Circulator a brick:Tag ;
    rdfs:label "Circulator"@en .

tag:Detection a brick:Tag ;
    rdfs:label "Detection"@en .

tag:Direction a brick:Tag ;
    rdfs:label "Direction"@en .

tag:FCU a brick:Tag ;
    rdfs:label "FCU"@en .

tag:Fixed a brick:Tag ;
    rdfs:label "Fixed"@en .

tag:Floor a brick:Tag ;
    rdfs:label "Floor"@en .

tag:Heating a brick:Tag ;
    rdfs:label "Heating"@en .

tag:Laboratory a brick:Tag ;
    rdfs:label "Laboratory"@en .

tag:Media a brick:Tag ;
    rdfs:label "Media"@en .

tag:Outdoor a brick:Tag ;
    rdfs:label "Outdoor"@en .

tag:Preheat a brick:Tag ;
    rdfs:label "Preheat"@en .

tag:Relief a brick:Tag ;
    rdfs:label "Relief"@en .

tag:Stack a brick:Tag ;
    rdfs:label "Stack"@en .

tag:Surface a brick:Tag ;
    rdfs:label "Surface"@en .

tag:Target a brick:Tag ;
    rdfs:label "Target"@en .

tag:VFD a brick:Tag ;
    rdfs:label "VFD"@en .

rec:includes a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "includes"@en .

qudtqk:Capacitance a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Capacitance"^^xsd:string,
        "Capacitance"@en ;
    dcterms:description "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoFARAD,
        unit:FARAD,
        unit:FARAD_Ab,
        unit:FARAD_Stat,
        unit:FemtoFARAD,
        unit:KiloFARAD,
        unit:MicroFARAD,
        unit:MilliFARAD,
        unit:NanoFARAD,
        unit:PicoFARAD ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Capacitance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:iec61360Code "0112/2///62720#UAD021"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD021"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$C = Q/U$, where $Q$ is electric charge and $V$ is voltage."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Capacitance\" is the ability of a body to hold an electrical charge; it is quantified as the amount of electric charge stored for a given electric potential. Capacitance is a scalar-valued quantity."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELCA> ;
    qudt:symbol "C"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Capacitance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Conductance a qudt:QuantityKind ;
    rdfs:label "Conductance"@en ;
    dcterms:description "$\\textit{Conductance}$, for a resistive two-terminal element or two-terminal circuit with terminals A and B, quotient of the electric current i in the element or circuit by the voltage $u_{AB}$ between the terminals: $G = \\frac{1}{R}$, where the electric current is taken as positive if its direction is from A to B and negative in the opposite case. The conductance of an element or circuit is the inverse of its resistance."^^qudt:LatexString ;
    qudt:applicableUnit unit:DeciS,
        unit:KiloS,
        unit:MHO,
        unit:MegaS,
        unit:MicroMHO,
        unit:MicroS,
        unit:MilliS,
        unit:NanoS,
        unit:PicoS,
        unit:S ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition """$G = Re\\underline{Y}$, where $\\underline{Y}$ is admittance.

Alternatively:

$G = \\frac{1}{R}$, where $R$ is resistance."""^^qudt:LatexString ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Conductance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Admittance .

qudtqk:ElectricChargePerMass a qudt:QuantityKind ;
    rdfs:label "Electric Charge Per Mass"@en ;
    dcterms:description "\"Electric Charge Per Mass\" is the charge associated with a specific mass of a substance. In the SI and ISO systems this is $1 kg$."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-KiloGM,
        unit:A-M2-PER-J-SEC,
        unit:C-PER-KiloGM,
        unit:HZ-PER-T,
        unit:KiloR,
        unit:MegaHZ-PER-T,
        unit:MilliC-PER-KiloGM,
        unit:MilliR,
        unit:PER-T-SEC,
        unit:R ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricCurrentDensity a qudt:QuantityKind ;
    rdfs:label "كثافة التيار"@ar,
        "Hustota elektrického proudu"@cs,
        "elektrische Stromdichte"@de,
        "electric current density"@en,
        "densidad de corriente"@es,
        "چگالی جریان الکتریکی"@fa,
        "densité de courant"@fr,
        "धारा घनत्व"@hi,
        "densità di corrente elettrica"@it,
        "電流密度"@ja,
        "Ketumpatan arus elektrik"@ms,
        "Gęstość prądu elektrycznego"@pl,
        "densidade de corrente elétrica"@pt,
        "Densitate de curent"@ro,
        "плотность тока"@ru,
        "gostota električnega toka"@sl,
        "Akım yoğunluğu"@tr,
        "电流密度"@zh ;
    dcterms:description "\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, $I$, through a surface $S$ is defined as $I = \\int_S J \\cdot e_n dA$, where $e_ndA$ is the vector surface element."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-CentiM2,
        unit:A-PER-M2,
        unit:A-PER-MilliM2,
        unit:A_Ab-PER-CentiM2,
        unit:A_Stat-PER-CentiM2,
        unit:KiloA-PER-M2,
        unit:MegaA-PER-M2,
        unit:PlanckCurrentDensity ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Current_density"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD040"^^xsd:string ;
    qudt:informativeReference "http://maxwells-equations.com/density/current.php"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD040"^^xsd:anyURI ;
    qudt:latexDefinition "$J = \\rho v$, where $\\rho$ is electric current density and $v$ is volume."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/CUDE> ;
    qudt:symbol "J"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrentDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "areic electric current"@en,
        "keluasan arus elektrik"@ms .

qudtqk:Enthalpy a qudt:QuantityKind ;
    rdfs:label "محتوى حراري"@ar,
        "entalpie"@cs,
        "Enthalpie"@de,
        "enthalpy"@en,
        "entalpía"@es,
        "آنتالپی"@fa,
        "enthalpie"@fr,
        "पूर्ण ऊष्मा"@hi,
        "entalpia"@it,
        "エンタルピー"@ja,
        "Entalpi"@ms,
        "entalpia"@pl,
        "entalpia"@pt,
        "Entalpie"@ro,
        "энтальпия"@ru,
        "entalpija"@sl,
        "Entalpi"@tr,
        "焓"@zh ;
    dcterms:description "In thermodynamics, $\\textit{enthalpy}$ is the sum of the internal energy $U$ and the product of pressure $p$ and volume $V$ of a system. The characteristic function (also known as thermodynamic potential) $\\textit{enthalpy}$ used to be called $\\textit{heat content}$, which is why it is conventionally indicated by $H$. The specific enthalpy of a working mass is a property of that mass used in thermodynamics, defined as $h=u+p \\cdot v$,  where $u$ is the specific internal energy, $p$ is the pressure, and $v$ is specific volume. In other words, $h = H / m$ where $m$ is the mass of the system. The SI unit for $\\textit{Specific Enthalpy}$ is $\\textit{joules per kilogram}$"^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Enthalpy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Enthalpy"^^xsd:anyURI ;
    qudt:latexDefinition "$H = U + pV$, where $U$ is internal energy, $p$ is pressure and $V$ is volume."^^qudt:LatexString ;
    qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:symbol "H"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:InternalEnergy ;
    skos:broader qudtqk:Energy .

qudtqk:ExpansionRatio a qudt:QuantityKind ;
    rdfs:label "Expansion Ratio"@en ;
    qudt:applicableUnit unit:M-PER-DEG_C-M,
        unit:MilliM-PER-DEG_C-M,
        unit:PER-DEG_F,
        unit:PER-K,
        unit:PER-MegaK,
        unit:PPM-PER-K,
        unit:PPTM-PER-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ExpansionRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Inductance a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "المحاثة (التحريض)"@ar,
        "Индуктивност"@bg,
        "Indukčnost"@cs,
        "Induktivität"@de,
        "inductance"@en,
        "inductancia"@es,
        "القاوری"@fa,
        "Inductance électrique"@fr,
        "השראות"@he,
        "प्रेरकत्व"@hi,
        "induktivitás"@hu,
        "induttanza"@it,
        "インダクタンス・誘導係数"@ja,
        "inductantia"@la,
        "Indukstans"@ms,
        "indukcyjność"@pl,
        "indutância"@pt,
        "inductanță"@ro,
        "Индуктивность"@ru,
        "induktivnost"@sl,
        "İndüktans"@tr,
        "电感"@zh ;
    dcterms:description "\"Inductance\" is an electromagentic quantity that characterizes a circuit's resistance to any change of electric current; a change in the electric current through induces an opposing electromotive force (EMF). Quantitatively, inductance is proportional to the magnetic flux per unit of electric current."^^qudt:LatexString ;
    qudt:applicableUnit unit:H,
        unit:H_Ab,
        unit:H_Stat,
        unit:KiloH,
        unit:MicroH,
        unit:MilliH,
        unit:NanoH,
        unit:PicoH ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Inductance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD065"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-19"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD065"^^xsd:anyURI ;
    qudt:latexDefinition "$L =\\frac{\\Psi}{I}$, where $I$ is an electric current in a thin conducting loop, and $\\Psi$ is the linked flux caused by that electric current."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Inductance\" is an electromagentic quantity that characterizes a circuit's resistance to any change of electric current; a change in the electric current through induces an opposing electromotive force (EMF). Quantitatively, inductance is proportional to the magnetic flux per unit of electric current."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELIN> ;
    qudt:symbol "L"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Inductance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MutualInductance ;
    skos:altLabel "inductivity"@en,
        "Induktiviti"@ms .

qudtqk:InverseVolume a qudt:QuantityKind ;
    rdfs:label "Inverse Volume"@en ;
    qudt:applicableUnit unit:PER-CentiM3,
        unit:PER-FT3,
        unit:PER-IN3,
        unit:PER-L,
        unit:PER-M3,
        unit:PER-MilliL,
        unit:PER-MilliM3,
        unit:PER-YD3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:InverseVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Luminance a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Luminance"@en ;
    dcterms:description "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle."^^qudt:LatexString ;
    qudt:applicableUnit unit:CD-PER-FT2,
        unit:CD-PER-IN2,
        unit:CD-PER-M2,
        unit:LA,
        unit:LA_FT,
        unit:LM-PER-FT2,
        unit:LM-PER-M2,
        unit:STILB ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Luminance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD090"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Luminance"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD090"^^xsd:anyURI ;
    qudt:latexDefinition "$L_v = \\frac{dI_v}{dA}$, where $dI_v$ is the luminous intensity of an element of the surface with the area $dA$ of the orthogonal projection of this element on a plane perpendicular to the given direction."^^qudt:LatexString ;
    qudt:plainTextDescription "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/LUMA> ;
    qudt:symbol "L_v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Luminance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticFlux a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "التدفق المغناطيسي"@ar,
        "Магнитен поток"@bg,
        "Magnetický tok"@cs,
        "magnetischer Flux"@de,
        "magnetic flux"@en,
        "flujo magnético"@es,
        "شار مغناطیسی"@fa,
        "Flux d'induction magnétique"@fr,
        "שטף מגנטי"@he,
        "चुम्बकीय बहाव"@hi,
        "mágneses fluxus"@hu,
        "flusso magnetico"@it,
        "磁束"@ja,
        "fluxus magneticus"@la,
        "Fluks magnet"@ms,
        "strumień magnetyczny"@pl,
        "fluxo magnético"@pt,
        "flux de inducție magnetică"@ro,
        "Магнитный поток"@ru,
        "magnetni pretok"@sl,
        "manyetik akı"@tr,
        "磁通量"@zh ;
    dcterms:description "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloLB_F-FT-PER-A,
        unit:KiloWB,
        unit:MX,
        unit:MilliWB,
        unit:N-M-PER-A,
        unit:UnitPole,
        unit:V_Ab-SEC,
        unit:WB ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Magnetic_flux"^^xsd:anyURI ;
    qudt:expression "$magnetic-flux$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD099"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "http://www.oxfordreference.com/display/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1800"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD099"^^xsd:anyURI ;
    qudt:latexDefinition "$\\Phi = \\int_S B \\cdot e_n d A$, over a surface $S$, where $B$ is magnetic flux density and $e_n dA$ is the vector surface element."^^qudt:LatexString ;
    qudt:latexSymbol "$\\Phi$"^^qudt:LatexString,
        "$\\phi$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Magnetic Flux\" is the product of the average magnetic field times the perpendicular area that it penetrates."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFlux"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassPerTime a qudt:QuantityKind ;
    rdfs:label "Mass per Time"@en ;
    qudt:applicableUnit unit:KiloGM-PER-HR,
        unit:KiloGM-PER-SEC,
        unit:KiloLB-PER-HR,
        unit:LB-PER-HR,
        unit:LB-PER-MIN,
        unit:N-SEC-PER-M,
        unit:NanoGM-PER-DAY,
        unit:SLUG-PER-SEC,
        unit:TONNE-PER-MO,
        unit:TONNE-PER-YR,
        unit:TON_SHORT-PER-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PressureRatio a qudt:QuantityKind ;
    rdfs:label "Pressure Ratio"@en ;
    qudt:applicableUnit unit:BAR-PER-BAR,
        unit:HectoPA-PER-BAR,
        unit:KiloPA-PER-BAR,
        unit:MegaPA-PER-BAR,
        unit:MilliBAR-PER-BAR,
        unit:PA-PER-BAR,
        unit:PERCENT,
        unit:PSI-PER-PSI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:PressureRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:VolumeFraction a qudt:QuantityKind ;
    rdfs:label "Volume Fraction"@en ;
    dcterms:description "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-CentiM3,
        unit:CentiM3-PER-M3,
        unit:DeciM3-PER-M3,
        unit:L-PER-L,
        unit:M3-PER-M3,
        unit:MicroL-PER-L,
        unit:MicroM3-PER-M3,
        unit:MicroM3-PER-MilliL,
        unit:MilliL-PER-L,
        unit:MilliL-PER-M3,
        unit:MilliM3-PER-M3 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD240"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Volume_fraction"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD240"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi_B = \\frac{x_B V_{m,B}^*}{\\sum x_i V_{m,i}^*}$, where $V_{m,i}^*$ is the molar volume of the pure substances $i$ at the same temperature and pressure, $x_i$ denotes the amount-of-substance fraction of substance $i$, and $\\sum$ denotes summation over all substances $i$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi_B$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Volume Fraction\" is the volume of a constituent divided by the volume of all constituents of the mixture prior to mixing. Volume fraction is also called volume concentration in ideal solutions where the volumes of the constituents are additive (the volume of the solution is equal to the sum of the volumes of its ingredients)."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:VolumeFraction"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

unit:BTU_IT-PER-FT2-HR a qudt:Unit ;
    rdfs:label "British thermal unit (international table) per square foot hour"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 3.154590745063048768072844787664884 ;
    qudt:conversionMultiplierSN 3.154591e+00 ;
    qudt:exactMatch unit:BTU_IT-PER-HR-FT2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB263"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB263"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/(ft²·h)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]-2.h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-FT2-SEC a qudt:Unit ;
    rdfs:label "British thermal unit (international table) per square foot second"^^xsd:string ;
    dcterms:description "unit of the surface heat flux according to the Imperial system of units"^^xsd:string ;
    qudt:conversionMultiplier 11356.52668222697556506224123559358 ;
    qudt:conversionMultiplierSN 1.135653e+04 ;
    qudt:exactMatch unit:BTU_IT-PER-SEC-FT2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:iec61360Code "0112/2///62720#UAB266"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB266"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/(ft²·s)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[ft_i]-2.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-HR-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Hour Square Foot"@en ;
    dcterms:description "$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for  'Power Per Area' expressed as $Btu/(h-ft^2)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3.154590745063048768072844787664884 ;
    qudt:conversionMultiplierSN 3.154591e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:BTU_IT-PER-FT2-HR ;
    qudt:expression "$Btu/(h-ft^{2})$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:symbol "Btu{IT}/(h·ft²)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].h-1.[ft_i]-2"^^qudt:UCUMcs,
        "[Btu_IT]/(h.[ft_i]2)"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Second"@en ;
    dcterms:description "${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1055.05585262 ;
    qudt:conversionMultiplierSN 1.055056e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA121"^^xsd:string ;
    qudt:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA121"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/s"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].s-1"^^qudt:UCUMcs,
        "[Btu_IT]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-SEC-FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Second Square Foot"@en ;
    dcterms:description "$\\textit{BTU per Second Square Foot}$ is an Imperial unit for  'Power Per Area' expressed as $Btu/(s\\cdot ft^2)$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 11356.52668222697556506224123559358 ;
    qudt:conversionMultiplierSN 1.135653e+04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:BTU_IT-PER-FT2-SEC ;
    qudt:expression "$Btu/(s-ft^{2})$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea ;
    qudt:symbol "Btu{IT}/(s·ft²)"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].s-1.[ft_i]-2"^^qudt:UCUMcs,
        "[Btu_IT]/(s.[ft_i]2)"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaHZ a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Gigahertz"@en ;
    dcterms:description "The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA150"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA150"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:HZ ;
    qudt:symbol "GHz"^^xsd:string ;
    qudt:ucumCode "GHz"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-CentiM2-DAY a qudt:Unit ;
    rdfs:label "Joules per square centimetre day"@en ;
    dcterms:description "Radiant energy per 10^-4 SI unit area over a period of one day."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea,
        qudtqk:Radiosity ;
    qudt:symbol "J/(cm²·d)"^^xsd:string ;
    qudt:ucumCode "J.cm-2.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBTU_IT-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilo British Thermal Unit (International Definition) per Hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 293.07107 ;
    qudt:conversionMultiplierSN 2.930711e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kBtu/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloBTU_IT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:symbol "kBtu{IT}/h"^^xsd:string ;
    qudt:ucumCode "k[Btu_IT].h-1"^^qudt:UCUMcs,
        "k[Btu_IT]/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Minute"@en ;
    dcterms:description """
  A $\\textit{Kilocalorie per Minute}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,
   expressed as $kcal/min$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 69.7333333 ;
    qudt:conversionMultiplierSN 6.973333e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kcal/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:symbol "kcal/min"^^xsd:string ;
    qudt:ucumCode "kcal.min-1"^^qudt:UCUMcs,
        "kcal/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloCAL-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilocalorie per Second"@en ;
    dcterms:description """
  A $\\textit{Kilocalorie per Second}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,
   expressed as $kcal/s$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$kcal/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloCAL ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:symbol "kcal/s"^^xsd:string ;
    qudt:ucumCode "kcal.s-1"^^qudt:UCUMcs,
        "kcal/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloHZ a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilohertz"@en ;
    dcterms:description "\"Kilohertz\" is a C.G.S System unit for  'Frequency' expressed as $KHz$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA566"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA566"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:HZ ;
    qudt:symbol "kHz"^^xsd:string ;
    qudt:ucumCode "kHz"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KHZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBTU_IT-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mega British Thermal Unit (International Definition) per Hour"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 293071.07 ;
    qudt:conversionMultiplierSN 2.930711e+05 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$MBtu/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaBTU_IT ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:symbol "MBtu{IT}/h"^^xsd:string ;
    qudt:ucumCode "M[Btu_IT].h-1"^^qudt:UCUMcs,
        "M[Btu_IT]/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoW-PER-M2 a qudt:Unit ;
    rdfs:label "nanowatt per square metre"^^xsd:string ;
    dcterms:description "0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:NanoW ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea,
        qudtqk:PoyntingVector ;
    qudt:iec61360Code "0112/2///62720#UAB539"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB539"^^xsd:anyURI ;
    qudt:symbol "nW/m²"^^xsd:string ;
    qudt:ucumCode "nW.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-KiloM a qudt:Unit ;
    rdfs:label "Reciprocal Kilometre"@en,
        "Reciprocal Kilometer"@en-us ;
    dcterms:description "Per Kilometer Unit is a denominator unit with dimensions $/km$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:expression "$per-kilometer$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:AngularReciprocalLatticeVector,
        qudtqk:AttenuationCoefficient,
        qudtqk:CurvatureFromRadius,
        qudtqk:InverseLength,
        qudtqk:LinearAbsorptionCoefficient,
        qudtqk:LinearAttenuationCoefficient,
        qudtqk:LinearIonization,
        qudtqk:PhaseCoefficient,
        qudtqk:PropagationCoefficient ;
    qudt:symbol "/km"^^xsd:string ;
    qudt:ucumCode "/km"^^qudt:UCUMcs,
        "km-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MicroM a qudt:Unit ;
    rdfs:label "Reciprocal Micrometre"@en,
        "Reciprocal Micrometer"@en-us ;
    dcterms:description "Per Micrometer Unit is a denominator unit with dimensions $/microm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:expression "$per-micrometer$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:AngularReciprocalLatticeVector,
        qudtqk:AttenuationCoefficient,
        qudtqk:CurvatureFromRadius,
        qudtqk:InverseLength,
        qudtqk:LinearAbsorptionCoefficient,
        qudtqk:LinearAttenuationCoefficient,
        qudtqk:LinearIonization,
        qudtqk:PhaseCoefficient,
        qudtqk:PropagationCoefficient ;
    qudt:symbol "/μm"^^xsd:string ;
    qudt:ucumCode "/um"^^qudt:UCUMcs,
        "um-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-MilliM a qudt:Unit ;
    rdfs:label "Reciprocal Millimetre"@en,
        "Reciprocal Millimeter"@en-us ;
    dcterms:description "Per Millimeter Unit is a denominator unit with dimensions $/mm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:expression "$per-millimeter$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:AngularReciprocalLatticeVector,
        qudtqk:AttenuationCoefficient,
        qudtqk:CurvatureFromRadius,
        qudtqk:InverseLength,
        qudtqk:LinearAbsorptionCoefficient,
        qudtqk:LinearAttenuationCoefficient,
        qudtqk:LinearIonization,
        qudtqk:PhaseCoefficient,
        qudtqk:PropagationCoefficient ;
    qudt:symbol "/mm"^^xsd:string ;
    qudt:ucumCode "/mm"^^qudt:UCUMcs,
        "mm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-NanoM a qudt:Unit ;
    rdfs:label "Reciprocal Nanometre"@en,
        "Reciprocal Nanometer"@en-us ;
    dcterms:description "Per Nanometer Unit is a denominator unit with dimensions $/nm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:expression "$per-nanometer$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:NanoM ] ;
    qudt:hasQuantityKind qudtqk:AngularReciprocalLatticeVector,
        qudtqk:AttenuationCoefficient,
        qudtqk:CurvatureFromRadius,
        qudtqk:InverseLength,
        qudtqk:LinearAbsorptionCoefficient,
        qudtqk:LinearAttenuationCoefficient,
        qudtqk:LinearIonization,
        qudtqk:PhaseCoefficient,
        qudtqk:PropagationCoefficient ;
    qudt:symbol "/nm"^^xsd:string ;
    qudt:ucumCode "/nm"^^qudt:UCUMcs,
        "nm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-PicoM a qudt:Unit ;
    rdfs:label "Reciprocal Picometre"@en,
        "Reciprocal Picometer"@en-us ;
    dcterms:description "Per Picoometer Unit is a denominator unit with dimensions $/pm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:expression "$per-picoometer$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:PicoM ] ;
    qudt:hasQuantityKind qudtqk:AngularReciprocalLatticeVector,
        qudtqk:AttenuationCoefficient,
        qudtqk:CurvatureFromRadius,
        qudtqk:InverseLength,
        qudtqk:LinearAbsorptionCoefficient,
        qudtqk:LinearAttenuationCoefficient,
        qudtqk:LinearIonization,
        qudtqk:PhaseCoefficient,
        qudtqk:PropagationCoefficient ;
    qudt:symbol "/pm"^^xsd:string ;
    qudt:ucumCode "/pm"^^qudt:UCUMcs,
        "pm-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoMOL a qudt:Unit ;
    rdfs:label "PicoMole"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance,
        qudtqk:ExtentOfReaction ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "pmol"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QT_US a qudt:Unit ;
    rdfs:label "US Liquid Quart"@en ;
    dcterms:description "\"US Liquid Quart\" is a unit for  'Liquid Volume' expressed as $qt$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000946353 ;
    qudt:conversionMultiplierSN 9.46353e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 0.25 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GAL_US ] ;
    qudt:hasQuantityKind qudtqk:LiquidVolume,
        qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA964"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA964"^^xsd:anyURI ;
    qudt:symbol "qt{US liq}"^^xsd:string ;
    qudt:ucumCode "[qt_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "QT"^^xsd:string,
        "QTL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:THM_US-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Therm US per Hour"@en ;
    dcterms:description "$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/h unit most often in the power, steam generation, heating, and air conditioning industries."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 29300.1111 ;
    qudt:conversionMultiplierSN 2.930011e+04 ;
    qudt:expression "$thm/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:THM_US ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ;
    qudt:symbol "thm{US}/h"^^xsd:string ;
    qudt:ucumCode "[thm{US}].h-1"^^qudt:UCUMcs,
        "[thm{US}]/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Electrical_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Electrical Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Electrical ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Electrical,
        tag:Equipment .

brick:Enable_Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Enable Command"@en ;
    rdfs:subClassOf brick:Command ;
    skos:definition "Commands that enable functionality"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Enable ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Enable,
        tag:Point .

brick:Humidity_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Humidity Setpoint"@en ;
    rdfs:subClassOf brick:Setpoint ;
    skos:definition "Sets humidity"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Humidity ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Humidity,
        tag:Point,
        tag:Setpoint ;
    brick:hasQuantity qudtqk:PressureRatio .

brick:Leaving_Water a brick:Substance ;
    rdfs:label "Leaving Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Water that is leaving a piece of equipment or system"@en .

brick:Terminal_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Terminal Unit"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "A device that regulates the volumetric flow rate and/or the temperature of the controlled medium."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Terminal ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Terminal,
        tag:Unit .

qudtqk:Admittance a qudt:QuantityKind ;
    rdfs:label "Admittance"@en ;
    dcterms:description "\"Admittance\" is a measure of how easily a circuit or device will allow a current to flow. It is defined as the inverse of the impedance ($Z$). "^^qudt:LatexString ;
    qudt:applicableUnit unit:DeciS,
        unit:KiloS,
        unit:MHO,
        unit:MegaS,
        unit:MicroMHO,
        unit:MicroS,
        unit:MilliS,
        unit:NanoS,
        unit:PicoS,
        unit:S ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Admittance"^^xsd:anyURI,
        "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-51"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$Y = \\frac{1}{Z}$, where $Z$ is impedance."^^qudt:LatexString ;
    qudt:latexSymbol "$Y$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Admittance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Impedance .

qudtqk:AngularVelocity a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Angular velocity"^^xsd:string,
        "سرعة زاوية"@ar,
        "Úhlová rychlost"@cs,
        "Winkelgeschwindigkeit"@de,
        "angular velocity"@en,
        "velocidad angular"@es,
        "سرعت زاویه‌ای"@fa,
        "vitesse angulaire"@fr,
        "कोणीय वेग"@hi,
        "velocità angolare"@it,
        "角速度"@ja,
        "Halaju bersudut"@ms,
        "Prędkość kątowa"@pl,
        "velocidade angular"@pt,
        "Viteză unghiulară"@ro,
        "Угловая скорость"@ru,
        "kotna hitrost"@sl,
        "Açısal hız"@tr,
        "角速度"@zh ;
    dcterms:description "Angular Velocity refers to how fast an object rotates or revolves relative to another point."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:PlanckFrequency_Ang,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_velocity"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:AngularFrequency ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD009"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD009"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Angular_velocity"^^xsd:anyURI ;
    qudt:plainTextDescription "The change of angle per unit time; specifically, in celestial mechanics, the change in angle of the radius vector per unit time."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/VELA> ;
    rdfs:comment "Applicable units are those of quantitykind:AngularVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    skos:altLabel "angular speed"@en,
        "kelajuan bersudut"@ms .

qudtqk:HydraulicPermeability a qudt:QuantityKind ;
    rdfs:label "Hydraulic Permeability"@en ;
    dcterms:description "Permeability is a property of porous materials that is an indication of the ability for fluids (gas or liquid) to flow through them. Fluids can more easily flow through a material with high permeability than one with low permeability. The permeability of a medium is related to the porosity, but also to the shapes of the pores in the medium and their level of connectedness."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM2,
        unit:DARCY,
        unit:DeciM2,
        unit:FT2,
        unit:IN2,
        unit:KiloM2,
        unit:M2,
        unit:MIL_Circ,
        unit:MicroM2,
        unit:MilliDARCY,
        unit:MilliM2,
        unit:NanoM2 ;
    qudt:baseCGSUnitDimensions "$cm^2$"^^qudt:LatexString ;
    qudt:baseSIUnitDimensions "$m^2$"^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Permeability_(Earth_sciences)"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Permeability_(Earth_sciences)"^^xsd:anyURI ;
    qudt:plainTextDescription "Permeability is a property of porous materials that is an indication of the ability for fluids (gas or liquid) to flow through them. Fluids can more easily flow through a material with high permeability than one with low permeability. The permeability of a medium is related to the porosity, but also to the shapes of the pores in the medium and their level of connectedness."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:HydraulicPermeability"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Fluid Permeability"@en,
        "Permeability"@en .

qudtqk:MassPerLength a qudt:QuantityKind ;
    rdfs:label "Mass per Length"@en ;
    dcterms:description "Linear density, linear mass density or linear mass is a measure of mass per unit of length, and it is a characteristic of strings or other one-dimensional objects. The SI unit of linear density is the kilogram per metre ($kg/m$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:DENIER,
        unit:GM-PER-KiloM,
        unit:GM-PER-M,
        unit:GM-PER-MilliM,
        unit:KiloGM-PER-M,
        unit:KiloGM-PER-MilliM,
        unit:LB-PER-FT,
        unit:LB-PER-IN,
        unit:MilliGM-PER-M,
        unit:SLUG-PER-FT,
        unit:TEX ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Linear_density"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Resistivity a qudt:QuantityKind ;
    rdfs:label "Resistivity"@en ;
    dcterms:description "\"Resistivity\" is the inverse of the conductivity when this inverse exists."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaOHM-M,
        unit:KiloOHM-M,
        unit:MegaOHM-KiloM,
        unit:MegaOHM-M,
        unit:MicroOHM-M,
        unit:MilliOHM-M,
        unit:NanoOHM-M,
        unit:OHM-CentiM,
        unit:OHM-KiloM,
        unit:OHM-M,
        unit:OHM-M2-PER-M,
        unit:OHM_CIRC-MIL-PER-FT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD161"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-04"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD161"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho = \\frac{1}{\\sigma}$, if it exists, where $\\sigma$ is conductivity."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Resistivity\" is the inverse of the conductivity when this inverse exists."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Resistivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Conductivity .

qudtqk:SpecificEntropy a qudt:QuantityKind ;
    rdfs:label "Specific Entropy"@en ;
    dcterms:description "\"Specific Entropy\" is entropy per unit of mass."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F,
        unit:BTU_TH-PER-LB-DEG_F,
        unit:CAL_IT-PER-GM-DEG_C,
        unit:CAL_IT-PER-GM-K,
        unit:CAL_TH-PER-GM-DEG_C,
        unit:CAL_TH-PER-GM-K,
        unit:J-PER-GM-DEG_C,
        unit:J-PER-GM-K,
        unit:J-PER-KiloGM-DEG_C,
        unit:J-PER-KiloGM-K,
        unit:KiloCAL-PER-GM-DEG_C,
        unit:KiloJ-PER-KiloGM-K ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$s = S/m$, where $S$ is entropy and $m$ is mass."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Specific Entropy\" is entropy per unit of mass."^^xsd:string ;
    qudt:symbol "s"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEntropy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Entropy .

unit:BTU_IT-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "BTU per Hour"@en ;
    dcterms:description """
  The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour. 
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.29307107 ;
    qudt:conversionMultiplierSN 2.930711e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$Btu/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA116"^^xsd:string ;
    qudt:informativeReference "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA116"^^xsd:anyURI ;
    qudt:symbol "Btu{IT}/h"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].h-1"^^qudt:UCUMcs,
        "[Btu_IT]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2I"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CD a qudt:Unit ;
    rdfs:label "قنديلة"@ar,
        "кандела"@bg,
        "kandela"@cs,
        "Candela"@de,
        "καντέλα"@el,
        "candela"@en,
        "candela"@es,
        "کاندلا"@fa,
        "candela"@fr,
        "קנדלה"@he,
        "कॅन्डेला"@hi,
        "kandela"@hu,
        "candela"@it,
        "カンデラ"@ja,
        "candela"@la,
        "kandela"@ms,
        "kandela"@pl,
        "candela"@pt,
        "candelă"@ro,
        "кандела"@ru,
        "kandela"@sl,
        "candela"@tr,
        "坎德拉"@zh ;
    dcterms:description "$\\textit{Candela}$ is a unit for  'Luminous Intensity' expressed as $cd$.  The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Candela"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:LuminousIntensity ;
    qudt:iec61360Code "0112/2///62720#UAA370"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI,
        "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA370"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/candela> ;
    qudt:symbol "cd"^^xsd:string ;
    qudt:ucumCode "cd"^^qudt:UCUMcs ;
    qudt:udunitsCode "cd"^^xsd:string ;
    qudt:uneceCommonCode "CDL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "جراي; غراي"@ar,
        "грей"@bg,
        "gray"@cs,
        "Gray"@de,
        "γκρέι"@el,
        "gray"@en,
        "gray"@es,
        "گری"@fa,
        "gray"@fr,
        "גריי"@he,
        "ग्रेय"@hi,
        "gray"@hu,
        "gray"@it,
        "グレイ"@ja,
        "graium"@la,
        "gray"@ms,
        "grej"@pl,
        "gray"@pt,
        "gray"@ro,
        "грэй"@ru,
        "gray"@sl,
        "gray"@tr,
        "戈瑞"@zh ;
    dcterms:description "The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Grey"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloGM ] ;
    qudt:hasQuantityKind qudtqk:AbsorbedDose,
        qudtqk:Kerma ;
    qudt:iec61360Code "0112/2///62720#UAA163"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA163"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/gray> ;
    qudt:siUnitsExpression "J/kg"^^xsd:string ;
    qudt:symbol "Gy"^^xsd:string ;
    qudt:ucumCode "Gy"^^qudt:UCUMcs ;
    qudt:udunitsCode "Gy"^^xsd:string ;
    qudt:uneceCommonCode "A95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaV a qudt:Unit ;
    rdfs:label "Megavolt"@en ;
    dcterms:description "1,000,000-fold of the derived unit volt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAA221"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA221"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit volt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "MV"^^xsd:string ;
    qudt:ucumCode "MV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroV a qudt:Unit ;
    rdfs:label "Microvolt"@en ;
    dcterms:description "0.000001-fold of the SI derived unit volt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAA078"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA078"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit volt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "µV"^^xsd:string ;
    qudt:ucumCode "uV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D82"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliA a qudt:Unit ;
    rdfs:label "MilliAmpere"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElectricCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA775"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA775"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:A ;
    qudt:symbol "mA"^^xsd:string ;
    qudt:ucumCode "mA"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4K"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliMOL a qudt:Unit ;
    rdfs:label "Millimole"@en ;
    dcterms:description "0.001-fold of the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:iec61360Code "0112/2///62720#UAA877"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA877"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit mol"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "mmol"^^xsd:string ;
    qudt:ucumCode "mmol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:VAR a qudt:Unit ;
    rdfs:label "Volt Ampere Reactive"@en ;
    dcterms:description "unit for reactive power"^^rdf:HTML ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ReactivePower ;
    qudt:iec61360Code "0112/2///62720#UAB023"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for reactive power"^^xsd:string ;
    qudt:symbol "VA{Reactive}"^^xsd:string ;
    qudt:ucumCode "VA{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:WB a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ويبر; فيبر"@ar,
        "вебер"@bg,
        "weber"@cs,
        "Weber"@de,
        "βέμπερ"@el,
        "weber"@en,
        "weber"@es,
        "وبر"@fa,
        "weber"@fr,
        "ובר"@he,
        "वैबर"@hi,
        "weber"@hu,
        "weber"@it,
        "ウェーバ"@ja,
        "weberium"@la,
        "weber"@ms,
        "weber"@pl,
        "weber"@pt,
        "weber"@ro,
        "вебер"@ru,
        "weber"@sl,
        "weber"@tr,
        "韦伯"@zh ;
    dcterms:description "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J/A$)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Weber"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ] ;
    qudt:hasQuantityKind qudtqk:MagneticFlux ;
    qudt:iec61360Code "0112/2///62720#UAA317"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA317"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/weber> ;
    qudt:siUnitsExpression "V.s"^^xsd:string ;
    qudt:symbol "Wb"^^xsd:string ;
    qudt:ucumCode "Wb"^^qudt:UCUMcs ;
    qudt:udunitsCode "Wb"^^xsd:string ;
    qudt:uneceCommonCode "WEB"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Exhaust_Air a brick:Substance ;
    rdfs:label "Exhaust Air"@en ;
    skos:broader brick:Air ;
    skos:definition "air that must be removed from a space due to contaminants, regardless of pressurization"@en .

brick:Limit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Limit"@en ;
    rdfs:subClassOf brick:Parameter ;
    skos:definition "A parameter that places an upper or lower bound on the range of permitted values of another point"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Limit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Limit,
        tag:Parameter,
        tag:Point .

brick:Supply_Air_Flow_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Flow Setpoint"@en ;
    rdfs:subClassOf brick:Air_Flow_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Flow_Setpoint ;
    skos:definition "Sets supply air flow rate"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Flow ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Flow,
        tag:Point,
        tag:Setpoint,
        tag:Supply ;
    brick:hasQuantity qudtqk:VolumeFlowRate ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:Supply_Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Supply Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Air_Temperature_Setpoint ;
    owl:equivalentClass brick:Discharge_Air_Temperature_Setpoint ;
    skos:definition "Temperature setpoint for supply air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Discharge ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Supply ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Discharge,
        tag:Point,
        tag:Setpoint,
        tag:Supply,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Discharge_Air,
        brick:Supply_Air .

brick:System a owl:Class,
        sh:NodeShape ;
    rdfs:label "System"@en ;
    rdfs:subClassOf brick:Collection ;
    skos:definition "A System is a combination of equipment and auxiliary devices (e.g., controls, accessories, interconnecting means, and termi­nal elements) by which energy is transformed so it performs a specific function such as HVAC, service water heating, or lighting. (ASHRAE Dictionary)."@en ;
    sh:property [ sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Point ] [ sh:class brick:Loop ] [ sh:class brick:System ] [ sh:class brick:Location ] [ sh:class brick:PV_Array ] ) ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:System ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Collection,
        tag:System .

tag:Boiler a brick:Tag ;
    rdfs:label "Boiler"@en .

tag:Control a brick:Tag ;
    rdfs:label "Control"@en .

tag:Distribution a brick:Tag ;
    rdfs:label "Distribution"@en .

tag:Gain a brick:Tag ;
    rdfs:label "Gain"@en .

tag:HVAC a brick:Tag ;
    rdfs:label "HVAC"@en .

tag:Lighting a brick:Tag ;
    rdfs:label "Lighting"@en .

tag:Lockout a brick:Tag ;
    rdfs:label "Lockout"@en .

tag:Motor a brick:Tag ;
    rdfs:label "Motor"@en .

tag:Occupancy a brick:Tag ;
    rdfs:label "Occupancy"@en .

tag:Plenum a brick:Tag ;
    rdfs:label "Plenum"@en .

tag:Shade a brick:Tag ;
    rdfs:label "Shade"@en .

tag:Solar a brick:Tag ;
    rdfs:label "Solar"@en .

qudtqk:Activity a qudt:QuantityKind ;
    rdfs:label "Activity"@en ;
    dcterms:description """
  $\\textit{Activity}$ is the number of decays per unit time of a radioactive sample,
   the term used to characterise the number of nuclei which disintegrate in a radioactive substance per unit time. 
  Activity is usually measured in Becquerels ($Bq$), where 1 $Bq$ is 1 disintegration per second,
   in honor of the scientist Henri Becquerel.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BQ,
        unit:CI,
        unit:GigaBQ,
        unit:KiloBQ,
        unit:KiloCi,
        unit:MegaBQ,
        unit:MicroBQ,
        unit:MicroCi,
        unit:MilliBQ,
        unit:MilliCi,
        unit:NanoBQ,
        unit:PetaBQ,
        unit:TeraBQ ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Radioactive_decay"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_number"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Radioactive_decay"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Radioactive_decay#Radioactive_decay_rates"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition """
  $A = Z + N$, where $Z$ is the atomic number and $N$ is the neutron number.
  Variation $dN$ of spontaneous number of nuclei $N$ in a particular energy state, 
   in a sample of radionuclide, due to spontaneous nuclear transitions from this state during an infinitesimal time interval, 
   divided by its duration $dt$, thus $A = -\\frac{dN}{dt}$.
  """^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ARRN> ;
    qudt:symbol "A"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Activity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:StochasticProcess .

qudtqk:AngularFrequency a qudt:QuantityKind ;
    rdfs:label "تردد زاوى"@ar,
        "Kreisfrequenz"@de,
        "angular frequency"@en,
        "pulsación"@es,
        "Pulsación"@fr,
        "frequenza angolare"@it,
        "角振動数"@ja,
        "pulsacja"@pl,
        "frequência angular"@pt,
        "角频率"@zh ;
    dcterms:description "\"Angular frequency\", symbol $\\omega$ (also referred to by the terms angular speed, radial frequency, circular frequency, orbital frequency, radian frequency, and pulsatance) is a scalar measure of rotation rate. Angular frequency (or angular speed) is the magnitude of the vector quantity angular velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG-PER-HR,
        unit:DEG-PER-MIN,
        unit:DEG-PER-SEC,
        unit:PlanckFrequency_Ang,
        unit:RAD-PER-HR,
        unit:RAD-PER-MIN,
        unit:RAD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Angular_frequency"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:AngularVelocity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Angular_frequency"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$\\omega = 2\\pi f$, where $f$ is frequency."^^qudt:LatexString ;
    qudt:latexSymbol "$\\omega$"^^qudt:LatexString ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AngularFrequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    skos:altLabel "نابض"@ar,
        "Pulsatanzpulsation"@de,
        "pulsatance"@en,
        "pulsazione"@it,
        "角周波数"@ja,
        "pulsação"@pt,
        "角速度"@zh .

qudtqk:LiquidVolume a qudt:QuantityKind ;
    rdfs:label "Liquid Volume"@en ;
    dcterms:description "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement."^^qudt:LatexString ;
    qudt:applicableUnit unit:BBL_US,
        unit:BBL_US_PET,
        unit:CUP,
        unit:CUP_US,
        unit:CentiL,
        unit:GAL_IMP,
        unit:GAL_UK,
        unit:GAL_US,
        unit:KiloCubicFT,
        unit:L,
        unit:OZ_VOL_US,
        unit:PINT_US,
        unit:QT_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:informativeReference "http://www.ehow.com/facts_6371078_liquid-volume_.html"^^xsd:anyURI ;
    qudt:plainTextDescription "Liquid volume is the volume of a given amount of liquid, that is, the amount of space a liquid takes up. There are a number of different units used to measure liquid volume, but most of them fall under either the metric system of measurement or the Imperial system of measurement."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LiquidVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Volume .

qudtqk:Resistance a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Resistance"@en ;
    dcterms:description "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaOHM,
        unit:KiloOHM,
        unit:MegaOHM,
        unit:MicroOHM,
        unit:MilliOHM,
        unit:OHM,
        unit:OHM_Ab,
        unit:OHM_Stat,
        unit:PlanckImpedance,
        unit:TeraOHM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Resistance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$R = \\frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ;
    qudt:plainTextDescription "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current."^^xsd:string ;
    qudt:symbol "R"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Resistance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricCurrent,
        qudtqk:Impedance,
        qudtqk:InstantaneousPower .

qudtqk:ThermodynamicTemperature a qudt:QuantityKind ;
    rdfs:label "درجة الحرارة المطلقة"@ar,
        "Термодинамична температура"@bg,
        "Termodynamická teplota"@cs,
        "thermodynamische Temperatur"@de,
        "Απόλυτη"@el,
        "thermodynamic temperature"@en,
        "temperatura"@es,
        "دمای ترمودینامیکی"@fa,
        "température thermodynamique"@fr,
        "טמפרטורה מוחלטת"@he,
        "ऊष्मगतिकीय तापमान"@hi,
        "abszolút hőmérséklet"@hu,
        "temperatura termodinamica"@it,
        "熱力学温度"@ja,
        "temperatura thermodynamica absoluta"@la,
        "Suhu termodinamik"@ms,
        "temperatura"@pl,
        "temperatura"@pt,
        "temperatură termodinamică"@ro,
        "Термодинамическая температура"@ru,
        "temperatura"@sl,
        "termodinamik sıcaklık"@tr,
        "热力学温度"@zh ;
    dcterms:description """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics.
Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold.
In thermodynamics, in a system of which the entropy is considered as an independent externally controlled variable, absolute, or thermodynamic temperature is defined as the derivative of the internal energy with respect to the entropy. This is a base quantity in the International System of Quantities, ISQ, on which the International System of Units, SI, is based."""^^xsd:string ;
    qudt:applicableUnit unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:dbpediaMatch "http://dbpedia.org/page/Thermodynamic_temperature"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD196"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD196"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Theta$"^^qudt:LatexString ;
    qudt:plainTextDescription """Thermodynamic temperature is the absolute measure of temperature and is one of the principal parameters of thermodynamics.
Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold.
In thermodynamics, in a system of which the entropy is considered as an independent externally controlled variable, absolute, or thermodynamic temperature is defined as the derivative of the internal energy with respect to the entropy. This is a base quantity in the International System of Quantities, ISQ, on which the International System of Units, SI, is based."""^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/TEMT> ;
    qudt:symbol "T"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ThermodynamicTemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Temperature ;
    skos:altLabel "Θερμοδυναμική Θερμοκρασία"@el,
        "temperatura assoluta"@it ;
    skos:broader qudtqk:Temperature .

unit:AttoSEC a qudt:Unit ;
    rdfs:label "Attosecond"@en ;
    dcterms:description """
  An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAC696"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC696"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000000000001-fold of the SI base unit second"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Atto> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "as"^^xsd:string ;
    qudt:ucumCode "as"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiPOISE-PER-BAR a qudt:Unit ;
    rdfs:label "Centipoise per Bar"@en ;
    dcterms:description "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiPOISE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA358"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA358"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^xsd:string ;
    qudt:symbol "cP/bar"^^xsd:string ;
    qudt:ucumCode "cP.bar-1"^^qudt:UCUMcs,
        "cP/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DAY_Sidereal a qudt:Unit ;
    rdfs:label "Sidereal Day"@en ;
    dcterms:description "The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun  means the Earth  has to rotate slightly more than one turn with respect to the \"fixed\" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1/365.2425^{th}$ of a day per day, since even if the Earth  did not spin on its axis at all, the Sun  would appear to make one rotation around the Earth  as the Earth  completed a single orbit (which takes one year)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 86164.099 ;
    qudt:conversionMultiplierSN 8.61641e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI,
        "http://scienceworld.wolfram.com/astronomy/SiderealDay.html"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "day{sidereal}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciSEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "decisecond"@en ;
    dcterms:description "\"Decisecond\" is an SI unit for 'Time' expressed as $ds$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "https://simple.wikipedia.org/w/index.php?title=Decisecond&oldid=8898314"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "ds"^^xsd:string ;
    qudt:ucumCode "ds"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FARAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "فاراد"@ar,
        "фарад"@bg,
        "farad"@cs,
        "Farad"@de,
        "φαράντ"@el,
        "farad"@en,
        "faradio"@es,
        "فاراد"@fa,
        "farad"@fr,
        "פאראד"@he,
        "फैराड"@hi,
        "farad"@hu,
        "farad"@it,
        "ファラド"@ja,
        "faradium"@la,
        "farad"@ms,
        "farad"@pl,
        "farad"@pt,
        "farad"@ro,
        "фарада"@ru,
        "farad"@sl,
        "farad"@tr,
        "法拉"@zh ;
    dcterms:description "The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Farad"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:C ] ;
    qudt:hasQuantityKind qudtqk:Capacitance ;
    qudt:iec61360Code "0112/2///62720#UAA144"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA144"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/farad> ;
    qudt:siUnitsExpression "C/V"^^xsd:string ;
    qudt:symbol "F"^^xsd:string ;
    qudt:ucumCode "F"^^qudt:UCUMcs ;
    qudt:udunitsCode "F"^^xsd:string ;
    qudt:uneceCommonCode "FAR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoSEC a qudt:Unit ;
    rdfs:label "Femtosecond"@en ;
    dcterms:description "0.000000000000001-fold of the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAC697"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC697"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000000001-fold of the SI base unit second"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "fs"^^xsd:string ;
    qudt:ucumCode "fs"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "هنري"@ar,
        "хенри"@bg,
        "henry"@cs,
        "Henry"@de,
        "χένρι"@el,
        "henry"@en,
        "henrio"@es,
        "هنری"@fa,
        "henry"@fr,
        "הנרי"@he,
        "हेनरी"@hi,
        "henry"@hu,
        "henry"@it,
        "ヘンリー"@ja,
        "henrium"@la,
        "henry"@ms,
        "henr"@pl,
        "henry"@pt,
        "henry"@ro,
        "генри"@ru,
        "henry"@sl,
        "henry"@tr,
        "亨利"@zh ;
    dcterms:description """
  The unit $\\textit{Henry}$ is the SI unit of electric inductance. 
  A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. 
  Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. 
  A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. 
  If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: 
  if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. 
  The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). 
  The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. 

  A $\\textit{Henry}$ is defined as:

  $$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Henry"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:WB ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:Inductance ;
    qudt:iec61360Code "0112/2///62720#UAA165"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA165"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/henry> ;
    qudt:siUnitsExpression "Wb/A"^^xsd:string ;
    qudt:symbol "H"^^xsd:string ;
    qudt:ucumCode "H"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H-PER-KiloOHM a qudt:Unit ;
    rdfs:label "Henry per Kiloohm"@en ;
    dcterms:description "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:H ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloOHM ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA167"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA167"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:symbol "H/kΩ"^^xsd:string ;
    qudt:ucumCode "H.kOhm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H03"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:H-PER-OHM a qudt:Unit ;
    rdfs:label "Henry per Ohm"@en ;
    dcterms:description "SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:H ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:OHM ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA166"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA166"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit henry divided by the SI derived unit ohm"^^xsd:string ;
    qudt:symbol "H/Ω"^^xsd:string ;
    qudt:ucumCode "H.Ohm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H04"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HR_Sidereal a qudt:Unit ;
    rdfs:label "Sidereal Hour"@en ;
    dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3590.17 ;
    qudt:conversionMultiplierSN 3.59017e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "h{sidereal}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloSEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "kilosecond"@en ;
    dcterms:description "\"Killosecond\" is an Imperial unit for  'Time' expressed as $ks$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA647"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA647"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "ks"^^xsd:string ;
    qudt:ucumCode "ks"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MIN_Sidereal a qudt:Unit ;
    rdfs:label "Sidereal Minute"@en ;
    dcterms:description "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 59.83617 ;
    qudt:conversionMultiplierSN 5.983617e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "min{sidereal}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MO_MeanGREGORIAN a qudt:Unit ;
    rdfs:label "Mean Gregorian Month"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "https://conversion.org/time/month-gregorian-average/"^^xsd:anyURI ;
    qudt:symbol "mo{Gregorian}"^^xsd:string ;
    qudt:ucumCode "mo_g"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MON"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MO_MeanJulian a qudt:Unit ;
    rdfs:label "Mean Julian Month"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "https://www.convertunits.com/info/Julian+month"^^xsd:anyURI ;
    qudt:symbol "mo{mean Julian}"^^xsd:string ;
    qudt:ucumCode "mo_j"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaYR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Million Years"@en ;
    dcterms:description "1,000,000-fold of the derived unit year."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 31557600000000.0 ;
    qudt:conversionMultiplierSN 3.15576e+13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "https://en.wiktionary.org/wiki/megayear"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit year."^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:YR ;
    qudt:symbol "Ma"^^xsd:string ;
    qudt:ucumCode "Ma"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Ma"^^xsd:string,
        "Mega Year"@en,
        "megannum"@la .

unit:MicroH-PER-KiloOHM a qudt:Unit ;
    rdfs:label "Microhenry per Kiloohm"@en ;
    dcterms:description "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroH ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA068"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA068"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:symbol "μH/kΩ"^^xsd:string ;
    qudt:ucumCode "uH.kOhm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroH-PER-OHM a qudt:Unit ;
    rdfs:label "Microhenry per Ohm"@en ;
    dcterms:description "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:OHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroH ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA067"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA067"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^xsd:string ;
    qudt:symbol "μH/Ω"^^xsd:string ;
    qudt:ucumCode "uH.Ohm-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "G99"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliH-PER-KiloOHM a qudt:Unit ;
    rdfs:label "Millihenry per Kiloohm"@en ;
    dcterms:description "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloOHM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliH ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA791"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA791"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^xsd:string ;
    qudt:symbol "mH/kΩ"^^xsd:string ;
    qudt:ucumCode "mH.kOhm-1"^^qudt:UCUMcs,
        "mH/kOhm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H05"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliH-PER-OHM a qudt:Unit ;
    rdfs:label "Millihenry per Ohm"@en ;
    dcterms:description "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliH ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:OHM ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA790"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA790"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^xsd:string ;
    qudt:symbol "mH/Ω"^^xsd:string ;
    qudt:ucumCode "mH.Ohm-1"^^qudt:UCUMcs,
        "mH/Ohm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H06"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliPA-SEC-PER-BAR a qudt:Unit ;
    rdfs:label "Millipascal Second per Bar"@en ;
    dcterms:description "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliPA ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA799"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA799"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"^^xsd:string ;
    qudt:symbol "mPa·s/bar"^^xsd:string ;
    qudt:ucumCode "mPa.s.bar-1"^^qudt:UCUMcs,
        "mPa.s/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoSEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "nanosecond"@en ;
    dcterms:description "A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Nanosecond"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA913"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Nanosecond?oldid=919778950"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA913"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "ns"^^xsd:string ;
    qudt:ucumCode "ns"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA-SEC-PER-BAR a qudt:Unit ;
    rdfs:label "Pascal Second per Bar"@en ;
    dcterms:description "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA267"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA267"^^xsd:anyURI ;
    qudt:plainTextDescription "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^xsd:string ;
    qudt:symbol "Pa·s/bar"^^xsd:string ;
    qudt:ucumCode "Pa.s.bar-1"^^qudt:UCUMcs,
        "Pa.s/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H07"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-M a qudt:Unit ;
    rdfs:label "Reciprocal Metre"@en,
        "Reciprocal Meter"@en-us ;
    dcterms:description "Per Meter Unit is a denominator unit with dimensions $/m$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:NUM-PER-M ;
    qudt:expression "$per-meter$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:AngularReciprocalLatticeVector,
        qudtqk:AttenuationCoefficient,
        qudtqk:CurvatureFromRadius,
        qudtqk:InverseLength,
        qudtqk:LinearAbsorptionCoefficient,
        qudtqk:LinearAttenuationCoefficient,
        qudtqk:LinearIonization,
        qudtqk:PhaseCoefficient,
        qudtqk:PropagationCoefficient ;
    qudt:iec61360Code "0112/2///62720#UAA738"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA738"^^xsd:anyURI ;
    qudt:symbol "/m"^^xsd:string ;
    qudt:ucumCode "/m"^^qudt:UCUMcs,
        "m-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Reciprocal Second"@en ;
    dcterms:description "A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:HZ,
        unit:NUM-PER-SEC,
        unit:SAMPLE-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Frequency,
        qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    qudt:iec61360Code "0112/2///62720#UAD544"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD544"^^xsd:anyURI ;
    qudt:symbol "/s"^^xsd:string ;
    qudt:ucumCode "/s"^^qudt:UCUMcs,
        "s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:POISE a qudt:Unit ;
    rdfs:label "Poise"@en ;
    dcterms:description "The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Poise"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:DynamicViscosity,
        qudtqk:Viscosity ;
    qudt:iec61360Code "0112/2///62720#UAA255"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA255"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> ;
    qudt:scalingOf unit:KiloGM-PER-M-SEC ;
    qudt:symbol "P"^^xsd:string ;
    qudt:ucumCode "P"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:POISE-PER-BAR a qudt:Unit ;
    rdfs:label "Poise per Bar"@en ;
    dcterms:description "CGS unit poise divided by the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:BAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:POISE ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA257"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA257"^^xsd:anyURI ;
    qudt:plainTextDescription "CGS unit poise divided by the unit bar"^^xsd:string ;
    qudt:symbol "P/bar"^^xsd:string ;
    qudt:ucumCode "P.bar-1"^^qudt:UCUMcs,
        "P/bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F06"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:POISE-PER-PA a qudt:Unit ;
    rdfs:label "poise per pascal"^^xsd:string ;
    dcterms:description "[CGS] unit poise divided by the SI derived unit pascal"^^xsd:string ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:POISE ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:PA ] ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB311"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB311"^^xsd:anyURI ;
    qudt:symbol "P/Pa"^^xsd:string ;
    qudt:ucumCode "P.Pa-1"^^qudt:UCUMcs,
        "P/Pa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoSEC a qudt:Unit ;
    rdfs:label "Picosecond"@en ;
    dcterms:description "0.000000000001-fold of the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA950"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA950"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI base unit second"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "ps"^^xsd:string ;
    qudt:ucumCode "ps"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckTime a qudt:Unit ;
    rdfs:label "Planck Time"@en ;
    dcterms:description """
  In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. 
  It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. 
  The unit is named after Max Planck, who was the first to propose it.
  
  The formula for $\\textit{PlankTime}$ is:
  
  $$ \\\\ t_P \\equiv  \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$
  
   where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant
    (defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant. 
  The two digits between parentheses denote the standard error of the estimated value.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 0.000000000000000000000000000000000000000000000000539124 ;
    qudt:conversionMultiplierSN 5.39124e-49 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_time?oldid=495362103"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
    qudt:latexSymbol "$t_P$"^^qudt:LatexString ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "tₚ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SH a qudt:Unit ;
    rdfs:label "Shake"@en ;
    dcterms:description "A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes."^^rdf:HTML ;
    qudt:conversionMultiplier 0.00000001 ;
    qudt:conversionMultiplierSN 1e-08 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Shake"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB226"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Shake?oldid=494796779"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB226"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "shake"^^xsd:string ;
    qudt:ucumCode "10.ns"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_FG a qudt:Unit ;
    rdfs:label "Ton of Refrigeration"@en ;
    dcterms:description "12000 btu per hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3516.853 ;
    qudt:conversionMultiplierSN 3.516853e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$t/fg$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:HeatFlowRate,
        qudtqk:Power ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> ;
    qudt:scalingOf unit:J-PER-SEC ;
    qudt:symbol "TOR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "واط في المتر المربع"@ar,
        "watt na metr čtvereční"@cs,
        "Watt je Quadratmeter"@de,
        "watt per square metre"@en,
        "Watt per Square Meter"@en-us,
        "vatio por metro cuadrado"@es,
        "وات بر مترمربع"@fa,
        "watt par mètre carré"@fr,
        "वाट प्रति वर्ग मीटर"@hi,
        "watt al metro quadrato"@it,
        "ワット毎平方メートル"@ja,
        "watt per meter persegi"@ms,
        "wat na metr kwadratowy"@pl,
        "watt por metro quadrado"@pt,
        "watt pe metru pătrat"@ro,
        "ватт на квадратный метр"@ru,
        "watt na kvadratni meter"@sl,
        "watt bölü metre kare"@tr,
        "瓦特每平方米"@zh ;
    dcterms:description "\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$W/m^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:PowerPerArea,
        qudtqk:PoyntingVector ;
    qudt:iec61360Code "0112/2///62720#UAA310"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA310"^^xsd:anyURI ;
    qudt:symbol "W/m²"^^xsd:string ;
    qudt:ucumCode "W.m-2"^^qudt:UCUMcs,
        "W/m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D54"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YR_Common a qudt:Unit ;
    rdfs:label "Common Year"@en ;
    dcterms:description "31,536,000-fold of the SI base unit second according a common year with 365 days"^^rdf:HTML ;
    qudt:conversionMultiplier 31536000.0 ;
    qudt:conversionMultiplierSN 3.1536e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB025"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB025"^^xsd:anyURI ;
    qudt:plainTextDescription "31,536,000-fold of the SI base unit second according a common year with 365 days"^^xsd:string ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "a"^^xsd:string ;
    qudt:uneceCommonCode "L95"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YR_Metrology a qudt:Unit ;
    rdfs:label "metrology year"^^xsd:string ;
    dcterms:description "31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAD922"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD922"^^xsd:anyURI ;
    qudt:symbol "y (metrology)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YR_Sidereal a qudt:Unit ;
    rdfs:label "Sidereal Year"@en ;
    dcterms:description "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 31558149.7632 ;
    qudt:conversionMultiplierSN 3.155815e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB028"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB028"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "a{sidereal}"^^xsd:string ;
    qudt:uneceCommonCode "L96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YR_TROPICAL a qudt:Unit ;
    rdfs:label "Tropical Year"@en ;
    dcterms:description "<p>A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 31556925.216 ;
    qudt:conversionMultiplierSN 3.155693e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB029"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB029"^^xsd:anyURI ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "a{tropical}"^^xsd:string ;
    qudt:ucumCode "a_t"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "solar year"^^xsd:string .

brick:Fan a owl:Class,
        sh:NodeShape ;
    rdfs:label "Fan"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    skos:definition "Any device with two or more blades or vanes attached to a rotating shaft used to produce an airflow for the purpose of comfort, ventilation, exhaust, heating, cooling, or any other gaseous transport."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Fan ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Fan .

brick:Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Parameter"@en ;
    rdfs:subClassOf brick:Point ;
    owl:disjointWith brick:Alarm,
        brick:Command,
        brick:Sensor,
        brick:Setpoint,
        brick:Status ;
    skos:definition "Parameter points are configuration settings used to guide the operation of equipment and control systems; for example they may provide bounds on valid setpoint values"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class bsh:LastKnownDoubleShape ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point .

qudtqk:ModulusOfElasticity a qudt:QuantityKind ;
    rdfs:label "Modulus of Elasticity"@en ;
    dcterms:description "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it."^^qudt:LatexString ;
    qudt:applicableUnit unit:DecaPA,
        unit:GigaPA,
        unit:HectoPA,
        unit:KIP_F-PER-IN2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloPA,
        unit:LB_F-PER-IN2,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroPA,
        unit:MilliPA,
        unit:PA,
        unit:PSI,
        unit:PicoPA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Elastic_modulus"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$E = \\frac{\\sigma}{\\varepsilon}$, where $\\sigma$ is the normal stress and $\\varepsilon$ is the linear strain."^^qudt:LatexString ;
    qudt:plainTextDescription "The Modulus of Elasticity is the mathematical description of an object or substance's tendency to be deformed elastically (that is, non-permanently) when a force is applied to it."^^xsd:string ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ModulusOfElasticity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ShearModulus a qudt:QuantityKind ;
    rdfs:label "Shear Modulus"@en ;
    dcterms:description "The Shear Modulus or modulus of rigidity, denoted by $G$, or sometimes $S$ or $\\mu$, is defined as the ratio of shear stress to the shear strain."^^qudt:LatexString ;
    qudt:applicableUnit unit:DecaPA,
        unit:GigaPA,
        unit:HectoPA,
        unit:KIP_F-PER-IN2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloPA,
        unit:LB_F-PER-IN2,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroPA,
        unit:MilliPA,
        unit:PA,
        unit:PSI,
        unit:PicoPA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Shear_modulus"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$G = \\frac{\\tau}{\\gamma}$, where $\\tau$ is the shear stress and $\\gamma$ is the shear strain."^^qudt:LatexString ;
    qudt:symbol "G"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ShearModulus"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificVolume a qudt:QuantityKind ;
    rdfs:label "Specific Volume"@en ;
    dcterms:description "\"Specific Volume\" ($\\nu$) is the volume occupied by a unit of mass of a material. It is equal to the inverse of density."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM3-PER-GM,
        unit:DeciL-PER-GM,
        unit:DeciM3-PER-KiloGM,
        unit:FT3-PER-LB,
        unit:IN3-PER-LB,
        unit:L-PER-KiloGM,
        unit:M3-PER-KiloGM,
        unit:MilliL-PER-GM,
        unit:MilliL-PER-KiloGM,
        unit:MilliM3-PER-GM,
        unit:MilliM3-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD175"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Specific_volume"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD175"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$sv = \\frac{1}{\\rho}$, where $\\rho$ is mass density."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/SPVO> ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Density .

qudtqk:TemperaturePerTime a qudt:QuantityKind ;
    rdfs:label "Temperature per Time"@en ;
    qudt:applicableUnit unit:DEG_C-PER-HR,
        unit:DEG_C-PER-MIN,
        unit:DEG_C-PER-SEC,
        unit:DEG_C-PER-YR,
        unit:DEG_F-PER-HR,
        unit:DEG_F-PER-MIN,
        unit:DEG_F-PER-SEC,
        unit:DEG_R-PER-HR,
        unit:DEG_R-PER-MIN,
        unit:DEG_R-PER-SEC,
        unit:K-PER-HR,
        unit:K-PER-MIN,
        unit:K-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
    rdfs:comment "Applicable units are those of quantitykind:TemperaturePerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:DecaARE a qudt:Unit ;
    rdfs:label "Decare"@en ;
    dcterms:description "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAB049"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB049"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:ARE ;
    qudt:symbol "daa"^^xsd:string ;
    qudt:ucumCode "daar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DAA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloMIL_Circ a qudt:Unit ;
    rdfs:label "thousands of circular mil"^^xsd:string ;
    dcterms:description "unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²"^^xsd:string ;
    qudt:conversionMultiplier 0.0000005067075 ;
    qudt:conversionMultiplierSN 5.067075e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAD931"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD931"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:MIL_Circ ;
    qudt:symbol "kcmil"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MO_Synodic a qudt:Unit ;
    rdfs:label "Synodic month"@en ;
    dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."^^rdf:HTML ;
    qudt:exactMatch unit:MO ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ;
    qudt:symbol "mo{synodic}"^^xsd:string ;
    qudt:ucumCode "mo_s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaSEC a qudt:Unit ;
    rdfs:label "megasecond"^^xsd:string ;
    dcterms:description "1,000,000-fold of the SI derived unit second"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Period,
        qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAC698"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC698"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "Ms"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM-PER-M3 a qudt:Unit ;
    rdfs:label "Microgram per Cubic Metre"@en,
        "Microgram per Cubic Meter"@en-us ;
    dcterms:description "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -3 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroGM ] ;
    qudt:hasQuantityKind qudtqk:Density,
        qudtqk:MassDensity ;
    qudt:iec61360Code "0112/2///62720#UAA085"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA085"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^xsd:string ;
    qudt:symbol "μg/m³"^^xsd:string ;
    qudt:ucumCode "ug.m-3"^^qudt:UCUMcs,
        "ug/m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroSEC a qudt:Unit ;
    rdfs:label "microsecond"@en ;
    dcterms:description "\"Microsecond\" is a unit for  'Time' expressed as $microsec$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA095"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA095"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "µs"^^xsd:string ;
    qudt:ucumCode "us"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B98"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliSEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "millisecond"@en ;
    dcterms:description "\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA899"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA899"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "ms"^^xsd:string ;
    qudt:ucumCode "ms"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliV a qudt:Unit ;
    rdfs:label "Millivolt"@en ;
    dcterms:description "0,001-fold of the SI derived unit volt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAA804"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA804"^^xsd:anyURI ;
    qudt:plainTextDescription "0,001-fold of the SI derived unit volt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "mV"^^xsd:string ;
    qudt:ucumCode "mV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2Z"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckArea a qudt:Unit ;
    rdfs:label "Planck Area"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 0.0000000000000000000000000000000000000000000000000000000000000000000000261223 ;
    qudt:conversionMultiplierSN 2.61223e-71 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:scalingOf unit:M2 ;
    qudt:symbol "planckarea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:S a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "سيمنز"@ar,
        "сименс"@bg,
        "siemens"@cs,
        "Siemens"@de,
        "ζίμενς"@el,
        "siemens"@en,
        "siemens"@es,
        "زیمنس"@fa,
        "siemens"@fr,
        "סימנס"@he,
        "सीमैन्स"@hi,
        "siemens"@hu,
        "siemens"@it,
        "ジーメンス"@ja,
        "siemens"@la,
        "siemens"@ms,
        "simens"@pl,
        "siemens"@pt,
        "siemens"@ro,
        "сименс"@ru,
        "siemens"@sl,
        "siemens"@tr,
        "西门子"@zh ;
    dcterms:description """$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. 
The most important property of a conductor is the amount of current it will carry when a voltage is applied. 
Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. 
Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. 
To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. 
The unit is named for the German electrical engineer Werner von Siemens (1816-1892).
$$\\  \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:MHO ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:V ] ;
    qudt:hasQuantityKind qudtqk:Admittance,
        qudtqk:Conductance ;
    qudt:iec61360Code "0112/2///62720#UAA277"^^xsd:string ;
    qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA277"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/siemens> ;
    qudt:siUnitsExpression "A/V"^^xsd:string ;
    qudt:symbol "S"^^xsd:string ;
    qudt:ucumCode "S"^^qudt:UCUMcs ;
    qudt:udunitsCode "S"^^xsd:string ;
    qudt:uneceCommonCode "SIE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Yard"@en ;
    dcterms:description "The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.83612736 ;
    qudt:conversionMultiplierSN 8.361274e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$yd^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAB034"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB034"^^xsd:anyURI ;
    qudt:symbol "yd²"^^xsd:string ;
    qudt:ucumCode "[syd_i]"^^qudt:UCUMcs,
        "[yd_i]2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "YDK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Handling_Unit a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Handling Unit"@en ;
    rdfs:subClassOf brick:HVAC_Equipment ;
    owl:equivalentClass brick:AHU,
        brick:Air_Handler_Unit ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:AHU ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Handler ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Handling ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Unit ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:AHU,
        tag:Air,
        tag:Equipment,
        tag:Handler,
        tag:Handling,
        tag:Unit .

brick:Air_Quality a brick:Quantity ;
    rdfs:label "Air Quality"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    skos:definition "Measure of the air quality in a space typically based on the concentration of pollutants"@en ;
    skos:narrower brick:Ammonia_Concentration,
        brick:CO2_Concentration,
        brick:CO_Concentration,
        brick:Formaldehyde_Concentration,
        brick:GrainsOfMoisture,
        brick:Methane_Concentration,
        brick:NO2_Concentration,
        brick:Ozone_Concentration,
        brick:PM10_Concentration,
        brick:PM1_Concentration,
        brick:PM2.5_Concentration,
        brick:Radon_Concentration,
        brick:TVOC_Concentration .

brick:Space a owl:Class,
        sh:NodeShape ;
    rdfs:label "Space"@en ;
    rdfs:subClassOf brick:Location ;
    owl:deprecated true ;
    skos:definition "A part of the physical world or a virtual world whose 3D spatial extent is bounded actually or theoretically, and provides for certain functions within the zone it is contained in."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Space ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Space" ;
    brick:hasAssociatedTag tag:Location,
        tag:Space ;
    brick:isReplacedBy rec:Space .

brick:Water_Temperature_Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Water Temperature Sensor"@en ;
    rdfs:subClassOf brick:Temperature_Sensor ;
    skos:definition "Measures the temperature of water"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Water ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor,
        tag:Temperature,
        tag:Water ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Water .

tag:Dewpoint a brick:Tag ;
    rdfs:label "Dewpoint"@en .

tag:Disable a brick:Tag ;
    rdfs:label "Disable"@en .

tag:Effective a brick:Tag ;
    rdfs:label "Effective"@en .

tag:Expansion a brick:Tag ;
    rdfs:label "Expansion"@en .

tag:Frequency a brick:Tag ;
    rdfs:label "Frequency"@en .

tag:Liquid a brick:Tag ;
    rdfs:label "Liquid"@en .

tag:Loop a brick:Tag ;
    rdfs:label "Loop"@en .

tag:Natural a brick:Tag ;
    rdfs:label "Natural"@en .

tag:Refrigerant a brick:Tag ;
    rdfs:label "Refrigerant"@en .

tag:Relative a brick:Tag ;
    rdfs:label "Relative"@en .

tag:Start a brick:Tag ;
    rdfs:label "Start"@en .

tag:Stop a brick:Tag ;
    rdfs:label "Stop"@en .

tag:Telecom a brick:Tag ;
    rdfs:label "Telecom"@en .

qudtqk:AmountOfSubstance a qudt:QuantityKind ;
    rdfs:label "كمية المادة"@ar,
        "Количество вещество"@bg,
        "Látkové množství"@cs,
        "Stoffmenge"@de,
        "Ποσότητα Ουσίας"@el,
        "amount of substance"@en,
        "cantidad de sustancia"@es,
        "مقدار ماده"@fa,
        "quantité de matière"@fr,
        "כמות חומר"@he,
        "पदार्थ की मात्रा"@hi,
        "anyagmennyiség"@hu,
        "quantità di sostanza"@it,
        "物質量"@ja,
        "quantitas substantiae"@la,
        "Jumlah bahan"@ms,
        "liczność materii"@pl,
        "quantidade de substância"@pt,
        "cantitate de substanță"@ro,
        "Количество вещества"@ru,
        "množina snovi"@sl,
        "madde miktarı"@tr,
        "物质的量"@zh ;
    dcterms:description """
  $\\textit{Amount of Substance}$ is a standards-defined quantity that measures the size of an ensemble of elementary entities,
   such as atoms, molecules, electrons, and other particles. 
  It is sometimes referred to as chemical amount.

  The International System of Units (SI) defines the amount of substance to be proportional to the number of elementary entities present. 
  The SI unit for amount of substance is mole. 
  It has the unit symbol $mol$.

  The mole is defined as the amount of substance that contains an equal number of elementary entities as there are atoms in 0.012kg of the isotope carbon-12. 
  This number is called Avogadro's number and has the value $6.02214179(30) \\times 10^{23}$. 
  
  The only other unit of amount of substance in current use is the $pound-mole$ with the symbol $lb-mol$,
   which is sometimes used in chemical engineering in the United States. 
  One $pound-mole$ is exactly $453.59237 mol$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL,
        unit:FemtoMOL,
        unit:IU,
        unit:KiloMOL,
        unit:MOL,
        unit:MOL_LB,
        unit:MicroMOL,
        unit:MilliMOL,
        unit:MilliOSM,
        unit:NanoMOL,
        unit:OSM,
        unit:PicoMOL,
        unit:SCF,
        unit:SCM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Amount_of_substance"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD004"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Amount_of_substance"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD004"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/AMSU> ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstance"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "chemical amount"@en,
        "quantità chimica"@it,
        "quantità di materia"@it,
        "jumlah kimia"@ms .

qudtqk:Conductivity a qudt:QuantityKind ;
    rdfs:label "Conductivity"@en ;
    dcterms:description """
  $\\textit{Conductivity}$ is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. 
  For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity.
  $$\\mathbf{J} = \\sigma \\mathbf{E}$$
  Where $\\mathbf{J}$ is electric current density, and $\\mathbf{E}$ is electric field strength.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:DeciS-PER-M,
        unit:KiloS-PER-M,
        unit:MegaS-PER-M,
        unit:MicroS-PER-CentiM,
        unit:MicroS-PER-M,
        unit:MilliS-PER-CentiM,
        unit:MilliS-PER-M,
        unit:NanoS-PER-CentiM,
        unit:NanoS-PER-M,
        unit:PicoS-PER-M,
        unit:S-PER-CentiM,
        unit:S-PER-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD025"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-12-03"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD025"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{J} = \\sigma \\mathbf{E}$, where $\\mathbf{J}$ is electric current density, and $\\mathbf{E}$ is electric field strength."^^qudt:LatexString ;
    qudt:latexSymbol "$\\gamma$"^^qudt:LatexString,
        "$\\sigma$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Conductivity\" is a scalar or tensor quantity the product of which by the electric field strength in a medium is equal to the electric current density. For an isotropic medium the conductivity is a scalar quantity; for an anisotropic medium it is a tensor quantity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Conductivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricCurrentDensity,
        qudtqk:ElectricFieldStrength .

qudtqk:ElectricFieldStrength a qudt:QuantityKind ;
    rdfs:label "شدة المجال الكهربائي"@ar,
        "Електрично поле"@bg,
        "elektrické pole"@cs,
        "elektrische Feldstärke"@de,
        "Ηλεκτρικό πεδίο"@el,
        "electric field strength"@en,
        "intensidad de campo eléctrico"@es,
        "شدت میدان الکتریکی"@fa,
        "intensité de champ électrique"@fr,
        "שדה חשמלי"@he,
        "विद्युत्-क्षेत्र"@hi,
        "Elektromos mező"@hu,
        "intensità di campo elettrico"@it,
        "電界強度"@ja,
        "Kekuatan medan elektrik"@ms,
        "natężenie pola elektrycznego"@pl,
        "intensidade de campo elétrico"@pt,
        "câmp electric"@ro,
        "Напряженность электрического поля"@ru,
        "jakost električnega polja"@sl,
        "elektriksel alan kuvveti"@tr,
        "電場"@zh ;
    dcterms:description "$\\textit{Electric Field Strength}$ is the magnitude and direction of an electric field, expressed by the value of $E$, also referred to as $\\color{indigo} {\\textit{electric field intensity}}$ or simply the electric field."^^qudt:LatexString ;
    qudt:applicableUnit unit:KiloV-PER-M,
        unit:MegaV-PER-M,
        unit:MicroV-PER-M,
        unit:MilliV-PER-M,
        unit:V-PER-CentiM,
        unit:V-PER-IN,
        unit:V-PER-M,
        unit:V-PER-MilliM,
        unit:V_Ab-PER-CentiM,
        unit:V_Stat-PER-CentiM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD042"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD042"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{E} = \\mathbf{F}/q$, where $\\mathbf{F}$ is force and $q$ is electric charge, of a test particle at rest."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mathbf{E} $"^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELFS> ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricFieldStrength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NumberDensity a qudt:QuantityKind ;
    rdfs:label "Number Density"@en ;
    dcterms:description "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space."^^qudt:LatexString ;
    qudt:applicableUnit unit:NUM-PER-L,
        unit:NUM-PER-M3,
        unit:NUM-PER-MicroL,
        unit:NUM-PER-MilliL,
        unit:NUM-PER-MilliM3,
        unit:NUM-PER-NanoL,
        unit:NUM-PER-PicoL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Number_density"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Number_density"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$n = \\frac{N}{V}$, where $N$ is the number of particles and $V$ is volume."^^qudt:LatexString ;
    qudt:plainTextDescription "In physics, astronomy, and chemistry, number density (symbol: n) is a kind of quantity used to describe the degree of concentration of countable objects (atoms, molecules, dust particles, galaxies, etc.) in the three-dimensional physical space."^^xsd:string ;
    qudt:symbol "n"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NumberDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseVolume .

qudtqk:SpecificHeatCapacityAtConstantPressure a qudt:QuantityKind ;
    rdfs:label "Specific heat capacity at constant pressure"@en ;
    dcterms:description "Specific heat at a constant pressure."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F,
        unit:BTU_TH-PER-LB-DEG_F,
        unit:CAL_IT-PER-GM-DEG_C,
        unit:CAL_IT-PER-GM-K,
        unit:CAL_TH-PER-GM-DEG_C,
        unit:CAL_TH-PER-GM-K,
        unit:J-PER-GM-DEG_C,
        unit:J-PER-GM-K,
        unit:J-PER-KiloGM-DEG_C,
        unit:J-PER-KiloGM-K,
        unit:KiloCAL-PER-GM-DEG_C,
        unit:KiloJ-PER-KiloGM-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:plainTextDescription "Specific heat at a constant pressure."^^xsd:string ;
    qudt:symbol "c_p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacityAtConstantPressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation .

qudtqk:SpecificHeatCapacityAtConstantVolume a qudt:QuantityKind ;
    rdfs:label "Specific heat capacity at constant volume"@en ;
    dcterms:description "Specific heat per constant volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F,
        unit:BTU_TH-PER-LB-DEG_F,
        unit:CAL_IT-PER-GM-DEG_C,
        unit:CAL_IT-PER-GM-K,
        unit:CAL_TH-PER-GM-DEG_C,
        unit:CAL_TH-PER-GM-K,
        unit:J-PER-GM-DEG_C,
        unit:J-PER-GM-K,
        unit:J-PER-KiloGM-DEG_C,
        unit:J-PER-KiloGM-K,
        unit:KiloCAL-PER-GM-DEG_C,
        unit:KiloJ-PER-KiloGM-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:plainTextDescription "Specific heat per constant volume."^^xsd:string ;
    qudt:symbol "c_v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacityAtConstantVolume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtSaturation .

qudtqk:SpecificHeatCapacityAtSaturation a qudt:QuantityKind ;
    rdfs:label "Specific Heat Capacity at Saturation"@en ;
    dcterms:description "Specific heat per constant volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F,
        unit:BTU_TH-PER-LB-DEG_F,
        unit:CAL_IT-PER-GM-DEG_C,
        unit:CAL_IT-PER-GM-K,
        unit:CAL_TH-PER-GM-DEG_C,
        unit:CAL_TH-PER-GM-K,
        unit:J-PER-GM-DEG_C,
        unit:J-PER-GM-K,
        unit:J-PER-KiloGM-DEG_C,
        unit:J-PER-KiloGM-K,
        unit:KiloCAL-PER-GM-DEG_C,
        unit:KiloJ-PER-KiloGM-K ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "Specific heat per constant volume."^^xsd:string ;
    qudt:symbol "c_{sat}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacityAtSaturation"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:SpecificHeatCapacity,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume .

unit:ARE a qudt:Unit ;
    rdfs:label "are"@en ;
    dcterms:description "An 'are' is a unit of area equal to 0.02471 acre and 100 centare."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAB048"^^xsd:string ;
    qudt:informativeReference "http://www.anidatech.com/units.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB048"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/are> ;
    qudt:scalingOf unit:M2 ;
    qudt:symbol "a"^^xsd:string ;
    qudt:ucumCode "ar"^^qudt:UCUMcs ;
    qudt:udunitsCode "a"^^xsd:string ;
    qudt:uneceCommonCode "ARE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BYTE a qudt:CountingUnit,
        qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Byte"@en ;
    dcterms:description "The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 5.5451774444795624753378569716654 ;
    qudt:conversionMultiplierSN 5.545177e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Byte"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA354"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA354"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
    qudt:symbol "B"^^xsd:string ;
    qudt:ucumCode "By"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "AD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-HR a qudt:Unit ;
    rdfs:label "Centimetre per Hour"@en,
        "Centimeter per Hour"@en-us ;
    dcterms:description "0.01-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA378"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA378"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the SI base unit metre divided by the unit hour"^^xsd:string ;
    qudt:symbol "cm/h"^^xsd:string ;
    qudt:ucumCode "cm.h-1"^^qudt:UCUMcs,
        "cm/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-KiloYR a qudt:Unit ;
    rdfs:label "Centimetres per thousand years"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000316880878140289 ;
    qudt:conversionMultiplierSN 3.168809e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:KiloYR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "cm/1000 a"^^xsd:string ;
    qudt:ucumCode "cm.ka-1"^^qudt:UCUMcs,
        "cm/ka"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "centimetre per second"@en,
        "centimeter per second"@en-us ;
    dcterms:description "\"Centimeter per Second\" is a C.G.S System unit for  'Linear Velocity' expressed as $cm/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$cm/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA379"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA379"^^xsd:anyURI ;
    qudt:latexDefinition "$cm/s$"^^qudt:LatexString ;
    qudt:symbol "cm/s"^^xsd:string ;
    qudt:ucumCode "cm.s-1"^^qudt:UCUMcs,
        "cm/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2M"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM-PER-YR a qudt:Unit ;
    rdfs:label "Centimetres per year"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000316880878140289 ;
    qudt:conversionMultiplierSN 3.168809e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "cm/a"^^xsd:string ;
    qudt:ucumCode "cm.a-1"^^qudt:UCUMcs,
        "cm/a"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Centimetre"@en,
        "Square Centimeter"@en-us ;
    dcterms:description "A unit of area equal to that of a square, of sides 1cm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$sqcm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAA384"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA384"^^xsd:anyURI ;
    qudt:symbol "cm²"^^xsd:string ;
    qudt:ucumCode "cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CMK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DECADE a qudt:DimensionlessUnit,
        qudt:LogarithmicUnit,
        qudt:Unit ;
    rdfs:label "Dec"@en ;
    dcterms:description "One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad/s$ is one decade down from $31.4 rad/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:iec61360Code "0112/2///62720#UAB338"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Decade_(log_scale)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB338"^^xsd:anyURI ;
    qudt:symbol "dec"^^xsd:string ;
    qudt:uneceCommonCode "DEC"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciM2 a qudt:Unit ;
    rdfs:label "Square Decimetre"@en,
        "Square Decimeter"@en-us ;
    dcterms:description "0.1-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:DeciM ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAA413"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA413"^^xsd:anyURI ;
    qudt:plainTextDescription "0.1-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "dm²"^^xsd:string ;
    qudt:ucumCode "dm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DMK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-DAY a qudt:Unit ;
    rdfs:label "Foot per Day"@en ;
    dcterms:description "\"Foot per Day\" is an Imperial unit for  'Linear Velocity' expressed as $ft/d$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000352777777777778 ;
    qudt:conversionMultiplierSN 3.527778e-06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft/d$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "ft/d"^^xsd:string ;
    qudt:ucumCode "[ft_i].d-1"^^qudt:UCUMcs,
        "[ft_i]/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-MIN a qudt:Unit ;
    rdfs:label "Foot per Minute"@en ;
    dcterms:description "\"Foot per Minute\" is an Imperial unit for  'Linear Velocity' expressed as $ft/min$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00508 ;
    qudt:conversionMultiplierSN 5.08e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA448"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA448"^^xsd:anyURI ;
    qudt:symbol "ft/min"^^xsd:string ;
    qudt:ucumCode "[ft_i].min-1"^^qudt:UCUMcs,
        "[ft_i]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaBasePair a qudt:Unit ;
    rdfs:label "Gigabase Pair"@en ;
    dcterms:description "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:informativeReference "https://www.genome.gov/genetics-glossary/Gigabase"^^xsd:anyURI ;
    qudt:plainTextDescription "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^xsd:string ;
    qudt:symbol "Gbp"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Gigabase"^^xsd:string .

unit:HeartBeat a qudt:Unit ;
    rdfs:label "Heart Beat"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:symbol "heartbeat"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-MIN a qudt:Unit ;
    rdfs:label "Inch per Minute"@en ;
    dcterms:description "The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second."^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000423333333 ;
    qudt:conversionMultiplierSN 4.233333e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$in/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB393"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB393"^^xsd:anyURI ;
    qudt:symbol "in/min"^^xsd:string ;
    qudt:ucumCode "[in_i].min-1"^^qudt:UCUMcs,
        "[in_i]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Inch"@en ;
    dcterms:description "A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00064516 ;
    qudt:conversionMultiplierSN 6.4516e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$in^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAA547"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA547"^^xsd:anyURI ;
    qudt:symbol "in²"^^xsd:string ;
    qudt:ucumCode "[in_i]2"^^qudt:UCUMcs,
        "[sin_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "INK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J-PER-SEC a qudt:Unit ;
    rdfs:label "Joule per Second"@en ;
    dcterms:description "SI derived unit joule divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAB356"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB356"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit joule divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "J/s"^^xsd:string ;
    qudt:ucumCode "J.s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "P14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM-PER-DAY a qudt:Unit ;
    rdfs:label "Kilometres per day"@en ;
    dcterms:description "A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0115740740740741 ;
    qudt:conversionMultiplierSN 1.157407e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "km/d"^^xsd:string ;
    qudt:ucumCode "km.d-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloYR a qudt:Unit ;
    rdfs:label "KiloYear"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 31557600000.0 ;
    qudt:conversionMultiplierSN 3.15576e+10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:YR ;
    qudt:symbol "1000 a"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-DAY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre per Day"@en,
        "Meter per Day"@en-us ;
    dcterms:description "Meter Per Day (m/day) is a unit in the category of Velocity. It is also known as meter/day, meters per day, metre per day, metres per day. Meter Per Day (m/day) has a dimension of L*T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.00001157407407407407"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001157407407407407 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "\\(m/day\\)"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "m/d"^^xsd:string ;
    qudt:ucumCode "m.d-1"^^qudt:UCUMcs,
        "m/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre per Minute"@en,
        "Meter per Minute"@en-us ;
    dcterms:description "Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0166666667 ;
    qudt:conversionMultiplierSN 1.666667e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA732"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA732"^^xsd:anyURI ;
    qudt:symbol "m/min"^^xsd:string ;
    qudt:ucumCode "m.min-1"^^qudt:UCUMcs,
        "m/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2X"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-YR a qudt:Unit ;
    rdfs:label "Metre per year"@en ;
    dcterms:description "A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000316880878140289 ;
    qudt:conversionMultiplierSN 3.168809e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "m/a"^^xsd:string ;
    qudt:ucumCode "m.a-1"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI-PER-MIN a qudt:Unit ;
    rdfs:label "Mile per Minute"@en ;
    dcterms:description "Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 26.8224 ;
    qudt:conversionMultiplierSN 2.68224e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$mi/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB229"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB229"^^xsd:anyURI ;
    qudt:symbol "mi/min"^^xsd:string ;
    qudt:ucumCode "[mi_i].min-1"^^qudt:UCUMcs,
        "[mi_i]/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Mile"@en ;
    dcterms:description "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2589997.766409 ;
    qudt:conversionMultiplierSN 2.589998e+06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:MI_US2 ;
    qudt:expression "$square-mile$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:MI ] ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAB050"^^xsd:string,
        "0112/2///62720#UAB208"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB050"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208"^^xsd:anyURI ;
    qudt:symbol "mi²"^^xsd:string ;
    qudt:ucumCode "[mi_i]2"^^qudt:UCUMcs,
        "[mi_us]2"^^qudt:UCUMcs,
        "[smi_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M48"^^xsd:string,
        "MIK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_N-PER-MIN a qudt:Unit ;
    rdfs:label "Nautical Mile per Minute"@en ;
    dcterms:description """The SI derived unit for speed is the meter/second.
1 meter/second is equal to 0.0323974082073 nautical mile per minute. """^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 30.86666666666666666666666666666667 ;
    qudt:conversionMultiplierSN 3.086667e+01 ;
    qudt:expression "$nmi/min$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI_N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "nmi/min"^^xsd:string ;
    qudt:ucumCode "[nmi_i].min-1"^^qudt:UCUMcs,
        "[nmi_i]/min"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_US2 a qudt:Unit ;
    rdfs:label "square mile (based on U.S. survey foot)"^^xsd:string,
        "Square Mile US Statute"@en ;
    dcterms:description "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."^^rdf:HTML ;
    qudt:conversionMultiplier 2589997.766409 ;
    qudt:conversionMultiplierSN 2.589998e+06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:MI2 ;
    qudt:expression "$square-mile$"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:MI_US ] ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAB208"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208"^^xsd:anyURI ;
    qudt:symbol "mi{US}²"^^xsd:string ;
    qudt:ucumCode "[mi_us]2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "208"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaHZ a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Megahertz"@en ;
    dcterms:description "\"Megahertz\" is a C.G.S System unit for  'Frequency' expressed as $MHz$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasQuantityKind qudtqk:Frequency ;
    qudt:iec61360Code "0112/2///62720#UAA209"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA209"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:HZ ;
    qudt:symbol "MHz"^^xsd:string ;
    qudt:ucumCode "MHz"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MHZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM2 a qudt:Unit ;
    rdfs:label "Square Micrometre"@en,
        "Square Micrometer"@en-us ;
    dcterms:description "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAA092"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA092"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "μm²"^^xsd:string ;
    qudt:ucumCode "um2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-DAY a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "millimetres per day"@en,
        "millimeters per day"@en-us ;
    dcterms:description "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000115741 ;
    qudt:conversionMultiplierSN 1.15741e-08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:DAY ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Rain#Measurement"^^xsd:anyURI ;
    qudt:plainTextDescription "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"^^xsd:string ;
    qudt:symbol "mm/d"^^xsd:string ;
    qudt:ucumCode "mm.d-1"^^qudt:UCUMcs,
        "mm/d"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-HR a qudt:Unit ;
    rdfs:label "Millimetre per Hour"@en,
        "Millimeter per Hour"@en-us ;
    dcterms:description "0001-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000002777778 ;
    qudt:conversionMultiplierSN 2.777778e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA866"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA866"^^xsd:anyURI ;
    qudt:plainTextDescription "0001-fold of the SI base unit metre divided by the unit hour"^^xsd:string ;
    qudt:symbol "mm/h"^^xsd:string ;
    qudt:ucumCode "mm.h-1"^^qudt:UCUMcs,
        "mm/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H67"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-MIN a qudt:Unit ;
    rdfs:label "Millimetre per Minute"@en,
        "Millimeter per Minute"@en-us ;
    dcterms:description "0.001-fold of the SI base unit metre divided by the unit minute"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001666667 ;
    qudt:conversionMultiplierSN 1.666667e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB378"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB378"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit minute"^^xsd:string ;
    qudt:symbol "mm/min"^^xsd:string ;
    qudt:ucumCode "mm.min-1"^^qudt:UCUMcs,
        "mm/min"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H81"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-SEC a qudt:Unit ;
    rdfs:label "Millimetre per Second"@en,
        "Millimeter per Second"@en-us ;
    dcterms:description "0.001-fold of the SI base unit metre divided by the SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA867"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA867"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the SI base unit second"^^xsd:string ;
    qudt:symbol "mm/s"^^xsd:string ;
    qudt:ucumCode "mm.s-1"^^qudt:UCUMcs,
        "mm/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM-PER-YR a qudt:Unit ;
    rdfs:label "Millimetre per Year"@en,
        "Millimeter per Year"@en-us ;
    dcterms:description "0.001-fold of the SI base unit metre divided by the unit year"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000003168808781402895023702689684893655 ;
    qudt:conversionMultiplierSN 3.168809e-11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA868"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA868"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI base unit metre divided by the unit year"^^xsd:string ;
    qudt:symbol "mm/a"^^xsd:string ;
    qudt:ucumCode "mm.a-1"^^qudt:UCUMcs,
        "mm/a"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM2 a qudt:Unit ;
    rdfs:label "Square Millimetre"@en,
        "Square Millimeter"@en-us ;
    dcterms:description "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:MilliM ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAA871"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA871"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "mm²"^^xsd:string ;
    qudt:ucumCode "mm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MMK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SUSCEPTIBILITY_ELEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Electric Susceptibility Unit"@en ;
    dcterms:description "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:latexDefinition "\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}"^^qudt:LatexString ;
    qudt:plainTextDescription "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^xsd:string ;
    qudt:symbol "χ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SUSCEPTIBILITY_MAG a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Magnetic Susceptibility Unit"@en ;
    dcterms:description "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:latexDefinition "\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}"^^qudt:LatexString ;
    qudt:plainTextDescription "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^xsd:string ;
    qudt:symbol "χ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Collection a owl:Class,
        sh:NodeShape ;
    rdfs:label "Collection"@en ;
    rdfs:subClassOf brick:Class,
        brick:Entity,
        rec:Collection ;
    sh:node [ sh:message "Collection is an exclusive top class." ;
            sh:not [ sh:class brick:Equipment ] ],
        [ sh:message "Collection is an exclusive top class." ;
            sh:not [ sh:class brick:Location ] ],
        [ sh:message "Collection is an exclusive top class." ;
            sh:not [ sh:class rec:Space ] ],
        [ sh:message "Collection is an exclusive top class." ;
            sh:not [ sh:class brick:Substance ] ],
        [ sh:message "Collection is an exclusive top class." ;
            sh:not [ sh:class brick:Quantity ] ],
        [ sh:message "Collection is an exclusive top class." ;
            sh:not [ sh:class brick:Point ] ] ;
    sh:property [ sh:message "A Collection can be associated with Equipments, Locations/Spaces, Points, and other Collections." ;
            sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] [ sh:class brick:Point ] [ sh:class brick:Collection ] ) ;
            sh:path brick:hasPart ],
        [ a sh:PropertyShape ;
            sh:minCount 1 ;
            sh:name "includes" ;
            sh:nodeKind sh:IRI ;
            sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ;
            sh:path rec:includes ],
        bsh:isMeteredByShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Collection ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Collection .

brick:Meter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Meter"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A device that measure usage or consumption of some media --- typically a form energy or power."@en ;
    sh:property bsh:hasSubMeterShape,
        bsh:hasSubstanceShape,
        bsh:hasisVirtualMeterShape,
        bsh:isSubMeterOfShape,
        bsh:metersShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Meter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Meter .

brick:Outside_Air a brick:Substance ;
    rdfs:label "Outside Air"@en ;
    skos:broader brick:Air ;
    skos:definition "air external to a defined zone (e.g., corridors)."@en .

brick:Return_Air a brick:Substance ;
    rdfs:label "Return Air"@en ;
    skos:broader brick:Air ;
    skos:definition "air removed from a space to be recirculated or exhausted. Air extracted from a space and totally or partially returned to an air conditioner, furnace, or other heating, cooling, or ventilating system."@en .

qudtqk:AmountOfSubstancePerMass a qudt:QuantityKind ;
    rdfs:label "Amount of Substance per Mass"@en ;
    qudt:applicableUnit unit:CentiMOL-PER-KiloGM,
        unit:FemtoMOL-PER-KiloGM,
        unit:IU-PER-MilliGM,
        unit:KiloMOL-PER-KiloGM,
        unit:MOL-PER-KiloGM,
        unit:MOL-PER-TONNE,
        unit:MOL_LB-PER-LB,
        unit:MicroMOL-PER-GM,
        unit:MicroMOL-PER-KiloGM,
        unit:MilliMOL-PER-GM,
        unit:MilliMOL-PER-KiloGM,
        unit:MilliOSM-PER-KiloGM,
        unit:NanoMOL-PER-GM,
        unit:NanoMOL-PER-KiloGM,
        unit:PicoMOL-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:AmountOfSubstancePerMass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricChargePerArea a qudt:QuantityKind ;
    rdfs:label "Electric charge per area"@en ;
    dcterms:description "In electromagnetism, charge density is a measure of electric charge per unit volume of space, in one, two or three dimensions. More specifically: the linear, surface, or volume charge density is the amount of electric charge per unit length, surface area, or volume, respectively. The respective SI units are $C \\cdot m^{-1}$, $C \\cdot m^{-2}$ or $C \\cdot m^{-3}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR-PER-M2,
        unit:C-PER-CentiM2,
        unit:C-PER-M2,
        unit:C-PER-MilliM2,
        unit:C_Ab-PER-CentiM2,
        unit:C_Stat-PER-CentiM2,
        unit:KiloC-PER-M2,
        unit:MegaC-PER-M2,
        unit:MicroC-PER-M2,
        unit:MilliC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Charge_density"^^xsd:anyURI ;
    qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:LinearAcceleration a qudt:QuantityKind ;
    rdfs:label "Linear Acceleration"@en ;
    qudt:applicableUnit unit:CentiM-PER-SEC2,
        unit:FT-PER-SEC2,
        unit:G,
        unit:GALILEO,
        unit:IN-PER-SEC2,
        unit:KN-PER-SEC,
        unit:KiloM-PER-SEC2,
        unit:KiloPA-M2-PER-GM,
        unit:M-PER-SEC2,
        unit:MI_US-PER-SEC2,
        unit:MicroG,
        unit:MilliG,
        unit:MilliGAL,
        unit:MilliM-PER-SEC2,
        unit:YD-PER-SEC2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:Acceleration ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:LinearAcceleration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:FT2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Square Foot"@en ;
    dcterms:description "The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.09290304 ;
    qudt:conversionMultiplierSN 9.290304e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAA454"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA454"^^xsd:anyURI ;
    qudt:symbol "ft²"^^xsd:string ;
    qudt:ucumCode "[ft_i]2"^^qudt:UCUMcs,
        "[sft_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FTK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-SEC a qudt:Unit ;
    rdfs:label "Inch per Second"@en ;
    dcterms:description "The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0254 ;
    qudt:conversionMultiplierSN 2.54e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$in-per-sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:PropellantBurnRate,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA542"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA542"^^xsd:anyURI ;
    qudt:symbol "in/s"^^xsd:string ;
    qudt:ucumCode "[in_i].s-1"^^qudt:UCUMcs,
        "[in_i]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "IU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM2 a qudt:Unit ;
    rdfs:label "square kilometre"^^xsd:string ;
    dcterms:description "1,000,000-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:KiloM ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability,
        qudtqk:NuclearQuadrupoleMoment ;
    qudt:iec61360Code "0112/2///62720#UAA639"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA639"^^xsd:anyURI ;
    qudt:symbol "km²"^^xsd:string ;
    qudt:ucumCode "km2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KMK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloV a qudt:Unit ;
    rdfs:label "Kilovolt"@en ;
    dcterms:description "1 000-fold of the SI derived unit volt"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAA580"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA580"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit volt"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:V ;
    qudt:symbol "kV"^^xsd:string ;
    qudt:ucumCode "kV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KVT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MIL_Circ a qudt:Unit ;
    rdfs:label "Circular Mil"@en ;
    dcterms:description "A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC. "^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0000000005067075 ;
    qudt:conversionMultiplierSN 5.067075e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability ;
    qudt:iec61360Code "0112/2///62720#UAB207"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB207"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil> ;
    qudt:scalingOf unit:M2 ;
    qudt:symbol "cmil"^^xsd:string ;
    qudt:ucumCode "[cml_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_N-PER-HR a qudt:Unit ;
    rdfs:label "Nautical Mile per Hour"@en ;
    dcterms:description "The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5144444444444445 ;
    qudt:conversionMultiplierSN 5.144444e-01 ;
    qudt:exactMatch unit:KN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI_N ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:symbol "nmi/h"^^xsd:string ;
    qudt:ucumCode "[nmi_i].h-1"^^qudt:UCUMcs,
        "[nmi_i]/h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliW a qudt:Unit ;
    rdfs:label "MilliW"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA807"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA807"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "mW"^^xsd:string ;
    qudt:ucumCode "mW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NP a qudt:DimensionlessUnit,
        qudt:LogarithmicUnit,
        qudt:Unit ;
    rdfs:label "Neper"@en ;
    dcterms:description "The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Neper"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:iec61360Code "0112/2///62720#UAA253"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA253"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Neper"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/neper> ;
    qudt:symbol "Np"^^xsd:string ;
    qudt:ucumCode "Np"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C50"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoM2 a qudt:Unit ;
    rdfs:label "Square Nanometre"@en,
        "Square Nanometer"@en-us ;
    dcterms:description "A unit of area equal to that of a square, of sides 1nm"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:expression "$sqnm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:NanoM ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability,
        qudtqk:NuclearQuadrupoleMoment ;
    qudt:plainTextDescription "A unit of area equal to that of a square, of sides 1nm"^^xsd:string ;
    qudt:symbol "nm²"^^xsd:string ;
    qudt:ucumCode "nm2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoMOL a qudt:Unit ;
    rdfs:label "NanoMole"@en ;
    dcterms:description "0.000000001-fold of the unit mole"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance,
        qudtqk:ExtentOfReaction ;
    qudt:iec61360Code "0112/2///62720#UAB523"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB523"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "nmol"^^xsd:string ;
    qudt:uneceCommonCode "Z9"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OCT a qudt:DimensionlessUnit,
        qudt:LogarithmicUnit,
        qudt:Unit ;
    rdfs:label "Oct"@en ;
    dcterms:description "An octave is a doubling or halving of a frequency.  One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Octave"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless,
        qudtqk:LogarithmicFrequencyInterval ;
    qudt:iec61360Code "0112/2///62720#UAA914"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Octave_(electronics)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA914"^^xsd:anyURI ;
    qudt:symbol "octave"^^xsd:string ;
    qudt:uneceCommonCode "C59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RPK a qudt:Unit ;
    rdfs:label "Reads per Kilobase"@en ;
    dcterms:description "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^rdf:HTML ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless,
        qudtqk:GeneFamilyAbundance ;
    qudt:informativeReference "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/"^^xsd:anyURI ;
    qudt:plainTextDescription "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:symbol "RPK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "RPK"^^xsd:string .

brick:Chilled_Water a brick:Substance ;
    rdfs:label "Chilled Water"@en ;
    skos:broader brick:Water ;
    skos:definition "water used as a cooling medium (particularly in air-conditioning systems or in processes) at below ambient temperature."@en ;
    skos:narrower brick:Entering_Chilled_Water,
        brick:Leaving_Chilled_Water .

brick:Hot_Water a brick:Substance ;
    rdfs:label "Hot Water"@en ;
    skos:broader brick:Water ;
    skos:definition "Hot water used for HVAC heating or supply to hot taps"@en ;
    skos:narrower brick:Entering_Hot_Water,
        brick:Leaving_Hot_Water .

brick:Temperature_Parameter a owl:Class,
        sh:NodeShape ;
    rdfs:label "Temperature Parameter"@en ;
    rdfs:subClassOf brick:Parameter ;
    skos:definition "Parameters relevant to temperature-related systems and points"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Parameter ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Parameter,
        tag:Point,
        tag:Temperature .

tag:Box a brick:Tag ;
    rdfs:label "Box"@en .

tag:Current a brick:Tag ;
    rdfs:label "Current"@en .

tag:Electrical a brick:Tag ;
    rdfs:label "Electrical"@en .

tag:Office a brick:Tag ;
    rdfs:label "Office"@en .

tag:Radiator a brick:Tag ;
    rdfs:label "Radiator"@en .

tag:Station a brick:Tag ;
    rdfs:label "Station"@en .

tag:Usage a brick:Tag ;
    rdfs:label "Usage"@en .

tag:Voltage a brick:Tag ;
    rdfs:label "Voltage"@en .

qudtqk:CoefficientOfHeatTransfer a qudt:QuantityKind ;
    rdfs:label "Coefficient of heat transfer"@en ;
    dcterms:description "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T).  Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin."^^qudt:LatexString ;
    qudt:applicableSIUnit unit:W-PER-M2-K ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR-DEG_F,
        unit:BTU_IT-PER-FT2-SEC-DEG_F,
        unit:BTU_IT-PER-HR-FT2-DEG_F,
        unit:BTU_IT-PER-HR-FT2-DEG_R,
        unit:BTU_IT-PER-SEC-FT2-DEG_F,
        unit:BTU_IT-PER-SEC-FT2-DEG_R,
        unit:BTU_TH-PER-HR-FT2-DEG_F,
        unit:BTU_TH-PER-SEC-FT2-DEG_F,
        unit:CAL_IT-PER-SEC-CentiM2-K,
        unit:CAL_TH-PER-SEC-CentiM2-K,
        unit:KiloGM-PER-SEC3-K,
        unit:KiloW-PER-M2-K,
        unit:W-PER-M2-K ;
    qudt:expression "$heat-xfer-coeff$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Heat_transfer_coefficient"^^xsd:anyURI ;
    qudt:latexDefinition """"Coefficient of Heat Transfer", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, $q/A$, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, $ \\bigtriangleup T $).  Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the $\\textit{Coefficient of Heat Transfer}$, is often called $\\textit{thermal transmittance}$, with the symbol $U$. $\\textit{Coefficient of Heat Transfer}$, has SI units in watts per squared meter kelvin: $W/(m^2 \\cdot K)$ .

$K = \\frac{\\varphi}{T}$, where $\\varphi$ is areic heat flow rate and $T$ is thermodynamic temperature difference."""^^qudt:LatexString ;
    qudt:latexSymbol "$\\kappa$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Coefficient of Heat Transfer\", in thermodynamics and in mechanical and chemical engineering, is used in calculating the heat transfer, typically by convection or phase transition between a fluid and a solid. The heat transfer coefficient is the proportionality coefficient between the heat flux, that is heat flow per unit area, q/A, and the thermodynamic driving force for the flow of heat (that is, the temperature difference, (Delta T).  Areic heat flow rate divided by thermodynamic temperature difference. In building technology, the \"Coefficient of Heat Transfer\", is often called \"thermal transmittance}\" with the symbol \"U\". It has SI units in watts per squared meter kelvin."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:CoefficientOfHeatTransfer"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Concentration a qudt:QuantityKind ;
    rdfs:label "Concentration"@en ;
    dcterms:description "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiMOL-PER-L,
        unit:FemtoMOL-PER-L,
        unit:KiloMOL-PER-M3,
        unit:MOL-PER-DeciM3,
        unit:MOL-PER-L,
        unit:MOL-PER-M3,
        unit:MicroMOL-PER-L,
        unit:MilliMOL-PER-L,
        unit:MilliMOL-PER-M3,
        unit:NanoMOL-PER-L,
        unit:PicoMOL-PER-L,
        unit:PicoMOL-PER-M3 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Concentration"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Concentration"^^xsd:anyURI ;
    qudt:plainTextDescription "In chemistry, concentration is defined as the abundance of a constituent divided by the total volume of a mixture. Furthermore, in chemistry, four types of mathematical description can be distinguished: mass concentration, molar concentration, number concentration, and volume concentration. The term concentration can be applied to any kind of chemical mixture, but most frequently it refers to solutes in solutions."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Concentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:PlaneAngle a qudt:QuantityKind ;
    rdfs:label "الزاوية النصف قطرية"@ar,
        "Равнинен ъгъл"@bg,
        "Rovinný úhel"@cs,
        "ebener Winkel"@de,
        "Επίπεδη γωνία"@el,
        "plane angle"@en,
        "ángulo plano"@es,
        "زاویه مستوی"@fa,
        "angle plan"@fr,
        "זווית"@he,
        "क्षेत्र"@hi,
        "szög"@hu,
        "angolo piano"@it,
        "弧度"@ja,
        "angulus planus"@la,
        "Sudut satah"@ms,
        "kąt płaski"@pl,
        "medida angular"@pt,
        "unghi plan"@ro,
        "Плоский угол"@ru,
        "ravninski kot"@sl,
        "düzlemsel açı"@tr,
        "角度"@zh ;
    dcterms:description "The inclination to each other of two intersecting lines, measured by the arc of a circle intercepted between the two lines forming the angle, the center of the circle being the point of intersection.  An acute angle is less than $90^\\circ$, a right angle $90^\\circ$; an obtuse angle, more than $90^\\circ$ but less than $180^\\circ$; a straight angle, $180^\\circ$; a reflex angle, more than $180^\\circ$ but less than $360^\\circ$; a perigon, $360^\\circ$. Any angle not a multiple of $90^\\circ$ is an oblique angle. If the sum of two angles is $90^\\circ$, they are complementary angles; if $180^\\circ$, supplementary angles; if $360^\\circ$, explementary angles."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Plane_angle"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:Angle ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD140"^^xsd:string ;
    qudt:informativeReference "http://www.thefreedictionary.com/plane+angle"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD140"^^xsd:anyURI ;
    qudt:plainTextDescription "An angle formed by two straight lines (in the same plane) angle - the space between two lines or planes that intersect; the inclination of one line to another; measured in degrees or radians"^^xsd:string ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ANGP> ;
    rdfs:comment "Applicable units are those of quantitykind:PlaneAngle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:StaticPressure a qudt:QuantityKind ;
    rdfs:label "Static pressure"@en ;
    dcterms:description "\"Static Pressure\" is the pressure at a nominated point in a fluid. Every point in a steadily flowing fluid, regardless of the fluid speed at that point, has its own static pressure $P$, dynamic pressure $q$, and total pressure $P_0$. The total pressure is the sum of the dynamic and static pressures, that is $P_0 = P + q$."^^qudt:LatexString ;
    qudt:abbreviation "p"^^xsd:string ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Static_pressure"^^xsd:anyURI ;
    qudt:symbol "p"^^xsd:string ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

unit:2PiRAD a qudt:Unit ;
    rdfs:label "PiRAD"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:AC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Acre"@en ;
    dcterms:description "The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4046.8564224 ;
    qudt:conversionMultiplierSN 4.046856e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Acre"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAA320"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Acre?oldid=495387342"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA320"^^xsd:anyURI ;
    qudt:scalingOf unit:M2 ;
    qudt:symbol "acre"^^xsd:string ;
    qudt:ucumCode "[acr_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "ACR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "acre"^^xsd:string .

unit:BARN a qudt:Unit ;
    rdfs:label "Barn"@en ;
    dcterms:description "A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0000000000000000000000000001 ;
    qudt:conversionMultiplierSN 1e-28 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Barn"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAB297"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Barn?oldid=492907677"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB297"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/barn> ;
    qudt:scalingOf unit:M2 ;
    qudt:symbol "b"^^xsd:string ;
    qudt:ucumCode "b"^^qudt:UCUMcs ;
    qudt:udunitsCode "b"^^xsd:string ;
    qudt:uneceCommonCode "A14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BQ a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "بيكريل"@ar,
        "бекерел"@bg,
        "becquerel"@cs,
        "Becquerel"@de,
        "μπεκερέλ"@el,
        "becquerel"@en,
        "becquerel"@es,
        "بکرل"@fa,
        "becquerel"@fr,
        "בקרל"@he,
        "बैक्वेरल"@hi,
        "becquerel"@hu,
        "becquerel"@it,
        "ベクレル"@ja,
        "becquerelium"@la,
        "becquerel"@ms,
        "bekerel"@pl,
        "becquerel"@pt,
        "becquerel"@ro,
        "беккерель"@ru,
        "becquerel"@sl,
        "bekerel"@tr,
        "贝克勒尔"@zh ;
    dcterms:description """
  The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity.
  Radioactivity is caused when atoms disintegrate, ejecting energetic particles. 
  One becquerel is the radiation caused by one disintegration per second; 
  this is equivalent to about $27.0270 \\text{picocuries (pCi)}$. 
  The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), 
  the discoverer of radioactivity. 
  Note: both the becquerel and the hertz are basically defined as one event per second, 
  yet they measure different things. 
  The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. 
  The becquerel is used to measure the rates of events that happen sporadically and unpredictably, 
  not in a definite cycle.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Becquerel"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Activity ;
    qudt:iec61360Code "0112/2///62720#UAA111"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA111"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/becquerel> ;
    qudt:symbol "Bq"^^xsd:string ;
    qudt:ucumCode "Bq"^^qudt:UCUMcs ;
    qudt:udunitsCode "Bq"^^xsd:string ;
    qudt:uneceCommonCode "BQL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FLIGHT a qudt:Unit ;
    rdfs:label "Flight"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Dimensionless ;
    qudt:symbol "flight"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KN a qudt:Unit ;
    rdfs:label "Knot"@en ;
    dcterms:description "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5144444444444445 ;
    qudt:conversionMultiplierSN 5.144444e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Knot"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:MI_N-PER-HR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI_N ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB110"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB110"^^xsd:anyURI ;
    qudt:symbol "kn"^^xsd:string ;
    qudt:ucumCode "[kn_i]"^^qudt:UCUMcs ;
    qudt:udunitsCode "kt"^^xsd:string ;
    qudt:uneceCommonCode "KNT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "kt"^^xsd:string,
        "kts"^^xsd:string .

unit:VA a qudt:Unit ;
    rdfs:label "فولت. أمبير"@ar,
        "Voltampere"@de,
        "volt ampere"@en,
        "voltiamperio"@es,
        "voltampère"@fr,
        "volt ampere"@it,
        "volt-ampere"@pt,
        "вольт-ампер"@ru ;
    dcterms:description "Product of the RMS value of the voltage and the RMS value of an alternating electric current"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ComplexPower,
        qudtqk:NonActivePower ;
    qudt:iec61360Code "0112/2///62720#UAA298"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298"^^xsd:anyURI ;
    qudt:plainTextDescription "Product of the RMS value of the voltage and the RMS value of an alternating electric current"^^xsd:string ;
    qudt:symbol "VA"^^xsd:string ;
    qudt:ucumCode "VA"^^qudt:UCUMcs ;
    qudt:udunitsCode "VA"^^xsd:string ;
    qudt:uneceCommonCode "D46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:WK a qudt:Unit ;
    rdfs:label "Week"@en ;
    dcterms:description "Mean solar week"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 604800.0 ;
    qudt:conversionMultiplierSN 6.048e+05 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Week"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB024"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Week?oldid=493867029"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB024"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/week> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "wk"^^xsd:string ;
    qudt:ucumCode "wk"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "WEE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Air_Temperature_Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Air Temperature Setpoint"@en ;
    rdfs:subClassOf brick:Temperature_Setpoint ;
    skos:definition "Sets temperature of air"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Air ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Temperature ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Air,
        tag:Point,
        tag:Setpoint,
        tag:Temperature ;
    brick:hasQuantity qudtqk:Temperature ;
    brick:hasSubstance brick:Air .

brick:Valve a owl:Class,
        sh:NodeShape ;
    rdfs:label "Valve"@en ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Valve> ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "A device that regulates, directs or controls the flow of a fluid by opening, closing or partially obstructing various passageways"@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Valve ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:Valve .

qudtqk:CatalyticActivityConcentration a qudt:QuantityKind ;
    rdfs:label "Catalytic Activity Concentration"@en ;
    dcterms:description "The catalytic activity of an enzyme per unit volume, where volume refers to that of the original enzyme‐containing preparation, not that of the assay system. It may be expressed in katals per litre."^^qudt:LatexString ;
    qudt:applicableUnit unit:ENZ-PER-L,
        unit:KAT-PER-L,
        unit:KAT-PER-M3,
        unit:KAT-PER-MicroL,
        unit:MOL-PER-M2-SEC-M,
        unit:MOL-PER-M3-SEC,
        unit:MicroKAT-PER-L,
        unit:MicroMOL-PER-L-HR,
        unit:MilliKAT-PER-L,
        unit:MilliMOL-PER-M3-DAY,
        unit:NanoKAT-PER-L,
        unit:NanoMOL-PER-CentiM3-HR,
        unit:NanoMOL-PER-L-DAY,
        unit:NanoMOL-PER-L-HR,
        unit:PicoKAT-PER-L,
        unit:PicoMOL-PER-L-DAY,
        unit:PicoMOL-PER-L-HR,
        unit:PicoMOL-PER-M3-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
    qudt:informativeReference "https://doi.org/10.1351/goldbook.C00882"^^xsd:anyURI ;
    qudt:plainTextDescription "The catalytic activity of an enzyme per unit volume, where volume refers to that of the original enzyme‐containing preparation, not that of the assay system. It may be expressed in katals per litre."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/CTAC> ;
    rdfs:comment "Applicable units are those of quantitykind:CatalyticActivityConcentration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ElectricPotential a qudt:QuantityKind ;
    rdfs:label "كمون كهربائي"@ar,
        "Електрически потенциал"@bg,
        "elektrický potenciál"@cs,
        "elektrisches Potenzial"@de,
        "electric potential"@en,
        "potencial eléctrico"@es,
        "پتانسیل الکتریکی"@fa,
        "potentiel électrique"@fr,
        "מתח חשמלי (הפרש פוטנציאלים)"@he,
        "विद्युत विभव"@hi,
        "elektromos feszültség , elektromos potenciálkülönbség"@hu,
        "potenziale elettrico"@it,
        "電位"@ja,
        "tensio electrica"@la,
        "Keupayaan elektrik"@ms,
        "potencjał elektryczny"@pl,
        "potencial elétrico"@pt,
        "potențial electric"@ro,
        "электростатический потенциал"@ru,
        "električni potencial"@sl,
        "elektrik potansiyeli"@tr,
        "電勢"@zh ;
    dcterms:description "The Electric Potential is a scalar valued quantity associated with an electric field. The electric potential $\\phi(x)$ at a point, $x$, is formally defined as the line integral of the electric field taken along a path from x to the point at infinity. If the electric field is static, that is time independent, then the choice of the path is arbitrary; however if the electric field is time dependent, taking the integral a different paths will produce different results."^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:exactMatch qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$-\\text{grad} \\; V = E + \\frac{\\partial A}{\\partial t}$, where $E$ is electric field strength, $A$ is magentic vector potential and $t$ is time."^^qudt:LatexString ;
    qudt:latexSymbol "$\\phi$"^^qudt:LatexString ;
    qudt:symbol "V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricPotential"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "vis electromotrix"@la .

qudtqk:ElectricPotentialDifference a qudt:QuantityKind ;
    rdfs:label "جهد كهربائي"@ar,
        "elektrické napětí"@cs,
        "elektrische Spannung"@de,
        "electric potential difference"@en,
        "tensión eléctrica"@es,
        "ولتاژ/ اختلاف پتانسیل"@fa,
        "tension électrique"@fr,
        "विभवांतर"@hi,
        "differenza di potenziale elettrico"@it,
        "電圧"@ja,
        "Voltan Perbezaan keupayaan elektrik"@ms,
        "napięcie elektryczne"@pl,
        "tensão elétrica (diferença de potencial)"@pt,
        "diferență de potențial electric"@ro,
        "электрическое напряжение"@ru,
        "električna napetost"@sl,
        "gerilim"@tr,
        "電壓"@zh ;
    dcterms:description "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field."^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:exactMatch qudtqk:ElectricPotential,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$V_{ab} = \\int_{r_a(C)}^{r_b} (E +\\frac{\\partial A}{\\partial t}) $, where $E$ is electric field strength, $A$ is magentic vector potential,  $t$ is time, and $r$ is position vector along a curve C from a point $a$ to $b$."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Electric Potential Difference\" is a scalar valued quantity associated with an electric field."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELPD> ;
    qudt:symbol "V_{ab}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricPotentialDifference"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "tension"@en,
        "tensione elettrica"@it,
        "ketegangan"@ms,
        "tensiune"@ro .

qudtqk:MagneticFluxDensity a qudt:QuantityKind ;
    rdfs:label "المجال المغناطيسي"@ar,
        "Магнитна индукция"@bg,
        "Magnetická indukce"@cs,
        "magnetische Flussdichte"@de,
        "magnetic flux density"@en,
        "Densidad de flujo magnético"@es,
        "چگالی شار مغناطیسی"@fa,
        "Densité de flux magnétique"@fr,
        "צפיפות שטף מגנטי"@he,
        "चुम्बकीय क्षेत्र"@hi,
        "mágneses indukció"@hu,
        "densità di flusso magnetico"@it,
        "磁束密度"@ja,
        "densitas fluxus magnetici"@la,
        "Ketumpatan fluks magnet"@ms,
        "indukcja magnetyczna"@pl,
        "densidade de fluxo magnético"@pt,
        "inducție magnetică"@ro,
        "Магнитная индукция"@ru,
        "gostota magnetnega pretoka"@sl,
        "manyetik akı yoğunluğu"@tr,
        "磁通量密度"@zh ;
    dcterms:description "\"Magnetic Flux Density\" is a vector quantity and is the magnetic flux per unit area of a magnetic field at right angles to the magnetic force. It can be defined in terms of the effects the field has, for example by $B = F/q v \\sin \\theta$, where $F$ is the force a moving charge $q$ would experience if it was travelling at a velocity $v$ in a direction making an angle θ with that of the field. The magnetic field strength is also a vector quantity and is related to $B$ by: $H = B/\\mu$, where $\\mu$ is the permeability of the medium."^^qudt:LatexString ;
    qudt:applicableUnit unit:GAMMA,
        unit:GAUSS,
        unit:KiloGAUSS,
        unit:KiloT,
        unit:MicroT,
        unit:MilliT,
        unit:NanoT,
        unit:T,
        unit:T_Ab ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD100"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "http://www.oxfordreference.com/display/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-1798"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD100"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{F}  = qv \\times B$, where $F$ is force and $v$ is velocity of any test particle with electric charge $q$."^^qudt:LatexString ;
    qudt:symbol "B"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFluxDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:MagneticField ;
    skos:altLabel "magnetische Induktion"@de,
        "inducción magnética"@es .

qudtqk:MassPerEnergy a qudt:QuantityKind ;
    rdfs:label "Mass per Energy"@en ;
    dcterms:description "Mass per Energy ($m/E$) is a physical quantity that bridges mass and energy. The SI unit is $kg/J$ or equivalently $s^2/m^2$."^^qudt:LatexString ;
    qudt:applicableUnit unit:GM-PER-CentiM3-BAR,
        unit:GM-PER-DeciM3-BAR,
        unit:GM-PER-L-BAR,
        unit:GM-PER-M3-BAR,
        unit:GM-PER-MilliL-BAR,
        unit:KiloGM-PER-CentiM3-BAR,
        unit:KiloGM-PER-DeciM3-BAR,
        unit:KiloGM-PER-GigaJ,
        unit:KiloGM-PER-J,
        unit:KiloGM-PER-L-BAR,
        unit:KiloGM-PER-M3-BAR,
        unit:KiloGM-PER-M3-PA,
        unit:KiloGM-PER-MegaBTU_IT,
        unit:LB-PER-FT3-PSI,
        unit:LB-PER-IN3-PSI,
        unit:MicroGM-PER-M3-BAR,
        unit:MilliGM-PER-M3-BAR,
        unit:TONNE-PER-M3-BAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
    qudt:plainTextDescription "Mass per Energy is a physical quantity that can be used to relate the energy of a system to its mass."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:NonActivePower a qudt:QuantityKind ;
    rdfs:label "Non-active Power"@en ;
    dcterms:description "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power."^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaVA,
        unit:GigaVA,
        unit:MicroVA,
        unit:MilliVA,
        unit:NanoVA,
        unit:PetaVA,
        unit:PicoVA,
        unit:TeraVA,
        unit:VA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-43"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$Q^{'} = \\sqrt{{\\left | \\underline{S} \\right |}^2 - P^2}$, where $\\underline{S}$ is apparent power and $P$ is active power."^^qudt:LatexString ;
    qudt:plainTextDescription "\"Non-active Power\", for a two-terminal element or a two-terminal circuit under periodic conditions, is the quantity equal to the square root of the difference of the squares of the apparent power and the active power."^^xsd:string ;
    qudt:symbol "Q'"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:NonActivePower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ActivePower,
        qudtqk:ApparentPower .

qudtqk:SpecificHeatCapacity a qudt:QuantityKind ;
    rdfs:label "Specific Heat Capacity"@en ;
    dcterms:description "\"Specific Heat Capacity\" of a solid or liquid is defined as the heat required to raise unit mass of substance by one degree of temperature. This is $\\textit{Heat Capacity}$ divided by $\\textit{Mass}$. Note that there are corresponding molar quantities."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB-DEG_F,
        unit:BTU_IT-PER-LB-DEG_R,
        unit:BTU_TH-PER-LB-DEG_F,
        unit:CAL_IT-PER-GM-DEG_C,
        unit:CAL_IT-PER-GM-K,
        unit:CAL_TH-PER-GM-DEG_C,
        unit:CAL_TH-PER-GM-K,
        unit:J-PER-GM-DEG_C,
        unit:J-PER-GM-K,
        unit:J-PER-KiloGM-DEG_C,
        unit:J-PER-KiloGM-K,
        unit:KiloCAL-PER-GM-DEG_C,
        unit:KiloJ-PER-KiloGM-K,
        unit:M2-PER-SEC2-K ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_heat_capacity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
    qudt:informativeReference "http://www.taftan.com/thermodynamics/CP.HTM"^^xsd:anyURI ;
    qudt:plainTextDescription "Specific Heat Capacity of a solid or liquid is defined as the heat required to raise unit mass of substance by one degree of temperature. This is Heat Capacity divided by Mass. Note that there are corresponding molar quantities."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/SHEC> ;
    qudt:symbol "c"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificHeatCapacity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:HeatCapacity,
        qudtqk:Mass,
        qudtqk:SpecificHeatCapacityAtConstantPressure,
        qudtqk:SpecificHeatCapacityAtConstantVolume,
        qudtqk:SpecificHeatCapacityAtSaturation .

qudtqk:Speed a qudt:QuantityKind ;
    rdfs:label "Speed"@en ;
    dcterms:description "Speed is the magnitude of velocity."^^qudt:LatexString ;
    qudt:applicableUnit unit:BFT,
        unit:FT3-PER-MIN-FT2,
        unit:GigaHZ-M,
        unit:HZ-M,
        unit:IN-PER-YR,
        unit:M-PER-SEC,
        unit:MegaHZ-M,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Speed"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:plainTextDescription "Speed is the magnitude of velocity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Speed"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:BIT a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "Bit"@en ;
    dcterms:description "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.69314718055994530941723212145818 ;
    qudt:conversionMultiplierSN 6.931472e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bit"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:InformationEntropy ;
    qudt:iec61360Code "0112/2///62720#UAA339"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bit?oldid=495288173"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA339"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
    qudt:symbol "b"^^xsd:string ;
    qudt:ucumCode "bit"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilowatt"@en ;
    dcterms:description """
  The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). 
  The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA583"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA583"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:W ;
    qudt:symbol "kW"^^xsd:string ;
    qudt:ucumCode "kW"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KWT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MIN_Angle a qudt:Unit ;
    rdfs:label "Minute Angle"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000290888209 ;
    qudt:conversionMultiplierSN 2.908882e-04 ;
    qudt:exactMatch unit:ARCMIN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA097"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097"^^xsd:anyURI ;
    qudt:symbol "'"^^xsd:string ;
    qudt:ucumCode "'"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MO a qudt:Unit ;
    rdfs:label "Month"@en ;
    dcterms:description "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 2551442.976 ;
    qudt:conversionMultiplierSN 2.551443e+06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Month"^^xsd:anyURI ;
    qudt:exactMatch unit:MO_Synodic ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA880"^^xsd:string ;
    qudt:informativeReference "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA880"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Month"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/month> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "mo"^^xsd:string ;
    qudt:ucumCode "mo"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MON"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Bypass a brick:Tag ;
    rdfs:label "Bypass"@en .

tag:Cooling a brick:Tag ;
    rdfs:label "Cooling"@en .

tag:Enthalpy a brick:Tag ;
    rdfs:label "Enthalpy"@en .

tag:Matter a brick:Tag ;
    rdfs:label "Matter"@en .

tag:Mixed a brick:Tag ;
    rdfs:label "Mixed"@en .

tag:Particulate a brick:Tag ;
    rdfs:label "Particulate"@en .

tag:Standby a brick:Tag ;
    rdfs:label "Standby"@en .

tag:Step a brick:Tag ;
    rdfs:label "Step"@en .

bacnet:DeviceObjectPropertyReference a sh:NodeShape ;
    rdfs:label "DeviceObjectPropertyReference"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype if omitted with an array then the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

qudtqk:EnergyPerElectricCharge a qudt:QuantityKind ;
    rdfs:label "Energy per electric charge"@en ;
    dcterms:description "Voltage is a representation of the electric potential energy per unit charge. If a unit of electrical charge were placed in a location, the voltage indicates the potential energy of it at that point. In other words, it is a measurement of the energy contained within an electric field, or an electric circuit, at a given point. Voltage is a scalar quantity. The SI unit of voltage is the volt, such that $1 volt = 1 joule/coulomb$."^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:exactMatch qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:Voltage ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://physics.about.com/od/glossary/g/voltage.htm"^^xsd:anyURI ;
    qudt:symbol "V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MagneticFieldStrength_H a qudt:QuantityKind ;
    rdfs:label "حقل مغناطيسي"@ar,
        "Magnetické pole"@cs,
        "magnetische Feldstärke"@de,
        "magnetic field strength"@en,
        "intensidad de campo magnético"@es,
        "شدت میدان مغناطیسی"@fa,
        "intensité de champ magnétique"@fr,
        "intensità di campo magnetico"@it,
        "磁場"@ja,
        "Kekuatan medan magnetik"@ms,
        "pole magnetyczne"@pl,
        "intensidade de campo magnético"@pt,
        "Câmp magnetic"@ro,
        "Магнитное поле"@ru,
        "jakost magnetnega polja"@sl,
        "Manyetik alan"@tr,
        "磁場"@zh ;
    dcterms:description "$\\textit{Magnetic Field Strength}$ is a vector quantity obtained at a given point by subtracting the magnetization $M$ from the magnetic flux density $B$ divided by the magnetic constant $\\mu_0$. The magnetic field strength is related to the total current density $J_{tot}$ via: $\\text{rot} H = J_{tot}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-PER-CentiM,
        unit:A-PER-M,
        unit:A-PER-MilliM,
        unit:AT-PER-IN,
        unit:AT-PER-M,
        unit:KiloA-PER-M,
        unit:MilliA-PER-IN,
        unit:MilliA-PER-MilliM,
        unit:OERSTED ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD098"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-56"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD098"^^xsd:anyURI ;
    qudt:latexDefinition "$\\mathbf{H} = \\frac{\\mathbf{B} }{\\mu_0} - M$, where $\\mathbf{B} $ is magnetic flux density, $\\mu_0$ is the magnetic constant and $M$ is magnetization."^^qudt:LatexString ;
    qudt:latexSymbol "$\\mathbf{H} $"^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/MAFD> ;
    rdfs:comment "Applicable units are those of quantitykind:MagneticFieldStrength_H"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:ElectricCurrentPerLength .

qudtqk:MassRatio a qudt:QuantityKind ;
    rdfs:label "Mass Ratio"@en ;
    dcterms:description "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)"^^qudt:LatexString ;
    qudt:applicableUnit unit:FemtoGM-PER-KiloGM,
        unit:GM-PER-GM,
        unit:GM-PER-HectoGM,
        unit:GM-PER-KiloGM,
        unit:KiloGM-PER-KiloGM,
        unit:LB-PER-LB,
        unit:MicroGM-PER-GM,
        unit:MicroGM-PER-KiloGM,
        unit:MicroGM-PER-MilliGM,
        unit:MilliGM-PER-GM,
        unit:MilliGM-PER-KiloGM,
        unit:NanoGM-PER-KiloGM,
        unit:NanoGM-PER-MilliGM,
        unit:PicoGM-PER-GM,
        unit:PicoGM-PER-KiloGM,
        unit:PicoGM-PER-MilliGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:iec61360Code "0112/2///62720#UAD109"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD109"^^xsd:anyURI ;
    qudt:plainTextDescription "In aerospace engineering, mass ratio is a measure of the efficiency of a rocket. It describes how much more massive the vehicle is with propellant than without; that is, it is the ratio of the rocket's wet mass (vehicle plus contents plus propellant) to its dry mass (vehicle plus contents)"^^xsd:string ;
    qudt:symbol "R or M_{R}"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MomentOfForce a qudt:QuantityKind ;
    rdfs:label "Moment of Force"@en ;
    dcterms:description "Moment of force (often just moment) is the tendency of a force to twist or rotate an object."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN-M,
        unit:DYN-CentiM,
        unit:DYN-M,
        unit:DeciN-M,
        unit:FT-LB_F,
        unit:IN-PDL,
        unit:KiloGM_F-M,
        unit:KiloN-M,
        unit:LB_F-FT,
        unit:LB_F-IN,
        unit:MegaN-M,
        unit:MicroN-M,
        unit:MilliN-M,
        unit:N-CentiM,
        unit:N-M,
        unit:OZ_F-IN,
        unit:PDL-FT,
        unit:PDL-IN ;
    qudt:exactMatch qudtqk:Torque ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Moment_(physics)"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$M = r \\cdot F$, where $r$ is the position vector and $F$ is the force."^^qudt:LatexString ;
    qudt:plainTextDescription "Moment of force (often just moment) is the tendency of a force to twist or rotate an object."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/TORQ> ;
    qudt:symbol "M"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MomentOfForce"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:ReactivePower a qudt:QuantityKind ;
    rdfs:label "القدرة الكهربائية الردفعلية;الردية"@ar,
        "Jalový výkon"@cs,
        "Blindleistung"@de,
        "reactive power"@en,
        "potencia reactiva"@es,
        "توان راکتیو"@fa,
        "puissance réactive"@fr,
        "potenza reattiva"@it,
        "無効電力"@ja,
        "Kuasa reaktif"@ms,
        "moc bierna"@pl,
        "potência reativa"@pt,
        "reaktif güç"@tr,
        "无功功率"@zh ;
    dcterms:description "\"Reactive Power\", for a linear two-terminal element or two-terminal circuit, under sinusoidal conditions, is the quantity equal to the product of the apparent power $S$ and the sine of the displacement angle $\\psi$. The absolute value of the reactive power is equal to the non-active power. The ISO (and SI) unit for reactive power is the voltampere. The special name $\\textit{var}$ and symbol $\\textit{var}$ are given in IEC 60027 1."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaVAR,
        unit:KiloVAR,
        unit:MegaVAR,
        unit:MicroVAR,
        unit:MilliVAR,
        unit:NanoVAR,
        unit:PicoVAR,
        unit:TeraVAR,
        unit:VAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD155"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD155"^^xsd:anyURI ;
    qudt:latexDefinition "$Q = lm \\underline{S}$, where $\\underline{S}$ is complex power. Alternatively expressed as: $Q = S \\cdot \\sin  \\psi$, where $\\psi$ is the displacement angle."^^qudt:LatexString ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ReactivePower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ComplexPower ;
    skos:broader qudtqk:ComplexPower .

qudtqk:ThermalConductivity a qudt:QuantityKind ;
    rdfs:label "Thermal Conductivity"@en ;
    dcterms:description "In physics, thermal conductivity, $k$ (also denoted as $\\lambda$), is the property of a material's ability to conduct heat. It appears primarily in Fourier's Law for heat conduction and is the areic heat flow rate divided by temperature gradient."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-FT-PER-FT2-HR-DEG_F,
        unit:BTU_IT-IN-PER-FT2-HR-DEG_F,
        unit:BTU_IT-IN-PER-FT2-SEC-DEG_F,
        unit:BTU_IT-IN-PER-HR-FT2-DEG_F,
        unit:BTU_IT-IN-PER-SEC-FT2-DEG_F,
        unit:BTU_IT-PER-SEC-FT-DEG_R,
        unit:BTU_TH-FT-PER-FT2-HR-DEG_F,
        unit:BTU_TH-FT-PER-HR-FT2-DEG_F,
        unit:BTU_TH-IN-PER-FT2-HR-DEG_F,
        unit:BTU_TH-IN-PER-FT2-SEC-DEG_F,
        unit:CAL_IT-PER-SEC-CentiM-K,
        unit:CAL_TH-PER-CentiM-SEC-DEG_C,
        unit:CAL_TH-PER-SEC-CentiM-K,
        unit:KiloCAL-PER-CentiM-SEC-DEG_C,
        unit:KiloCAL_IT-PER-HR-M-DEG_C,
        unit:KiloW-PER-M-DEG_C,
        unit:KiloW-PER-M-K,
        unit:W-PER-M-DEG_C,
        unit:W-PER-M-K ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_conductivity"^^xsd:anyURI ;
    qudt:expression "$thermal-k$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
    qudt:latexDefinition "$\\lambda = \\frac{\\varphi}{T}$, where $\\varphi$ is areic heat flow rate and $T$ is temperature gradient."^^qudt:LatexString ;
    qudt:latexSymbol "$\\lambda$"^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/TCON> ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalConductivity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:FT-PER-HR a qudt:Unit ;
    rdfs:label "Foot per Hour"@en ;
    dcterms:description "\"Foot per Hour\" is an Imperial unit for  'Linear Velocity' expressed as $ft/h$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00008466666666666667 ;
    qudt:conversionMultiplierSN 8.466667e-05 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA442"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA442"^^xsd:anyURI ;
    qudt:symbol "ft/h"^^xsd:string ;
    qudt:ucumCode "[ft_i].h-1"^^qudt:UCUMcs,
        "[ft_i]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PER-SEC a qudt:Unit ;
    rdfs:label "Foot per Second"@en ;
    dcterms:description "$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.3048 ;
    qudt:conversionMultiplierSN 3.048e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Foot_per_second"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA449"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA449"^^xsd:anyURI ;
    qudt:symbol "ft/s"^^xsd:string ;
    qudt:ucumCode "[ft_i].s-1"^^qudt:UCUMcs,
        "[ft_i]/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM-PER-HR a qudt:Unit ;
    rdfs:label "Kilometre per Hour"@en,
        "Kilometer per Hour"@en-us ;
    dcterms:description "\"Kilometer per Hour\" is a C.G.S System unit for  'Linear Velocity' expressed as $km/h$."^^qudt:LatexString ;
    qudt:altSymbol "kph"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.2777777777777778 ;
    qudt:conversionMultiplierSN 2.777778e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometres_per_hour"^^xsd:anyURI ;
    qudt:expression "$km/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA638"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA638"^^xsd:anyURI ;
    qudt:symbol "km/h"^^xsd:string ;
    qudt:ucumCode "km.h-1"^^qudt:UCUMcs,
        "km/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KMH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloM-PER-SEC a qudt:Unit ;
    rdfs:label "Kilometre per Second"@en,
        "Kilometer per Second"@en-us ;
    dcterms:description "\"Kilometer per Second\" is a C.G.S System unit for  'Linear Velocity' expressed as $km/s$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:expression "$km/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB392"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB392"^^xsd:anyURI ;
    qudt:symbol "km/s"^^xsd:string ;
    qudt:ucumCode "km.s-1"^^qudt:UCUMcs,
        "km/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-HR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Metre per Hour"@en,
        "Meter per Hour"@en-us ;
    dcterms:description "Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000277777778 ;
    qudt:conversionMultiplierSN 2.777778e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB328"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB328"^^xsd:anyURI ;
    qudt:symbol "m/h"^^xsd:string ;
    qudt:ucumCode "m.h-1"^^qudt:UCUMcs,
        "m/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M60"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI-PER-HR a qudt:Unit ;
    rdfs:label "Mile per Hour"@en ;
    dcterms:description "Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH."^^rdf:HTML ;
    qudt:altSymbol "mph"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.44704 ;
    qudt:conversionMultiplierSN 4.4704e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Miles_per_hour"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$mi/h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB111"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB111"^^xsd:anyURI ;
    qudt:symbol "mi/h"^^xsd:string ;
    qudt:ucumCode "[mi_i].h-1"^^qudt:UCUMcs,
        "[mi_i]/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI-PER-SEC a qudt:Unit ;
    rdfs:label "Mile per Second"@en ;
    dcterms:description "Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1609.344 ;
    qudt:conversionMultiplierSN 1.609344e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$mi/sec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MI ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:LinearVelocity,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB230"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB230"^^xsd:anyURI ;
    qudt:symbol "mi/s"^^xsd:string ;
    qudt:ucumCode "[mi_i].sec-1"^^qudt:UCUMcs,
        "[mi_i]/sec"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M58"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaLB_F a qudt:Unit ;
    rdfs:label "Mega Pound Force"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4448221.8148411428 ;
    qudt:conversionMultiplierSN 4.448222e+06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:LB_F ;
    qudt:symbol "Mlbf"^^xsd:string ;
    qudt:ucumCode "M[lbf_av]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckForce a qudt:Unit ;
    rdfs:label "Planck Force"@en ;
    dcterms:description "Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 121027000000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.21027e+44 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_force"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_force?oldid=493643031"^^xsd:anyURI ;
    qudt:scalingOf unit:N ;
    qudt:symbol "planckforce"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_F_US a qudt:Unit ;
    rdfs:label "Ton Force (US Short)"@en ;
    dcterms:description "unit of the force according to the American system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 8896.443230521 ;
    qudt:conversionMultiplierSN 8.896443e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAB021"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB021"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the force according to the American system of units"^^xsd:string ;
    qudt:scalingOf unit:N ;
    qudt:symbol "tonf{us}"^^xsd:string ;
    qudt:ucumCode "[stonf_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "L94"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Discharge_Air a brick:Substance ;
    rdfs:label "Discharge Air"@en ;
    owl:sameAs brick:Supply_Air ;
    skos:broader brick:Air ;
    skos:definition "the air exiting the registers (vents)."@en .

brick:Entity a owl:Class,
        sh:NodeShape ;
    rdfs:label "Entity"@en ;
    sh:property bsh:aliasOfShape,
        bsh:hasLocationShape,
        bsh:hasdeprecationShape,
        bsh:isReplacedByShape,
        bsh:latitudeShape,
        bsh:longitudeShape,
        bsh:timestampShape .

brick:Supply_Air a brick:Substance ;
    rdfs:label "Supply Air"@en ;
    owl:sameAs brick:Discharge_Air ;
    skos:broader brick:Air ;
    skos:definition "(1) air delivered by mechanical or natural ventilation to a space, composed of any combination of outdoor air, recirculated air, or transfer air. (2) air entering a space from an air-conditioning, heating, or ventilating apparatus for the purpose of comfort conditioning. Supply air is generally filtered, fan forced, and either heated, cooled, humidified, or dehumidified as necessary to maintain specified conditions. Only the quantity of outdoor air within the supply airflow may be used as replacement air."@en .

qudtqk:Acceleration a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Acceleration"^^xsd:string,
        "التسارع"@ar,
        "Zrychlení"@cs,
        "Beschleunigung"@de,
        "Όγκος"@el,
        "acceleration"@en,
        "aceleración"@es,
        "شتاب"@fa,
        "accélération"@fr,
        "त्वरण"@hi,
        "accelerazione"@it,
        "加速度"@ja,
        "acceleratio"@la,
        "Pecutan"@ms,
        "przyspieszenie"@pl,
        "aceleração"@pt,
        "accelerație"@ro,
        "Ускоре́ние"@ru,
        "pospešek"@sl,
        "ivme"@tr,
        "加速度"@zh ;
    dcterms:description """
  $\\textit{Acceleration}$ is the (instantaneous) rate of change of velocity. 
  Acceleration may be either linear acceleration, or angular acceleration. 
  It is a vector quantity with dimension $length/time^{2}$ for linear acceleration,
   or in the case of angular acceleration, with dimension $angle/time^{2}$. 
  $$$$
  In SI units, linear acceleration is measured in $meters/second^{2}$ ($m \\cdot s^{-2}$),
   and angular acceleration is measured in $radians/second^{2}$. 
  $$$$
  In physics, any increase or decrease in speed is referred to as acceleration and similarly,
   motion in a circle at constant speed is also an acceleration, since the direction component of the velocity is changing.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-SEC2,
        unit:FT-PER-SEC2,
        unit:G,
        unit:GALILEO,
        unit:IN-PER-SEC2,
        unit:KN-PER-SEC,
        unit:KiloM-PER-SEC2,
        unit:KiloPA-M2-PER-GM,
        unit:M-PER-SEC2,
        unit:MI_US-PER-SEC2,
        unit:MicroG,
        unit:MilliG,
        unit:MilliGAL,
        unit:MilliM-PER-SEC2,
        unit:YD-PER-SEC2 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Acceleration"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:LinearAcceleration ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD002"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Acceleration"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD002"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ACCE> ;
    rdfs:comment "Applicable units are those of quantitykind:Acceleration"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:InverseLength a qudt:QuantityKind ;
    rdfs:label "Inverse Length"@en ;
    dcterms:description "Reciprocal length or inverse length is a measurement used in several branches of science and mathematics. As the reciprocal of length, common units used for this measurement include the reciprocal metre or inverse metre ($m^{-1}$), the reciprocal centimetre or inverse centimetre ($cm^{-1}$), and, in optics, the dioptre."^^qudt:LatexString ;
    qudt:applicableUnit unit:KY,
        unit:M-PER-HA,
        unit:M-PER-M2,
        unit:MESH,
        unit:NUM-PER-M,
        unit:PER-ANGSTROM,
        unit:PER-CentiM,
        unit:PER-KiloM,
        unit:PER-M,
        unit:PER-MicroM,
        unit:PER-MilliM,
        unit:PER-NanoM,
        unit:PER-PicoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Reciprocal_length"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:InverseLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:DeciN a qudt:Unit ;
    rdfs:label "DeciNewton"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "dN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaN a qudt:Unit ;
    rdfs:label "GigaN"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:N ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KIP_F a qudt:Unit ;
    rdfs:label "Kip"@en ;
    dcterms:description "1000 pound-force"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 4448.222 ;
    qudt:conversionMultiplierSN 4.448222e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kip"^^xsd:anyURI ;
    qudt:factorUnitScalar 1000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ] ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kip?oldid=492552722"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> ;
    qudt:symbol "kip"^^xsd:string ;
    qudt:ucumCode "k[lbf_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-M-PER-SEC2 a qudt:Unit ;
    rdfs:label "kilogram metre per second squared"^^xsd:string ;
    dcterms:description "product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2"^^xsd:string ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:exactMatch unit:N ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAB355"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB355"^^xsd:anyURI ;
    qudt:symbol "kg·m/s²"^^xsd:string ;
    qudt:ucumCode "kg.m.s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPOND a qudt:Unit ;
    rdfs:label "Kilopond"@en ;
    dcterms:description "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^rdf:HTML ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:exactMatch unit:KiloGM_F ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAB059"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB059"^^xsd:anyURI ;
    qudt:plainTextDescription "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:POND ;
    qudt:symbol "kp"^^xsd:string ;
    qudt:uneceCommonCode "B51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoN a qudt:Unit ;
    rdfs:label "NanoN"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:N ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:POND a qudt:Unit ;
    rdfs:label "pond"^^xsd:string ;
    dcterms:description "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton"^^xsd:string ;
    qudt:conversionMultiplier 0.00980665 ;
    qudt:conversionMultiplierSN 9.80665e-03 ;
    qudt:factorUnitScalar 0.00980665 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAB412"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB412"^^xsd:anyURI ;
    qudt:symbol "p"^^xsd:string ;
    qudt:uneceCommonCode "M78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:hasPart a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has part"@en ;
    owl:inverseOf brick:isPartOf ;
    skos:definition "The subject is composed in part of the entity given by the object"@en .

tag:Collection a brick:Tag ;
    rdfs:label "Collection"@en .

tag:Common a brick:Tag ;
    rdfs:label "Common"@en .

tag:Condensing a brick:Tag ;
    rdfs:label "Condensing"@en .

tag:Panel a brick:Tag ;
    rdfs:label "Panel"@en .

tag:Source a brick:Tag ;
    rdfs:label "Source"@en .

tag:Steam a brick:Tag ;
    rdfs:label "Steam"@en .

qudtqk:MassPerAreaTime a qudt:QuantityKind ;
    rdfs:label "Mass per Area Time"@en ;
    dcterms:description "In Physics and Engineering, mass flux is the rate of mass flow per unit area. The common symbols are $j$, $J$, $\\phi$, or $\\Phi$  (Greek lower or capital Phi), sometimes with subscript $m$ to indicate mass is the flowing quantity.  Its SI units are $ kg s^{-1} m^{-2}$."^^qudt:LatexString ;
    qudt:applicableUnit unit:DYN-SEC-PER-CentiM3,
        unit:GM-PER-CentiM2-YR,
        unit:GM-PER-M2-DAY,
        unit:GM-PER-M2-HR,
        unit:GM-PER-M2-YR,
        unit:GM_Carbon-PER-M2-DAY,
        unit:GM_Nitrogen-PER-M2-DAY,
        unit:KiloGM-PER-HA-YR,
        unit:KiloGM-PER-M2-DAY,
        unit:KiloGM-PER-M2-SEC,
        unit:KiloGM-PER-SEC-M2,
        unit:MegaGM-PER-HA-YR,
        unit:MicroGM-PER-CentiM2-WK,
        unit:MicroGM-PER-M2-DAY,
        unit:MilliGM-PER-M2-DAY,
        unit:MilliGM-PER-M2-HR,
        unit:MilliGM-PER-M2-SEC,
        unit:NanoGM-PER-CentiM2-DAY,
        unit:TONNE-PER-HA-YR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_flux"^^xsd:anyURI ;
    qudt:latexSymbol "$j_m = \\lim\\limits_{A \\rightarrow 0}\\frac{I_m}{A}$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerAreaTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:CentiN a qudt:Unit ;
    rdfs:label "CentiNewton"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "cN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM_F a qudt:Unit ;
    rdfs:label "Gram Force"@en ;
    dcterms:description "\"Gram Force\" is a unit for  'Force' expressed as $gf$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00980665 ;
    qudt:conversionMultiplierSN 9.80665e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ;
    qudt:scalingOf unit:N ;
    qudt:symbol "gf"^^xsd:string ;
    qudt:ucumCode "gf"^^qudt:UCUMcs ;
    qudt:udunitsCode "gf"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN-PER-YR a qudt:Unit ;
    rdfs:label "inch per year"^^xsd:string ;
    dcterms:description "unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days"^^xsd:string ;
    qudt:conversionMultiplier 0.0000000008048774304763353360204831799629884 ;
    qudt:conversionMultiplierSN 8.048774e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:YR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB370"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB370"^^xsd:anyURI ;
    qudt:symbol "in/a"^^xsd:string ;
    qudt:ucumCode "[in_i].a-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaN a qudt:Unit ;
    rdfs:label "Meganewton"@en ;
    dcterms:description "1,000,000-fold of the SI derived unit newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA213"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA213"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the SI derived unit newton"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "MN"^^xsd:string ;
    qudt:ucumCode "MN"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B73"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroM-PER-MIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "micrometre per minute"@en,
        "Micrometer per Minute"@en-us ;
    dcterms:description "Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000166666667 ;
    qudt:conversionMultiplierSN 1.666667e-08 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$\\frac{\\mu m}{min}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:symbol "μm/min"^^xsd:string ;
    qudt:ucumCode "um.min-1"^^qudt:UCUMcs,
        "um/min"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Micron per Minute"@en,
        "micron per minute"@en .

unit:MicroM-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "micrometre per second"@en,
        "Micrometer per Second"@en-us ;
    dcterms:description "Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$\\frac{\\mu m}{s}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MicroM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:symbol "μm/s"^^xsd:string ;
    qudt:ucumCode "um.s-1"^^qudt:UCUMcs,
        "um/s"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroN a qudt:Unit ;
    rdfs:label "Micronewton"@en ;
    dcterms:description "0.000001-fold of the SI derived unit newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA070"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA070"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit newton"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "μN"^^xsd:string ;
    qudt:ucumCode "uN"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B92"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliDEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millidegree Celsius"@en ;
    dcterms:description "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:conversionOffset 273150.0 ;
    qudt:conversionOffsetSN 2.7315e+05 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
    qudt:guidance "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a>"^^rdf:HTML,
        "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a>"^^rdf:HTML ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
    qudt:latexDefinition "millieDegree Celsius"^^qudt:LatexString ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:DEG_C ;
    qudt:symbol "m°C"^^xsd:string ;
    qudt:ucumCode "mCel"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_F a qudt:Unit ;
    rdfs:label "Imperial Ounce Force"@en ;
    dcterms:description "\"Ounce Force\" is an Imperial unit for  'Force' expressed as $ozf$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.278013875 ;
    qudt:conversionMultiplierSN 2.780139e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA926"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA926"^^xsd:anyURI ;
    qudt:scalingOf unit:N ;
    qudt:symbol "ozf"^^xsd:string ;
    qudt:ucumCode "[ozf_av]"^^qudt:UCUMcs ;
    qudt:udunitsCode "ozf"^^xsd:string ;
    qudt:uneceCommonCode "L40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD-PER-HR a qudt:Unit ;
    rdfs:label "yard per hour"^^xsd:string ;
    dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit hour"^^xsd:string ;
    qudt:conversionMultiplier 0.000254 ;
    qudt:conversionMultiplierSN 2.54e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:YD ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB396"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB396"^^xsd:anyURI ;
    qudt:symbol "yd/h"^^xsd:string ;
    qudt:ucumCode "[yd_i].h-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M66"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD-PER-MIN a qudt:Unit ;
    rdfs:label "yard per minute"^^xsd:string ;
    dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the unit minute"^^xsd:string ;
    qudt:conversionMultiplier 0.01524 ;
    qudt:conversionMultiplierSN 1.524e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:MIN ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB395"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB395"^^xsd:anyURI ;
    qudt:symbol "yd/min"^^xsd:string ;
    qudt:ucumCode "[yd_i].min-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M65"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YD-PER-SEC a qudt:Unit ;
    rdfs:label "yard per second"^^xsd:string ;
    dcterms:description "unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^xsd:string ;
    qudt:conversionMultiplier 0.9144 ;
    qudt:conversionMultiplierSN 9.144e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:YD ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAB394"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB394"^^xsd:anyURI ;
    qudt:symbol "yd/s"^^xsd:string ;
    qudt:ucumCode "[yd_i].s-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M64"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:OptionalPriorityFilter a sh:NodeShape ;
    rdfs:label "OptionalPriorityFilter"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:filter ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:PriorityFilterNamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:filter [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:filter ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:filter ] ] ) ] ) .

bacnet:PriorityValue a sh:NodeShape ;
    rdfs:label "PriorityValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:float ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:real ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:EnumerationValue ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:enumerated ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:boolean ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:boolean ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:integer ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:integer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:double ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:double ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:characterstring ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:hexBinary ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:octetstring ] ] [ a sh:NodeShape ;
                sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:bitstring ] ;
                sh:xone ( [ sh:property [ sh:class bacnet:NamedBits ;
                                    sh:minCount 1 ;
                                    sh:path ( bacnet:bitstring [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ] ] [ sh:property [ sh:hasValue () ;
                                    sh:minCount 1 ;
                                    sh:path bacnet:bitstring ] ] [ sh:property [ sh:maxCount 0 ;
                                    sh:path bacnet:bitstring ] ] ) ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:date ;
                        sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:objectidentifier ;
                        sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:constructed-value ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DateTime ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:datetime ] ] ) .

qudtqk:ActivePower a qudt:QuantityKind ;
    rdfs:label "Active Power"@en ;
    dcterms:description """
  An $Active Power$ is, under periodic conditions, the mean value, taken over one period $T$, of the instantaneous power $p$. 
  In complex notation, $P = \\mathbf{Re} \\; \\underline{S}$, where $\\underline{S}$ is $\\textit{complex power}$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaW,
        unit:HP_Boiler,
        unit:HP_H2O,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloW,
        unit:MegaW,
        unit:MicroW,
        unit:MilliW,
        unit:NanoW,
        unit:PFERDESTAERKE,
        unit:PetaW,
        unit:PicoW,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:W ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD003"^^xsd:string ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-42"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD003"^^xsd:anyURI ;
    qudt:latexDefinition "$P = \\frac{1}{T}\\int_{0}^{T} pdt$, where $T$ is the period and $p$ is instantaneous power."^^qudt:LatexString ;
    qudt:symbol "P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ActivePower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ComplexPower,
        qudtqk:InstantaneousPower ;
    skos:broader qudtqk:ComplexPower .

qudtqk:ForcePerLength a qudt:QuantityKind ;
    rdfs:label "Force per Length"@en ;
    qudt:applicableUnit unit:CentiN-M-PER-M2,
        unit:DYN-PER-CentiM,
        unit:GigaN-M-PER-M2,
        unit:KiloGM_F-M-PER-CentiM2,
        unit:KiloLB_F-PER-FT,
        unit:KiloN-M-PER-M2,
        unit:KiloN-PER-M,
        unit:LB_F-PER-FT,
        unit:LB_F-PER-IN,
        unit:LB_F-PER-YD,
        unit:MegaN-M-PER-M2,
        unit:MicroN-M-PER-M2,
        unit:MilliN-M-PER-M2,
        unit:MilliN-PER-M,
        unit:N-M-PER-M2,
        unit:N-PER-CentiM,
        unit:N-PER-M,
        unit:N-PER-MilliM,
        unit:NanoN-M-PER-M2,
        unit:PDL-PER-IN ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerLength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:HeatFlowRate a qudt:QuantityKind ;
    rdfs:label "Heat Flow Rate"@en ;
    dcterms:description "The rate of heat flow between two systems is measured in watts (joules per second). The formula for rate of heat flow is $\\bigtriangleup Q / \\bigtriangleup t = -K \\times A \\times \\bigtriangleup T/x$, where $\\bigtriangleup Q / \\bigtriangleup t$ is the rate of heat flow; $-K$ is the thermal conductivity factor; A is the surface area; $\\bigtriangleup T$ is the change in temperature and $x$ is the thickness of the material. $\\bigtriangleup  T/ x$ is called the temperature gradient and is always negative because of the heat of flow always goes from more thermal energy to less)."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-MIN,
        unit:BTU_IT-PER-SEC,
        unit:BTU_TH-PER-HR,
        unit:BTU_TH-PER-MIN,
        unit:BTU_TH-PER-SEC,
        unit:CAL_TH-PER-MIN,
        unit:CAL_TH-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloBTU_TH-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloCAL_TH-PER-HR,
        unit:KiloCAL_TH-PER-MIN,
        unit:KiloCAL_TH-PER-SEC,
        unit:MegaBTU_IT-PER-HR,
        unit:THM_US-PER-HR,
        unit:TON_FG ;
    qudt:expression "$heat-flow-rate$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Rate_of_heat_flow"^^xsd:anyURI ;
    qudt:latexSymbol "$\\Phi$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:HeatFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Power .

qudtqk:RelativeHumidity a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Relative Humidity"@en ;
    dcterms:description """
  $\\textit{Relative Humidity}$ is the ratio of the partial pressure of water vapor in an air-water mixture to the saturated vapor pressure of water at a prescribed temperature. 
  The relative humidity of air depends not only on temperature but also on the pressure of the system of interest. 
  $$$$
  $\\textit{Relative Humidity}$ is also referred to as $\\textit{Relative Partial Pressure}$. 
  $$$$
  Relative partial pressure is often referred to as $RH$ and expressed in percent.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:PERCENT,
        unit:PERCENT_RH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_humidity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:latexDefinition "$\\varphi = p / p_{sat}$, where $p$ is partial pressure of vapour,  $p_{sat}$ is thermodynamic temperature and $V$ is its partial pressure at saturation (at the same temperature). Relative partial pressure is often referred to as $RH$ and expressed in percent. $\\textit{Relative Humidity}$ is also referred to as $\\textit{Relative Partial Pressure}$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\varphi$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:RelativeHumidity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:AbsoluteHumidity ;
    skos:altLabel "RH"^^xsd:string ;
    skos:broader qudtqk:RelativePartialPressure .

qudtqk:Viscosity a qudt:QuantityKind ;
    rdfs:label "Viscosity"@en ;
    dcterms:description "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or kinematic viscosity."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiPOISE,
        unit:DecaPOISE,
        unit:GM-PER-CentiM-SEC,
        unit:KiloGM-PER-M-DAY,
        unit:KiloGM-PER-M-HR,
        unit:KiloGM-PER-M-MIN,
        unit:KiloGM-PER-M-SEC,
        unit:LB-PER-FT-DAY,
        unit:LB-PER-FT-HR,
        unit:LB-PER-FT-MIN,
        unit:LB-PER-FT-SEC,
        unit:LB_F-SEC-PER-FT2,
        unit:LB_F-SEC-PER-IN2,
        unit:MicroPOISE,
        unit:MilliPA-SEC,
        unit:N-SEC-PER-M2,
        unit:PA-SEC,
        unit:PDL-SEC-PER-FT2,
        unit:PDL-SEC-PER-IN2,
        unit:POISE,
        unit:SLUG-PER-FT-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Viscosity"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:DynamicViscosity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:plainTextDescription "Viscosity is a measure of the resistance of a fluid which is being deformed by either shear stress or extensional stress. In general terms it is the resistance of a liquid to flow, or its \"thickness\". Viscosity describes a fluid's internal resistance to flow and may be thought of as a measure of fluid friction. [Wikipedia]. In general conversation or in non-scientific contexts, if someone refers to the viscosity of a fluid, they're likely talking about its dynamic (or absolute) viscosity. However, in engineering or scientific contexts, it's essential to clarify which type of viscosity is being discussed, as the interpretation and use of the data may differ depending on whether one is talking about dynamic or kinematic viscosity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Viscosity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:MilliN a qudt:Unit ;
    rdfs:label "Millinewton"@en ;
    dcterms:description "0.001-fold of the SI derived unit newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA793"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA793"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit newton"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "mN"^^xsd:string ;
    qudt:ucumCode "mN"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Point a owl:Class,
        sh:NodeShape ;
    rdfs:label "Point"@en ;
    rdfs:subClassOf brick:Class,
        brick:Entity ;
    sh:not [ sh:class brick:Equipment ;
            sh:message "Instances of Point cannot be Equipment." ],
        [ sh:class brick:Location ;
            sh:message "Instances of Point cannot be Locations." ],
        [ sh:class brick:Substance ;
            sh:message "Instances of Point cannot be Substances." ],
        [ sh:class brick:Quantity ;
            sh:message "Instances of Point cannot be Quantities." ],
        [ sh:class brick:Collection ;
            sh:message "Instances of Point cannot be Collections." ],
        [ sh:class brick:EntityProperty ;
            sh:message "Instances of Point cannot be EntityProperties." ] ;
    sh:property [ sh:maxCount 0 ;
            sh:message "Points cannot have locations; use 'isPointOf' instead" ;
            sh:path brick:hasLocation ],
        [ a sh:PropertyShape ;
            sh:class brick:Quantity ;
            sh:name "has quantity" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:hasQuantity ],
        [ a sh:PropertyShape ;
            sh:class brick:Substance ;
            sh:name "has substance" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:hasSubstance ],
        [ a sh:PropertyShape ;
            sh:name "is point of" ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isPointOf ],
        bsh:hasQuantityShape,
        bsh:hasSubstanceShape,
        bsh:hasUnitShape,
        bsh:hasaggregateShape,
        bsh:haselectricalComplexPowerShape,
        bsh:haselectricalFlowShape,
        bsh:haslastKnownValueShape,
        bsh:hasresolutionShape,
        bsh:isPointOfShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point .

tag:CO2 a brick:Tag ;
    rdfs:label "CO2"@en .

bacnet:OptionalUnsigned a sh:NodeShape ;
    rdfs:label "OptionalUnsigned"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:null ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:unsigned ] ] ) .

qudtqk:Torque a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "عزم محورى"@ar,
        "Torsionmoment"@de,
        "torque"@en,
        "par"@es,
        "couple"@fr,
        "coppia"@it,
        "トルク"@ja,
        "moment obrotowy"@pl,
        "momento de torção"@pt,
        "转矩"@zh ;
    dcterms:description """In physics, a torque ($\\tau$) is a vector that measures the tendency of a force to rotate an object about some axis. The magnitude of a torque is defined as force times its lever arm. Just as a force is a push or a pull, a torque can be thought of as a twist. The SI unit for torque is newton meters ($N m$). In U.S. customary units, it is measured in foot pounds (ft lbf) (also known as "pounds feet").
Mathematically, the torque on a particle (which has the position r in some reference frame) can be defined as the cross product: $τ = r x F$
where,
r is the particle's position vector relative to the fulcrum
F is the force acting on the particles,
or, more generally, torque can be defined as the rate of change of angular momentum: $τ = dL/dt$
where,
L is the angular momentum vector
t stands for time."""^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN-M,
        unit:DYN-CentiM,
        unit:DYN-M,
        unit:DeciN-M,
        unit:FT-LB_F,
        unit:IN-PDL,
        unit:KiloGM_F-M,
        unit:KiloN-M,
        unit:LB_F-FT,
        unit:LB_F-IN,
        unit:MegaN-M,
        unit:MicroN-M,
        unit:MilliN-M,
        unit:N-CentiM,
        unit:N-M,
        unit:OZ_F-IN,
        unit:PDL-FT,
        unit:PDL-IN ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Torque"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:MomentOfForce ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD200"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Torque"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD200"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\tau = M \\cdot e_Q$, where $M$ is the momentof force and $e_Q$ is a unit vector directed along a $Q-axis$ with respect to which the torque is considered."^^qudt:LatexString ;
    qudt:latexSymbol "$\\tau$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:Torque"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Drillmoment"@de,
        "momento de torsión"@es,
        "moment de torsion"@fr,
        "momento torcente"@it,
        "binârio"@pt .

unit:KiloLB_F a qudt:Unit ;
    rdfs:label "KiloPound Force"@en ;
    dcterms:description "1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4448.222 ;
    qudt:conversionMultiplierSN 4.448222e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAB232"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB232"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:LB_F ;
    qudt:symbol "klbf"^^xsd:string ;
    qudt:uneceCommonCode "M75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M-PER-SEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "متر في الثانية"@ar,
        "метър в секунда"@bg,
        "metr za sekundu"@cs,
        "Meter je Sekunde"@de,
        "μέτρο ανά δευτερόλεπτο"@el,
        "metre per second"@en,
        "Meter per Second"@en-us,
        "metro por segundo"@es,
        "متر بر ثانیه"@fa,
        "mètre par seconde"@fr,
        "מטרים לשנייה"@he,
        "मीटर प्रति सैकिण्ड"@hi,
        "metro al secondo"@it,
        "メートル毎秒"@ja,
        "metra per secundum"@la,
        "meter per saat"@ms,
        "metr na sekundę"@pl,
        "metro por segundo"@pt,
        "metru pe secundă"@ro,
        "метр в секунду"@ru,
        "meter na sekundo"@sl,
        "metre bölü saniye"@tr,
        "米每秒"@zh ;
    dcterms:description """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds.
The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s."""^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:expression "$m/s$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ElectromagneticWavePhaseSpeed,
        qudtqk:LinearVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA733"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA733"^^xsd:anyURI ;
    qudt:symbol "m/s"^^xsd:string ;
    qudt:ucumCode "m.s-1"^^qudt:UCUMcs,
        "m/s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MTS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroMOL a qudt:Unit ;
    rdfs:label "Micromole"@en ;
    dcterms:description "0.000001-fold of the SI base unit mol"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance ;
    qudt:iec61360Code "0112/2///62720#UAA093"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA093"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit mol"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:MOL ;
    qudt:symbol "μmol"^^xsd:string ;
    qudt:ucumCode "umol"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "FH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:T a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "تسلا"@ar,
        "тесла"@bg,
        "tesla"@cs,
        "Tesla"@de,
        "τέσλα"@el,
        "tesla"@en,
        "tesla"@es,
        "تسلا"@fa,
        "tesla"@fr,
        "טסלה"@he,
        "टैस्ला"@hi,
        "tesla"@hu,
        "tesla"@it,
        "テスラ"@ja,
        "tesla"@la,
        "tesla"@ms,
        "tesla"@pl,
        "tesla"@pt,
        "tesla"@ro,
        "тесла"@ru,
        "tesla"@sl,
        "tesla"@tr,
        "特斯拉"@zh ;
    dcterms:description "The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T =  V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-2} = kg \\cdot  C^{-1}\\cdot s^{-1}\\cdot A^{-1} = kg \\cdot s^{-2}\\cdot A^{-1} = N \\cdot s \\cdot C^{-1}\\cdot m^{-1}$ where, $\\\\$ $A$ = ampere, $C$=coulomb, $m$ = meter,  $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber"^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:WB ] ;
    qudt:hasQuantityKind qudtqk:MagneticField,
        qudtqk:MagneticFluxDensity ;
    qudt:iec61360Code "0112/2///62720#UAA285"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tesla?oldid=481198244"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI,
        "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1406?rskey=AzXBLd"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA285"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/tesla> ;
    qudt:siUnitsExpression "Wb/m^2"^^xsd:string ;
    qudt:symbol "T"^^xsd:string ;
    qudt:ucumCode "T"^^qudt:UCUMcs ;
    qudt:udunitsCode "T"^^xsd:string ;
    qudt:uneceCommonCode "D33"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

qudtqk:DynamicViscosity a qudt:QuantityKind ;
    rdfs:label "لزوجة"@ar,
        "viskozita"@cs,
        "dynamische Viskosität"@de,
        "dynamic viscosity"@en,
        "viscosidad dinámica"@es,
        "گرانروی دینامیکی/ویسکوزیته دینامیکی"@fa,
        "viscosité dynamique"@fr,
        "श्यानता"@hi,
        "viscosità dinamica"@it,
        "粘度"@ja,
        "Kelikatan dinamik"@ms,
        "lepkość dynamiczna"@pl,
        "viscosidade dinâmica"@pt,
        "Viscozitate dinamică"@ro,
        "динамическую вязкость"@ru,
        "dinamična viskoznost"@sl,
        "dinamik akmazlık"@tr,
        "动力粘度"@zh ;
    dcterms:description "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiPOISE,
        unit:DecaPOISE,
        unit:GM-PER-CentiM-SEC,
        unit:KiloGM-PER-M-DAY,
        unit:KiloGM-PER-M-HR,
        unit:KiloGM-PER-M-MIN,
        unit:KiloGM-PER-M-SEC,
        unit:LB-PER-FT-DAY,
        unit:LB-PER-FT-HR,
        unit:LB-PER-FT-MIN,
        unit:LB-PER-FT-SEC,
        unit:LB_F-SEC-PER-FT2,
        unit:LB_F-SEC-PER-IN2,
        unit:MicroPOISE,
        unit:MilliPA-SEC,
        unit:N-SEC-PER-M2,
        unit:PA-SEC,
        unit:PDL-SEC-PER-FT2,
        unit:PDL-SEC-PER-IN2,
        unit:POISE,
        unit:SLUG-PER-FT-SEC ;
    qudt:exactMatch qudtqk:Viscosity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD035"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD035"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Viscosity#Dynamic_viscosity"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$\\tau_{xz} = \\eta\\frac{dv_x}{dz}$, where $\\tau_{xz}$ is shear stress in a fluid moving with a velocity gradient $\\frac{dv_x}{dz}$ perpendicular to the plane of shear. "^^qudt:LatexString ;
    qudt:latexSymbol "$\\mu$"^^qudt:LatexString ;
    qudt:plainTextDescription "A measure of the molecular frictional resistance of a fluid as calculated using Newton's law."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/DYVI> ;
    rdfs:comment "Applicable units are those of quantitykind:DynamicViscosity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "viscosità di taglio"@it .

unit:GigaHZ-M a qudt:Unit ;
    rdfs:label "Gigahertz Metre"@en,
        "Gigahertz Meter"@en-us ;
    dcterms:description "product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaHZ ] ;
    qudt:hasQuantityKind qudtqk:ConductionSpeed,
        qudtqk:GroupSpeedOfSound,
        qudtqk:LinearVelocity,
        qudtqk:PhaseSpeedOfSound,
        qudtqk:SoundParticleVelocity,
        qudtqk:Speed,
        qudtqk:Velocity ;
    qudt:iec61360Code "0112/2///62720#UAA151"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA151"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre"^^xsd:string ;
    qudt:symbol "GHz·m"^^xsd:string ;
    qudt:ucumCode "GHz.m"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "متر مربع"@ar,
        "квадратен метър"@bg,
        "čtvereční metr"@cs,
        "Quadratmeter"@de,
        "τετραγωνικό μέτρο"@el,
        "square metre"@en,
        "Square Meter"@en-us,
        "metro cuadrado"@es,
        "متر مربع"@fa,
        "mètre carré"@fr,
        "מטר רבוע"@he,
        "वर्ग मीटर"@hi,
        "négyzetméter"@hu,
        "metro quadrato"@it,
        "平方メートル"@ja,
        "metrum quadratum"@la,
        "meter persegi"@ms,
        "metr kwadratowy"@pl,
        "metro quadrado"@pt,
        "metru pătrat"@ro,
        "квадратный метр"@ru,
        "kvadratni meter"@sl,
        "metrekare"@tr,
        "平方米"@zh ;
    dcterms:description "The S I unit of area is the square metre."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Square_metre"^^xsd:anyURI ;
    qudt:expression "$sq-m$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Area,
        qudtqk:HydraulicPermeability,
        qudtqk:NuclearQuadrupoleMoment ;
    qudt:iec61360Code "0112/2///62720#UAA744"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA744"^^xsd:anyURI ;
    qudt:symbol "m²"^^xsd:string ;
    qudt:ucumCode "m2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MTK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ستراديان"@ar,
        "стерадиан"@bg,
        "steradián"@cs,
        "Steradiant"@de,
        "στερακτίνιο"@el,
        "steradian"@en,
        "estereorradián"@es,
        "استرادیان"@fa,
        "stéradian"@fr,
        "סטרדיאן"@he,
        "घन मीटर"@hi,
        "szteradián"@hu,
        "steradiante"@it,
        "ステラジアン"@ja,
        "steradian"@la,
        "steradian"@ms,
        "steradian"@pl,
        "esterradiano"@pt,
        "steradian"@ro,
        "стерадиан"@ru,
        "steradian"@sl,
        "steradyan"@tr,
        "球面度"@zh ;
    dcterms:description "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SolidAngle ;
    qudt:iec61360Code "0112/2///62720#UAA986"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA986"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/steradian> ;
    qudt:symbol "sr"^^xsd:string ;
    qudt:ucumCode "sr"^^qudt:UCUMcs ;
    qudt:udunitsCode "sr"^^xsd:string ;
    qudt:uneceCommonCode "D27"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Location a owl:Class,
        sh:NodeShape ;
    rdfs:label "Location"@en ;
    rdfs:subClassOf brick:Class,
        brick:Entity,
        rec:Space ;
    owl:deprecated true ;
    sh:node [ sh:message "Location is an exclusive top class." ;
            sh:not [ sh:class brick:Point ] ],
        [ sh:message "Location is an exclusive top class." ;
            sh:not [ sh:class brick:Equipment ] ],
        [ sh:message "Location is an exclusive top class." ;
            sh:not [ sh:class brick:Substance ] ],
        [ sh:message "Location is an exclusive top class." ;
            sh:not [ sh:class brick:Quantity ] ],
        [ sh:message "Location is an exclusive top class." ;
            sh:not [ sh:class brick:Collection ] ] ;
    sh:property [ sh:message "A Location's parts should be always be Locations/Spaces." ;
            sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ;
            sh:path brick:hasPart ],
        [ sh:message "A Location's parts should be always be Locations/Spaces." ;
            sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ;
            sh:path brick:isPartOf ],
        [ sh:class brick:Equipment ;
            sh:message "Locations can be fed only by other Equipment." ;
            sh:path brick:isFedBy ],
        [ sh:class brick:Point ;
            sh:message "A Location can have Points." ;
            sh:path brick:hasPoint ],
        bsh:hasPointShape,
        bsh:hasareaShape,
        bsh:hascoordinatesShape,
        bsh:hasgrossAreaShape,
        bsh:hasnetAreaShape,
        bsh:hasthermalTransmittanceShape,
        bsh:hasvolumeShape,
        bsh:isLocationOfShape,
        bsh:isMeteredByShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Architecture" ;
    brick:hasAssociatedTag tag:Location ;
    brick:isReplacedBy rec:Architecture .

tag:Coil a brick:Tag ;
    rdfs:label "Coil"@en .

tag:Demand a brick:Tag ;
    rdfs:label "Demand"@en .

tag:Security a brick:Tag ;
    rdfs:label "Security"@en .

tag:Service a brick:Tag ;
    rdfs:label "Service"@en .

qudtqk:InformationEntropy a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Information Entropy"@en ;
    dcterms:description "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning."^^qudt:LatexString ;
    qudt:applicableUnit unit:BAN,
        unit:BIT,
        unit:BYTE,
        unit:ERLANG,
        unit:ExaBIT,
        unit:ExaBYTE,
        unit:ExbiBIT,
        unit:ExbiBYTE,
        unit:GibiBYTE,
        unit:GigaBYTE,
        unit:HART,
        unit:KibiBYTE,
        unit:KiloBYTE,
        unit:MebiBYTE,
        unit:MegaBYTE,
        unit:NAT,
        unit:PebiBIT,
        unit:PebiBYTE,
        unit:PetaBYTE,
        unit:SHANNON,
        unit:TebiBIT,
        unit:TebiBYTE,
        unit:TeraBYTE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://simple.wikipedia.org/wiki/Information_entropy"^^xsd:anyURI ;
    qudt:plainTextDescription "Information Entropy is a concept from information theory. It tells how much information there is in an event. In general, the more uncertain or random the event is, the more information it will contain. The concept of information entropy was created by a mathematician. He was named Claude Elwood Shannon. It has applications in many areas, including lossless data compression, statistical inference, cryptography and recently in other disciplines as biology, physics or machine learning."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:InformationEntropy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

qudtqk:KermaRate a qudt:QuantityKind ;
    rdfs:label "Kerma Rate"@en ;
    dcterms:description "\"Kerma Rate\" is the kerma per unit time."^^qudt:LatexString ;
    qudt:applicableUnit unit:GRAY-PER-HR,
        unit:GRAY-PER-MIN,
        unit:GRAY-PER-SEC,
        unit:MicroGRAY-PER-HR,
        unit:MicroGRAY-PER-MIN,
        unit:MicroGRAY-PER-SEC,
        unit:MicroSV-PER-MIN,
        unit:MicroSV-PER-SEC,
        unit:MilliGRAY-PER-HR,
        unit:MilliGRAY-PER-MIN,
        unit:MilliGRAY-PER-SEC,
        unit:MilliRAD_R-PER-HR,
        unit:MilliSV-PER-HR,
        unit:MilliSV-PER-MIN,
        unit:MilliSV-PER-SEC,
        unit:NanoGRAY-PER-HR,
        unit:NanoGRAY-PER-MIN,
        unit:NanoGRAY-PER-SEC,
        unit:NanoSV-PER-HR,
        unit:NanoSV-PER-MIN,
        unit:NanoSV-PER-SEC,
        unit:REM-PER-SEC,
        unit:SV-PER-HR,
        unit:SV-PER-MIN,
        unit:SV-PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Half-value_layer"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\dot{K} = \\frac{dK}{dt}$, where $K$ is the increment of kerma during time interval with duration $t$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\dot{K}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Kerma Rate\" is the kerma per unit time."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:KermaRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:GR a qudt:DimensionlessUnit,
        qudt:Unit ;
    rdfs:label "Grade"@en ;
    dcterms:description "the tangent of an angle of inclination multiplied by 100"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Grade"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Grade?oldid=485504533"^^xsd:anyURI ;
    qudt:symbol "gr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERMITTIVITY_REL a qudt:Unit ;
    rdfs:label "Relative Permittivity"@en ;
    dcterms:description """
  The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. 
  In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, 
  relative to that stored in a vacuum. 
  Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. 
  Relative permittivity is a dimensionless number that is in general complex. 
  The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium.
  $$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$$,
   where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material,
    and $\\epsilon_O$ is the vacuum permittivity.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.000000000008854187817 ;
    qudt:conversionMultiplierSN 8.854188e-12 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:anyURI ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
    qudt:symbol "εᵣ"^^xsd:string ;
    qudt:ucumCode "[eps_0]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPQ a qudt:Unit ;
    rdfs:label "part per quadrillion"^^xsd:string ;
    dcterms:description "unit of proportion equal to 10⁻¹⁶"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000001 ;
    qudt:conversionMultiplierSN 1e-16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:iec61360Code "0112/2///62720#UAD928"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD928"^^xsd:anyURI ;
    qudt:symbol "ppq"^^xsd:string ;
    qudt:ucumCode "[ppq]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSU a qudt:Unit ;
    rdfs:label "Practical Salinity Unit"@en ;
    dcterms:description "Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\"."^^rdf:HTML ;
    dcterms:source <https://unesdoc.unesco.org/ark:/48223/pf0000047932> ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Salinity#PSU"^^xsd:anyURI ;
    qudt:symbol "PSU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    rdfs:seeAlso unit:PPTH .

unit:PlanckTemperature a qudt:Unit ;
    rdfs:label "PlanckTemperature"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 141678400000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.416784e+32 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature,
        qudtqk:ThermodynamicTemperature ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
    qudt:scalingOf unit:DEG_C ;
    qudt:symbol "plancktemperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Setpoint a owl:Class,
        sh:NodeShape ;
    rdfs:label "Setpoint"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=setpoint>,
        "https://xp20.ashrae.org/terminology/index.php?term=setpoint" ;
    rdfs:subClassOf brick:Point ;
    owl:disjointWith brick:Alarm,
        brick:Command,
        brick:Parameter,
        brick:Sensor,
        brick:Status ;
    skos:definition "A Setpoint is an input value at which the desired property is set"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class bsh:LastKnownDoubleShape ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Setpoint ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Setpoint .

unit:KiloGM_F a qudt:Unit ;
    rdfs:label "Kilogram Force"@en ;
    dcterms:description "\"Kilogram Force\" is a unit for  'Force' expressed as $kgf$."^^qudt:LatexString ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ;
    qudt:exactMatch unit:KiloPOND ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA632"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA632"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:GM_F ;
    qudt:symbol "kgf"^^xsd:string ;
    qudt:ucumCode "kgf"^^qudt:UCUMcs ;
    qudt:udunitsCode "kgf"^^xsd:string ;
    qudt:uneceCommonCode "B37"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroRAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "microradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:guidance "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a>"^^rdf:HTML ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA094"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA094"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:RAD ;
    qudt:symbol "µrad"^^xsd:string ;
    qudt:ucumCode "urad"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B97"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliARCSEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Milli ArcSecond"@en ;
    dcterms:description "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation.  the milliarcsecond, abbreviated mas, is used in astronomy."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000000484813681 ;
    qudt:conversionMultiplierSN 4.848137e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:ARCSEC ;
    qudt:symbol "mas"^^xsd:string ;
    qudt:ucumCode "m''"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliRAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "milliradian"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:guidance "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a>"^^rdf:HTML ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA897"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA897"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:RAD ;
    qudt:symbol "mrad"^^xsd:string ;
    qudt:ucumCode "mrad"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPT a qudt:Unit ;
    rdfs:label "part per trillion"@en ;
    dcterms:description "trillionth of a quantity, unit of proportion equal to 10⁻¹²"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:iec61360Code "0112/2///62720#UAD927"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD927"^^xsd:anyURI ;
    qudt:symbol "ppt"^^xsd:string ;
    qudt:ucumCode "[ppt]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NX"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPTM a qudt:Unit ;
    rdfs:label "Parts per Ten Million"@en ;
    dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:symbol "PPTM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Alarm a owl:Class,
        sh:NodeShape ;
    rdfs:label "Alarm"@en ;
    rdfs:seeAlso <https://xp20.ashrae.org/terminology/index.php?term=alarm> ;
    rdfs:subClassOf brick:Point ;
    owl:disjointWith brick:Command,
        brick:Parameter,
        brick:Sensor,
        brick:Setpoint,
        brick:Status ;
    skos:definition "Alarm points are signals (either audible or visual) that alert an operator to an off-normal condition which requires some form of corrective action"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:ExceptionEvent ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Alarm ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Alarm,
        tag:Point .

tag:Building a brick:Tag ;
    rdfs:label "Building"@en .

tag:Domestic a brick:Tag ;
    rdfs:label "Domestic"@en .

tag:Filter a brick:Tag ;
    rdfs:label "Filter"@en .

tag:Position a brick:Tag ;
    rdfs:label "Position"@en .

tag:Switch a brick:Tag ;
    rdfs:label "Switch"@en .

tag:Thermal a brick:Tag ;
    rdfs:label "Thermal"@en .

qudtqk:ComplexPower a qudt:QuantityKind ;
    rdfs:label "Complex Power"@en ;
    dcterms:description """
  $\\textit{Complex Power}$, under sinusoidal conditions,
   is the product of the phasor $\\mathbf{U}$ representing the voltage between the terminals of a linear two-terminal element,
   or two-terminal circuit and the complex conjugate of the phasor $I$ representing the electric current in the element or circuit.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaVA,
        unit:GigaVA,
        unit:KiloVA,
        unit:MegaVA,
        unit:MicroVA,
        unit:MilliVA,
        unit:NanoVA,
        unit:PetaVA,
        unit:PicoVA,
        unit:TeraVA,
        unit:VA ;
    qudt:expression "$complex-power$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
    qudt:latexDefinition "$\\underline{S} = \\underline{U}\\underline{I^*}$, where $\\underline{U}$ is voltage phasor and $\\underline{I^*}$ is the complex conjugate of the current phasor."^^qudt:LatexString ;
    qudt:latexSymbol "$\\underline{S}$"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:ComplexPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricCurrentPhasor,
        qudtqk:VoltagePhasor ;
    skos:broader qudtqk:ElectricPower .

unit:ARCSEC a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ArcSecond"@en ;
    dcterms:description "\"Arc Second\" is a unit of angular measure, also called the $\\textit{second of arc}$, equal to $1/60 \\; arcminute$. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends $\\textit{double prime}$ ($''$) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds ($mas$)."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00000484813681 ;
    qudt:conversionMultiplierSN 4.848137e-06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA096"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA096"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/arcsecond> ;
    qudt:symbol "\""^^xsd:string ;
    qudt:ucumCode "''"^^qudt:UCUMcs ;
    qudt:udunitsCode "″"^^xsd:string ;
    qudt:uneceCommonCode "D62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DecaK a qudt:Unit ;
    rdfs:label "DecaK"^^xsd:string ;
    qudt:conversionMultiplier 10.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:CorrelatedColorTemperature,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature,
        qudtqk:ThermodynamicTemperature ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:K ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GON a qudt:Unit ;
    rdfs:label "Gon"@en ;
    dcterms:description "\"Gon\" is a C.G.S System unit for  'Plane Angle' expressed as $gon$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.015707963267949 ;
    qudt:conversionMultiplierSN 1.570796e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gon"^^xsd:anyURI ;
    qudt:exactMatch unit:GRAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA522"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> ;
    qudt:symbol "gon"^^xsd:string ;
    qudt:ucumCode "gon"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAD a qudt:Unit ;
    rdfs:label "Grad"@en ;
    dcterms:description "\"Grad\" is a unit for  'Plane Angle' expressed as $grad$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.015707963267949 ;
    qudt:conversionMultiplierSN 1.570796e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Grad"^^xsd:anyURI ;
    qudt:exactMatch unit:GON ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA522"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522"^^xsd:anyURI ;
    qudt:symbol "grad"^^xsd:string ;
    qudt:uneceCommonCode "A91"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MIL a qudt:Unit ;
    rdfs:label "Mil Angle (NATO)"@en ;
    dcterms:description "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000490873852 ;
    qudt:conversionMultiplierSN 4.908739e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAB205"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205"^^xsd:anyURI ;
    qudt:symbol "mil{NATO}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaK a qudt:Unit ;
    rdfs:label "MegaK"^^xsd:string ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:CorrelatedColorTemperature,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature,
        qudtqk:ThermodynamicTemperature ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:K ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OHM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "أوم"@ar,
        "ом"@bg,
        "ohm"@cs,
        "Ohm"@de,
        "ωμ"@el,
        "ohm"@en,
        "ohmio"@es,
        "اهم"@fa,
        "ohm"@fr,
        "אוהם"@he,
        "ओह्म"@hi,
        "ohm"@hu,
        "ohm"@it,
        "オーム"@ja,
        "ohmium"@la,
        "ohm"@ms,
        "om"@pl,
        "ohm"@pt,
        "ohm"@ro,
        "ом"@ru,
        "ohm"@sl,
        "ohm"@tr,
        "欧姆"@zh ;
    dcterms:description """
  The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. 
  
  It is defined as:
  
  $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$
  
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ohm"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:V ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ] ;
    qudt:hasQuantityKind qudtqk:Impedance,
        qudtqk:ModulusOfImpedance,
        qudtqk:Reactance,
        qudtqk:Resistance ;
    qudt:iec61360Code "0112/2///62720#UAA017"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA017"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/ohm> ;
    qudt:siUnitsExpression "V/A"^^xsd:string ;
    qudt:symbol "Ω"^^xsd:string ;
    qudt:ucumCode "Ohm"^^qudt:UCUMcs ;
    qudt:udunitsCode "Ω"^^xsd:string ;
    qudt:uneceCommonCode "OHM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPTH a qudt:Unit ;
    rdfs:label "Parts per thousand"@en ;
    dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:iec61360Code "0112/2///62720#UAA015"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA015"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ;
    qudt:symbol "‰"^^xsd:string ;
    qudt:ucumCode "[ppth]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NX"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "per mil"^^xsd:string .

qudtqk:Angle a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Angle"@en ;
    dcterms:description "The abstract notion of angle. Narrow concepts include plane angle and solid angle. While both plane angle and solid angle are dimensionless, they are actually length/length and area/area respectively."^^qudt:LatexString ;
    qudt:applicableUnit unit:2PiRAD,
        unit:ARCMIN,
        unit:ARCSEC,
        unit:DEG,
        unit:GON,
        unit:GRAD,
        unit:MIL,
        unit:MIN_Angle,
        unit:MicroRAD,
        unit:MilliARCSEC,
        unit:MilliRAD,
        unit:RAD,
        unit:REV ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Angle"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:PlaneAngle ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:Angle"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:DimensionlessRatio .

qudtqk:Voltage a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Voltage"@en ;
    dcterms:description """$\\textit{Voltage}$, also referred to as $\\textit{Electric Tension}$, is the difference between electrical potentials of two points. For an electric field within a medium, $U_{ab} = - \\int_{r_a}^{r_b} E . {dr}$, where $E$ is electric field strength.
For an irrotational electric field, the voltage is independent of the path between the two points $a$ and $b$."""^^qudt:LatexString ;
    qudt:applicableUnit unit:ExaV,
        unit:FemtoV,
        unit:GigaV,
        unit:KiloV,
        unit:MegaV,
        unit:MicroV,
        unit:MilliV,
        unit:NanoV,
        unit:PetaV,
        unit:PicoV,
        unit:PlanckVolt,
        unit:TeraV,
        unit:V,
        unit:V_Ab,
        unit:V_Stat ;
    qudt:exactMatch qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD237"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD237"^^xsd:anyURI ;
    qudt:latexDefinition "$U_{ab} = V_a - V_b$, where $V_a$ and $V_b$ are electric potentials at points $a$ and $b$, respectively."^^qudt:LatexString ;
    qudt:latexSymbol "$U_{ab}$"^^qudt:LatexString ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Voltage"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:ARCMIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "ArcMinute"@en ;
    dcterms:description "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. "^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.000290888209 ;
    qudt:conversionMultiplierSN 2.908882e-04 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:MIN_Angle ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA097"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/arcminute> ;
    qudt:siUnitsExpression "1"^^xsd:string ;
    qudt:symbol "'"^^xsd:string ;
    qudt:ucumCode "'"^^qudt:UCUMcs ;
    qudt:udunitsCode "′"^^xsd:string ;
    qudt:uneceCommonCode "D61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Dyne"@en ;
    dcterms:description """
  In physics, the $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. 
  The $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. 
  One $dyne$ is equal to $\\SI{10}{\\micro\\newton}$. 
  Equivalently, the $dyne$ is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. 
  A $\\textit{dyne per centimetre}$ is the unit traditionally used to measure surface tension.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dyne"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA422"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dyne?oldid=494703827"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA422"^^xsd:anyURI ;
    qudt:latexDefinition "$g\\cdot cm/s^{2}$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "dyn"^^xsd:string ;
    qudt:ucumCode "dyn"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloN a qudt:Unit ;
    rdfs:label "Kilonewton"@en ;
    dcterms:description "1 000-fold of the SI derived unit newton"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA573"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA573"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit newton"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "kN"^^xsd:string ;
    qudt:ucumCode "kN"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B47"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliK a qudt:Unit ;
    rdfs:label "MilliK"^^xsd:string ;
    qudt:conversionMultiplier 0.001 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:CorrelatedColorTemperature,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature,
        qudtqk:ThermodynamicTemperature ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:K ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL a qudt:Unit ;
    rdfs:label "Poundal"@en ;
    dcterms:description "The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.138254954376 ;
    qudt:conversionMultiplierSN 1.38255e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Poundal"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAB233"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Poundal?oldid=494626458"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB233"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> ;
    qudt:scalingOf unit:N ;
    qudt:symbol "pdl"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M76"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Water a brick:Substance ;
    rdfs:label "Water"@en ;
    skos:broader brick:Liquid ;
    skos:definition "transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C)."@en ;
    skos:narrower brick:Blowdown_Water,
        brick:Bypass_Water,
        brick:Chilled_Water,
        brick:Collection_Basin_Water,
        brick:Condenser_Water,
        brick:Deionized_Water,
        brick:Domestic_Water,
        brick:Entering_Water,
        brick:Hot_Water,
        brick:Leaving_Water,
        brick:Makeup_Water,
        brick:Potable_Water .

tag:Fire a brick:Tag ;
    rdfs:label "Fire"@en .

tag:Meter a brick:Tag ;
    rdfs:label "Meter"@en .

tag:Speed a brick:Tag ;
    rdfs:label "Speed"@en .

tag:Tank a brick:Tag ;
    rdfs:label "Tank"@en .

qudtqk:ElectricCurrent a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Electric current"^^xsd:string,
        "تيار كهربائي"@ar,
        "Електрически ток"@bg,
        "Elektrický proud"@cs,
        "elektrische Stromstärke"@de,
        "Ένταση ηλεκτρικού ρεύματος"@el,
        "electric current"@en,
        "corriente eléctrica"@es,
        "جریان الکتریکی"@fa,
        "intensité de courant électrique"@fr,
        "זרם חשמלי"@he,
        "विद्युत धारा"@hi,
        "elektromos áramerősség"@hu,
        "corrente elettrica"@it,
        "電流"@ja,
        "fluxio electrica"@la,
        "Arus elektrik"@ms,
        "prąd elektryczny"@pl,
        "corrente elétrica"@pt,
        "curent electric"@ro,
        "Сила электрического тока"@ru,
        "električni tok"@sl,
        "elektrik akımı"@tr,
        "电流"@zh ;
    dcterms:description """
  The quantity kind $\\textit{Electric Current}$ is the flow (movement) of electric charge. 
  The amount of electric current through some surface, for example, a section through a copper conductor,
   is defined as the amount of electric charge flowing through that surface over time. 
  Current is a scalar-valued quantity. 
  Electric current is one of the base quantities in the International System of Quantities, ISQ,
   on which the International System of Units, SI, is based.
  """^^rdf:HTML ;
    qudt:applicableUnit unit:A,
        unit:A_Ab,
        unit:A_Stat,
        unit:AttoA,
        unit:BIOT,
        unit:FemtoA,
        unit:GigaA,
        unit:KiloA,
        unit:MegaA,
        unit:MicroA,
        unit:MilliA,
        unit:NanoA,
        unit:PetaA,
        unit:PicoA,
        unit:PlanckCurrent,
        unit:TeraA ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electric_current"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD039"^^xsd:string ;
    qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD039"^^xsd:anyURI ;
    qudt:plainTextDescription "\"Electric Current\" is the flow (movement) of electric charge. The amount of electric current through some surface, for example, a section through a copper conductor, is defined as the amount of electric charge flowing through that surface over time. Current is a scalar-valued quantity. Electric current is one of the base quantities in the International System of Quantities, ISQ, on which the International System of Units, SI, is based. "^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELCU> ;
    qudt:symbol "I"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCurrent"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:MassPerArea a qudt:QuantityKind ;
    rdfs:label "Mass per Area"@en ;
    dcterms:description "The area density (also known as areal density, surface density, or superficial density) of a two-dimensional object is calculated as the mass per unit area. The SI derived unit is: kilogram per square metre  ($kg \\cdot m^{-2}$)."^^qudt:LatexString ;
    qudt:applicableUnit unit:GM-PER-CentiM2,
        unit:GM-PER-HA,
        unit:GM-PER-M2,
        unit:GM-PER-MilliM2,
        unit:KiloGM-PER-CentiM2,
        unit:KiloGM-PER-FT2,
        unit:KiloGM-PER-HA,
        unit:KiloGM-PER-KiloM2,
        unit:KiloGM-PER-M2,
        unit:LB-PER-AC,
        unit:LB-PER-FT2,
        unit:LB-PER-IN2,
        unit:LB-PER-YD2,
        unit:MegaGM-PER-HA,
        unit:MicroGM-PER-CentiM2,
        unit:MicroGM-PER-IN2,
        unit:MilliGM-PER-CentiM2,
        unit:MilliGM-PER-DeciM2,
        unit:MilliGM-PER-HA,
        unit:MilliGM-PER-M2,
        unit:NanoGM-PER-CentiM2,
        unit:OZ-PER-FT2,
        unit:OZ-PER-IN2,
        unit:OZ-PER-YD2,
        unit:SLUG-PER-FT2,
        unit:TONNE-PER-HA,
        unit:TON_Metric-PER-HA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Area_density"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho_A = \\frac {m} {A}$"^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho_A $"^^qudt:LatexString ;
    rdfs:comment "Applicable units are those of quantitykind:MassPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:SpecificEnergy a qudt:QuantityKind ;
    rdfs:label "Specific Energy"@en ;
    dcterms:description """
  $\\textit{Specific Energy}$ is defined as the energy per unit mass. 
  Common metric units are $J/kg$. 
  It is an intensive property. 
  Contrast this with energy, which is an extensive property. 
  There are two main types of specific energy: potential energy and specific kinetic energy. 
  Others are the $\\textit{gray}$ and $\\textit{sievert}$, which are measures for the absorption of radiation. 
  $$$$
  The concept of specific energy applies to a particular or theoretical way of extracting useful energy from the material considered that is usually implied by context. 
  These intensive properties are each symbolized by using the lower case letter of the symbol for the corresponding extensive property,
   which is symbolized by a capital letter. 
  For example, the extensive thermodynamic property enthalpy is symbolized by $H$; specific enthalpy is symbolized by $h$.
  """^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-LB,
        unit:BTU_TH-PER-LB,
        unit:CAL_IT-PER-GM,
        unit:CAL_TH-PER-GM,
        unit:ERG-PER-GM,
        unit:J-PER-GM,
        unit:J-PER-KiloGM,
        unit:KiloCAL-PER-GM,
        unit:KiloJ-PER-KiloGM,
        unit:KiloLB_F-FT-PER-LB,
        unit:MegaJ-PER-KiloGM,
        unit:MilliJ-PER-GM,
        unit:N-M-PER-KiloGM,
        unit:W-HR-PER-KiloGM ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
    qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Specific_energy"^^xsd:anyURI ;
    qudt:latexDefinition "$e = E/m$, where $E$ is energy and $m$ is mass."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/SENG> ;
    qudt:symbol "e"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Enthalpy,
        qudtqk:MassieuFunction,
        qudtqk:PlanckFunction,
        qudtqk:SpecificEnthalpy,
        qudtqk:SpecificGibbsEnergy,
        qudtqk:SpecificHelmholtzEnergy,
        qudtqk:SpecificInternalEnergy,
        unit:GRAY,
        unit:SV .

unit:KiloN-PER-M2 a qudt:Unit ;
    rdfs:label "Kilo Newton per square metre"^^xsd:string ;
    dcterms:description "1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea ;
    qudt:symbol "kN/m²"^^xsd:string ;
    qudt:ucumCode "kN.m-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

qudtqk:AbsorbedDoseRate a qudt:QuantityKind ;
    rdfs:label "Absorbed Dose Rate"@en ;
    dcterms:description "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-PER-GM-SEC,
        unit:GRAY-PER-HR,
        unit:GRAY-PER-MIN,
        unit:GRAY-PER-SEC,
        unit:MicroGRAY-PER-HR,
        unit:MicroGRAY-PER-MIN,
        unit:MicroGRAY-PER-SEC,
        unit:MicroSV-PER-HR,
        unit:MicroSV-PER-MIN,
        unit:MicroSV-PER-SEC,
        unit:MilliGRAY-PER-HR,
        unit:MilliGRAY-PER-MIN,
        unit:MilliGRAY-PER-SEC,
        unit:MilliRAD_R-PER-HR,
        unit:MilliSV-PER-HR,
        unit:MilliSV-PER-MIN,
        unit:MilliSV-PER-SEC,
        unit:MilliW-PER-MilliGM,
        unit:NanoGRAY-PER-HR,
        unit:NanoGRAY-PER-MIN,
        unit:NanoGRAY-PER-SEC,
        unit:NanoSV-PER-HR,
        unit:NanoSV-PER-MIN,
        unit:NanoSV-PER-SEC,
        unit:REM-PER-SEC,
        unit:SV-PER-HR,
        unit:SV-PER-MIN,
        unit:SV-PER-SEC,
        unit:W-PER-GM,
        unit:W-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:iec61360Code "0112/2///62720#UAD001"^^xsd:string ;
    qudt:informativeReference "http://www.answers.com/topic/absorbed-dose-rate"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD001"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
    qudt:latexDefinition "$\\dot{D} = \\frac{dD}{dt}$, where $dD$ is the increment of absorbed dose during time interval with duration $dt$."^^qudt:LatexString ;
    qudt:latexSymbol "$\\dot{D}$"^^qudt:LatexString ;
    qudt:plainTextDescription "\"Absorbed Dose Rate\" is the absorbed dose of ionizing radiation imparted at a given location per unit of time (second, minute, hour, or day)."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ABDR> ;
    rdfs:comment "Applicable units are those of quantitykind:AbsorbedDoseRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:EnergyPerArea a qudt:QuantityKind ;
    rdfs:label "Energy per Area"@en ;
    dcterms:description "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2,
        unit:BTU_TH-PER-FT2,
        unit:CAL_TH-PER-CentiM2,
        unit:CentiN-M-PER-M2,
        unit:ERG-PER-CentiM2,
        unit:FT-LB_F-PER-FT2,
        unit:FT-LB_F-PER-M2,
        unit:GigaJ-PER-M2,
        unit:GigaN-M-PER-M2,
        unit:J-PER-CentiM2,
        unit:J-PER-M2,
        unit:KiloBTU_IT-PER-FT2,
        unit:KiloCAL-PER-CentiM2,
        unit:KiloGM-PER-SEC2,
        unit:KiloN-M-PER-M2,
        unit:KiloW-HR-PER-M2,
        unit:LANGLEY,
        unit:LB_F-PER-IN,
        unit:MegaJ-PER-M2,
        unit:MegaN-M-PER-M2,
        unit:MicroN-M-PER-M2,
        unit:MilliJ-PER-M2,
        unit:MilliN-M-PER-M2,
        unit:N-M-PER-M2,
        unit:NanoN-M-PER-M2,
        unit:W-HR-PER-M2,
        unit:W-SEC-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
    qudt:informativeReference "http://www.calculator.org/property.aspx?name=energy%20per%20unit%20area"^^xsd:anyURI ;
    qudt:plainTextDescription "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:CentiBAR a qudt:Unit ;
    rdfs:label "Centibar"@en ;
    dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "cbar"^^xsd:string ;
    qudt:ucumCode "cbar"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM_H2O a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Conventional Centimetre Of Water"@en,
        "Conventional Centimeter Of Water"@en-us ;
    dcterms:description """$\\textit{Centimeter of Water}$ is a C.G.S System unit for  'Force Per Area' expressed as $cm_{H2O}$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 98.0665 ;
    qudt:conversionMultiplierSN 9.80665e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre_of_water"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA402"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA402"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre"^^xsd:string ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "cmH₂0"^^xsd:string ;
    qudt:ucumCode "cm[H2O]"^^qudt:UCUMcs ;
    qudt:udunitsCode "cmH2O"^^xsd:string,
        "cm_H2O"^^xsd:string ;
    qudt:uneceCommonCode "H78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM_H2O_4DEG_C a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "centimetre of water (4 °C)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmH₂O meets the static pressure, which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB236"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB236"^^xsd:anyURI ;
    qudt:symbol "cmH₂O (4 °C)"^^xsd:string ;
    qudt:uneceCommonCode "N14"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM_HG a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Centimetre Of Mercury"@en,
        "Centimeter Of Mercury"@en-us ;
    dcterms:description "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^rdf:HTML ;
    qudt:conversionMultiplier 1333.224 ;
    qudt:conversionMultiplierSN 1.333224e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA403"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA403"^^xsd:anyURI ;
    qudt:plainTextDescription "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^xsd:string ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "cmHg"^^xsd:string ;
    qudt:ucumCode "cm[Hg]"^^qudt:UCUMcs ;
    qudt:udunitsCode "cmHg"^^xsd:string,
        "cm_Hg"^^xsd:string ;
    qudt:uneceCommonCode "J89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CentiM_HG_0DEG_C a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "centimetre of mercury (0 °C)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB235"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB235"^^xsd:anyURI ;
    qudt:symbol "cmHg (0 °C)"^^xsd:string ;
    qudt:uneceCommonCode "N13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DYN-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Dyne per Square Centimetre"@en,
        "Dyne per Square Centimeter"@en-us ;
    dcterms:description "\"Dyne per Square Centimeter\" is a C.G.S System unit for  'Force Per Area' expressed as $dyn/cm^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:expression "$dyn/cm^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA424"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA424"^^xsd:anyURI ;
    qudt:symbol "dyn/cm²"^^xsd:string ;
    qudt:ucumCode "dyn.cm-2"^^qudt:UCUMcs,
        "dyn/cm2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D9"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FRACTION a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "Fraction"@en ;
    dcterms:description "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio,
        qudtqk:DutyCycle,
        qudtqk:OpeningRatio,
        qudtqk:Reflectance,
        qudtqk:ServiceFactor ;
    qudt:plainTextDescription "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^xsd:string ;
    qudt:symbol "÷"^^xsd:string ;
    qudt:ucumCode "{fraction}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT_H2O a qudt:Unit ;
    rdfs:label "Foot of Water"@en ;
    dcterms:description "\"Foot of Water\" is a unit for  'Force Per Area' expressed as $ftH2O$."^^qudt:LatexString ;
    qudt:conversionMultiplier 2989.067 ;
    qudt:conversionMultiplierSN 2.989067e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA463"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA463"^^xsd:anyURI ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "ftH₂0"^^xsd:string ;
    qudt:ucumCode "[ft_i'H2O]"^^qudt:UCUMcs ;
    qudt:udunitsCode "ftH2O"^^xsd:string,
        "fth2o"^^xsd:string ;
    qudt:uneceCommonCode "K24"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT_H2O_39dot2DEG_F a qudt:Unit ;
    rdfs:label "foot of water (39.2 °F)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH₂O is equivalent to the static pressure, which is generated by a head of water at a temperature 39.2°F with a height of 1 foot"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB237"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB237"^^xsd:anyURI ;
    qudt:symbol "ftH₂O (39.2 °F)"^^xsd:string ;
    qudt:uneceCommonCode "N15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT_HG a qudt:Unit ;
    rdfs:label "Foot Of Mercury"@en ;
    dcterms:description "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^rdf:HTML ;
    qudt:conversionMultiplier 40636.66 ;
    qudt:conversionMultiplierSN 4.063666e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA464"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA464"^^xsd:anyURI ;
    qudt:plainTextDescription "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^xsd:string ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "ftHg"^^xsd:string ;
    qudt:ucumCode "[ft_i'Hg]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K25"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GM_F-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Gram Force per Square Centimetre"@en,
        "Gram Force per Square Centimeter"@en-us ;
    dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ;
    qudt:conversionMultiplier 98.0665 ;
    qudt:conversionMultiplierSN 9.80665e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA510"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA510"^^xsd:anyURI ;
    qudt:plainTextDescription "A non-SI-conforming unit of pressure"^^xsd:string ;
    qudt:symbol "gf/cm²"^^xsd:string ;
    qudt:ucumCode "gf.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K31"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HA a qudt:Unit ;
    rdfs:label "Hectare"@en ;
    dcterms:description "The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hectare"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Area ;
    qudt:iec61360Code "0112/2///62720#UAA532"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hectare?oldid=494256954"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA532"^^xsd:anyURI ;
    qudt:scalingOf unit:M2 ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/hectare> ;
    qudt:symbol "ha"^^xsd:string ;
    qudt:ucumCode "har"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HAR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN_H2O a qudt:Unit ;
    rdfs:label "Inch of Water"@en ;
    dcterms:description "Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 249.080024 ;
    qudt:conversionMultiplierSN 2.4908e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_water"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA553"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA553"^^xsd:anyURI ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "inH₂0"^^xsd:string ;
    qudt:ucumCode "[in_i'H2O]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN_H2O_39dot2DEG_F a qudt:Unit ;
    rdfs:label "inch of water (39.2 °F)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB240"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB240"^^xsd:anyURI ;
    qudt:symbol "inH₂O (39.2 °F)"^^xsd:string ;
    qudt:uneceCommonCode "N18"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN_H2O_60DEG_F a qudt:Unit ;
    rdfs:label "inch of water (60 °F)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB241"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB241"^^xsd:anyURI ;
    qudt:symbol "inH₂O (60 °F)"^^xsd:string ;
    qudt:uneceCommonCode "N19"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN_HG a qudt:Unit ;
    rdfs:label "Inch of Mercury"@en ;
    dcterms:description "Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3386.389 ;
    qudt:conversionMultiplierSN 3.386389e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_mercury"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA554"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA554"^^xsd:anyURI ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "inHg"^^xsd:string ;
    qudt:ucumCode "[in_i'Hg]"^^qudt:UCUMcs ;
    qudt:udunitsCode "inHg"^^xsd:string,
        "in_Hg"^^xsd:string ;
    qudt:uneceCommonCode "F79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN_HG_32DEG_F a qudt:Unit ;
    rdfs:label "inch of mercury (32 °F)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB238"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB238"^^xsd:anyURI ;
    qudt:symbol "inHg (32 °F)"^^xsd:string ;
    qudt:uneceCommonCode "N16"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:IN_HG_60DEG_F a qudt:Unit ;
    rdfs:label "inch of mercury (60 °F)"^^xsd:string ;
    dcterms:description "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB239"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB239"^^xsd:anyURI ;
    qudt:symbol "inHg (60 °F)"^^xsd:string ;
    qudt:uneceCommonCode "N17"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBAR a qudt:Unit ;
    rdfs:label "Kilobar"@en ;
    dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100000000.0 ;
    qudt:conversionMultiplierSN 1e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB088"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB088"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "kbar"^^xsd:string ;
    qudt:ucumCode "kbar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KBA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM_F-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Kilogram Force per Square Centimetre"@en,
        "Kilogram Force per Square Centimeter"@en-us ;
    dcterms:description "\"Kilogram Force per Square Centimeter\" is a unit for  'Force Per Area' expressed as $kgf/cm^{2}$."^^qudt:LatexString ;
    qudt:conversionMultiplier 98066.5 ;
    qudt:conversionMultiplierSN 9.80665e+04 ;
    qudt:expression "$kgf/cm^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA633"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA633"^^xsd:anyURI ;
    qudt:symbol "kgf/cm²"^^xsd:string ;
    qudt:ucumCode "kgf.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E42"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM_F-PER-M2 a qudt:Unit ;
    rdfs:label "Kilogram Force per Square Metre"@en,
        "Kilogram Force per Square Meter"@en-us ;
    dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM_F ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA635"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA635"^^xsd:anyURI ;
    qudt:plainTextDescription "A non-SI-conforming unit of pressure"^^xsd:string ;
    qudt:symbol "kgf/m²"^^xsd:string ;
    qudt:ucumCode "kgf.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B40"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM_F-PER-MilliM2 a qudt:Unit ;
    rdfs:label "Kilogram Force per Square Millimetre"@en,
        "Kilogram Force per Square Millimeter"@en-us ;
    dcterms:description "A non-SI-conforming unit of pressure"^^rdf:HTML ;
    qudt:conversionMultiplier 9806650.0 ;
    qudt:conversionMultiplierSN 9.80665e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM_F ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA636"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA636"^^xsd:anyURI ;
    qudt:plainTextDescription "A non-SI-conforming unit of pressure"^^xsd:string ;
    qudt:symbol "kgf/mm²"^^xsd:string ;
    qudt:ucumCode "kgf.mm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E41"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA_A a qudt:ContextualUnit,
        qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilopascal Absolute"@en ;
    dcterms:description "$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "KPaA"^^xsd:string ;
    qudt:ucumCode "kPa{absolute}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:KiloPA .

unit:LB_F-PER-FT2 a qudt:Unit ;
    rdfs:label "Pound Force per Square Foot"@en ;
    dcterms:description "Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 47.8802631 ;
    qudt:conversionMultiplierSN 4.788026e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$lbf/ft^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA698"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA698"^^xsd:anyURI ;
    qudt:symbol "lbf/ft²"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[sft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M_H2O a qudt:Unit ;
    rdfs:label "conventional metre of water"^^xsd:string ;
    dcterms:description "not SI-conform unit of pressure, whereas a value of 1 mH₂O is equivalent to the static pressure, which is produced by one metre high watercolumn"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB362"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB362"^^xsd:anyURI ;
    qudt:symbol "mH₂0"^^xsd:string ;
    qudt:uneceCommonCode "N23"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBAR a qudt:Unit ;
    rdfs:label "Megabar"@en ;
    dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100000000000.0 ;
    qudt:conversionMultiplierSN 1e+11 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "Mbar"^^xsd:string ;
    qudt:ucumCode "Mbar"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroATM a qudt:Unit ;
    rdfs:label "Microatmospheres"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.101325 ;
    qudt:conversionMultiplierSN 1.01325e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:ATM ;
    qudt:symbol "μatm"^^xsd:string ;
    qudt:ucumCode "uatm"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroBAR a qudt:Unit ;
    rdfs:label "Microbar"@en ;
    dcterms:description "0.000001-fold of the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB089"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB089"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the unit bar"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "μbar"^^xsd:string ;
    qudt:ucumCode "ubar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroTORR a qudt:Unit ;
    rdfs:label "MicroTorr"@en ;
    dcterms:description "\"MicroTorr\" is a unit for  'Force Per Area' expressed as $microtorr$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.000133322 ;
    qudt:conversionMultiplierSN 1.33322e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:TORR ;
    qudt:symbol "µTorr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM_H2O a qudt:Unit ;
    rdfs:label "Conventional Millimetre Of Water"@en,
        "Conventional Millimeter Of Water"@en-us ;
    dcterms:description "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^rdf:HTML ;
    qudt:conversionMultiplier 9.80665 ;
    qudt:conversionMultiplierSN 9.80665e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA875"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA875"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^xsd:string ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "mmH₂0"^^xsd:string ;
    qudt:ucumCode "mm[H2O]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HP"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM_HGA a qudt:ContextualUnit,
        qudt:Unit ;
    rdfs:label "Millimetre of Mercury - Absolute"@en,
        "Millimeter of Mercury - Absolute"@en-us ;
    dcterms:description "Millimeters of Mercury inclusive of atmospheric pressure"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 133.322387415 ;
    qudt:conversionMultiplierSN 1.333224e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "mmHgA"^^xsd:string ;
    qudt:ucumCode "mm[Hg]{absolute}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:broader unit:MilliM_HG .

unit:MilliTORR a qudt:Unit ;
    rdfs:label "MilliTorr"@en ;
    dcterms:description "\"MilliTorr\" is a unit for  'Force Per Area' expressed as $utorr$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.133322 ;
    qudt:conversionMultiplierSN 1.33322e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:TORR ;
    qudt:symbol "mTorr"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-CentiM2 a qudt:Unit ;
    rdfs:label "Newton per Square Centimetre"@en,
        "Newton per Square Centimeter"@en-us ;
    dcterms:description "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB183"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB183"^^xsd:anyURI ;
    qudt:plainTextDescription "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^xsd:string ;
    qudt:symbol "N/cm²"^^xsd:string ;
    qudt:ucumCode "N.cm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "E01"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-MilliM2 a qudt:Unit ;
    rdfs:label "Newton per Square Millimetre"@en,
        "Newton per Square Millimeter"@en-us ;
    dcterms:description "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:MilliM ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA250"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA250"^^xsd:anyURI ;
    qudt:plainTextDescription "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^xsd:string ;
    qudt:symbol "N/mm²"^^xsd:string ;
    qudt:ucumCode "N.mm-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C56"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-PER-FT2 a qudt:Unit ;
    rdfs:label "Poundal per Square Foot"@en ;
    dcterms:description """
  A $\\textit{Poundal Per Square Foot}$, ($pdl/ft^2$), is a unit in the category of Pressure. 
  It is also known as poundals per square foot, poundal/square foot. 
  This unit is commonly used in the UK, US unit systems. 
  A $\\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$,
   where $M$ is mass, $L$ is length, and $T$ is time. 
   It can be converted to the corresponding standard SI unit $\\textit{Pa}$ by multiplying its value
    by a factor of 1.488163944.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.48816443 ;
    qudt:conversionMultiplierSN 1.488164e+00 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$pdl/ft^2$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB243"^^xsd:string ;
    qudt:informativeReference "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB243"^^xsd:anyURI ;
    qudt:symbol "pdl/ft²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.[sft_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N21"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckPressure a qudt:Unit ;
    rdfs:label "Planck Pressure"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 4.63309e+113 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_pressure"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM-PER-M-SEC2 ;
    qudt:symbol "planckpressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Damper a brick:Tag ;
    rdfs:label "Damper"@en .

tag:Electric a brick:Tag ;
    rdfs:label "Electric"@en .

tag:Emergency a brick:Tag ;
    rdfs:label "Emergency"@en .

tag:Medium a brick:Tag ;
    rdfs:label "Medium"@en .

tag:On a brick:Tag ;
    rdfs:label "On"@en .

tag:Power a brick:Tag ;
    rdfs:label "Power"@en .

bacnet:DeviceObjectReference a sh:NodeShape ;
    rdfs:label "DeviceObjectReference"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:device-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ] .

qudtqk:SpecificPower a qudt:QuantityKind ;
    rdfs:label "Specific Power"@en ;
    dcterms:description "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)."^^qudt:LatexString ;
    qudt:applicableUnit unit:ERG-PER-GM-SEC,
        unit:GRAY-PER-HR,
        unit:GRAY-PER-MIN,
        unit:GRAY-PER-SEC,
        unit:MicroGRAY-PER-HR,
        unit:MicroGRAY-PER-MIN,
        unit:MicroGRAY-PER-SEC,
        unit:MicroSV-PER-MIN,
        unit:MicroSV-PER-SEC,
        unit:MilliGRAY-PER-HR,
        unit:MilliGRAY-PER-MIN,
        unit:MilliGRAY-PER-SEC,
        unit:MilliRAD_R-PER-HR,
        unit:MilliSV-PER-HR,
        unit:MilliSV-PER-MIN,
        unit:MilliSV-PER-SEC,
        unit:MilliW-PER-MilliGM,
        unit:NanoGRAY-PER-HR,
        unit:NanoGRAY-PER-MIN,
        unit:NanoGRAY-PER-SEC,
        unit:NanoSV-PER-HR,
        unit:NanoSV-PER-MIN,
        unit:NanoSV-PER-SEC,
        unit:REM-PER-SEC,
        unit:SV-PER-HR,
        unit:SV-PER-MIN,
        unit:SV-PER-SEC,
        unit:W-PER-GM,
        unit:W-PER-KiloGM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ;
    qudt:informativeReference "https://en.wikipedia.org/wiki/Power-to-weight_ratio"^^xsd:anyURI ;
    qudt:plainTextDescription "Specific power, also known as power-to-weight ratio, is the amount of power output per unit mass of the power source. It is generally used to measure the performance of that power source. The higher the ratio, the more power a system produces relative to its weight. It's commonly used in the automotive and aerospace industries to compare the performance of different engines. It's generally measured in watts per kilogram (W/kg) or horsepower per pound (hp/lb)."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:SpecificPower"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "Power-to-Weight Ratio"@en .

unit:ATM_T a qudt:Unit ;
    rdfs:label "Technical Atmosphere"@en ;
    dcterms:description """
  The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. 
  The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. 
  It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. 
  Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton),
   the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. 
  In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 98066.5 ;
    qudt:conversionMultiplierSN 9.80665e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA321"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA321"^^xsd:anyURI ;
    qudt:latexDefinition "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"^^qudt:LatexString ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "at"^^xsd:string ;
    qudt:ucumCode "att"^^qudt:UCUMcs ;
    qudt:udunitsCode "at"^^xsd:string ;
    qudt:uneceCommonCode "ATT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BARAD a qudt:Unit ;
    rdfs:label "Barad"@en ;
    dcterms:description "A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:exactMatch unit:BARYE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:symbol "Ba"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BARYE a qudt:Unit ;
    rdfs:label "Barye"@en ;
    dcterms:description "<p>The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Barye"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:exactMatch unit:BARAD ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DYN ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Barye?oldid=478631158"^^xsd:anyURI ;
    qudt:latexDefinition "$g/(cm\\cdot s{2}$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> ;
    qudt:symbol "Ba"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "barad"^^xsd:string,
        "barie"^^xsd:string,
        "bary"^^xsd:string,
        "baryd"^^xsd:string,
        "baryed"^^xsd:string .

unit:CARAT a qudt:Unit ;
    rdfs:label "Carat"@en ;
    dcterms:description "The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.0002 ;
    qudt:conversionMultiplierSN 2e-04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Carat"^^xsd:anyURI ;
    qudt:expression "$Nm/ct$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB166"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Carat?oldid=477129057"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB166"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "ct"^^xsd:string ;
    qudt:ucumCode "[car_m]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CTM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "metric carat"^^xsd:string .

unit:CentiGM a qudt:Unit ;
    rdfs:label "Centigram"@en ;
    dcterms:description "0,000 01-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00001 ;
    qudt:conversionMultiplierSN 1e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB077"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB077"^^xsd:anyURI ;
    qudt:plainTextDescription "0,000 01-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "cg"^^xsd:string ;
    qudt:ucumCode "cg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CGM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DRAM_UK a qudt:Unit ;
    rdfs:label "Dram (UK)"@en ;
    dcterms:description "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is  mainly used in England, in the Netherlands and in the USA as a commercial weight"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.0017718451953125 ;
    qudt:conversionMultiplierSN 1.771845e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB181"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB181"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is  mainly used in England, in the Netherlands and in the USA as a commercial weight"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "dr{UK}"^^xsd:string ;
    qudt:ucumCode "[dr_ap]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DRI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DRAM_US a qudt:Unit ;
    rdfs:label "Dram (US)"@en ;
    dcterms:description "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0038879346 ;
    qudt:conversionMultiplierSN 3.887935e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB180"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB180"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "dr{US}"^^xsd:string ;
    qudt:ucumCode "[dr_av]"^^qudt:UCUMcs ;
    qudt:udunitsCode "dr"^^xsd:string,
        "fldr"^^xsd:string ;
    qudt:uneceCommonCode "DRA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DecaGM a qudt:Unit ;
    rdfs:label "Decagram"@en ;
    dcterms:description "0.01-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB075"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB075"^^xsd:anyURI ;
    qudt:plainTextDescription "0.01-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "dag"^^xsd:string ;
    qudt:ucumCode "dag"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DJ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciBAR a qudt:Unit ;
    rdfs:label "Decibar"@en ;
    dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 10000.0 ;
    qudt:conversionMultiplierSN 1e+04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "dbar"^^xsd:string ;
    qudt:ucumCode "dbar"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciGM a qudt:Unit ;
    rdfs:label "Decigram"@en ;
    dcterms:description "0.0001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0001 ;
    qudt:conversionMultiplierSN 1e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB076"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB076"^^xsd:anyURI ;
    qudt:plainTextDescription "0.0001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "dg"^^xsd:string ;
    qudt:ucumCode "dg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DG"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:EarthMass a qudt:Unit ;
    rdfs:label "Earth mass"@en ;
    dcterms:description "Earth mass ($M_{\\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\\oplus} = 5.9722 \\times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively."^^qudt:LatexString ;
    qudt:conversionMultiplier 5972190000000000000000000.0 ;
    qudt:conversionMultiplierSN 5.97219e+24 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Earth_mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885"^^xsd:anyURI ;
    qudt:latexDefinition """One Earth mass can be converted to related units:

81.3 Lunar mass (ML)
0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1]
0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3]
0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4]
0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)"""^^qudt:LatexString ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "M⊕"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoBAR a qudt:Unit ;
    rdfs:label "Hectobar"@en ;
    dcterms:description "100-fold of the unit bar"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 10000000.0 ;
    qudt:conversionMultiplierSN 1e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB087"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB087"^^xsd:anyURI ;
    qudt:plainTextDescription "100-fold of the unit bar"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Hecto> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "hbar"^^xsd:string ;
    qudt:ucumCode "hbar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HBA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_T a qudt:Unit ;
    rdfs:label "Pound Troy"@en ;
    dcterms:description "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.3732417216 ;
    qudt:conversionMultiplierSN 3.732417e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB197"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB197"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "lbt"^^xsd:string ;
    qudt:ucumCode "[lb_tr]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "LBT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LunarMass a qudt:Unit ;
    rdfs:label "Lunar mass"@en ;
    qudt:conversionMultiplier 73460000000000000000000.0 ;
    qudt:conversionMultiplierSN 7.346e+22 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Moon"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Moon?oldid=494566371"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "M☾"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOMME_Pearl a qudt:Unit ;
    rdfs:label "Momme (pearl)"^^xsd:string ;
    dcterms:description "unit momme (pearl) specifically expresses the mass of cultured pearls"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB598"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB598"^^xsd:anyURI ;
    qudt:symbol "momme (pearl)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MOMME_Textile a qudt:Unit ;
    rdfs:label "Momme (textile)"^^xsd:string ;
    dcterms:description "unit momme (textile) specifically express the weight of one square metre of silk"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB599"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB599"^^xsd:anyURI ;
    qudt:symbol "momme (textile)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaTON a qudt:Unit ;
    rdfs:label "megaton"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit ton"^^xsd:string ;
    qudt:conversionMultiplier 907184740.0 ;
    qudt:conversionMultiplierSN 9.071847e+08 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:TON ;
    qudt:symbol "Mtn"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM_HG a qudt:Unit ;
    rdfs:label "Millimetre of Mercury"@en,
        "Millimeter of Mercury"@en-us ;
    dcterms:description "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 133.322387415 ;
    qudt:conversionMultiplierSN 1.333224e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA876"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA876"^^xsd:anyURI ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "mmHg"^^xsd:string ;
    qudt:ucumCode "mm[Hg]"^^qudt:UCUMcs ;
    qudt:udunitsCode "mmHg"^^xsd:string,
        "mm_Hg"^^xsd:string,
        "mm_hg"^^xsd:string,
        "mmhg"^^xsd:string ;
    qudt:uneceCommonCode "HN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_TROY a qudt:Unit ;
    rdfs:label "Ounce Troy"@en ;
    dcterms:description "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0311034768 ;
    qudt:conversionMultiplierSN 3.110348e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB082"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB082"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "oz{Troy}"^^xsd:string ;
    qudt:ucumCode "[oz_tr]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "APZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PDL-PER-IN2 a qudt:Unit ;
    rdfs:label "poundal per square inch"^^xsd:string ;
    dcterms:description "non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)"^^xsd:string ;
    qudt:conversionMultiplier 214.295607874015748031496062992126 ;
    qudt:conversionMultiplierSN 2.142956e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfLinearSubgradeReaction,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB427"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB427"^^xsd:anyURI ;
    qudt:symbol "pdl/in²"^^xsd:string ;
    qudt:ucumCode "[lb_av].[ft_i].s-2.[in_i]-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N26"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PFUND a qudt:Unit ;
    rdfs:label "pfund"^^xsd:string ;
    dcterms:description "outdated unit of the mass in Germany"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB387"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB387"^^xsd:anyURI ;
    qudt:symbol "pfd"^^xsd:string ;
    qudt:uneceCommonCode "M86"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Quarter_UK a qudt:Unit ;
    rdfs:label "Quarter (UK)"@en ;
    dcterms:description "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 12.70058636 ;
    qudt:conversionMultiplierSN 1.270059e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB202"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB202"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "quarter"^^xsd:string ;
    qudt:ucumCode "28.[lb_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "QTR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:REV a qudt:Unit ;
    rdfs:label "Revolution"@en ;
    dcterms:description "\"Revolution\" is a unit for  'Plane Angle' expressed as $rev$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 6.28318531 ;
    qudt:conversionMultiplierSN 6.283185e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Revolution"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAB206"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB206"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> ;
    qudt:symbol "rev"^^xsd:string ;
    qudt:uneceCommonCode "M44"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SolarMass a qudt:Unit ;
    rdfs:label "Solar mass"@en ;
    dcterms:description "The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\\odot}$ is also common. The solar mass, $1.98844 \\times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation."^^qudt:LatexString ;
    qudt:conversionMultiplier 1988435000000000000000000000000.0 ;
    qudt:conversionMultiplierSN 1.988435e+30 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Solar_mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "S"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Stone_UK a qudt:Unit ;
    rdfs:label "Stone (UK)"@en ;
    dcterms:description "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 6.35029318 ;
    qudt:conversionMultiplierSN 6.350293e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB081"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB081"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "st{UK}"^^xsd:string ;
    qudt:ucumCode "[stone_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "STI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Assay a qudt:Unit ;
    rdfs:label "Assay Ton"@en ;
    dcterms:description "In the United States, a unit of mass, approximately $29.167\\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.02916667 ;
    qudt:conversionMultiplierSN 2.916667e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB234"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB234"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Ton#Other_units_of_mass/weight"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "AT"^^xsd:string ;
    qudt:uneceCommonCode "M85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

<https://brickschema.org/schema/1.4/Brick> a owl:Ontology ;
    rdfs:label "Brick" ;
    dcterms:creator ( [ a sdo:Person ;
                sdo:email "gtfierro@mines.edu" ;
                sdo:name "Gabe Fierro" ] [ a sdo:Person ;
                sdo:email "jbkoh@eng.ucsd.edu" ;
                sdo:name "Jason Koh" ] ) ;
    dcterms:issued "2016-11-16" ;
    dcterms:license <https://github.com/BrickSchema/brick/blob/master/LICENSE> ;
    dcterms:modified "2025-05-01" ;
    dcterms:publisher [ a sdo:Consortium ;
            sdo:legalName "Brick Consortium, Inc" ;
            sdo:sameAs <https://brickschema.org/consortium/> ] ;
    rdfs:isDefinedBy <https://brickschema.org/schema/1.4/Brick> ;
    rdfs:seeAlso <https://brickschema.org> ;
    owl:versionInfo "1.4.4" ;
    sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
            sh:prefix "rdfs" ],
        [ sh:namespace "https://w3id.org/rec#"^^xsd:anyURI ;
            sh:prefix "rec" ],
        [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
            sh:prefix "rdf" ],
        [ sh:namespace "https://brickschema.org/schema/Brick#"^^xsd:anyURI ;
            sh:prefix "brick" ],
        [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ;
            sh:prefix "ref" ],
        [ sh:namespace "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ;
            sh:prefix "xsd" ],
        [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
            sh:prefix "sh" ],
        [ sh:namespace "http://data.ashrae.org/standard223#"^^xsd:anyURI ;
            sh:prefix "s223" ],
        [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ;
            sh:prefix "owl" ],
        [ sh:namespace "https://brickschema.org/schema/Brick/ref#"^^xsd:anyURI ;
            sh:prefix "ref"^^xsd:string ],
        [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ;
            sh:prefix "owl"^^xsd:string ],
        [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
            sh:prefix "rdfs"^^xsd:string ],
        [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
            sh:prefix "rdf"^^xsd:string ],
        [ sh:namespace "http://www.w3.org/ns/shacl#"^^xsd:anyURI ;
            sh:prefix "sh"^^xsd:string ],
        [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
            sh:prefix "rdf"^^xsd:string ] .

qudtqk:Area a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Area"^^xsd:string,
        "مساحة"@ar,
        "Площ"@bg,
        "plocha"@cs,
        "Fläche"@de,
        "Ταχύτητα"@el,
        "area"@en,
        "área"@es,
        "مساحت"@fa,
        "aire"@fr,
        "שטח"@he,
        "क्षेत्रफल"@hi,
        "area"@it,
        "面積"@ja,
        "Keluasan"@ms,
        "pole powierzchni"@pl,
        "área"@pt,
        "arie"@ro,
        "Площадь"@ru,
        "površina"@sl,
        "alan"@tr,
        "面积"@zh ;
    dcterms:description "Area is a quantity expressing the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC,
        unit:ARE,
        unit:BARN,
        unit:CentiM2,
        unit:DecaARE,
        unit:DeciM2,
        unit:FT2,
        unit:HA,
        unit:IN2,
        unit:KiloM2,
        unit:KiloMIL_Circ,
        unit:M2,
        unit:MI2,
        unit:MIL_Circ,
        unit:MI_US2,
        unit:MicroM2,
        unit:MilliM2,
        unit:NanoM2,
        unit:PlanckArea,
        unit:YD2 ;
    qudt:baseCGSUnitDimensions "cm^2"^^xsd:string ;
    qudt:baseSIUnitDimensions "$m^2$"^^qudt:LatexString ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Area"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD182"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD182"^^xsd:anyURI ;
    qudt:plainTextDescription "Area is a quantity expressing the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/AREA> ;
    rdfs:comment "Applicable units are those of quantitykind:Area"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "superficie"@fr .

qudtqk:ThermalEnergy a qudt:QuantityKind ;
    rdfs:label "Thermal Energy"@en ;
    dcterms:description "\"Thermal Energy\" is the portion of the thermodynamic or internal energy of a system that is responsible for the temperature of the system. From a macroscopic thermodynamic description, the thermal energy of a system is given by its constant volume specific heat capacity C(T), a temperature coefficient also called thermal capacity, at any given absolute temperature (T): $U_{thermal} = C(T) \\cdot T$."^^qudt:LatexString ;
    qudt:applicableUnit unit:BTU_39DEG_F,
        unit:BTU_59DEG_F,
        unit:BTU_60DEG_F,
        unit:BTU_IT,
        unit:BTU_MEAN,
        unit:BTU_TH,
        unit:CAL_15_DEG_C,
        unit:CAL_20DEG_C,
        unit:CAL_IT,
        unit:CAL_MEAN,
        unit:CAL_TH,
        unit:GigaJ,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloCAL_IT,
        unit:KiloCAL_Mean,
        unit:KiloCAL_TH,
        unit:KiloJ,
        unit:MegaBTU_IT,
        unit:MegaJ,
        unit:NanoJ,
        unit:PicoJ,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TON_FG-HR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Thermal_energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD191"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Thermal_energy"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD191"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:ThermalEnergy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Energy .

unit:CWT_LONG a qudt:Unit ;
    rdfs:label "Long Hundred Weight"@en ;
    dcterms:description "\"Hundred Weight - Long\" is a unit for  'Mass' expressed as $cwt$."^^qudt:LatexString ;
    qudt:conversionMultiplier 50.80235 ;
    qudt:conversionMultiplierSN 5.080235e+01 ;
    qudt:exactMatch unit:Hundredweight_UK ;
    qudt:expression "$cwt long$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "cwt{long}"^^xsd:string ;
    qudt:ucumCode "[lcwt_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CWI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "British hundredweight"^^xsd:string .

unit:CWT_SHORT a qudt:Unit ;
    rdfs:label "Hundred Weight - Short"@en ;
    dcterms:description "\"Hundred Weight - Short\" is a unit for  'Mass' expressed as $cwt$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 45.359237 ;
    qudt:conversionMultiplierSN 4.535924e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:Hundredweight_US ;
    qudt:expression "$cwt$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "cwt{short}"^^xsd:string ;
    qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "U.S. hundredweight"^^xsd:string .

unit:DecaPA a qudt:Unit ;
    rdfs:label "Decapascal"@en ;
    dcterms:description "10-fold of the derived SI unit pascal"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB375"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB375"^^xsd:anyURI ;
    qudt:plainTextDescription "10-fold of the derived SI unit pascal"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "daPa"^^xsd:string ;
    qudt:ucumCode "daPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H75"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciTONNE a qudt:Unit ;
    rdfs:label "DeciTonne"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:exactMatch unit:DeciTON_Metric ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:TONNE ;
    qudt:symbol "dt"^^xsd:string ;
    qudt:uneceCommonCode "DTN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DeciTON_Metric a qudt:Unit ;
    rdfs:label "Metric DeciTON"@en ;
    dcterms:description "100-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:exactMatch unit:DeciTONNE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB078"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB078"^^xsd:anyURI ;
    qudt:plainTextDescription "100-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:TON_Metric ;
    qudt:symbol "dt"^^xsd:string ;
    qudt:ucumCode "dt"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DTN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Hundredweight_UK a qudt:Unit ;
    rdfs:label "Hundredweight (UK)"@en ;
    dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 50.80235 ;
    qudt:conversionMultiplierSN 5.080235e+01 ;
    qudt:exactMatch unit:CWT_LONG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA405"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA405"^^xsd:anyURI ;
    qudt:plainTextDescription "out of use unit of the mass according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "cwt{long}"^^xsd:string ;
    qudt:ucumCode "[lcwt_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CWI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:Hundredweight_US a qudt:Unit ;
    rdfs:label "Hundredweight (US)"@en ;
    dcterms:description "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 45.359237 ;
    qudt:conversionMultiplierSN 4.535924e+01 ;
    qudt:exactMatch unit:CWT_SHORT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA406"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA406"^^xsd:anyURI ;
    qudt:plainTextDescription "out of use unit of the mass according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "cwt{short}"^^xsd:string ;
    qudt:ucumCode "[scwt_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CWA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KIP_F-PER-IN2 a qudt:Unit ;
    rdfs:label "Kip per Square Inch"@en ;
    dcterms:description "\"Kip per Square Inch\" is a unit for  'Force Per Area' expressed as $kip/in^{2}$."^^qudt:LatexString ;
    qudt:conversionMultiplier 6894757.89 ;
    qudt:conversionMultiplierSN 6.894758e+06 ;
    qudt:expression "$kip/in^{2}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KIP_F ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB242"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB242"^^xsd:anyURI ;
    qudt:symbol "kip/in²"^^xsd:string ;
    qudt:ucumCode "k[lbf_av].[in_i]-2"^^qudt:UCUMcs ;
    qudt:udunitsCode "ksi"^^xsd:string ;
    qudt:uneceCommonCode "N20"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLB a qudt:Unit ;
    rdfs:label "KiloLB"^^xsd:string ;
    qudt:conversionMultiplier 453.59237 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:LB ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloLB_F-PER-IN2 a qudt:Unit ;
    rdfs:label "Kilopound Force per Square Inch"@en ;
    dcterms:description "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6894757.89 ;
    qudt:conversionMultiplierSN 6.894758e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloLB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB138"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB138"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ;
    qudt:symbol "klbf/in²"^^xsd:string ;
    qudt:ucumCode "k[lbf_av].[sin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "84"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloTON_Metric a qudt:Unit ;
    rdfs:label "Metric KiloTON"@en ;
    dcterms:description "1 000 000-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:exactMatch unit:KiloTONNE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB080"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB080"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:TON_Metric ;
    qudt:symbol "kt"^^xsd:string ;
    qudt:ucumCode "kt"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KTN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_M a qudt:Unit ;
    rdfs:label "Pound Mass"@en ;
    dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.45359237 ;
    qudt:conversionMultiplierSN 4.535924e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:LB ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "lbm"^^xsd:string ;
    qudt:ucumCode "[lb_av]"^^qudt:UCUMcs ;
    qudt:udunitsCode "lb"^^xsd:string ;
    qudt:uneceCommonCode "LBR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPSI a qudt:Unit ;
    rdfs:label "MPSI"@en ;
    dcterms:description "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units."^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6894757800.0 ;
    qudt:conversionMultiplierSN 6.894758e+09 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:plainTextDescription "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units."^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:PSI ;
    qudt:symbol "Mpsi"^^xsd:string ;
    qudt:ucumCode "[Mpsi]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaTONNE a qudt:Unit ;
    rdfs:label "megatonne"^^xsd:string ;
    dcterms:description "1,000,000-fold of the unit tonne"^^xsd:string ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB833"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB833"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:TONNE ;
    qudt:symbol "Mt"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroPA a qudt:Unit ;
    rdfs:label "Micropascal"@en ;
    dcterms:description "0.000001-fold of the SI derived unit pascal"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA073"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA073"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit pascal"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "μPa"^^xsd:string ;
    qudt:ucumCode "uPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B96"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ_M a qudt:Unit ;
    rdfs:label "Ounce Mass"@en ;
    dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.028349523125 ;
    qudt:conversionMultiplierSN 2.834952e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:OZ ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "oz"^^xsd:string ;
    qudt:ucumCode "[oz_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "ONZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckMass a qudt:Unit ;
    rdfs:label "Planck Mass"@en ;
    dcterms:description "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx  1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx  4.341 \\times 10 kg = 2.435  \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 0.0000000217644 ;
    qudt:conversionMultiplierSN 2.17644e-08 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
    qudt:latexDefinition "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ;
    qudt:latexSymbol "$m_P$"^^qudt:LatexString ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "planckmass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Band a brick:Tag ;
    rdfs:label "Band"@en .

tag:ICT a brick:Tag ;
    rdfs:label "ICT"@en .

qudtqk:Force a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "وحدة القوة في نظام متر كيلوغرام ثانية"@ar,
        "сила"@bg,
        "Síla"@cs,
        "Kraft"@de,
        "Δύναμη"@el,
        "force"@en,
        "fuerza"@es,
        "نیرو"@fa,
        "force"@fr,
        "כוח"@he,
        "बल"@hi,
        "erő"@hu,
        "forza"@it,
        "力"@ja,
        "vis"@la,
        "Daya"@ms,
        "siła"@pl,
        "força"@pt,
        "forță"@ro,
        "Сила"@ru,
        "sila"@sl,
        "kuvvet"@tr,
        "力"@zh ;
    dcterms:description "\"Force\" is an influence that causes mass to accelerate. It may be experienced as a lift, a push, or a pull. Force is defined by Newton's Second Law as $F = m \\times a $, where $F$ is force, $m$ is mass and $a$ is acceleration. Net force is mathematically equal to the time rate of change of the momentum of the body on which it acts. Since momentum is a vector quantity (has both a magnitude and direction), force also is a vector quantity."^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiN,
        unit:DYN,
        unit:DeciN,
        unit:GM_F,
        unit:GigaN,
        unit:KIP_F,
        unit:KiloGM-M-PER-SEC2,
        unit:KiloGM_F,
        unit:KiloLB_F,
        unit:KiloN,
        unit:KiloPOND,
        unit:LB_F,
        unit:MegaLB_F,
        unit:MegaN,
        unit:MicroN,
        unit:MilliN,
        unit:N,
        unit:NanoN,
        unit:OZ_F,
        unit:PDL,
        unit:POND,
        unit:PlanckForce,
        unit:TON_F_US ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Force"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD054"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Force"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD054"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
    qudt:latexDefinition "$F = \\frac{dp}{dt}$, where $F$ is the resultant force acting on a body, $p$ is momentum of a body, and $t$ is time."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/FORC> ;
    qudt:symbol "F"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Force"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "भार"@hi .

unit:ATM a qudt:Unit ;
    rdfs:label "Standard Atmosphere"@en ;
    dcterms:description """
  The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure.
  For practical purposes it has been replaced by the bar which is $100 kPa$. 
  The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 101325.0 ;
    qudt:conversionMultiplierSN 1.01325e+05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA322"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atmosphere_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA322"^^xsd:anyURI ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "atm"^^xsd:string ;
    qudt:ucumCode "atm"^^qudt:UCUMcs ;
    qudt:udunitsCode "atm"^^xsd:string ;
    qudt:uneceCommonCode "ATM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:DWT a qudt:Unit ;
    rdfs:label "Penny Weight"@en ;
    dcterms:description "\"Penny Weight\" is a unit for  'Mass' expressed as $dwt$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00155517384 ;
    qudt:conversionMultiplierSN 1.555174e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pennyweight"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:PENNYWEIGHT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "dwt"^^xsd:string ;
    qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DWT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "dryquartus"^^xsd:string .

unit:FemtoGM a qudt:Unit ;
    rdfs:label "FemtoGram"@en ;
    dcterms:description "0.000000000000001-fold of the unit gram"^^xsd:string ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB834"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB834"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "fg"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaPA a qudt:Unit ;
    rdfs:label "Gigapascal"@en ;
    dcterms:description "1,000,000,000-fold of the SI derived unit pascal"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA153"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA153"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit pascal"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "GPa"^^xsd:string ;
    qudt:ucumCode "GPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A89"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HZ a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "هرتز"@ar,
        "херц"@bg,
        "hertz"@cs,
        "Hertz"@de,
        "χερτζ"@el,
        "hertz"@en,
        "hercio"@es,
        "هرتز"@fa,
        "hertz"@fr,
        "הרץ"@he,
        "हर्ट्ज"@hi,
        "hertz"@hu,
        "hertz"@it,
        "ヘルツ"@ja,
        "hertzium"@la,
        "hertz"@ms,
        "herc"@pl,
        "hertz"@pt,
        "hertz"@ro,
        "герц"@ru,
        "hertz"@sl,
        "hertz"@tr,
        "赫兹"@zh ;
    dcterms:description """
  $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. 
  One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. 
  The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:CYC-PER-SEC,
        unit:PER-SEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Frequency,
        qudtqk:RotationalFrequency,
        qudtqk:RotationalVelocity ;
    qudt:iec61360Code "0112/2///62720#UAA170"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA170"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/hertz> ;
    qudt:symbol "Hz"^^xsd:string ;
    qudt:ucumCode "Hz"^^qudt:UCUMcs ;
    qudt:udunitsCode "Hz"^^xsd:string ;
    qudt:uneceCommonCode "HTZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoGM a qudt:Unit ;
    rdfs:label "Hectogram"@en ;
    dcterms:description "0.1-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB079"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB079"^^xsd:anyURI ;
    qudt:plainTextDescription "0.1-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Hecto> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "hg"^^xsd:string ;
    qudt:ucumCode "hg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HGM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM-PER-M-SEC2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilograms per metre square second"@en ;
    dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ;
    qudt:exactMatch unit:N-PER-M2,
        unit:PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:siUnitsExpression "kg/m/s^2"^^xsd:string ;
    qudt:symbol "kg/(m·s²)"^^xsd:string ;
    qudt:ucumCode "kg.m-1.s-2"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloTONNE a qudt:Unit ;
    rdfs:label "KiloTonne"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:exactMatch unit:KiloTON_Metric ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:TONNE ;
    qudt:symbol "kt"^^xsd:string ;
    qudt:uneceCommonCode "KTN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LB_F-PER-IN2 a qudt:Unit ;
    rdfs:label "Pound Force per Square Inch"@en ;
    dcterms:description "\"Pound Force per Square Inch\" is an Imperial unit for  'Force Per Area' expressed as $psia$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6894.75789 ;
    qudt:conversionMultiplierSN 6.894758e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pounds_per_square_inch"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:PSI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA701"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA701"^^xsd:anyURI ;
    qudt:symbol "lbf/in²"^^xsd:string ;
    qudt:ucumCode "[lbf_av].[sin_i]-1"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "PS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:M3 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "متر مكعب"@ar,
        "кубичен метър"@bg,
        "metr krychlový"@cs,
        "Kubikmeter"@de,
        "κυβικό μετρο"@el,
        "cubic metre"@en,
        "Cubic Meter"@en-us,
        "metro cúbico"@es,
        "متر مکعب"@fa,
        "mètre cube"@fr,
        "מטר מעוקב"@he,
        "घन मीटर"@hi,
        "metro cubo"@it,
        "立方メートル"@ja,
        "metrum cubicum"@la,
        "meter kubik"@ms,
        "metr sześcienny"@pl,
        "metro cúbico"@pt,
        "metru cub"@ro,
        "кубический метр"@ru,
        "kubični meter"@sl,
        "metreküp"@tr,
        "立方米"@zh ;
    dcterms:description "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cubic_metre"^^xsd:anyURI ;
    qudt:expression "$m^{3}$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:SectionModulus,
        qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA757"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA757"^^xsd:anyURI ;
    qudt:symbol "m³"^^xsd:string ;
    qudt:ucumCode "m3"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MTQ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:N-PER-M2 a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Newtons per Square Metre"@en,
        "Newtons per Square Meter"@en-us ;
    dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ;
    qudt:exactMatch unit:KiloGM-PER-M-SEC2,
        unit:PA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfLinearSubgradeReaction,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA247"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA247"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:siUnitsExpression "N/m^2"^^xsd:string ;
    qudt:symbol "N/m²"^^xsd:string ;
    qudt:ucumCode "N.m-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PENNYWEIGHT a qudt:Unit ;
    rdfs:label "Pennyweight"@en ;
    dcterms:description "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ;
    qudt:conversionMultiplier 0.00155517384 ;
    qudt:conversionMultiplierSN 1.555174e-03 ;
    qudt:exactMatch unit:DWT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB182"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182"^^xsd:anyURI ;
    qudt:plainTextDescription "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^xsd:string ;
    qudt:symbol "dwt"^^xsd:string ;
    qudt:ucumCode "[pwt_tr]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DWT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_LONG a qudt:Unit ;
    rdfs:label "Long Ton"@en ;
    dcterms:description """<p>Long ton (weight ton or imperial ton) is the name for the unit called the "ton" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).</p>
<p>It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons)."""^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 1016.0469088 ;
    qudt:conversionMultiplierSN 1.016047e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:exactMatch unit:TON_UK ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB009"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Long_ton"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "t{long}"^^xsd:string ;
    qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "LTN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TORR a qudt:Unit ;
    rdfs:label "Torr"@en ;
    dcterms:description "<p>The \\textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed."^^rdf:HTML ;
    qudt:conversionMultiplier 133.322 ;
    qudt:conversionMultiplierSN 1.33322e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAB022"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB022"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "Torr"^^xsd:string ;
    qudt:uneceCommonCode "UA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Differential_Pressure a brick:Quantity ;
    rdfs:label "Differential Pressure"@en ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:isDeltaQuantity true ;
    skos:narrower brick:Differential_Dynamic_Pressure,
        brick:Differential_Static_Pressure .

unit:AMU a qudt:Unit ;
    rdfs:label "Atomic mass unit"@en ;
    dcterms:description "The $\\textit{Unified Atomic Mass Unit}$ (symbol: $\\mu$) or $\\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$.  One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\\textit{\"non-SI unit whose values in SI units must be obtained experimentally\"}$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ;
    qudt:conversionMultiplierSN 1.660539e-27 ;
    qudt:exactMatch unit:DA,
        unit:U ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "amu"^^xsd:string ;
    qudt:ucumCode "u"^^qudt:UCUMcs ;
    qudt:udunitsCode "u"^^xsd:string ;
    qudt:uneceCommonCode "D43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaGM a qudt:Unit ;
    rdfs:label "Megagram"@en ;
    dcterms:description "1 000-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA228"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA228"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "Mg"^^xsd:string ;
    qudt:ucumCode "Mg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "2U"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_UK a qudt:Unit ;
    rdfs:label "Ton (UK)"@en ;
    dcterms:description "traditional Imperial unit for mass of cargo, especially in the shipping sector"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 1016.0469088 ;
    qudt:conversionMultiplierSN 1.016047e+03 ;
    qudt:exactMatch unit:TON_LONG ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB009"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the mass according to the Imperial system of units"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "ton{UK}"^^xsd:string ;
    qudt:ucumCode "[lton_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "LTN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:U a qudt:Unit ;
    rdfs:label "Unified Atomic Mass Unit"@en ;
    dcterms:description "The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \\times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.00000000000000000000000000166053878283 ;
    qudt:conversionMultiplierSN 1.660539e-27 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ;
    qudt:exactMatch unit:AMU,
        unit:DA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB083"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB083"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "u"^^xsd:string ;
    qudt:ucumCode "u"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D43"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Energy a brick:Tag ;
    rdfs:label "Energy"@en .

tag:Integral a brick:Tag ;
    rdfs:label "Integral"@en .

tag:Mode a brick:Tag ;
    rdfs:label "Mode"@en .

tag:Storage a brick:Tag ;
    rdfs:label "Storage"@en .

qudtqk:PowerPerArea a qudt:QuantityKind ;
    rdfs:label "Power Per Area"@en ;
    qudt:applicableUnit unit:BTU_IT-PER-FT2-HR,
        unit:BTU_IT-PER-FT2-SEC,
        unit:BTU_IT-PER-HR-FT2,
        unit:BTU_IT-PER-IN2-SEC,
        unit:BTU_IT-PER-SEC-FT2,
        unit:BTU_TH-PER-FT2-HR,
        unit:BTU_TH-PER-FT2-MIN,
        unit:BTU_TH-PER-FT2-SEC,
        unit:CAL_TH-PER-CentiM2-MIN,
        unit:CAL_TH-PER-CentiM2-SEC,
        unit:ERG-PER-CentiM2-SEC,
        unit:FT-LB_F-PER-FT2-SEC,
        unit:J-PER-CentiM2-DAY,
        unit:KiloCAL-PER-CentiM2-MIN,
        unit:KiloCAL-PER-CentiM2-SEC,
        unit:KiloW-PER-M2,
        unit:M-PA-PER-SEC,
        unit:MicroW-PER-M2,
        unit:MilliW-PER-M2,
        unit:NanoW-PER-M2,
        unit:PicoW-PER-M2,
        unit:W-PER-CentiM2,
        unit:W-PER-FT2,
        unit:W-PER-IN2,
        unit:W-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
    qudt:informativeReference "http://www.physicsforums.com/library.php?do=view_item&itemid=406"^^xsd:anyURI ;
    rdfs:comment "Applicable units are those of quantitykind:PowerPerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Pressure a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "الضغط أو الإجهاد"@ar,
        "Налягане"@bg,
        "Tlak"@cs,
        "Druck"@de,
        "Πίεση - τάση"@el,
        "pressure"@en,
        "presión"@es,
        "فشار، تنش"@fa,
        "pression"@fr,
        "לחץ"@he,
        "दबाव"@hi,
        "nyomás"@hu,
        "pressione"@it,
        "圧力"@ja,
        "pressio"@la,
        "Tekanan"@ms,
        "ciśnienie"@pl,
        "pressão"@pt,
        "presiune"@ro,
        "Давление"@ru,
        "tlak"@sl,
        "basınç"@tr,
        "压强、压力"@zh ;
    dcterms:description "Pressure is an effect which occurs when a force is applied on a surface. Pressure is the amount of force acting on a unit area. Pressure is distinct from stress, as the former is the ratio of the component of force normal to a surface to the surface area. Stress is a tensor that relates the vector force to the vector area."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pressure"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:iec61360Code "0112/2///62720#UAD142"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD142"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$p = \\frac{dF}{dA}$, where $dF$ is the force component perpendicular to the surface element of area $dA$."^^qudt:LatexString ;
    qudt:plainTextDescription "Pressure is an effect which occurs when a force is applied on a surface. Pressure is the amount of force acting on a unit area. Pressure is distinct from stress, as the former is the ratio of the component of force normal to a surface to the surface area. Stress is a tensor that relates the vector force to the vector area."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/PRES> ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "механично напрежение"@bg,
        "दाब"@hi,
        "tensione meccanica"@it,
        "tegasan"@ms,
        "naprężenie"@pl,
        "tensão"@pt,
        "tensiune mecanică"@ro,
        "pritisk"@sl ;
    skos:broader qudtqk:ForcePerArea .

unit:MilliBAR a qudt:Unit ;
    rdfs:label "Millibar"@en ;
    dcterms:description "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:exactMatch unit:HectoPA ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA810"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:BAR ;
    qudt:symbol "mbar"^^xsd:string ;
    qudt:ucumCode "mbar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MBR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoPA a qudt:Unit ;
    rdfs:label "PicoPascal"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:BulkModulus,
        qudtqk:ForcePerArea,
        qudtqk:Fugacity,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "pPa"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON a qudt:Unit ;
    rdfs:label "Ton"@en ;
    dcterms:description "2,000-fold of the Imperial base unit pouund"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 907.18474 ;
    qudt:conversionMultiplierSN 9.071847e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:exactMatch unit:TON_SHORT,
        unit:TON_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:plainTextDescription "2,000-fold of the Imperial base unit pound"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "tn"^^xsd:string ;
    qudt:ucumCode "ston_av"^^qudt:UCUMcs ;
    qudt:udunitsCode "t"^^xsd:string ;
    qudt:uneceCommonCode "TNE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GRAIN a qudt:Unit ;
    rdfs:label "Grain"@en ;
    dcterms:description "A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal.  The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly  /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \\approx 15.4323584 grains$.  There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.00006479891 ;
    qudt:conversionMultiplierSN 6.479891e-05 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Cereal"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA523"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Cereal?oldid=495222949"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA523"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/grain> ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "gr{UK}"^^xsd:string ;
    qudt:ucumCode "[gr]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GRN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoGM a qudt:Unit ;
    rdfs:label "Picograms"@en ;
    dcterms:description "10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB835"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB835"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "pg"^^xsd:string ;
    qudt:ucumCode "pg"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_US a qudt:Unit ;
    rdfs:label "Ton (US)"@en ;
    dcterms:description "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 907.18474 ;
    qudt:conversionMultiplierSN 9.071847e+02 ;
    qudt:exactMatch unit:TON,
        unit:TON_SHORT ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB012"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB012"^^xsd:anyURI ;
    qudt:plainTextDescription "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "ton{US}"^^xsd:string ;
    qudt:ucumCode "[ston_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "STN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Room a owl:Class,
        sh:NodeShape ;
    rdfs:label "Room"@en ;
    rdfs:subClassOf brick:Space ;
    owl:deprecated true ;
    skos:definition "Base class for all more specific room types."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Location ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Room ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:deprecatedInVersion "1.4.0" ;
    brick:deprecationMitigationMessage "Brick location classes are being phased out in favor of RealEstateCore classes. For a replacement, consider rec:Room" ;
    brick:hasAssociatedTag tag:Location,
        tag:Room ;
    brick:isReplacedBy rec:Room .

tag:Off a brick:Tag ;
    rdfs:label "Off"@en .

tag:Proportional a brick:Tag ;
    rdfs:label "Proportional"@en .

tag:Safety a brick:Tag ;
    rdfs:label "Safety"@en .

bacnet:Error a sh:NodeShape ;
    rdfs:label "Error"^^xsd:string ;
    bacnet:comment "NOTE: The valid combinations of error-class and error-code are defined in Clause 18."@en,
        "Other services to be added as they are defined. All choice values in this production are reserved for prototype by ASHRAE. See Clause 23."@en ;
    rdfs:subClassOf bacnet:Choice,
        bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "%Enumerated values 0-63 are reserved for prototype by ASHRAE. Enumerated values 64-65535 may be used by others subject to the procedures and constraints described in Clause 23"@en ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-class ],
        [ a sh:PropertyShape ;
            bacnet:comment "Enumerated values 0-255 are reserved for prototype by ASHRAE. Enumerated values 256-65535 may be used by others subject to the procedures and constraints described in Clause 23."@en ;
            sh:class bacnet:EnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:error-code ] ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:other ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:acknowledge-alarm ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-cov-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-cov-notification-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-event-notification ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-alarm-summary ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-enrollment-summary ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:get-event-information ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:life-safety-operation ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribe-cov ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribe-cov-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:SubscribeCOVPropertyMultipleError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:subscribe-cov-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-cov-notification-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:atomic-read-file ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:atomic-write-file ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ChangeListError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:add-list-element ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ChangeListError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:remove-list-element ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:CreateObjectError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:create-object ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:delete-object ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:read-range ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:write-property ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:WritePropertyMultipleError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:write-property-multiple ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:device-communication-control ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:ConfirmedPrivateTransferError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-private-transfer ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:confirmed-text-message ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:reinitialize-device ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-open ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:VTCloseError ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-close ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Error ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:vt-data ] ] ) .

qudtqk:ElectricCharge a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "الشحنة الكهربائية"@ar,
        "Електрически заряд"@bg,
        "Elektrický náboj"@cs,
        "elektrische Ladung"@de,
        "Ηλεκτρικό φορτίο"@el,
        "electric charge"@en,
        "carga eléctrica"@es,
        "بار الکتریکی"@fa,
        "Charge électrique"@fr,
        "מטען חשמלי"@he,
        "विद्युत आवेग या विद्युत बहाव"@hi,
        "elektromos töltés"@hu,
        "carica elettrica"@it,
        "電荷"@ja,
        "onus electricum"@la,
        "Cas elektrik"@ms,
        "ładunek elektryczny"@pl,
        "carga elétrica"@pt,
        "sarcină electrică"@ro,
        "Электрический заряд"@ru,
        "električni naboj"@sl,
        "elektrik yükü"@tr,
        "电荷"@zh ;
    dcterms:description "\"Electric Charge\" is a fundamental conserved property of some subatomic particles, which determines their electromagnetic interaction. Electrically charged matter is influenced by, and produces, electromagnetic fields. The electric charge on a body may be positive or negative. Two positively charged bodies experience a mutual repulsive force, as do two negatively charged bodies. A positively charged body and a negatively charged body experience an attractive force. Electric charge is carried by discrete particles and can be positive or negative. The sign convention is such that the elementary electric charge $e$, that is, the charge of the proton, is positive. The SI derived unit of electric charge is the coulomb."^^qudt:LatexString ;
    qudt:applicableUnit unit:A-HR,
        unit:A-SEC,
        unit:AttoC,
        unit:C,
        unit:C_Ab,
        unit:C_Stat,
        unit:CentiC,
        unit:DecaC,
        unit:DeciC,
        unit:E,
        unit:ElementaryCharge,
        unit:ExaC,
        unit:F,
        unit:FR,
        unit:FemtoC,
        unit:GigaC,
        unit:HectoC,
        unit:KiloA-HR,
        unit:KiloC,
        unit:KiloJ-PER-KiloV,
        unit:MegaC,
        unit:MicroC,
        unit:MilliA-HR,
        unit:MilliA-SEC,
        unit:MilliC,
        unit:NanoC,
        unit:PetaC,
        unit:PicoC,
        unit:PlanckCharge,
        unit:TeraC,
        unit:YoctoC,
        unit:YottaC,
        unit:ZeptoC,
        unit:ZettaC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD037"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electric_charge"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Electric_charge?oldid=492961669"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD037"^^xsd:anyURI ;
    qudt:latexDefinition "$dQ = Idt$, where $I$ is electric current."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ELCH> ;
    qudt:symbol "Q"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ElectricCharge"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ElectricCurrent ;
    skos:altLabel "cantitate de electricitate"@ro .

qudtqk:LinearVelocity a qudt:QuantityKind ;
    rdfs:label "Linear Velocity"@en ;
    dcterms:description "Linear Velocity, as the name implies deals with speed in a straight line, the units are often $km/hr$ or $m/s$ or $mph$ (miles per hour). Linear Velocity (v) = change in distance/change in time, where $v = \\bigtriangleup d/\\bigtriangleup t$"^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:Velocity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:informativeReference "http://au.answers.yahoo.com/question/index?qid=20080319082534AAtrClv"^^xsd:anyURI ;
    qudt:symbol "v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:LinearVelocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:DEG_R a qudt:Unit ;
    rdfs:label "Degree Rankine"@en ;
    dcterms:description """
  The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. 
  The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). 
  Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal
   to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. 
  A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 0.5555555555555556 ;
    qudt:conversionMultiplierSN 5.555556e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature,
        qudtqk:ThermodynamicTemperature ;
    qudt:iec61360Code "0112/2///62720#UAA050"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Rankine_scale"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA050"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> ;
    qudt:scalingOf unit:K ;
    qudt:symbol "°R"^^xsd:string ;
    qudt:ucumCode "[degR]"^^qudt:UCUMcs ;
    qudt:udunitsCode "°R"^^xsd:string ;
    qudt:uneceCommonCode "A48"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_UK a qudt:Unit ;
    rdfs:label "Gallon (UK)"@en ;
    dcterms:description "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 0.00454609 ;
    qudt:conversionMultiplierSN 4.54609e-03 ;
    qudt:exactMatch unit:GAL_IMP ;
    qudt:factorUnitScalar 4.54609 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:L ] ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA500"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA500"^^xsd:anyURI ;
    qudt:plainTextDescription "unit of the volume for fluids according to the Imperial system of units"^^xsd:string ;
    qudt:symbol "gal{UK}"^^xsd:string ;
    qudt:ucumCode "[gal_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GLI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAL_US a qudt:Unit ;
    rdfs:label "US Gallon"@en ;
    dcterms:description "\"US Gallon\" is a unit for  'Liquid Volume' expressed as $galUS$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.003785412 ;
    qudt:conversionMultiplierSN 3.785412e-03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 231.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 3 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:LiquidVolume ;
    qudt:iec61360Code "0112/2///62720#UAA505"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA505"^^xsd:anyURI ;
    qudt:symbol "in³"^^xsd:string ;
    qudt:ucumCode "[gal_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GLL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Queen Anne's wine gallon"^^xsd:string .

bacnet:ObjectPropertyReference a sh:NodeShape ;
    rdfs:label "ObjectPropertyReference"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            sh:class bacnet:PropertyIdentifierEnumerationValue ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:property-identifier ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:object-identifier ;
            sh:pattern "^[A-Za-z0-9-]+,[1-9][0-9]*$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "used only with array datatype if omitted with an array the entire array is referenced"@en ;
            sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:property-array-index ] .

unit:DEG a qudt:Unit ;
    rdfs:label "Degree"@en ;
    dcterms:description "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\\circ$ (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to  $2\\pi /360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0174532925 ;
    qudt:conversionMultiplierSN 1.745329e-02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA024"^^xsd:string ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-331"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA024"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> ;
    qudt:scalingOf unit:RAD ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/degree> ;
    qudt:symbol "°"^^xsd:string ;
    qudt:ucumCode "deg"^^qudt:UCUMcs ;
    qudt:udunitsCode "°"^^xsd:string ;
    qudt:uneceCommonCode "DD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:E_h a qudt:Unit ;
    rdfs:label "Hartree"@en ;
    dcterms:description """<p>The $\\textit{Hartree}$ (symbol: $E_h$ or $Ha$), also known as the $\\text{Hartree\\,Energy}$, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. The 2006 CODATA recommended value was $E_H = 4.35974394(22) \\times 10^{-18} J = 27.21138386(68) eV$.</p>
<dt class="size-14">Definition:</dt>
<dd>$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$<br/>
where, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'</dd>"""^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.00000000000000000435974394 ;
    qudt:conversionMultiplierSN 4.359744e-18 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hartree?oldid=489318053"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "Ha"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT-PDL a qudt:Unit ;
    rdfs:label "Foot Poundal"@en ;
    dcterms:description "\"Foot Poundal\" is an Imperial unit for  'Energy And Work' expressed as $ft-pdl$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0421401100938048 ;
    qudt:conversionMultiplierSN 4.214011e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:PDL ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB220"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB220"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> ;
    qudt:symbol "ft·pdl"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lb_av].[ft_i].s-2"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N46"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoJ a qudt:Unit ;
    rdfs:label "Femtojoule"@en ;
    dcterms:description "0,000 000 000 000 001-fold of the derived SI unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB124"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB124"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000000001-fold of the derived SI unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "fJ"^^xsd:string ;
    qudt:ucumCode "fJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaW-HR a qudt:Unit ;
    rdfs:label "Gigawatt Hour"@en ;
    dcterms:description """
  A $\\textit{Gigawatt Hour}$ is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000000000.0 ;
    qudt:conversionMultiplierSN 3.6e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GigaW ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA155"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA155"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour"^^xsd:string ;
    qudt:symbol "GW·h"^^xsd:string ;
    qudt:ucumCode "GW.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GWH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloPA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilopascal"@en ;
    dcterms:description "Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal_%28unit%29"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA575"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA575"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "kPa"^^xsd:string ;
    qudt:ucumCode "kPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KPA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaTOE a qudt:Unit ;
    rdfs:label "Megaton of Oil Equivalent"@en ;
    dcterms:description """<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).</p>
<p>Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe)."""^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 41868000000000000.0 ;
    qudt:conversionMultiplierSN 4.1868e+16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:TOE ;
    qudt:symbol "Mtoe"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliL a qudt:Unit ;
    rdfs:label "Millilitre"@en,
        "Millilitre"@en-us ;
    dcterms:description "0.001-fold of the unit litre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA844"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA844"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit litre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:L ;
    qudt:symbol "mL"^^xsd:string ;
    qudt:ucumCode "mL"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MLT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckEnergy a qudt:Unit ;
    rdfs:label "Planck Energy"@en ;
    dcterms:description "In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \\hbar / T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 1956100000.0 ;
    qudt:conversionMultiplierSN 1.9561e+09 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_energy"^^xsd:anyURI ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955"^^xsd:anyURI ;
    qudt:latexDefinition "$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where  $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant."^^qudt:LatexString ;
    qudt:scalingOf unit:J ;
    qudt:symbol "Eᵨ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:QUAD a qudt:Unit ;
    rdfs:label "Quad"@en ;
    dcterms:description """
  A $\\textit{quad}$ is a unit of energy equal to $10 BTU$, or $1.055 \\times 10\\,\\text{joule}$,
   which is $1.055 exajoule$ or $EJ$ in SI units. 
  The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. 
  
  Some common types of an energy carrier approximately equal 1 quad are:

  8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal,
  970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil,
  252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 1055000000000000000.0 ;
    qudt:conversionMultiplierSN 1.055e+18 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Quad"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB221"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB221"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "quad"^^xsd:string ;
    qudt:uneceCommonCode "N70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraW-HR a qudt:Unit ;
    rdfs:label "Terawatt Hour"@en ;
    dcterms:description "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000000000000.0 ;
    qudt:conversionMultiplierSN 3.6e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:TeraW ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA290"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA290"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^xsd:string ;
    qudt:symbol "TW·h"^^xsd:string ;
    qudt:ucumCode "TW/h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D32"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TonEnergy a qudt:Unit ;
    rdfs:label "Ton Energy"@en ;
    dcterms:description "Energy equivalent of one ton of TNT"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 4184000000.0 ;
    qudt:conversionMultiplierSN 4.184e+09 ;
    qudt:expression "$t/lbf$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:scalingOf unit:J ;
    qudt:symbol "t/lbf"^^xsd:string ;
    qudt:ucumCode "Gcal"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-SEC a qudt:Unit ;
    rdfs:label "Watt Second"@en ;
    dcterms:description "product of the SI derived unit watt and SI base unit second"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA313"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA313"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the SI derived unit watt and SI base unit second"^^xsd:string ;
    qudt:symbol "W·s"^^xsd:string ;
    qudt:ucumCode "W.s"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "J55"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Command a owl:Class,
        sh:NodeShape ;
    rdfs:label "Command"@en ;
    rdfs:subClassOf brick:Point ;
    owl:disjointWith brick:Alarm,
        brick:Parameter,
        brick:Sensor,
        brick:Setpoint,
        brick:Status ;
    skos:definition "A Command is an output point that directly determines the behavior of equipment and/or affects relevant operational points."@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class rec:ActuationEvent ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Command ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Command,
        tag:Point .

tag:Gas a brick:Tag ;
    rdfs:label "Gas"@en .

unit:AttoJ a qudt:Unit ;
    rdfs:label "Attojoule"@en ;
    dcterms:description """
  The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000000001 ;
    qudt:conversionMultiplierSN 1e-18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB125"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB125"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000000000001-fold of the derived SI unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Atto> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "aJ"^^xsd:string ;
    qudt:ucumCode "aJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ExaJ a qudt:Unit ;
    rdfs:label "Exajoule"@en ;
    dcterms:description "1 000 000 000 000 000 000-fold of the derived SI unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+18 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB122"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB122"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000,000,000-fold of the derived SI unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Exa> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "EJ"^^xsd:string ;
    qudt:ucumCode "EJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GigaEV a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Giga Electron Volt"@en ;
    dcterms:description "\"Giga Electron Volt\" is a unit for  'Energy And Work' expressed as $GeV$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-10 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA158"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA158"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:EV ;
    qudt:symbol "GeV"^^xsd:string ;
    qudt:ucumCode "GeV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloEV a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilo Electron Volt"@en ;
    dcterms:description "\"Kilo Electron Volt\" is a unit for  'Energy And Work' expressed as $keV$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA593"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA593"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:EV ;
    qudt:symbol "keV"^^xsd:string ;
    qudt:ucumCode "keV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B29"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloVA-HR a qudt:Unit ;
    rdfs:label "Kilovolt Ampere Hour"@en ;
    dcterms:description "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloVA ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB160"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^xsd:string ;
    qudt:symbol "kVA·h"^^xsd:string ;
    qudt:ucumCode "kVA.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloVAR-HR a qudt:Unit ;
    rdfs:label "Kilovolt Ampere Reactive Hour"@en ;
    dcterms:description "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloVAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB195"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1 000-fold of the unit volt ampere reactive and the unit hour"^^xsd:string ;
    qudt:symbol "kVA{Reactive}·h"^^xsd:string ;
    qudt:ucumCode "kVA.h{reactive}"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaVA-HR a qudt:Unit ;
    rdfs:label "Megavolt Ampere Hour"@en ;
    dcterms:description "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000000.0 ;
    qudt:conversionMultiplierSN 3.6e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaVA ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:plainTextDescription "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^xsd:string ;
    qudt:symbol "MVA·h"^^xsd:string ;
    qudt:ucumCode "MVA.h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaVAR-HR a qudt:Unit ;
    rdfs:label "Megavolt Ampere Reactive Hour"@en ;
    dcterms:description "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
    qudt:conversionMultiplier 3600000000.0 ;
    qudt:conversionMultiplierSN 3.6e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaVAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB198"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198"^^xsd:anyURI ;
    qudt:plainTextDescription "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^xsd:string ;
    qudt:symbol "MVA{Reactive}·h"^^xsd:string ;
    qudt:ucumCode "MVA{reactive}.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MAH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroJ a qudt:Unit ;
    rdfs:label "Mikrojoule "@de,
        "Micro Joule"@en,
        "Micro Joule"@en-us ;
    dcterms:description "0.000001-fold of the SI derived unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:conversionOffset 0.0 ;
    qudt:conversionOffsetSN 0e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB740"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB740"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI derived unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "μJ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PetaJ a qudt:Unit ;
    rdfs:label "Petajoule"@en ;
    dcterms:description "1,000,000,000,000,000-fold of the derived SI unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000000.0 ;
    qudt:conversionMultiplierSN 1e+15 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAB123"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB123"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000,000-fold of the derived SI unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Peta> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "PJ"^^xsd:string ;
    qudt:ucumCode "PJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C68"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TOE a qudt:Unit ;
    rdfs:label "Ton of Oil Equivalent"@en ;
    dcterms:description "<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 41868000000.0 ;
    qudt:conversionMultiplierSN 4.1868e+10 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "toe"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_SHORT a qudt:Unit ;
    rdfs:label "Short Ton"@en ;
    dcterms:description "<p>The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 907.18474 ;
    qudt:conversionMultiplierSN 9.071847e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:TON,
        unit:TON_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Short_ton"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "ton{short}"^^xsd:string ;
    qudt:ucumCode "[ston_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "STN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TeraJ a qudt:Unit ;
    rdfs:label "Terajoule"@en ;
    dcterms:description "1 000 000 000 000-fold of the SI derived unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000000.0 ;
    qudt:conversionMultiplierSN 1e+12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA288"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA288"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000,000,000-fold of the SI derived unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Tera> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "TJ"^^xsd:string ;
    qudt:ucumCode "TJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D30"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:VA-HR a qudt:Unit ;
    rdfs:label "Volt Ampere Hour"@en ;
    dcterms:description "product of the volt ampere and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:VA ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:plainTextDescription "product of the volt ampere and the unit hour"^^xsd:string ;
    qudt:symbol "VA·h"^^xsd:string ;
    qudt:ucumCode "VA.h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:VAR-HR a qudt:Unit ;
    rdfs:label "Volt Ampere Reactive Hour"@en ;
    dcterms:description "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:VAR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:plainTextDescription "product of the unit volt ampere reactive and the unit hour"^^xsd:string ;
    qudt:symbol "VA{reactive}·h"^^xsd:string ;
    qudt:ucumCode "VA{reactive}.h"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:HVAC_Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "HVAC Equipment"@en ;
    rdfs:subClassOf brick:Equipment ;
    skos:definition "See Heating_Ventilation_Air_Conditioning_System"@en ;
    sh:property [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] [ sh:class rec:Space ] ) ;
            sh:path brick:feeds ],
        [ sh:or ( [ sh:class brick:HVAC_Equipment ] [ sh:class brick:Valve ] ) ;
            sh:path brick:hasPart ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:HVAC ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment,
        tag:HVAC .

brick:Relationship a brick:Relationship ;
    rdfs:label "Relationship"@en ;
    rdfs:subClassOf rdf:Property ;
    skos:definition "Super-property of all Brick relationships between entities (Equipment, Location, Point)" .

unit:HectoPA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Hectopascal"@en ;
    dcterms:description "Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:exactMatch unit:MilliBAR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA527"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA527"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Hecto> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "hPa"^^xsd:string ;
    qudt:ucumCode "hPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A97"^^xsd:string ;
    rdfs:comment "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaPA a qudt:Unit ;
    rdfs:label "Megapascal"@en ;
    dcterms:description "1,000,000-fold of the derived unit pascal"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA215"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA215"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit pascal"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "MPa"^^xsd:string ;
    qudt:ucumCode "MPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MPA"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:SLUG a qudt:Unit ;
    rdfs:label "Slug"@en ;
    dcterms:description "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:conversionMultiplier 14.593903 ;
    qudt:conversionMultiplierSN 1.45939e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Slug"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:factorUnitScalar 32.17405 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA978"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA978"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/slug> ;
    qudt:symbol "slug"^^xsd:string ;
    qudt:uneceCommonCode "F13"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Enable a brick:Tag ;
    rdfs:label "Enable"@en .

unit:FT-LB_F a qudt:Unit ;
    rdfs:label "Foot Pound Force"@en ;
    dcterms:description "\"Foot Pound Force\" is an Imperial unit for  'Energy And Work' expressed as $ft-lbf$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.35581807 ;
    qudt:conversionMultiplierSN 1.355818e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Foot-pound_force"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$ft-lbf$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:MomentOfForce,
        qudtqk:Torque ;
    qudt:iec61360Code "0112/2///62720#UAA443"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA443"^^xsd:anyURI ;
    qudt:symbol "ft·lbf"^^xsd:string ;
    qudt:ucumCode "[ft_i].[lbf_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "85"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloBTU_TH a qudt:Unit ;
    rdfs:label "Kilo British Thermal Unit (Thermochemical Definition)"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1054350.2645 ;
    qudt:conversionMultiplierSN 1.05435e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BTU_TH ;
    qudt:symbol "kBtu{th}"^^xsd:string ;
    qudt:ucumCode "k[Btu_th]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaEV a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mega Electron Volt"@en ;
    dcterms:description "$\\textit{Mega Electron Volt}$ is a unit for  'Energy And Work' expressed as $MeV$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-13 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA227"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA227"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:EV ;
    qudt:symbol "MeV"^^xsd:string ;
    qudt:ucumCode "MeV"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliJ a qudt:Unit ;
    rdfs:label "Millijoule"@en ;
    dcterms:description "0.001-fold of the SI derived unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA792"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA792"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "mJ"^^xsd:string ;
    qudt:ucumCode "mJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C15"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliPA a qudt:Unit ;
    rdfs:label "Millipascal"@en ;
    dcterms:description "0.001-fold of the SI derived unit pascal"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA796"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA796"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the SI derived unit pascal"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "mPa"^^xsd:string ;
    qudt:ucumCode "mPa"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "74"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:THERM_EC a qudt:Unit ;
    rdfs:label "therm (EC)"^^xsd:string ;
    dcterms:description "unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT"^^xsd:string ;
    qudt:exactMatch unit:THM_EEC ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB222"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB222"^^xsd:anyURI ;
    qudt:symbol "thm{EC}"^^xsd:string ;
    qudt:uneceCommonCode "N71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:THERM_US a qudt:Unit ;
    rdfs:label "therm (U.S.)"^^xsd:string ;
    dcterms:description "unit of heat energy in commercial use"^^xsd:string ;
    qudt:exactMatch unit:THM_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB223"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB223"^^xsd:anyURI ;
    qudt:symbol "thm{US}"^^xsd:string ;
    qudt:uneceCommonCode "N72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:THM_EEC a qudt:Unit ;
    rdfs:label "THM_EEC"@en ;
    qudt:exactMatch unit:THERM_EC ;
    qudt:expression "$therm-eec$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:symbol "thm{EEC}"^^xsd:string ;
    qudt:ucumCode "100000.[Btu_IT]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Equipment a owl:Class,
        sh:NodeShape ;
    rdfs:label "Equipment"^^xsd:string ;
    rdfs:subClassOf brick:Class,
        brick:Entity,
        rec:Asset ;
    skos:definition "devices that serve all or part of the building and may include electric power, lighting, transportation, or service water heating, including, but not limited to, furnaces, boilers, air conditioners, heat pumps, chillers, water heaters, lamps, luminaires, ballasts, elevators, escalators, or other devices or installations."@en ;
    sh:not [ sh:class brick:Location ;
            sh:message "Instances of Equipment cannot be Locations." ],
        [ sh:class brick:Substance ;
            sh:message "Instances of Equipment cannot be Substances." ],
        [ sh:class brick:Quantity ;
            sh:message "Instances of Equipment cannot be Quantities." ],
        [ sh:class brick:Collection ;
            sh:message "Instances of Equipment cannot be Collections." ],
        [ sh:class brick:Point ;
            sh:message "Instances of Equipment cannot be Points." ],
        [ sh:class brick:EntityProperty ;
            sh:message "Instances of Equipment cannot be EntityProperties." ] ;
    sh:property [ sh:class brick:Equipment ;
            sh:message "A piece of Equipment's parts should be always other Equipment." ;
            sh:path brick:hasPart ],
        [ sh:class brick:Point ;
            sh:message "A piece of Equipment can have Points." ;
            sh:path brick:hasPoint ],
        [ sh:message "Equipment can be part of a Collection, System or other Equipment." ;
            sh:or ( [ sh:class brick:System ] [ sh:class brick:Equipment ] [ sh:class brick:Collection ] ) ;
            sh:path brick:isPartOf ],
        [ sh:message "A piece of Equipment can be located only at a Location/Space" ;
            sh:or ( [ sh:class brick:Location ] [ sh:class rec:Space ] ) ;
            sh:path brick:hasLocation ],
        [ sh:message "A piece of Equipment can feed a Equipment or Location/Space." ;
            sh:or ( [ sh:class brick:Equipment ] [ sh:class brick:Location ] [ sh:class rec:Space ] ) ;
            sh:path brick:feeds ],
        [ a sh:PropertyShape ;
            sh:name "feeds" ;
            sh:nodeKind sh:IRI ;
            sh:path rec:feeds ],
        [ a sh:PropertyShape ;
            sh:name "is fed by" ;
            sh:nodeKind sh:IRI ;
            sh:path rec:isFedBy ],
        bsh:hasInputSubstanceShape,
        bsh:hasOutputSubstanceShape,
        bsh:hasPointShape,
        bsh:hasazimuthShape,
        bsh:hasconversionEfficiencyShape,
        bsh:hascoordinatesShape,
        bsh:hascurrentFlowTypeShape,
        bsh:haselectricalComplexPowerShape,
        bsh:haselectricalFlowShape,
        bsh:haselectricalPhaseCountShape,
        bsh:haselectricalPhasesShape,
        bsh:hasmeasuredPowerInputShape,
        bsh:hasmeasuredPowerOutputShape,
        bsh:hasoperationalStageCountShape,
        bsh:hasoperationalStageShape,
        bsh:haspanelAreaShape,
        bsh:hasratedCurrentInputShape,
        bsh:hasratedCurrentOutputShape,
        bsh:hasratedMaximumCurrentInputShape,
        bsh:hasratedMaximumCurrentOutputShape,
        bsh:hasratedMaximumVoltageInputShape,
        bsh:hasratedMaximumVoltageOutputShape,
        bsh:hasratedMinimumCurrentInputShape,
        bsh:hasratedMinimumCurrentOutputShape,
        bsh:hasratedMinimumVoltageInputShape,
        bsh:hasratedMinimumVoltageOutputShape,
        bsh:hasratedPowerInputShape,
        bsh:hasratedPowerOutputShape,
        bsh:hasratedVoltageInputShape,
        bsh:hasratedVoltageOutputShape,
        bsh:hastemperatureCoefficientofPmaxShape,
        bsh:hastiltShape,
        bsh:hasvolumeShape,
        bsh:isMeteredByShape ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Equipment ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Equipment .

brick:Status a owl:Class,
        sh:NodeShape ;
    rdfs:label "Status"@en ;
    rdfs:subClassOf brick:Point ;
    owl:disjointWith brick:Alarm,
        brick:Command,
        brick:Parameter,
        brick:Sensor,
        brick:Setpoint ;
    skos:definition "A Status is input point that reports the current operating mode, state, position, or condition of an item. Statuses are observations and should be considered 'read-only'"@en ;
    sh:property [ a sh:PropertyShape ;
            sh:class bsh:LastKnownValueShape ;
            sh:maxCount 1 ;
            sh:name "last known value" ;
            sh:nodeKind sh:IRI ;
            sh:path brick:lastKnownValue ] ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Status ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Status .

qudtqk:Frequency a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "التردد لدى نظام الوحدات الدولي"@ar,
        "Честота"@bg,
        "Frekvence"@cs,
        "Frequenz"@de,
        "Συχνότητα"@el,
        "frequency"@en,
        "frecuencia"@es,
        "بسامد"@fa,
        "fréquence"@fr,
        "תדירות"@he,
        "आवृत्ति"@hi,
        "frekvencia"@hu,
        "frequenza"@it,
        "周波数"@ja,
        "frequentia"@la,
        "Frekuensi"@ms,
        "częstotliwość"@pl,
        "frequência"@pt,
        "frecvență"@ro,
        "Частота"@ru,
        "frekvenca"@sl,
        "frekans"@tr,
        "频率"@zh ;
    dcterms:description "\"Frequency\" is the number of occurrences of a repeating event per unit time. The repetition of the events may be periodic (that is. the length of time between event repetitions is fixed) or aperiodic (i.e. the length of time between event repetitions varies). Therefore, we distinguish between periodic and aperiodic frequencies. In the SI system, periodic frequency is measured in hertz (Hz) or multiples of hertz, while aperiodic frequency is measured in becquerel (Bq).  In spectroscopy, $\\nu$ is mostly used. Light passing through different media keeps its frequency, but not its wavelength or wavenumber."^^qudt:LatexString ;
    qudt:applicableUnit unit:GigaHZ,
        unit:HZ,
        unit:KiloHZ,
        unit:MegaHZ,
        unit:MilliHZ,
        unit:NUM-PER-HR,
        unit:NUM-PER-SEC,
        unit:NUM-PER-YR,
        unit:PER-DAY,
        unit:PER-HR,
        unit:PER-MIN,
        unit:PER-MO,
        unit:PER-MilliSEC,
        unit:PER-SEC,
        unit:PER-WK,
        unit:PER-YR,
        unit:PERCENT-PER-DAY,
        unit:PERCENT-PER-HR,
        unit:PERCENT-PER-MO,
        unit:PERCENT-PER-WK,
        unit:PERCENT-PER-YR,
        unit:PPTH-PER-HR,
        unit:PetaHZ,
        unit:PlanckFrequency,
        unit:SAMPLE-PER-SEC,
        unit:TeraHZ ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Frequency"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD056"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD056"^^xsd:anyURI ;
    qudt:latexDefinition """$f = 1/T$, where $T$ is a period.

Alternatively,

$\\nu = 1/T$"""^^qudt:LatexString ;
    qudt:latexSymbol "$\\nu, f$"^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/FREQ> ;
    rdfs:comment "Applicable units are those of quantitykind:Frequency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:InverseTime .

unit:KiloBTU_IT a qudt:Unit ;
    rdfs:label "Kilo British Thermal Unit (International Definition)"@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1055055.85262 ;
    qudt:conversionMultiplierSN 1.055056e+06 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:BTU_IT ;
    qudt:symbol "kBtu{IT}"^^xsd:string ;
    qudt:ucumCode "k[Btu_IT]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloW-HR a qudt:Unit ;
    rdfs:label "Kilowatthour"@en ;
    dcterms:description "The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000.0 ;
    qudt:conversionMultiplierSN 3.6e+06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kilowatt_hour"^^xsd:anyURI ;
    qudt:expression "$kW-h$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloW ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA584"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA584"^^xsd:anyURI ;
    qudt:symbol "kW·h"^^xsd:string ;
    qudt:ucumCode "kW.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KWH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaBTU_IT a qudt:Unit ;
    rdfs:label "MegaBTU_IT"^^xsd:string ;
    qudt:conversionMultiplier 1055055852.62 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:BTU_IT ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MegaW-HR a qudt:Unit ;
    rdfs:label "Megawatt Hour"@en ;
    dcterms:description "1,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600000000.0 ;
    qudt:conversionMultiplierSN 3.6e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:MegaW ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA225"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA225"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000-fold of the product of the SI derived unit watt and the unit hour"^^xsd:string ;
    qudt:symbol "MW·h"^^xsd:string ;
    qudt:ucumCode "MW.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MWH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoGM a qudt:Unit ;
    rdfs:label "Nanogram"@en ;
    dcterms:description "10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."@en ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAB836"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB836"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "ng"^^xsd:string ;
    qudt:ucumCode "ng"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:THM_US a qudt:Unit ;
    rdfs:label "Therm US"@en ;
    dcterms:description """
  $\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. 
  It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of 
  natural gas at standard temperature and pressure. 
  In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$. 
  Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 105480400.0 ;
    qudt:conversionMultiplierSN 1.054804e+08 ;
    qudt:exactMatch unit:THERM_US ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:informativeReference "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "thm{US}"^^xsd:string ;
    qudt:ucumCode "100000.[Btu_59]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N72"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:W-HR a qudt:Unit ;
    rdfs:label "Watthour"@en ;
    dcterms:description "The watt hour is a unit of energy, equal to 3,600 joule."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:HR ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA308"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA308"^^xsd:anyURI ;
    qudt:symbol "W·h"^^xsd:string ;
    qudt:ucumCode "W.h"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "WHR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Deadband a brick:Tag ;
    rdfs:label "Deadband"@en .

tag:Time a brick:Tag ;
    rdfs:label "Time"@en .

tag:Unit a brick:Tag ;
    rdfs:label "Unit"@en .

unit:GigaJ a qudt:Unit ;
    rdfs:label "Gigajoule"@en ;
    dcterms:description "1,000,000,000-fold of the SI derived unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000000.0 ;
    qudt:conversionMultiplierSN 1e+09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA152"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA152"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000 000 000-fold of the SI derived unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Giga> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "GJ"^^xsd:string ;
    qudt:ucumCode "GJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "GV"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:YR a qudt:Unit ;
    rdfs:label "Year"@en ;
    dcterms:description "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 31557600.0 ;
    qudt:conversionMultiplierSN 3.15576e+07 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAB026"^^xsd:string ;
    qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB026"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/year> ;
    qudt:scalingOf unit:SEC ;
    qudt:symbol "a"^^xsd:string ;
    qudt:ucumCode "a"^^qudt:UCUMcs ;
    qudt:udunitsCode "yr"^^xsd:string ;
    qudt:uneceCommonCode "ANN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Fan a brick:Tag ;
    rdfs:label "Fan"@en .

rec:value a owl:DatatypeProperty ;
    rdfs:label "value"@en .

qudtqk:MassFlowRate a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Mass Flow Rate"@en ;
    dcterms:description "\"Mass Flow Rate\" is a measure of Mass flux. The common symbol is $\\dot{m}$ (pronounced $m-dot$), although sometimes $\\mu$ is used. The SI units are $kg s-1$."^^qudt:LatexString ;
    qudt:applicableUnit unit:DYN-SEC-PER-CentiM,
        unit:GM-PER-DAY,
        unit:GM-PER-HR,
        unit:GM-PER-MIN,
        unit:GM-PER-SEC,
        unit:KiloGM-PER-DAY,
        unit:KiloGM-PER-HR,
        unit:KiloGM-PER-MIN,
        unit:KiloGM-PER-SEC,
        unit:KiloGM-PER-YR,
        unit:KiloLB-PER-HR,
        unit:KiloTONNE-PER-YR,
        unit:LB-PER-DAY,
        unit:LB-PER-HR,
        unit:LB-PER-MIN,
        unit:LB-PER-SEC,
        unit:MegaTONNE-PER-YR,
        unit:MilliGM-PER-DAY,
        unit:MilliGM-PER-HR,
        unit:MilliGM-PER-MIN,
        unit:MilliGM-PER-SEC,
        unit:OZ-PER-DAY,
        unit:OZ-PER-HR,
        unit:OZ-PER-MIN,
        unit:OZ-PER-SEC,
        unit:SLUG-PER-DAY,
        unit:SLUG-PER-HR,
        unit:SLUG-PER-MIN,
        unit:SLUG-PER-SEC,
        unit:TONNE-PER-DAY,
        unit:TONNE-PER-HR,
        unit:TONNE-PER-MIN,
        unit:TONNE-PER-MO,
        unit:TONNE-PER-SEC,
        unit:TONNE-PER-YR,
        unit:TON_Metric-PER-DAY,
        unit:TON_Metric-PER-HR,
        unit:TON_Metric-PER-MIN,
        unit:TON_Metric-PER-SEC,
        unit:TON_SHORT-PER-HR,
        unit:TON_UK-PER-DAY,
        unit:TON_US-PER-DAY,
        unit:TON_US-PER-HR ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mass_flow_rate"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD107"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass_flow_rate"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD107"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$q_m = \\frac{dm}{dt}$, where $m$ is mass and $t$ is time."^^qudt:LatexString ;
    qudt:latexSymbol "$\\dot{m}$"^^qudt:LatexString ;
    qudt:symbol "q_m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:SpecificImpulse .

unit:NanoJ a qudt:Unit ;
    rdfs:label "nanojoule"^^xsd:string ;
    dcterms:description "0.000000001-fold of the unit joule"^^xsd:string ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ExchangeIntegral,
        qudtqk:HamiltonFunction,
        qudtqk:LagrangeFunction,
        qudtqk:LevelWidth,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB739"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB739"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "nJ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoJ a qudt:Unit ;
    rdfs:label "picojoule"^^xsd:string ;
    dcterms:description "0.000000000001-fold of the unit joule"^^xsd:string ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ExchangeIntegral,
        qudtqk:HamiltonFunction,
        qudtqk:LagrangeFunction,
        qudtqk:LevelWidth,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAB738"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB738"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "pJ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:DateTime a sh:NodeShape ;
    rdfs:label "DateTime"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "see Clause 20.2.12 for restrictions"@en ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:time ;
            sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ],
        [ a sh:PropertyShape ;
            bacnet:comment "see Clause 20.2.12 for restrictions"@en ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:date ;
            sh:pattern "^([0-9]{4})-([0-9]{2})-([0-9]{2}|[*])( ([0-9]|[*]))?$"^^xsd:string ] .

unit:CAL_IT a qudt:Unit ;
    rdfs:label "International Table calorie"@en ;
    dcterms:description "International Table calorie."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.1868 ;
    qudt:conversionMultiplierSN 4.1868e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA361"^^xsd:string ;
    qudt:informativeReference "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA361"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "cal{IT}"^^xsd:string ;
    qudt:ucumCode "cal_IT"^^qudt:UCUMcs ;
    qudt:udunitsCode "cal"^^xsd:string ;
    qudt:uneceCommonCode "D70"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

rdfs:Resource sh:property bsh:valueShape .

tag:Exhaust a brick:Tag ;
    rdfs:label "Exhaust"@en .

tag:High a brick:Tag ;
    rdfs:label "High"@en .

tag:Level a brick:Tag ;
    rdfs:label "Level"@en .

tag:Max a brick:Tag ;
    rdfs:label "Max"@en .

tag:Min a brick:Tag ;
    rdfs:label "Min"@en .

unit:MegaJ a qudt:Unit ;
    rdfs:label "Megajoule"@en ;
    dcterms:description "1,000,000-fold of the derived unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000000.0 ;
    qudt:conversionMultiplierSN 1e+06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA211"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000,000-fold of the derived unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Mega> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "MJ"^^xsd:string ;
    qudt:ucumCode "MJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "3B"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:RAD a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "راديان"@ar,
        "радиан"@bg,
        "radián"@cs,
        "Radiant"@de,
        "ακτίνιο"@el,
        "radian"@en,
        "radián"@es,
        "رادیان"@fa,
        "radian"@fr,
        "רדיאן"@he,
        "वर्ग मीटर"@hi,
        "radián"@hu,
        "radiante"@it,
        "ラジアン"@ja,
        "radian"@la,
        "radian"@ms,
        "radian"@pl,
        "radiano"@pt,
        "radian"@ro,
        "радиан"@ru,
        "radian"@sl,
        "radyan"@tr,
        "弧度"@zh ;
    dcterms:description "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. "^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Radian"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:guidance "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a>"^^rdf:HTML ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Angle,
        qudtqk:PlaneAngle ;
    qudt:iec61360Code "0112/2///62720#UAA966"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA966"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
    qudt:plainTextDescription "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian.  The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]"^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/radian> ;
    qudt:symbol "rad"^^xsd:string ;
    qudt:ucumCode "rad"^^qudt:UCUMcs ;
    qudt:udunitsCode "rad"^^xsd:string ;
    qudt:uneceCommonCode "C81"^^xsd:string ;
    rdfs:comment "The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:ValueSource a sh:NodeShape ;
    rdfs:label "ValueSource"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:hasValue bacnet:Null ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:none ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DeviceObjectReference ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:object ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:Address ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:address ] ] ) .

brick:Air a brick:Substance ;
    rdfs:label "Air"@en ;
    skos:broader brick:Gas ;
    skos:definition "the invisible gaseous substance surrounding the earth, a mixture mainly of oxygen and nitrogen."@en ;
    skos:narrower brick:Building_Air,
        brick:Bypass_Air,
        brick:Discharge_Air,
        brick:Exhaust_Air,
        brick:Mixed_Air,
        brick:Outside_Air,
        brick:Return_Air,
        brick:Supply_Air,
        brick:Zone_Air .

tag:Low a brick:Tag ;
    rdfs:label "Low"@en .

tag:Occupied a brick:Tag ;
    rdfs:label "Occupied"@en .

tag:Unoccupied a brick:Tag ;
    rdfs:label "Unoccupied"@en .

qudtqk:Velocity a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "السرعة"@ar,
        "Rychlost"@cs,
        "Geschwindigkeit"@de,
        "Επιφάνεια"@el,
        "velocity"@en,
        "velocidad"@es,
        "سرعت/تندی"@fa,
        "vitesse"@fr,
        "מהירות"@he,
        "गति"@hi,
        "velocità"@it,
        "速力"@ja,
        "velocitas"@la,
        "Halaju"@ms,
        "prędkość"@pl,
        "velocidade"@pt,
        "viteză"@ro,
        "Ско́рость"@ru,
        "hitrost"@sl,
        "hız"@tr,
        "速度"@zh ;
    dcterms:description "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. "^^qudt:LatexString ;
    qudt:applicableUnit unit:CentiM-PER-HR,
        unit:CentiM-PER-KiloYR,
        unit:CentiM-PER-SEC,
        unit:CentiM-PER-YR,
        unit:FT-PER-DAY,
        unit:FT-PER-HR,
        unit:FT-PER-MIN,
        unit:FT-PER-SEC,
        unit:GigaHZ-M,
        unit:IN-PER-MIN,
        unit:IN-PER-SEC,
        unit:IN-PER-YR,
        unit:KN,
        unit:KiloM-PER-DAY,
        unit:KiloM-PER-HR,
        unit:KiloM-PER-SEC,
        unit:M-PER-DAY,
        unit:M-PER-HR,
        unit:M-PER-MIN,
        unit:M-PER-SEC,
        unit:M-PER-YR,
        unit:MI-PER-HR,
        unit:MI-PER-MIN,
        unit:MI-PER-SEC,
        unit:MI_N-PER-HR,
        unit:MI_N-PER-MIN,
        unit:MicroM-PER-MIN,
        unit:MicroM-PER-SEC,
        unit:MilliM-PER-DAY,
        unit:MilliM-PER-HR,
        unit:MilliM-PER-MIN,
        unit:MilliM-PER-SEC,
        unit:MilliM-PER-YR,
        unit:YD-PER-HR,
        unit:YD-PER-MIN,
        unit:YD-PER-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:LinearVelocity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD236"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Velocity"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD236"^^xsd:anyURI ;
    qudt:plainTextDescription "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. "^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/VELO> ;
    qudt:symbol "v"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Velocity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "rapidez"@es,
        "वेग"@hi .

unit:KiloJ a qudt:Unit ;
    rdfs:label "Kilojoule"@en ;
    dcterms:description "1 000-fold of the SI derived unit joule"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA568"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA568"^^xsd:anyURI ;
    qudt:plainTextDescription "1 000-fold of the SI derived unit joule"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:J ;
    qudt:symbol "kJ"^^xsd:string ;
    qudt:ucumCode "kJ"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KJO"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ERG a qudt:Unit ;
    rdfs:label "Erg"@en ;
    dcterms:description "An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \\cdot cm^2/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$,  $1 erg = 624.15 GeV = 6.2415 \\times 10^{11} eV$, $1 erg = 1 dyne\\cdot cm = 1 g \\cdot cm^2/s^2$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:conversionMultiplier 0.0000001 ;
    qudt:conversionMultiplierSN 1e-07 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Erg"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:derivedUnitOfSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-GAUSS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:GM ],
        [ qudt:exponent 2 ;
            qudt:hasUnit unit:CentiM ] ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA429"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Erg?oldid=490293432"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA429"^^xsd:anyURI ;
    qudt:latexDefinition "$g\\cdot cm^{2}/s^{2}$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> ;
    qudt:symbol "erg"^^xsd:string ;
    qudt:ucumCode "erg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroGM a qudt:Unit ;
    rdfs:label "Microgram"@en ;
    dcterms:description "0.000000001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA082"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA082"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "μg"^^xsd:string ;
    qudt:ucumCode "ug"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MC"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:EntityProperty a rdf:Property ;
    rdfs:subClassOf brick:Relationship .

tag:Pump a brick:Tag ;
    rdfs:label "Pump"@en .

tag:Shed a brick:Tag ;
    rdfs:label "Shed"@en .

qudtqk:Dimensionless a qudt:QuantityKind ;
    rdfs:label "Dimensionless"@en ;
    dcterms:description "In dimensional analysis, a dimensionless quantity or quantity of dimension one is a quantity without an associated physical dimension. It is thus a \"pure\" number, and as such always has a dimension of 1. Dimensionless quantities are widely used in mathematics, physics, engineering, economics, and in everyday life (such as in counting). Numerous well-known quantities, such as $\\pi$, $\\epsilon$, and $\\psi$, are dimensionless. By contrast, non-dimensionless quantities are measured in units of length, area, time, etc. Dimensionless quantities are often defined as products or ratios of quantities that are not dimensionless, but whose dimensions cancel out when their powers are multiplied."^^qudt:LatexString ;
    qudt:applicableUnit unit:DECADE,
        unit:FLIGHT,
        unit:GigaBasePair,
        unit:HeartBeat,
        unit:NP,
        unit:NUM,
        unit:OCT,
        unit:RPK,
        unit:SUSCEPTIBILITY_ELEC,
        unit:SUSCEPTIBILITY_MAG,
        unit:UNITLESS ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Dimensionless_quantity"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Dimensionless_quantity"^^xsd:anyURI ;
    qudt:symbol "U"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Dimensionless"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:KiloCAL a qudt:Unit ;
    rdfs:label "Kilocalorie"@en ;
    dcterms:description """
  A $\\textit{Kilocalorie}$ is a unit for $\\textit{Energy And Work}$ expressed as $kcal$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4184.0 ;
    qudt:conversionMultiplierSN 4.184e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Calorie"^^xsd:anyURI ;
    qudt:exactMatch unit:KiloCAL_TH ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA590"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Calorie?oldid=494307622"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "kcal"^^xsd:string ;
    qudt:ucumCode "kcal"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "K53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPB a qudt:Unit ;
    rdfs:label "Parts per billion"@en ;
    dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:iec61360Code "0112/2///62720#UAD926"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD926"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ;
    qudt:symbol "PPB"^^xsd:string ;
    qudt:ucumCode "[ppb]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "61"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TON_Metric a qudt:Unit ;
    rdfs:label "Metric Ton"@en ;
    dcterms:description "The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Tonne"^^xsd:anyURI ;
    qudt:exactMatch unit:TONNE ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA988"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Tonne?oldid=492526238"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA988"^^xsd:anyURI ;
    qudt:plainTextDescription "1,000-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "t"^^xsd:string ;
    qudt:ucumCode "t"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "TNE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "metric-tonne"^^xsd:string .

unit:EV a qudt:Unit ;
    rdfs:label "Electron Volt"@en ;
    dcterms:description "An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.0000000000000000001602176634 ;
    qudt:conversionMultiplierSN 1.602177e-19 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Electron_volt"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy ;
    qudt:iec61360Code "0112/2///62720#UAA425"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI,
        "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA425"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/electronvolt> ;
    qudt:symbol "eV"^^xsd:string ;
    qudt:ucumCode "eV"^^qudt:UCUMcs ;
    qudt:udunitsCode "eV"^^xsd:string ;
    qudt:uneceCommonCode "A53"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PPM a qudt:Unit ;
    rdfs:label "Parts per million"@en ;
    dcterms:description "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio ;
    qudt:iec61360Code "0112/2///62720#UAD925"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD925"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> ;
    qudt:symbol "PPM"^^xsd:string ;
    qudt:ucumCode "[ppm]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "59"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Sensor a owl:Class,
        sh:NodeShape ;
    rdfs:label "Sensor"@en ;
    rdfs:seeAlso "https://xp20.ashrae.org/terminology/index.php?term=Sensor" ;
    rdfs:subClassOf brick:Point ;
    owl:disjointWith brick:Alarm,
        brick:Command,
        brick:Parameter,
        brick:Setpoint,
        brick:Status ;
    skos:definition "A Sensor is an input point that represents the value of a device or instrument designed to detect and measure a variable (ASHRAE Dictionary)."@en ;
    sh:rule [ a sh:TripleRule ;
            sh:object tag:Point ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ],
        [ a sh:TripleRule ;
            sh:object tag:Sensor ;
            sh:predicate brick:hasTag ;
            sh:subject sh:this ] ;
    brick:hasAssociatedTag tag:Point,
        tag:Sensor .

tag:Return a brick:Tag ;
    rdfs:label "Return"@en .

unit:CAL_TH a qudt:Unit ;
    rdfs:label "Thermochemical Calorie"@en ;
    dcterms:description "The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.184 ;
    qudt:conversionMultiplierSN 4.184e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA364"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Calorie"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA364"^^xsd:anyURI ;
    qudt:latexDefinition """$1 \\; cal_{th} = 4.184 J$

$\\approx 0.003964 BTU$

$\\approx 1.163 \\times 10^{-6} kWh$

$\\approx 2.611 \\times 10^{19} eV$"""^^qudt:LatexString ;
    qudt:scalingOf unit:J ;
    qudt:symbol "cal"^^xsd:string ;
    qudt:ucumCode "cal_th"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "D35"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:lastKnownValue a owl:ObjectProperty,
        brick:EntityProperty ;
    rdfs:label "Last known value"@en ;
    skos:definition "The last known value of the Point entity" .

tag:Condenser a brick:Tag ;
    rdfs:label "Condenser"@en .

unit:AU a qudt:Unit ;
    rdfs:label "astronomical-unit"@en ;
    dcterms:description """
  An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal
   to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 149597870691.6 ;
    qudt:conversionMultiplierSN 1.495979e+11 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Astronomical_unit"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB066"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB066"^^xsd:anyURI ;
    qudt:plainTextDescription "An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]"^^xsd:string ;
    qudt:scalingOf unit:M ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/astronomicalunit> ;
    qudt:symbol "AU"^^xsd:string ;
    qudt:ucumCode "AU"^^qudt:UCUMcs ;
    qudt:udunitsCode "au"^^xsd:string,
        "ua"^^xsd:string ;
    qudt:uneceCommonCode "A12"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BTU_IT-PER-LB_F a qudt:Unit ;
    rdfs:label "British Thermal Unit (international Table) per Pound of Force"@en ;
    dcterms:description "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 237.18597062376833 ;
    qudt:conversionMultiplierSN 2.37186e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:BTU_IT ] ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB150"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB150"^^xsd:anyURI ;
    qudt:plainTextDescription "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^xsd:string ;
    qudt:symbol "Btu{IT}/lbf"^^xsd:string ;
    qudt:ucumCode "[Btu_IT].[lbf_av]-1"^^qudt:UCUMcs,
        "[Btu_IT]/[lbf_av]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:CH a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "chain"@en ;
    dcterms:description "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 20.1168 ;
    qudt:conversionMultiplierSN 2.01168e+01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Chain"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB203"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB203"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "ch"^^xsd:string ;
    qudt:ucumCode "[ch_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "X1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "Gunter's chain"^^xsd:string .

unit:CHAIN_US a qudt:Unit ;
    rdfs:label "chain (based on U.S. survey foot)"^^xsd:string ;
    dcterms:description "unit of the length according the Anglo-American system of units"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA372"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA372"^^xsd:anyURI ;
    qudt:symbol "ch (US survey)"^^xsd:string ;
    qudt:uneceCommonCode "M49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FATH a qudt:Unit ;
    rdfs:label "Fathom"@en ;
    dcterms:description "A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard.  Abbreviations: f, fath, fm, fth, fthm."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.8288 ;
    qudt:conversionMultiplierSN 1.8288e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Fathom"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB068"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fathom?oldid=493265429"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB068"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "fathom"^^xsd:string ;
    qudt:ucumCode "[fth_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "AK"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FUR a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Furlong"@en ;
    dcterms:description "A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 201.168 ;
    qudt:conversionMultiplierSN 2.01168e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Furlong"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB204"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB204"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "furlong"^^xsd:string ;
    qudt:ucumCode "[fur_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M50"^^xsd:string ;
    rdfs:comment "Check if this is US-Survey or International Customary definition (multiplier)"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FUR_Long a qudt:Unit ;
    rdfs:label "Long Furlong"@en ;
    qudt:expression "$longfur$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:symbol "furlong{long}"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GAUGE_FR a qudt:Unit ;
    rdfs:label "French Gauge"@en ;
    dcterms:description "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^rdf:HTML ;
    qudt:conversionMultiplier 0.0003333333 ;
    qudt:conversionMultiplierSN 3.333333e-04 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB377"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB377"^^xsd:anyURI ;
    qudt:plainTextDescription "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^xsd:string ;
    qudt:scalingOf unit:M ;
    qudt:symbol "French gauge"^^xsd:string ;
    qudt:ucumCode "[Ch]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "H79"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:GA_Charriere a qudt:Unit ;
    rdfs:label "Charrière gauge"^^xsd:string ;
    dcterms:description "unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m"^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB382"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB382"^^xsd:anyURI ;
    qudt:symbol "Ch"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:HectoM a qudt:Unit ;
    rdfs:label "Hectometre"@en,
        "Hectometer"@en-us ;
    dcterms:description "100-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 100.0 ;
    qudt:conversionMultiplierSN 1e+02 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB062"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB062"^^xsd:anyURI ;
    qudt:plainTextDescription "100-fold of the SI base unit metre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Hecto> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "hm"^^xsd:string ;
    qudt:ucumCode "hm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "HMT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:LY a qudt:Unit ;
    rdfs:label "Light Year"@en ;
    dcterms:description "A unit of length defining the distance, in meters, that light travels in a vacuum in one year."^^rdf:HTML ;
    qudt:conversionMultiplier 9460730472580800.0 ;
    qudt:conversionMultiplierSN 9.46073e+15 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Light-year"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB069"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Light-year?oldid=495083584"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB069"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "ly"^^xsd:string ;
    qudt:ucumCode "[ly]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "B57"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilLength a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Mil Length"@en ;
    dcterms:description "\"Mil Length\" is a C.G.S System unit for  'Length' expressed as $mil$."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0000254 ;
    qudt:conversionMultiplierSN 2.54e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:scalingOf unit:M ;
    qudt:symbol "mil"^^xsd:string ;
    qudt:ucumCode "[mil_i]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliIN a qudt:Unit ;
    rdfs:label "Milli-inch"@en ;
    dcterms:description "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000254 ;
    qudt:conversionMultiplierSN 2.54e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA841"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA841"^^xsd:anyURI ;
    qudt:plainTextDescription "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:IN ;
    qudt:symbol "mil"^^xsd:string ;
    qudt:ucumCode "m[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "77"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "thou"@en-gb,
        "mil"@en-us .

unit:PARSEC a qudt:Unit ;
    rdfs:label "Parsec"@en ;
    dcterms:description "The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \\times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found."^^qudt:LatexString ;
    qudt:conversionMultiplier 30856780000000000.0 ;
    qudt:conversionMultiplierSN 3.085678e+16 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB067"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB067"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "pc"^^xsd:string ;
    qudt:ucumCode "pc"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C63"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PCA a qudt:Unit ;
    rdfs:label "Pica"@en ;
    dcterms:description "A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'.  Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch."^^rdf:HTML ;
    qudt:conversionMultiplier 0.0042333 ;
    qudt:conversionMultiplierSN 4.2333e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pica"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB606"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pica?oldid=458102937"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB606"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "pc"^^xsd:string ;
    qudt:ucumCode "[pca]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "R1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PT a qudt:Unit ;
    rdfs:label "Point"@en ;
    dcterms:description "In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page."^^rdf:HTML ;
    qudt:conversionMultiplier 0.0000254 ;
    qudt:conversionMultiplierSN 2.54e-05 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB605"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB605"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "pt"^^xsd:string ;
    qudt:ucumCode "[pnt]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "N3"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PlanckLength a qudt:Unit ;
    rdfs:label "Planck Length"@en ;
    dcterms:description "In physics, the Planck length, denoted $\\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant. "^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/PLANCK> ;
    qudt:conversionMultiplier 0.00000000000000000000000000000000001616252 ;
    qudt:conversionMultiplierSN 1.616252e-35 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_length?oldid=495093067"^^xsd:anyURI,
        "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
    qudt:latexDefinition "$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^qudt:LatexString ;
    qudt:latexSymbol "$\\ell_P$"^^qudt:LatexString ;
    qudt:scalingOf unit:M ;
    qudt:symbol "plancklength"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ROD a qudt:Unit ;
    rdfs:label "Rod"@en ;
    dcterms:description "A unit of distance equal to 5.5 yards (16 feet 6 inches)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 5.02921 ;
    qudt:conversionMultiplierSN 5.02921e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Rod"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$rd$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA970"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Rod?oldid=492590086"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA970"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "rod"^^xsd:string ;
    qudt:ucumCode "[rd_br]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "F49"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:V a qudt:Unit ;
    rdfs:label "فولت"@ar,
        "волт"@bg,
        "volt"@cs,
        "Volt"@de,
        "βολτ"@el,
        "volt"@en,
        "voltio"@es,
        "ولت"@fa,
        "volt"@fr,
        "וולט"@he,
        "वोल्ट"@hi,
        "volt"@hu,
        "volt"@it,
        "ボルト"@ja,
        "voltium"@la,
        "volt"@ms,
        "wolt"@pl,
        "volt"@pt,
        "volt"@ro,
        "вольт"@ru,
        "volt"@sl,
        "volt"@tr,
        "伏特"@zh ;
    dcterms:description """$\\textit{Volt}$ is the SI unit of electric potential. 
  Separating electric charges creates potential energy, which can be measured in energy units such as joules. 
  Electric potential is defined as the amount of potential energy present per unit of charge. 
  Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. 
  The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery.
  The volt also may be expressed with a variety of other units. 
  For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$).
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Volt"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent -1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:W ] ;
    qudt:hasQuantityKind qudtqk:ElectricPotential,
        qudtqk:ElectricPotentialDifference,
        qudtqk:EnergyPerElectricCharge,
        qudtqk:Voltage ;
    qudt:iec61360Code "0112/2///62720#UAA296"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA296"^^xsd:anyURI ;
    qudt:latexDefinition "$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/volt> ;
    qudt:siUnitsExpression "W/A"^^xsd:string ;
    qudt:symbol "V"^^xsd:string ;
    qudt:ucumCode "V"^^qudt:UCUMcs ;
    qudt:udunitsCode "V"^^xsd:string ;
    qudt:uneceCommonCode "VLT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:ZOLL a qudt:Unit ;
    rdfs:label "zoll"^^xsd:string ;
    dcterms:description "length measure corresponding to the imperial unit \"inch\""^^xsd:string ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB837"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB837"^^xsd:anyURI ;
    qudt:symbol "“"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:hasUnit a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has unit"@en ;
    skos:definition "The QUDT unit associated with this Brick entity (usually a Brick Point instance or Entity Property)"@en .

tag:Humidity a brick:Tag ;
    rdfs:label "Humidity"@en .

unit:DecaM a qudt:Unit ;
    rdfs:label "Decametre"@en,
        "Decameter"@en-us ;
    dcterms:description "10-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 10.0 ;
    qudt:conversionMultiplierSN 1e+01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB064"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB064"^^xsd:anyURI ;
    qudt:plainTextDescription "10-fold of the SI base unit metre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deca> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "dam"^^xsd:string ;
    qudt:ucumCode "dam"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FM a qudt:Unit ;
    rdfs:label "fermi"@en ;
    dcterms:description "The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:exactMatch unit:FemtoM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Fermi_(unit)"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "fm"^^xsd:string ;
    qudt:uneceCommonCode "A71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT_US a qudt:Unit ;
    rdfs:label "US Survey Foot"@en ;
    dcterms:description "<p>The U.S. Survey Foot was officially deprecated on December 31, 2022. For more information see <a href=\"https://www.govinfo.gov/content/pkg/FR-2020-10-05/pdf/2020-21902.pdf\">Federal Register (October 5, 2020, 85 FR 62698, p. 62698)</a>"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.3048006 ;
    qudt:conversionMultiplierSN 3.048006e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB286"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB286"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "ft{US Survey}"^^xsd:string ;
    qudt:ucumCode "[ft_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M51"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PicoM a qudt:Unit ;
    rdfs:label "Picometre"@en,
        "Picometer"@en-us ;
    dcterms:description "0.000000000001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000001 ;
    qudt:conversionMultiplierSN 1e-12 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA949"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA949"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000000001-fold of the SI base unit metre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Pico> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "pm"^^xsd:string ;
    qudt:ucumCode "pm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FemtoM a qudt:Unit ;
    rdfs:label "Femtometre"@en,
        "Femtometer"@en-us ;
    dcterms:description "The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000000000001 ;
    qudt:conversionMultiplierSN 1e-15 ;
    qudt:exactMatch unit:FM ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB063"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB063"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Femto> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "fm"^^xsd:string ;
    qudt:ucumCode "fm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "A71"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_US a qudt:Unit ;
    rdfs:label "Mile US Statute"@en ;
    dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002\\% less than the US survey mile)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1609.347 ;
    qudt:conversionMultiplierSN 1.609347e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB287"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB287"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "mi{US}"^^xsd:string ;
    qudt:ucumCode "[mi_us]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M52"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MicroIN a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Microinch"@en ;
    dcterms:description "\"Microinch\" is an Imperial unit for  'Length' expressed as $in^{-6}$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0000000254 ;
    qudt:conversionMultiplierSN 2.54e-08 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Distance,
        qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA840"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA840"^^xsd:anyURI ;
    qudt:latexSymbol "$\\mu in$"^^qudt:LatexString ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:IN ;
    qudt:symbol "μin"^^xsd:string ;
    qudt:ucumCode "u[in_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "M7"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Quantity a owl:Class,
        sh:NodeShape ;
    rdfs:label "Quantity"@en ;
    rdfs:subClassOf qudt:QuantityKind,
        skos:Concept,
        sosa:ObservableProperty,
        brick:Measurable ;
    sh:property bsh:hasQUDTReferenceShape .

tag:Reset a brick:Tag ;
    rdfs:label "Reset"@en .

qudtqk:Volume a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Volume"@en ;
    dcterms:description "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space."^^qudt:LatexString ;
    qudt:applicableUnit unit:AC-FT,
        unit:AC-FT_US,
        unit:ANGSTROM3,
        unit:BBL,
        unit:BBL_UK_PET,
        unit:BU_US_DRY,
        unit:CentiM3,
        unit:DecaL,
        unit:DecaM3,
        unit:DeciL,
        unit:DeciM3,
        unit:FBM,
        unit:FT3,
        unit:FemtoL,
        unit:GI_UK,
        unit:GI_US,
        unit:GT,
        unit:HectoL,
        unit:IN3,
        unit:KiloCubicFT,
        unit:KiloL,
        unit:L,
        unit:M3,
        unit:MI3,
        unit:MI_UK3,
        unit:MegaL,
        unit:MicroL,
        unit:MicroM3,
        unit:MilliL,
        unit:MilliM3,
        unit:NT,
        unit:NanoL,
        unit:OZ_VOL_UK,
        unit:PINT,
        unit:PINT_UK,
        unit:PK_UK,
        unit:PicoL,
        unit:PlanckVolume,
        unit:QT_UK,
        unit:QT_US,
        unit:STANDARD,
        unit:STR,
        unit:TBSP,
        unit:TON_Register,
        unit:TON_SHIPPING_UK,
        unit:TON_SHIPPING_US,
        unit:TSP,
        unit:YD3 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Volume"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD238"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD238"^^xsd:anyURI ;
    qudt:plainTextDescription "The volume of a solid object is the three-dimensional concept of how much space it occupies, often quantified numerically. One-dimensional figures (such as lines) and two-dimensional shapes (such as squares) are assigned zero volume in the three-dimensional space."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/VOLU> ;
    rdfs:comment "Applicable units are those of quantitykind:Volume"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:ANGSTROM a qudt:Unit ;
    rdfs:label "Angstrom"@en ;
    dcterms:description "The $Angstr\\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \\,nanometre$ or $1 \\times 10^{-10}\\,metres$.  Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology."^^qudt:LatexString ;
    qudt:conversionMultiplier 0.0000000001 ;
    qudt:conversionMultiplierSN 1e-10 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA023"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ångström?oldid=436192495"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA023"^^xsd:anyURI ;
    qudt:latexSymbol "$\\AA$"^^qudt:LatexString ;
    qudt:scalingOf unit:M ;
    qudt:symbol "Å"^^xsd:string ;
    qudt:ucumCode "Ao"^^qudt:UCUMcs ;
    qudt:udunitsCode "Å"^^xsd:string,
        "Å"^^xsd:string ;
    qudt:uneceCommonCode "A11"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI_N a qudt:Unit ;
    rdfs:label "Nautical Mile"@en ;
    dcterms:description "A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude.  In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1852.0 ;
    qudt:conversionMultiplierSN 1.852e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB065"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB065"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "nmi"^^xsd:string ;
    qudt:ucumCode "[nmi_i]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "NMI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PSI a qudt:Unit ;
    rdfs:label "PSI"@en ;
    dcterms:description "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 6894.75789 ;
    qudt:conversionMultiplierSN 6.894758e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:LB_F-PER-IN2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB_F ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:plainTextDescription "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^xsd:string ;
    qudt:symbol "psi"^^xsd:string ;
    qudt:ucumCode "[psi]"^^qudt:UCUMcs ;
    qudt:udunitsCode "psi"^^xsd:string ;
    qudt:uneceCommonCode "PS"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:TONNE a qudt:Unit ;
    rdfs:label "Tonne"@en ;
    dcterms:description "1,000-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:exactMatch unit:TON_Metric ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CO2Equivalent,
        qudtqk:Mass ;
    qudt:plainTextDescription "1,000-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:scalingOf unit:KiloGM ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/tonne> ;
    qudt:symbol "t"^^xsd:string ;
    qudt:ucumCode "t"^^qudt:UCUMcs ;
    qudt:udunitsCode "t"^^xsd:string ;
    qudt:uneceCommonCode "TNE"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

qudtqk:MassDensity a qudt:QuantityKind ;
    rdfs:label "الكثافة"@ar,
        "hustota"@cs,
        "Massendichte"@de,
        "mass density"@en,
        "densidad"@es,
        "چگالی"@fa,
        "densité"@fr,
        "घनत्व"@hi,
        "densità"@it,
        "密度"@ja,
        "Ketumpatan jisim"@ms,
        "gęstość"@pl,
        "densidade"@pt,
        "densitate"@ro,
        "плотность"@ru,
        "Gostôta"@sl,
        "yoğunluk"@tr,
        "密度"@zh ;
    dcterms:description "The mass density or density of a material is its mass per unit volume."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEGREE_BALLING,
        unit:DEGREE_BAUME,
        unit:DEGREE_BAUME_US_HEAVY,
        unit:DEGREE_BAUME_US_LIGHT,
        unit:DEGREE_BRIX,
        unit:DEGREE_OECHSLE,
        unit:DEGREE_PLATO,
        unit:DEGREE_TWADDELL,
        unit:FemtoGM-PER-L,
        unit:GM-PER-CentiM3,
        unit:GM-PER-DeciL,
        unit:GM-PER-DeciM3,
        unit:GM-PER-L,
        unit:GM-PER-M3,
        unit:GM-PER-MilliL,
        unit:GRAIN-PER-GAL,
        unit:GRAIN-PER-GAL_US,
        unit:GRAIN-PER-M3,
        unit:KiloGM-PER-CentiM3,
        unit:KiloGM-PER-DeciM3,
        unit:KiloGM-PER-L,
        unit:KiloGM-PER-M3,
        unit:LB-PER-FT3,
        unit:LB-PER-GAL,
        unit:LB-PER-GAL_UK,
        unit:LB-PER-GAL_US,
        unit:LB-PER-IN3,
        unit:LB-PER-M3,
        unit:LB-PER-YD3,
        unit:MegaGM-PER-M3,
        unit:MicroGM-PER-DeciL,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-M3,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-DeciL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-DeciL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-M3,
        unit:NanoGM-PER-MicroL,
        unit:NanoGM-PER-MilliL,
        unit:OZ-PER-GAL_IMP,
        unit:OZ-PER-GAL_UK,
        unit:OZ-PER-GAL_US,
        unit:OZ-PER-IN3,
        unit:OZ-PER-YD3,
        unit:PicoGM-PER-L,
        unit:PicoGM-PER-MilliL,
        unit:PlanckDensity,
        unit:SLUG-PER-FT3,
        unit:TONNE-PER-M3,
        unit:TON_LONG-PER-YD3,
        unit:TON_Metric-PER-M3,
        unit:TON_SHORT-PER-YD3,
        unit:TON_UK-PER-YD3,
        unit:TON_US-PER-YD3 ;
    qudt:exactMatch qudtqk:Density ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD106"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Density"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD106"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI,
        "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho = \\frac{dm}{dV}$, where $m$ is mass and $V$ is volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:plainTextDescription "The mass density or density of a material is its mass per unit volume."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:MassDensity"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "volumenbezogene Masse"@de,
        "volumic mass"@en,
        "भार घनत्व"@hi,
        "massa volumica"@it,
        " jisim isipadu"@ms .

bsh:NumericValue a rdf:List ;
    rdf:first [ sh:datatype xsd:float ] ;
    rdf:rest ( [ sh:datatype xsd:decimal ] [ sh:datatype xsd:integer ] [ sh:datatype xsd:double ] ) .

tag:Load a brick:Tag ;
    rdfs:label "Load"@en .

qudtqk:VaporPressure a qudt:QuantityKind ;
    rdfs:label "Vapor Pressure"@en ;
    dcterms:description "A pressure that is the one exerted by a substance vapor in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system."^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:plainTextDescription "A pressure that is the one exerted by a substance vapor in thermodynamic equilibrium with either its solid or liquid phase at a given temperature in a closed system."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VaporPressure"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Pressure .

unit:W a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "واط"@ar,
        "ват"@bg,
        "watt"@cs,
        "Watt"@de,
        "βατ"@el,
        "watt"@en,
        "vatio"@es,
        "وات"@fa,
        "watt"@fr,
        "ואט"@he,
        "वाट"@hi,
        "watt"@hu,
        "watt"@it,
        "ワット"@ja,
        "wattium"@la,
        "watt"@ms,
        "wat"@pl,
        "watt"@pt,
        "watt"@ro,
        "ватт"@ru,
        "watt"@sl,
        "watt"@tr,
        "瓦特"@zh ;
    dcterms:description "The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Watt"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:J ],
        [ qudt:exponent -1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ActivePower,
        qudtqk:Power ;
    qudt:iec61360Code "0112/2///62720#UAA306"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA306"^^xsd:anyURI ;
    qudt:latexDefinition "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/watt> ;
    qudt:symbol "W"^^xsd:string ;
    qudt:ucumCode "W"^^qudt:UCUMcs ;
    qudt:udunitsCode "W"^^xsd:string ;
    qudt:uneceCommonCode "WTT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:NameValue a sh:NodeShape ;
    rdfs:label "NameValue"^^xsd:string ;
    rdfs:subClassOf bacnet:Sequence ;
    sh:property [ a sh:PropertyShape ;
            bacnet:comment "value is limited to primitve datatypes and BACnetDateTime"@en ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path bacnet:value ],
        [ a sh:PropertyShape ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:path bacnet:name ] .

unit:LB_F a qudt:Unit ;
    rdfs:label "Pound Force"@en ;
    dcterms:description "\"Pound Force\" is an Imperial unit for  'Force' expressed as $lbf$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 4.448222 ;
    qudt:conversionMultiplierSN 4.448222e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SLUG ] ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA696"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA696"^^xsd:anyURI ;
    qudt:symbol "lbf"^^xsd:string ;
    qudt:ucumCode "[lbf_av]"^^qudt:UCUMcs ;
    qudt:udunitsCode "lbf"^^xsd:string ;
    qudt:uneceCommonCode "C78"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

qudtqk:Density a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Density"@en ;
    dcterms:description """
  The mass density or density of a material is defined as its mass per unit volume. 
  The symbol most often used for density is $\\rho$. 
   Mathematically, density is defined as mass divided by volume: $\\rho = m/V$,
    where $\\rho$ is the density, $m$ is the mass, and $V$ is the volume. 
    In some cases, density is also defined as its weight per unit volume, although this quantity is more properly called specific weight.
    """^^qudt:LatexString ;
    qudt:applicableUnit unit:DEGREE_BALLING,
        unit:DEGREE_BAUME,
        unit:DEGREE_BAUME_US_HEAVY,
        unit:DEGREE_BAUME_US_LIGHT,
        unit:DEGREE_BRIX,
        unit:DEGREE_OECHSLE,
        unit:DEGREE_PLATO,
        unit:DEGREE_TWADDELL,
        unit:FemtoGM-PER-L,
        unit:GM-PER-CentiM3,
        unit:GM-PER-DeciL,
        unit:GM-PER-DeciM3,
        unit:GM-PER-L,
        unit:GM-PER-M3,
        unit:GM-PER-MilliL,
        unit:GRAIN-PER-GAL,
        unit:GRAIN-PER-GAL_US,
        unit:GRAIN-PER-M3,
        unit:KiloGM-PER-CentiM3,
        unit:KiloGM-PER-DeciM3,
        unit:KiloGM-PER-L,
        unit:KiloGM-PER-M3,
        unit:LB-PER-FT3,
        unit:LB-PER-GAL,
        unit:LB-PER-GAL_UK,
        unit:LB-PER-GAL_US,
        unit:LB-PER-IN3,
        unit:LB-PER-M3,
        unit:LB-PER-YD3,
        unit:MegaGM-PER-M3,
        unit:MicroGM-PER-DeciL,
        unit:MicroGM-PER-L,
        unit:MicroGM-PER-M3,
        unit:MicroGM-PER-MilliL,
        unit:MilliGM-PER-DeciL,
        unit:MilliGM-PER-L,
        unit:MilliGM-PER-M3,
        unit:MilliGM-PER-MilliL,
        unit:NanoGM-PER-DeciL,
        unit:NanoGM-PER-L,
        unit:NanoGM-PER-M3,
        unit:NanoGM-PER-MicroL,
        unit:NanoGM-PER-MilliL,
        unit:OZ-PER-GAL_IMP,
        unit:OZ-PER-GAL_UK,
        unit:OZ-PER-GAL_US,
        unit:OZ-PER-IN3,
        unit:OZ-PER-YD3,
        unit:PicoGM-PER-L,
        unit:PicoGM-PER-MilliL,
        unit:PlanckDensity,
        unit:SLUG-PER-FT3,
        unit:TONNE-PER-M3,
        unit:TON_LONG-PER-YD3,
        unit:TON_Metric-PER-M3,
        unit:TON_SHORT-PER-YD3,
        unit:TON_UK-PER-YD3,
        unit:TON_US-PER-YD3 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Density"^^xsd:anyURI ;
    qudt:exactMatch qudtqk:MassDensity ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD029"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Density"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD029"^^xsd:anyURI ;
    qudt:latexDefinition "$\\rho = m/V$, where $\\rho$ is the density, $m$ is the mass, and $V$ is the volume."^^qudt:LatexString ;
    qudt:latexSymbol "$\\rho$"^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/DENS> ;
    ns1:todo "belongs to SOQ-ISO"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Density"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:BTU_TH a qudt:Unit ;
    rdfs:label "British Thermal Unit (Thermochemical Definition)"@en ;
    dcterms:description """
  The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. 
  It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$). 
  The unit is most often used in the power, steam generation, heating and air conditioning industries. 
  In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1054.3502645 ;
    qudt:conversionMultiplierSN 1.05435e+03 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA122"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI,
        "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI,
        "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA122"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "Btu{th}"^^xsd:string ;
    qudt:ucumCode "[Btu_th]"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MI a qudt:Unit ;
    rdfs:label "International Mile"@en ;
    dcterms:description "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1609.344 ;
    qudt:conversionMultiplierSN 1.609344e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Distance,
        qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA839"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "mi"^^xsd:string ;
    qudt:ucumCode "[mi_i]"^^qudt:UCUMcs ;
    qudt:udunitsCode "mi"^^xsd:string ;
    qudt:uneceCommonCode "SMI"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:description a bacnet:StandardProperty,
        owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    bacnet:propertyEnum bacnet:PropertyIdentifier-description ;
    bacnet:propertyName "description",
        "description"^^xsd:string ;
    bacnet:propertyRef bacnet:Description ;
    skos:definition "The content of the description field of the BACnet object.",
        "The content of the description field of the BACnet object."^^xsd:string .

qudtqk:Time a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "زمن"@ar,
        "Време"@bg,
        "Čas"@cs,
        "Zeit"@de,
        "Χρόνος"@el,
        "time"@en,
        "tiempo"@es,
        "زمان"@fa,
        "temps"@fr,
        "זמן"@he,
        "समय"@hi,
        "idő"@hu,
        "tempo"@it,
        "時間"@ja,
        "tempus"@la,
        "Masa"@ms,
        "czas"@pl,
        "tempo"@pt,
        "timp"@ro,
        "Время"@ru,
        "čas"@sl,
        "zaman"@tr,
        "时间"@zh ;
    dcterms:description "Time is a basic component of the measuring system used to sequence events, to compare the durations of events and the intervals between them, and to quantify the motions of objects."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoSEC,
        unit:CentiPOISE-PER-BAR,
        unit:DAY,
        unit:DAY_Sidereal,
        unit:DeciSEC,
        unit:FemtoSEC,
        unit:H-PER-KiloOHM,
        unit:H-PER-OHM,
        unit:HR,
        unit:HR_Sidereal,
        unit:KiloSEC,
        unit:KiloYR,
        unit:MIN,
        unit:MIN_Sidereal,
        unit:MO,
        unit:MO_MeanGREGORIAN,
        unit:MO_MeanJulian,
        unit:MO_Synodic,
        unit:MegaSEC,
        unit:MegaYR,
        unit:MicroH-PER-KiloOHM,
        unit:MicroH-PER-OHM,
        unit:MicroSEC,
        unit:MilliH-PER-KiloOHM,
        unit:MilliH-PER-OHM,
        unit:MilliPA-SEC-PER-BAR,
        unit:MilliSEC,
        unit:NanoSEC,
        unit:PA-SEC-PER-BAR,
        unit:POISE-PER-BAR,
        unit:POISE-PER-PA,
        unit:PicoSEC,
        unit:PlanckTime,
        unit:SEC,
        unit:SH,
        unit:WK,
        unit:YR,
        unit:YR_Common,
        unit:YR_Metrology,
        unit:YR_Sidereal,
        unit:YR_TROPICAL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Time"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD197"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD197"^^xsd:anyURI ;
    qudt:plainTextDescription "Time is a basic component of the measuring system used to sequence events, to compare the durations of events and the intervals between them, and to quantify the motions of objects."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/TIME> ;
    qudt:symbol "t"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Time"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:DEG_C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "درجة مئوية"@ar,
        "градус Целзий"@bg,
        "stupně celsia"@cs,
        "Grad Celsius"@de,
        "βαθμός Κελσίου"@el,
        "degree Celsius"@en,
        "grado celsius"@es,
        "درجه سانتی گراد/سلسیوس"@fa,
        "degré celsius"@fr,
        "צלזיוס"@he,
        "सेल्सियस"@hi,
        "Celsius-fok"@hu,
        "grado celsius"@it,
        "セルシウス度"@ja,
        "gradus celsii"@la,
        "darjah celsius"@ms,
        "stopień celsjusza"@pl,
        "grau celsius"@pt,
        "grad celsius"@ro,
        "градус Цельсия"@ru,
        "stopinja Celzija"@sl,
        "celsius"@tr,
        "摄氏度"@zh ;
    dcterms:description """
  The unit $\\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature. 
  It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, 
  a difference between two temperatures or an uncertainty. 
  This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part 
  in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. 
  Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. 
  Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\\circ}\\text{C}$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:conversionOffset 273.15 ;
    qudt:conversionOffsetSN 2.7315e+02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
    qudt:expression "$degC$"^^qudt:LatexString ;
    qudt:guidance "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a>"^^rdf:HTML,
        "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a>"^^rdf:HTML ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:K ] ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature ;
    qudt:iec61360Code "0112/2///62720#UAA033"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA033"^^xsd:anyURI ;
    qudt:latexDefinition "$\\,^{\\circ}{C}$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
    qudt:scalingOf unit:K ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/degreeCelsius> ;
    qudt:symbol "°C"^^xsd:string ;
    qudt:ucumCode "Cel"^^qudt:UCUMcs ;
    qudt:udunitsCode "°C"^^xsd:string,
        "℃"^^xsd:string ;
    qudt:uneceCommonCode "CEL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "degree-centigrade"^^xsd:string .

unit:MOL a qudt:Unit ;
    rdfs:label "مول"@ar,
        "мол"@bg,
        "mol"@cs,
        "Mol"@de,
        "μολ"@el,
        "mole"@en,
        "mol"@es,
        "مول"@fa,
        "mole"@fr,
        "מול"@he,
        "मोल (इकाई)"@hi,
        "mól"@hu,
        "mole"@it,
        "モル"@ja,
        "moles"@la,
        "mole"@ms,
        "mol"@pl,
        "mol"@pt,
        "mol"@ro,
        "моль"@ru,
        "mol"@sl,
        "mol"@tr,
        "摩尔"@zh ;
    dcterms:description """
  The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. 
  The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons).
  This corresponds to a value of $6.02214179(30) \\times 10^{23}$ elementary entities of the substance. 
  It is one of the base units in the International System of Units, and has the unit symbol $mol$. 
  A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight). 
  Moles measure the actual number of atoms or molecules in an object. 
  An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:AmountOfSubstance,
        qudtqk:ExtentOfReaction ;
    qudt:iec61360Code "0112/2///62720#UAA882"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA882"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/mole> ;
    qudt:symbol "mol"^^xsd:string ;
    qudt:ucumCode "mol"^^qudt:UCUMcs ;
    qudt:udunitsCode "mol"^^xsd:string ;
    qudt:uneceCommonCode "C34"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:OZ a qudt:Unit ;
    rdfs:label "Ounce Mass"@en ;
    dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.028349523125 ;
    qudt:conversionMultiplierSN 2.834952e-02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:OZ_M ;
    qudt:factorUnitScalar 0.0625 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:LB ] ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA917"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA917"^^xsd:anyURI ;
    qudt:symbol "oz"^^xsd:string ;
    qudt:ucumCode "[oz_av]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "ONZ"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Outside a brick:Tag ;
    rdfs:label "Outside"@en .

tag:Static a brick:Tag ;
    rdfs:label "Static"@en .

tag:Zone a brick:Tag ;
    rdfs:label "Zone"@en .

bacnet:object-name a bacnet:StandardProperty,
        owl:DatatypeProperty ;
    rdfs:label "object-name"@en ;
    bacnet:propertyEnum bacnet:PropertyIdentifier-object-name ;
    bacnet:propertyName "object-name",
        "object-name"^^xsd:string ;
    bacnet:propertyOf bacnet:Object ;
    bacnet:propertyRef bacnet:Object_Name ;
    rdfs:subPropertyOf bacnet:ReadableProperty ;
    skos:definition "The content of the name field of the BACnet object.",
        "The content of the name field of the BACnet object."^^xsd:string .

bacnet:object-type a bacnet:StandardProperty,
        rdf:Property,
        owl:DatatypeProperty ;
    rdfs:label "object-type",
        "object-type"^^xsd:string ;
    bacnet:propertyEnum bacnet:PropertyIdentifier-object-type ;
    bacnet:propertyName "object-type",
        "object-type"^^xsd:string ;
    bacnet:propertyOf bacnet:Object ;
    bacnet:propertyRef bacnet:Object_Type ;
    rdfs:subPropertyOf bacnet:ReadableProperty ;
    skos:definition "The type of the BACnet object",
        "The type of the BACnet object"^^xsd:string .

qudtqk:ForcePerArea a qudt:QuantityKind ;
    rdfs:label "Force Per Area"@en ;
    dcterms:description "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"^^qudt:LatexString ;
    qudt:applicableUnit unit:ATM,
        unit:ATM_T,
        unit:BAR,
        unit:BARAD,
        unit:BARYE,
        unit:CentiBAR,
        unit:CentiM_H2O,
        unit:CentiM_H2O_4DEG_C,
        unit:CentiM_HG,
        unit:CentiM_HG_0DEG_C,
        unit:DYN-PER-CentiM2,
        unit:DecaPA,
        unit:DeciBAR,
        unit:FT_H2O,
        unit:FT_H2O_39dot2DEG_F,
        unit:FT_HG,
        unit:GM_F-PER-CentiM2,
        unit:GigaPA,
        unit:HectoBAR,
        unit:HectoPA,
        unit:IN_H2O,
        unit:IN_H2O_39dot2DEG_F,
        unit:IN_H2O_60DEG_F,
        unit:IN_HG,
        unit:IN_HG_32DEG_F,
        unit:IN_HG_60DEG_F,
        unit:KIP_F-PER-IN2,
        unit:KiloBAR,
        unit:KiloGM-PER-M-SEC2,
        unit:KiloGM_F-PER-CentiM2,
        unit:KiloGM_F-PER-M2,
        unit:KiloGM_F-PER-MilliM2,
        unit:KiloLB_F-PER-IN2,
        unit:KiloN-PER-M2,
        unit:KiloPA,
        unit:KiloPA_A,
        unit:LB_F-PER-FT2,
        unit:LB_F-PER-IN2,
        unit:M_H2O,
        unit:MegaBAR,
        unit:MegaPA,
        unit:MegaPSI,
        unit:MicroATM,
        unit:MicroBAR,
        unit:MicroPA,
        unit:MicroTORR,
        unit:MilliBAR,
        unit:MilliM_H2O,
        unit:MilliM_HG,
        unit:MilliM_HGA,
        unit:MilliPA,
        unit:MilliTORR,
        unit:N-PER-CentiM2,
        unit:N-PER-M2,
        unit:N-PER-MilliM2,
        unit:PA,
        unit:PDL-PER-FT2,
        unit:PDL-PER-IN2,
        unit:PSI,
        unit:PicoPA,
        unit:PlanckPressure,
        unit:TORR ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pressure"^^xsd:anyURI,
        "http://www.thefreedictionary.com/force+per+unit+area"^^xsd:anyURI ;
    qudt:plainTextDescription "The force applied to a unit area of surface; measured in pascals (SI unit) or in dynes (cgs unit)"^^xsd:string ;
    qudt:symbol "p"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:ForcePerArea"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

unit:C a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "كولوم"@ar,
        "кулон"@bg,
        "coulomb"@cs,
        "Coulomb"@de,
        "κουλόμπ"@el,
        "coulomb"@en,
        "culombio"@es,
        "کولمب/کولن"@fa,
        "coulomb"@fr,
        "קולון"@he,
        "कूलम्ब"@hi,
        "coulomb"@hu,
        "coulomb"@it,
        "クーロン"@ja,
        "coulombium"@la,
        "coulomb"@ms,
        "kulomb"@pl,
        "coulomb"@pt,
        "coulomb"@ro,
        "кулон"@ru,
        "coulomb"@sl,
        "coulomb"@tr,
        "库伦"@zh ;
    dcterms:description "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:A ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:ElectricCharge ;
    qudt:iec61360Code "0112/2///62720#UAA130"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA130"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/coulomb> ;
    qudt:symbol "C"^^xsd:string ;
    qudt:ucumCode "C"^^qudt:UCUMcs ;
    qudt:udunitsCode "C"^^xsd:string ;
    qudt:uneceCommonCode "COU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:NanoM a qudt:Unit ;
    rdfs:label "Nanometre"@en,
        "Nanometer"@en-us ;
    dcterms:description "0.000000001-fold of the SI base unit metre"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000000001 ;
    qudt:conversionMultiplierSN 1e-09 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA912"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA912"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000000001-fold of the SI base unit metre"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Nano> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "nm"^^xsd:string ;
    qudt:ucumCode "nm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "C45"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:Substance a owl:Class,
        sh:NodeShape ;
    rdfs:label "Substance"@en ;
    rdfs:subClassOf sosa:FeatureOfInterest,
        brick:Measurable .

tag:Entering a brick:Tag ;
    rdfs:label "Entering"@en .

qudtqk:DimensionlessRatio a qudt:QuantityKind ;
    rdfs:label "Dimensionless Ratio"@en ;
    qudt:applicableUnit unit:FRACTION,
        unit:GR,
        unit:NUM,
        unit:PERCENT,
        unit:PERMITTIVITY_REL,
        unit:PPB,
        unit:PPM,
        unit:PPQ,
        unit:PPT,
        unit:PPTH,
        unit:PPTM,
        unit:PSU,
        unit:UNITLESS ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    rdfs:comment "Applicable units are those of quantitykind:DimensionlessRatio"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Dimensionless .

unit:MicroM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Micrometre"@en,
        "Micrometer"@en-us ;
    dcterms:description "\"Micrometer\" is a unit for  'Length' expressed as $microm$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Micrometer"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA090"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Micrometer?oldid=491270437"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA090"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Micro> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "μm"^^xsd:string ;
    qudt:ucumCode "um"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "4H"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Leaving a brick:Tag ;
    rdfs:label "Leaving"@en .

unit:N a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "نيوتن"@ar,
        "нютон"@bg,
        "newton"@cs,
        "Newton"@de,
        "νιούτον"@el,
        "newton"@en,
        "newton"@es,
        "نیوتن"@fa,
        "newton"@fr,
        "ניוטון"@he,
        "न्यूटन"@hi,
        "newton"@hu,
        "newton"@it,
        "ニュートン"@ja,
        "newtonium"@la,
        "newton"@ms,
        "niuton"@pl,
        "newton"@pt,
        "newton"@ro,
        "ньютон"@ru,
        "newton"@sl,
        "newton"@tr,
        "牛顿"@zh ;
    dcterms:description "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Newton"^^xsd:anyURI ;
    qudt:derivedCoherentUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:exactMatch unit:KiloGM-M-PER-SEC2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:KiloGM ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:SEC ] ;
    qudt:hasQuantityKind qudtqk:Force ;
    qudt:iec61360Code "0112/2///62720#UAA235"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA235"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/newton> ;
    qudt:symbol "N"^^xsd:string ;
    qudt:ucumCode "N"^^qudt:UCUMcs ;
    qudt:udunitsCode "N"^^xsd:string ;
    qudt:uneceCommonCode "NEW"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

brick:EntityPropertyValue a owl:Class,
        sh:NodeShape ;
    rdfs:label "EntityPropertyValue"@en ;
    rdfs:subClassOf brick:Entity .

brick:value a rdf:Property,
        brick:Relationship ;
    rdfs:label "Value"@en ;
    rdfs:subPropertyOf qudt:value,
        rec:value ;
    skos:definition "The basic value of an entity property" .

bsh:ValueShape a owl:Class,
        sh:NodeShape .

tag:Cool a brick:Tag ;
    rdfs:label "Cool"@en .

unit:DeciM a qudt:Unit ;
    rdfs:label "Decimetre"@en,
        "Decimeter"@en-us ;
    dcterms:description "A decimeter is a tenth of a meter."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.1 ;
    qudt:conversionMultiplierSN 1e-01 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA412"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA412"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Deci> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "dm"^^xsd:string ;
    qudt:ucumCode "dm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "DMT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:PID a brick:Tag ;
    rdfs:label "PID"@en .

unit:KiloM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Kilometre"@en,
        "Kilometer"@en-us ;
    dcterms:description "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1000.0 ;
    qudt:conversionMultiplierSN 1e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kilometre"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA637"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA637"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "km"^^xsd:string ;
    qudt:ucumCode "km"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "KMT"^^xsd:string,
        "KTM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:A a qudt:Unit ;
    rdfs:label "أمبير"@ar,
        "ампер"@bg,
        "ampér"@cs,
        "Ampere"@de,
        "αμπέρ"@el,
        "ampere"@en,
        "amperio"@es,
        "آمپر"@fa,
        "ampère"@fr,
        "אמפר"@he,
        "एम्पीयर"@hi,
        "amper"@hu,
        "ampere"@it,
        "アンペア"@ja,
        "amperium"@la,
        "ampere"@ms,
        "amper"@pl,
        "ampere"@pt,
        "amper"@ro,
        "ампер"@ru,
        "amper"@sl,
        "amper"@tr,
        "安培"@zh ;
    dcterms:description """$\\textit{Ampere}$, often shortened to $\\text{amp}$, 
is the SI unit of electric current and is one of the seven SI base units defined as:

$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}} 
\\equiv \\frac{\\textit{coulomb}}{\\textit{second}} 
\\equiv \\frac{\\text{joule}}{\\text{weber}}$$

Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units.
"""^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CurrentLinkage,
        qudtqk:DisplacementCurrent,
        qudtqk:ElectricCurrent,
        qudtqk:ElectricCurrentPhasor,
        qudtqk:MagneticTension,
        qudtqk:MagnetomotiveForce,
        qudtqk:TotalCurrent ;
    qudt:iec61360Code "0112/2///62720#UAA101"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA101"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/ampere> ;
    qudt:symbol "A"^^xsd:string ;
    qudt:ucumCode "A"^^qudt:UCUMcs ;
    qudt:udunitsCode "A"^^xsd:string ;
    qudt:uneceCommonCode "AMP"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "amp"^^xsd:string .

unit:BTU_IT a qudt:Unit ;
    rdfs:label "British Thermal Unit (International Definition)"@en ;
    dcterms:description """$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$. 
  It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ . 
  The unit is most often used in the power, steam generation, heating and air conditioning industries. 
  In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg). 
  It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1055.05585262 ;
    qudt:conversionMultiplierSN 1.055056e+03 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA114"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI,
        "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI,
        "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI,
        "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA114"^^xsd:anyURI ;
    qudt:scalingOf unit:J ;
    qudt:symbol "Btu{IT}"^^xsd:string ;
    qudt:ucumCode "[Btu_IT]"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "BTU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Chilled a brick:Tag ;
    rdfs:label "Chilled"@en .

unit:DEG_F a qudt:Unit ;
    rdfs:label "Degree Fahrenheit"@en ;
    dcterms:description """
  The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as 
  $\\circ\\text{F}$
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.5555555555555556 ;
    qudt:conversionMultiplierSN 5.555556e-01 ;
    qudt:conversionOffset 459.67 ;
    qudt:conversionOffsetSN 4.5967e+02 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:expression "$degF$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature ;
    qudt:iec61360Code "0112/2///62720#UAA039"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA039"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> ;
    qudt:scalingOf unit:K ;
    qudt:symbol "°F"^^xsd:string ;
    qudt:ucumCode "[degF]"^^qudt:UCUMcs ;
    qudt:udunitsCode "°F"^^xsd:string,
        "℉"^^xsd:string ;
    qudt:uneceCommonCode "FAH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Valve a brick:Tag ;
    rdfs:label "Valve"@en .

qudtqk:Mass a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "كتلة"@ar,
        "Маса"@bg,
        "Hmotnost"@cs,
        "Masse"@de,
        "Μάζα"@el,
        "mass"@en,
        "masa"@es,
        "جرم"@fa,
        "masse"@fr,
        "מסה"@he,
        "भार"@hi,
        "tömeg"@hu,
        "massa"@it,
        "質量"@ja,
        "massa"@la,
        "Jisim"@ms,
        "masa"@pl,
        "massa"@pt,
        "masă"@ro,
        "Масса"@ru,
        "masa"@sl,
        "kütle"@tr,
        "质量"@zh ;
    dcterms:description "In physics, mass, more specifically inertial mass, can be defined as a quantitative measure of an object's resistance to acceleration. The SI unit of mass is the kilogram ($kg$)"^^qudt:LatexString ;
    qudt:applicableUnit unit:AMU,
        unit:CARAT,
        unit:CWT_LONG,
        unit:CWT_SHORT,
        unit:CentiGM,
        unit:DRAM_UK,
        unit:DRAM_US,
        unit:DWT,
        unit:DecaGM,
        unit:DeciGM,
        unit:DeciTONNE,
        unit:DeciTON_Metric,
        unit:EarthMass,
        unit:FemtoGM,
        unit:GM,
        unit:GRAIN,
        unit:HectoGM,
        unit:Hundredweight_UK,
        unit:Hundredweight_US,
        unit:KiloGM,
        unit:KiloLB,
        unit:KiloTONNE,
        unit:KiloTON_Metric,
        unit:LB,
        unit:LB_M,
        unit:LB_T,
        unit:LunarMass,
        unit:MOMME_Pearl,
        unit:MOMME_Textile,
        unit:MegaGM,
        unit:MegaTON,
        unit:MegaTONNE,
        unit:MicroGM,
        unit:MilliGM,
        unit:NanoGM,
        unit:OZ,
        unit:OZ_M,
        unit:OZ_TROY,
        unit:PENNYWEIGHT,
        unit:PFUND,
        unit:PicoGM,
        unit:PlanckMass,
        unit:Quarter_UK,
        unit:SLUG,
        unit:SolarMass,
        unit:Stone_UK,
        unit:TON,
        unit:TONNE,
        unit:TON_Assay,
        unit:TON_LONG,
        unit:TON_Metric,
        unit:TON_SHORT,
        unit:TON_UK,
        unit:TON_US,
        unit:U ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Mass"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD104"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Mass"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD104"^^xsd:anyURI ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/MASS> ;
    qudt:symbol "m"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Mass"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

qudtqk:Power a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "القدرة"@ar,
        "Мощност"@bg,
        "Výkon"@cs,
        "Leistung"@de,
        "Ισχύς"@el,
        "power"@en,
        "potencia"@es,
        "توان، نرخ جریان گرما"@fa,
        "puissance"@fr,
        "הספק"@he,
        "शक्ति"@hi,
        "teljesítmény , hőáramlás"@hu,
        "potenza"@it,
        "電力・仕事率"@ja,
        "potentia"@la,
        "Kuasa"@ms,
        "moc"@pl,
        "potência"@pt,
        "putere"@ro,
        "Мощность"@ru,
        "moč"@sl,
        "güç"@tr,
        "功率、热流"@zh ;
    dcterms:description "Power is the rate at which work is performed or energy is transmitted, or the amount of energy required or expended for a given unit of time. As a rate of change of work done or the energy of a subsystem, power is: $P = W/t$, where $P$ is power, $W$ is work and {t} is time."^^qudt:LatexString ;
    qudt:altSymbol "p"^^xsd:string ;
    qudt:applicableUnit unit:BAR-L-PER-SEC,
        unit:BAR-M3-PER-SEC,
        unit:BTU_IT-PER-HR,
        unit:BTU_IT-PER-SEC,
        unit:ERG-PER-SEC,
        unit:ExaJ-PER-SEC,
        unit:ExaW,
        unit:FT-LB_F-PER-HR,
        unit:FT-LB_F-PER-MIN,
        unit:FT-LB_F-PER-SEC,
        unit:GigaJ-PER-HR,
        unit:GigaJ-PER-SEC,
        unit:GigaW,
        unit:HP,
        unit:HP_Boiler,
        unit:HP_Brake,
        unit:HP_Electric,
        unit:HP_Metric,
        unit:HectoPA-L-PER-SEC,
        unit:HectoPA-M3-PER-SEC,
        unit:J-PER-DAY,
        unit:J-PER-HR,
        unit:J-PER-MIN,
        unit:J-PER-SEC,
        unit:KiloBTU_IT-PER-HR,
        unit:KiloCAL-PER-MIN,
        unit:KiloCAL-PER-SEC,
        unit:KiloGM_F-M-PER-SEC,
        unit:KiloJ-PER-DAY,
        unit:KiloJ-PER-HR,
        unit:KiloJ-PER-MIN,
        unit:KiloJ-PER-SEC,
        unit:KiloW,
        unit:MegaBTU_IT-PER-HR,
        unit:MegaJ-PER-HR,
        unit:MegaJ-PER-SEC,
        unit:MegaPA-L-PER-SEC,
        unit:MegaPA-M3-PER-SEC,
        unit:MegaW,
        unit:MicroJ-PER-SEC,
        unit:MicroW,
        unit:MilliBAR-L-PER-SEC,
        unit:MilliBAR-M3-PER-SEC,
        unit:MilliJ-PER-SEC,
        unit:MilliW,
        unit:NanoJ-PER-SEC,
        unit:NanoW,
        unit:PA-L-PER-SEC,
        unit:PA-M3-PER-SEC,
        unit:PFERDESTAERKE,
        unit:PSI-IN3-PER-SEC,
        unit:PSI-L-PER-SEC,
        unit:PSI-M3-PER-SEC,
        unit:PSI-YD3-PER-SEC,
        unit:PetaJ-PER-SEC,
        unit:PetaW,
        unit:PicoJ-PER-SEC,
        unit:PicoW,
        unit:PlanckPower,
        unit:THM_US-PER-HR,
        unit:TON_FG,
        unit:TeraJ-PER-SEC,
        unit:TeraW,
        unit:TeraW-HR-PER-YR,
        unit:W ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Power"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Power_%28physics%29"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$P = F \\cdot v$, where $F$ is force and $v$ is velocity."^^qudt:LatexString ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/POWR> ;
    qudt:symbol "P"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Power"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:altLabel "विकिरणी बहाव"@hi,
        "strumień promieniowania"@pl,
        "flux energetic"@ro,
        "ısı akış oranı"@tr .

unit:NUM a qudt:CountingUnit,
        qudt:Unit ;
    rdfs:label "Number"@en ;
    dcterms:description "\"Number\" is a unit for  'Dimensionless' expressed as (\\#$."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:ChargeNumber,
        qudtqk:CoefficientOfPerformance,
        qudtqk:Count,
        qudtqk:Dimensionless,
        qudtqk:DimensionlessRatio,
        qudtqk:FrictionCoefficient,
        qudtqk:HyperfineStructureQuantumNumber,
        qudtqk:IonTransportNumber,
        qudtqk:Landau-GinzburgNumber,
        qudtqk:MagneticQuantumNumber,
        qudtqk:MassNumber,
        qudtqk:NeutronNumber,
        qudtqk:NuclearSpinQuantumNumber,
        qudtqk:NucleonNumber,
        qudtqk:OpeningRatio,
        qudtqk:OrbitalAngularMomentumQuantumNumber,
        qudtqk:Population,
        qudtqk:PrincipalQuantumNumber,
        qudtqk:QuantumNumber,
        qudtqk:ReynoldsNumber,
        qudtqk:SpinQuantumNumber,
        qudtqk:StoichiometricNumber,
        qudtqk:TotalAngularMomentumQuantumNumber ;
    qudt:symbol "#"^^xsd:string ;
    qudt:ucumCode "1"^^qudt:UCUMcs,
        "{#}"^^qudt:UCUMcs ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:object-identifier a bacnet:StandardProperty,
        rdf:Property,
        owl:DatatypeProperty ;
    rdfs:label "object-identifier",
        "object-identifier"^^xsd:string ;
    bacnet:propertyEnum bacnet:PropertyIdentifier-object-identifier ;
    bacnet:propertyName "object-identifier",
        "object-identifier"^^xsd:string ;
    bacnet:propertyOf bacnet:Object ;
    bacnet:propertyRef bacnet:Object_Identifier ;
    rdfs:subPropertyOf bacnet:ReadableProperty ;
    skos:definition "The BACnet object identifier",
        "The BACnet object identifier"^^xsd:string .

qudtqk:Length a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "طول"@ar,
        "Дължина"@bg,
        "Délka"@cs,
        "Länge"@de,
        "Μήκος"@el,
        "length"@en,
        "longitud"@es,
        "طول"@fa,
        "longueur"@fr,
        "אורך"@he,
        "लम्बाई"@hi,
        "hossz"@hu,
        "lunghezza"@it,
        "長さ"@ja,
        "longitudo"@la,
        "Panjang"@ms,
        "długość"@pl,
        "comprimento"@pt,
        "lungime"@ro,
        "Длина"@ru,
        "dolžina"@sl,
        "uzunluk"@tr,
        "长度"@zh ;
    dcterms:description "In geometric measurements, length most commonly refers to the est dimension of an object. In some contexts, the term \"length\" is reserved for a certain dimension of an object along which the length is measured."^^qudt:LatexString ;
    qudt:applicableUnit unit:ANGSTROM,
        unit:AU,
        unit:BTU_IT-PER-LB_F,
        unit:CH,
        unit:CHAIN_US,
        unit:CentiM,
        unit:DecaM,
        unit:DeciM,
        unit:FATH,
        unit:FM,
        unit:FT,
        unit:FT_US,
        unit:FUR,
        unit:FUR_Long,
        unit:FemtoM,
        unit:GAUGE_FR,
        unit:GA_Charriere,
        unit:HectoM,
        unit:IN,
        unit:KiloM,
        unit:LY,
        unit:M,
        unit:MI,
        unit:MI_N,
        unit:MI_US,
        unit:MicroIN,
        unit:MicroM,
        unit:MilLength,
        unit:MilliIN,
        unit:MilliM,
        unit:NanoM,
        unit:PARSEC,
        unit:PCA,
        unit:PT,
        unit:PicoM,
        unit:PlanckLength,
        unit:ROD,
        unit:YD,
        unit:ZOLL ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Length"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD072"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Length"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD072"^^xsd:anyURI ;
    qudt:plainTextDescription "In geometric measurements, length most commonly refers to the est dimension of an object. In some contexts, the term \"length\" is reserved for a certain dimension of an object along which the length is measured."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/LENG> ;
    qudt:symbol "l"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Length"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

tag:System a brick:Tag ;
    rdfs:label "System"@en .

qudtqk:VolumePerTime a qudt:QuantityKind ;
    rdfs:label "Volume per Time"@en ;
    qudt:applicableUnit unit:BBL_UK_PET-PER-DAY,
        unit:BBL_UK_PET-PER-HR,
        unit:BBL_UK_PET-PER-MIN,
        unit:BBL_UK_PET-PER-SEC,
        unit:BBL_US-PER-DAY,
        unit:BBL_US-PER-MIN,
        unit:BBL_US_PET-PER-HR,
        unit:BBL_US_PET-PER-SEC,
        unit:BU_UK-PER-DAY,
        unit:BU_UK-PER-HR,
        unit:BU_UK-PER-MIN,
        unit:BU_UK-PER-SEC,
        unit:BU_US_DRY-PER-DAY,
        unit:BU_US_DRY-PER-HR,
        unit:BU_US_DRY-PER-MIN,
        unit:BU_US_DRY-PER-SEC,
        unit:CentiM3-PER-DAY,
        unit:CentiM3-PER-HR,
        unit:CentiM3-PER-MIN,
        unit:CentiM3-PER-SEC,
        unit:DeciM3-PER-DAY,
        unit:DeciM3-PER-HR,
        unit:DeciM3-PER-MIN,
        unit:DeciM3-PER-SEC,
        unit:FT3-PER-DAY,
        unit:FT3-PER-HR,
        unit:FT3-PER-MIN,
        unit:FT3-PER-SEC,
        unit:GAL_UK-PER-DAY,
        unit:GAL_UK-PER-HR,
        unit:GAL_UK-PER-MIN,
        unit:GAL_UK-PER-SEC,
        unit:GAL_US-PER-DAY,
        unit:GAL_US-PER-HR,
        unit:GAL_US-PER-MIN,
        unit:GAL_US-PER-SEC,
        unit:GI_UK-PER-DAY,
        unit:GI_UK-PER-HR,
        unit:GI_UK-PER-MIN,
        unit:GI_UK-PER-SEC,
        unit:GI_US-PER-DAY,
        unit:GI_US-PER-HR,
        unit:GI_US-PER-MIN,
        unit:GI_US-PER-SEC,
        unit:IN3-PER-HR,
        unit:IN3-PER-MIN,
        unit:IN3-PER-SEC,
        unit:KiloL-PER-HR,
        unit:L-PER-DAY,
        unit:L-PER-HR,
        unit:L-PER-MIN,
        unit:L-PER-SEC,
        unit:M3-PER-DAY,
        unit:M3-PER-HR,
        unit:M3-PER-MIN,
        unit:M3-PER-SEC,
        unit:M3-PER-YR,
        unit:MilliL-PER-DAY,
        unit:MilliL-PER-HR,
        unit:MilliL-PER-MIN,
        unit:MilliL-PER-SEC,
        unit:OZ_VOL_UK-PER-DAY,
        unit:OZ_VOL_UK-PER-HR,
        unit:OZ_VOL_UK-PER-MIN,
        unit:OZ_VOL_UK-PER-SEC,
        unit:OZ_VOL_US-PER-DAY,
        unit:OZ_VOL_US-PER-HR,
        unit:OZ_VOL_US-PER-MIN,
        unit:OZ_VOL_US-PER-SEC,
        unit:PINT_UK-PER-DAY,
        unit:PINT_UK-PER-HR,
        unit:PINT_UK-PER-MIN,
        unit:PINT_UK-PER-SEC,
        unit:PINT_US-PER-DAY,
        unit:PINT_US-PER-HR,
        unit:PINT_US-PER-MIN,
        unit:PINT_US-PER-SEC,
        unit:PK_UK-PER-DAY,
        unit:PK_UK-PER-HR,
        unit:PK_UK-PER-MIN,
        unit:PK_UK-PER-SEC,
        unit:PK_US_DRY-PER-DAY,
        unit:PK_US_DRY-PER-HR,
        unit:PK_US_DRY-PER-MIN,
        unit:PK_US_DRY-PER-SEC,
        unit:QT_UK-PER-DAY,
        unit:QT_UK-PER-HR,
        unit:QT_UK-PER-MIN,
        unit:QT_UK-PER-SEC,
        unit:QT_US-PER-DAY,
        unit:QT_US-PER-HR,
        unit:QT_US-PER-MIN,
        unit:QT_US-PER-SEC,
        unit:YD3-PER-DAY,
        unit:YD3-PER-HR,
        unit:YD3-PER-MIN,
        unit:YD3-PER-SEC ;
    qudt:exactMatch qudtqk:VolumeFlowRate ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:qkdvDenominator <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:qkdvNumerator <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    rdfs:comment "Applicable units are those of quantitykind:VolumePerTime"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

tag:Limit a brick:Tag ;
    rdfs:label "Limit"@en .

qudtqk:Energy a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "الطاقة"@ar,
        "Енергия"@bg,
        "Energie"@cs,
        "Energie"@de,
        "Έργο - Ενέργεια"@el,
        "energy"@en,
        "energia"@es,
        "انرژی"@fa,
        "énergie"@fr,
        "אנרגיה ועבודה"@he,
        "ऊर्जा"@hi,
        "energia , munka , hő"@hu,
        "energia"@it,
        "エネルギー"@ja,
        "energia"@la,
        "Tenaga"@ms,
        "energia"@pl,
        "energia"@pt,
        "energie"@ro,
        "Энергия"@ru,
        "energija"@sl,
        "enerji"@tr,
        "能量"@zh ;
    dcterms:description "Energy is the quantity characterizing the ability of a system to do work."^^qudt:LatexString ;
    qudt:applicableUnit unit:AttoJ,
        unit:BTU_IT,
        unit:BTU_TH,
        unit:CAL_IT,
        unit:CAL_TH,
        unit:ERG,
        unit:EV,
        unit:E_h,
        unit:ExaJ,
        unit:FT-LB_F,
        unit:FT-PDL,
        unit:FemtoJ,
        unit:GigaEV,
        unit:GigaJ,
        unit:GigaW-HR,
        unit:J,
        unit:KiloBTU_IT,
        unit:KiloBTU_TH,
        unit:KiloCAL,
        unit:KiloEV,
        unit:KiloJ,
        unit:KiloVA-HR,
        unit:KiloVAR-HR,
        unit:KiloW-HR,
        unit:MegaBTU_IT,
        unit:MegaEV,
        unit:MegaJ,
        unit:MegaTOE,
        unit:MegaVA-HR,
        unit:MegaVAR-HR,
        unit:MegaW-HR,
        unit:MicroJ,
        unit:MilliJ,
        unit:NanoJ,
        unit:PetaJ,
        unit:PicoJ,
        unit:PlanckEnergy,
        unit:QUAD,
        unit:THERM_EC,
        unit:THERM_US,
        unit:THM_EEC,
        unit:THM_US,
        unit:TOE,
        unit:TeraJ,
        unit:TeraW-HR,
        unit:TonEnergy,
        unit:VA-HR,
        unit:VAR-HR,
        unit:W-HR,
        unit:W-SEC ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Energy"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
    qudt:plainTextDescription "Energy is the quantity characterizing the ability of a system to do work."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/quantities/ENGY> ;
    qudt:symbol "E"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Energy"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:Enthalpy,
        qudtqk:Entropy,
        qudtqk:GibbsEnergy,
        qudtqk:HelmholtzEnergy,
        qudtqk:InternalEnergy,
        qudtqk:Work .

unit:MilliGM a qudt:Unit ;
    rdfs:label "Milligram"@en ;
    dcterms:description "0.000001-fold of the SI base unit kilogram"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.000001 ;
    qudt:conversionMultiplierSN 1e-06 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA815"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA815"^^xsd:anyURI ;
    qudt:plainTextDescription "0.000001-fold of the SI base unit kilogram"^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:GM ;
    qudt:symbol "mg"^^xsd:string ;
    qudt:ucumCode "mg"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MGM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:MilliM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Millimetre"@en,
        "Millimeter"@en-us ;
    dcterms:description "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Millimetre"^^xsd:anyURI ;
    qudt:expression "$mm$"^^qudt:LatexString ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA862"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA862"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Milli> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "mm"^^xsd:string ;
    qudt:ucumCode "mm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "MMT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "mil"@en-gb .

unit:YD a qudt:Unit ;
    rdfs:label "Yard"@en ;
    dcterms:description "A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.9144 ;
    qudt:conversionMultiplierSN 9.144e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Yard"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 3.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:FT ] ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAB030"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Yard?oldid=492334628"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB030"^^xsd:anyURI ;
    qudt:symbol "yd"^^xsd:string ;
    qudt:ucumCode "[yd_i]"^^qudt:UCUMcs ;
    qudt:udunitsCode "yd"^^xsd:string ;
    qudt:uneceCommonCode "YRD"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

bacnet:TimeStamp a sh:NodeShape ;
    rdfs:label "TimeStamp"^^xsd:string ;
    rdfs:subClassOf bacnet:Choice ;
    sh:xone ( [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:string ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:time ;
                        sh:pattern "^([0-9]{2}):([0-9]{2}):([0-9]{2})[.]([0-9]{2})$"^^xsd:string ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:datatype xsd:nonNegativeInteger ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:sequence-number ] ] [ sh:property [ a sh:PropertyShape ;
                        sh:class bacnet:DateTime ;
                        sh:maxCount 1 ;
                        sh:minCount 1 ;
                        sh:path bacnet:datetime ] ] ) .

unit:DAY a qudt:Unit ;
    rdfs:label "Day"@en ;
    dcterms:description "Mean solar day"^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 86400.0 ;
    qudt:conversionMultiplierSN 8.64e+04 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Day"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:BiodegredationHalfLife,
        qudtqk:FishBiotransformationHalfLife,
        qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA407"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Day?oldid=494970012"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA407"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
    qudt:scalingOf unit:SEC ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/day> ;
    qudt:symbol "d"^^xsd:string ;
    qudt:ucumCode "d"^^qudt:UCUMcs ;
    qudt:udunitsCode "d"^^xsd:string ;
    qudt:uneceCommonCode "DAY"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PA a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "باسكال"@ar,
        "паскал"@bg,
        "pascal"@cs,
        "Pascal"@de,
        "πασκάλ"@el,
        "pascal"@en,
        "pascal"@es,
        "پاسگال"@fa,
        "pascal"@fr,
        "פסקל"@he,
        "पास्कल"@hi,
        "pascal"@hu,
        "pascal"@it,
        "パスカル"@ja,
        "pascalium"@la,
        "pascal"@ms,
        "paskal"@pl,
        "pascal"@pt,
        "pascal"@ro,
        "паскаль"@ru,
        "pascal"@sl,
        "pascal"@tr,
        "帕斯卡"@zh ;
    dcterms:description "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ;
    qudt:exactMatch unit:KiloGM-PER-M-SEC2,
        unit:N-PER-M2 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent -2 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:BulkModulus,
        qudtqk:ForcePerArea,
        qudtqk:Fugacity,
        qudtqk:ModulusOfElasticity,
        qudtqk:ShearModulus,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA258"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA258"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/pascal> ;
    qudt:siUnitsExpression "N/m^2"^^xsd:string ;
    qudt:symbol "Pa"^^xsd:string ;
    qudt:ucumCode "Pa"^^qudt:UCUMcs ;
    qudt:udunitsCode "Pa"^^xsd:string ;
    qudt:uneceCommonCode "PAL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:PERCENT a qudt:Unit ;
    rdfs:label "Percent"@en ;
    dcterms:description "\"Percent\" is a unit for  'Dimensionless Ratio' expressed as $\\%$."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/ASU>,
        <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-ESU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/PLANCK>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:DimensionlessRatio,
        qudtqk:DutyCycle,
        qudtqk:LengthRatio,
        qudtqk:LuminousFluxRatio,
        qudtqk:OpeningRatio,
        qudtqk:PressureRatio,
        qudtqk:Prevalence,
        qudtqk:Reflectance,
        qudtqk:RelativeHumidity,
        qudtqk:RelativePartialPressure,
        qudtqk:ResistanceRatio,
        qudtqk:ServiceFactor,
        qudtqk:TimeRatio,
        qudtqk:VoltageRatio ;
    qudt:iec61360Code "0112/2///62720#UAA000"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA000"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
    qudt:symbol "%"^^xsd:string ;
    qudt:ucumCode "%"^^qudt:UCUMcs ;
    qudt:udunitsCode "%"^^xsd:string ;
    qudt:uneceCommonCode "P1"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:J a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "джаул"@bg,
        "joule"@cs,
        "Joule"@de,
        "τζάουλ"@el,
        "joule"@en,
        "julio"@es,
        "ژول"@fa,
        "joule"@fr,
        "जूल"@hi,
        "joule"@hu,
        "joule"@it,
        "ジュール"@ja,
        "joulium"@la,
        "joule"@ms,
        "dżul"@pl,
        "joule"@pt,
        "joule"@ro,
        "джоуль"@ru,
        "joule"@sl,
        "joule"@tr,
        "焦耳"@zh ;
    dcterms:description """$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. 
  Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Joule"^^xsd:anyURI ;
    qudt:exactMatch unit:N-M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:N ],
        [ qudt:exponent 1 ;
            qudt:hasUnit unit:M ] ;
    qudt:hasQuantityKind qudtqk:Energy,
        qudtqk:ExchangeIntegral,
        qudtqk:HamiltonFunction,
        qudtqk:LagrangeFunction,
        qudtqk:LevelWidth,
        qudtqk:ThermalEnergy ;
    qudt:iec61360Code "0112/2///62720#UAA172"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA172"^^xsd:anyURI ;
    qudt:latexDefinition "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"^^qudt:LatexString ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
    qudt:plainTextDescription "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. "^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/joule> ;
    qudt:symbol "J"^^xsd:string ;
    qudt:ucumCode "J"^^qudt:UCUMcs ;
    qudt:udunitsCode "J"^^xsd:string ;
    qudt:uneceCommonCode "JOU"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:L a qudt:Unit ;
    rdfs:label "Litre"@en,
        "Liter"@en-us ;
    dcterms:description "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Litre"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:DeciM3 ] ;
    qudt:hasQuantityKind qudtqk:LiquidVolume,
        qudtqk:Volume ;
    qudt:iec61360Code "0112/2///62720#UAA649"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Litre?oldid=494846400"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA649"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/litre> ;
    qudt:symbol "L"^^xsd:string ;
    qudt:ucumCode "L"^^qudt:UCUMcs,
        "l"^^qudt:UCUMcs ;
    qudt:udunitsCode "L"^^xsd:string ;
    qudt:uneceCommonCode "LTR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    skos:altLabel "litre"^^xsd:string .

tag:Heat a brick:Tag ;
    rdfs:label "Heat"@en .

unit:UNITLESS a qudt:CountingUnit,
        qudt:DimensionlessUnit,
        qudt:Unit ;
    rdfs:label "Unitless"@en ;
    dcterms:description "An explicit unit to say something has no units."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:hasQuantityKind qudtqk:Absorptance,
        qudtqk:ActivityCoefficient,
        qudtqk:AmountOfSubstanceFraction,
        qudtqk:AtomScatteringFactor,
        qudtqk:AverageLogarithmicEnergyDecrement,
        qudtqk:BindingFraction,
        qudtqk:BioconcentrationFactor,
        qudtqk:CanonicalPartitionFunction,
        qudtqk:Chromaticity,
        qudtqk:Constringence,
        qudtqk:Count,
        qudtqk:CouplingFactor,
        qudtqk:Debye-WallerFactor,
        qudtqk:DegreeOfDissociation,
        qudtqk:Dimensionless,
        qudtqk:DimensionlessRatio,
        qudtqk:Dissipance,
        qudtqk:DoseEquivalentQualityFactor,
        qudtqk:DutyCycle,
        qudtqk:Duv,
        qudtqk:EinsteinTransitionProbability,
        qudtqk:ElectricSusceptibility,
        qudtqk:Emissivity,
        qudtqk:EquilibriumConstant,
        qudtqk:FastFissionFactor,
        qudtqk:FrictionCoefficient,
        qudtqk:GFactorOfNucleus,
        qudtqk:GeneralizedCoordinate,
        qudtqk:GeneralizedForce,
        qudtqk:GeneralizedMomentum,
        qudtqk:GeneralizedVelocity,
        qudtqk:GruneisenParameter,
        qudtqk:InternalConversionFactor,
        qudtqk:IsentropicExponent,
        qudtqk:LandeGFactor,
        qudtqk:LeakageFactor,
        qudtqk:Lethargy,
        qudtqk:LogOctanolAirPartitionCoefficient,
        qudtqk:LogOctanolWaterPartitionCoefficient,
        qudtqk:LogarithmicFrequencyInterval,
        qudtqk:Long-RangeOrderParameter,
        qudtqk:LossFactor,
        qudtqk:MadelungConstant,
        qudtqk:MagneticSusceptability,
        qudtqk:MassFraction,
        qudtqk:MassFractionOfDryMatter,
        qudtqk:MassFractionOfWater,
        qudtqk:MassRatioOfWaterToDryMatter,
        qudtqk:MassRatioOfWaterVapourToDryGas,
        qudtqk:MobilityRatio,
        qudtqk:MultiplicationFactor,
        qudtqk:NapierianAbsorbance,
        qudtqk:NeutronYieldPerAbsorption,
        qudtqk:NeutronYieldPerFission,
        qudtqk:Non-LeakageProbability,
        qudtqk:NumberOfParticles,
        qudtqk:OrderOfReflection,
        qudtqk:OsmoticCoefficient,
        qudtqk:PackingFraction,
        qudtqk:PermittivityRatio,
        qudtqk:PoissonRatio,
        qudtqk:PowerFactor,
        qudtqk:QualityFactor,
        qudtqk:RadianceFactor,
        qudtqk:RatioOfSpecificHeatCapacities,
        qudtqk:Reactivity,
        qudtqk:Reflectance,
        qudtqk:ReflectanceFactor,
        qudtqk:RefractiveIndex,
        qudtqk:RelativeMassConcentrationOfVapour,
        qudtqk:RelativeMassDensity,
        qudtqk:RelativeMassExcess,
        qudtqk:RelativeMassRatioOfVapour,
        qudtqk:ResonanceEscapeProbability,
        qudtqk:ServiceFactor,
        qudtqk:Short-RangeOrderParameter,
        qudtqk:StandardAbsoluteActivity,
        qudtqk:StatisticalWeight,
        qudtqk:StructureFactor,
        qudtqk:ThermalDiffusionFactor,
        qudtqk:ThermalDiffusionRatio,
        qudtqk:ThermalUtilizationFactor,
        qudtqk:TotalIonization,
        qudtqk:TransmittanceDensity,
        qudtqk:Turns ;
    qudt:symbol "一"^^xsd:string ;
    qudt:uneceCommonCode "C62"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:BAR a qudt:Unit ;
    rdfs:label "Bar"@en ;
    dcterms:description """
  The $\\textit{bar}$ is a non-SI unit of pressure, defined by the IUPAC as exactly equal
   to $100,000\\,Pa$. 
  It is about equal to the atmospheric pressure on Earth at sea level, and since 1982
   the IUPAC has recommended that the standard for atmospheric pressure should be
   harmonized to $100,000\\,Pa = 1 \\,bar \\approx 750.0616827\\, Torr$. 
  Units derived from the bar are the megabar (symbol: $Mbar$), kilobar (symbol: $kbar$),
   decibar (symbol: $dbar$), centibar (symbol: $cbar$), and millibar (symbol: $mbar$ or $mb$). 
  They are not SI or cgs units, but they are accepted for use with the SI.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS> ;
    qudt:conversionMultiplier 100000.0 ;
    qudt:conversionMultiplierSN 1e+05 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Bar"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
    qudt:hasQuantityKind qudtqk:ForcePerArea,
        qudtqk:VaporPressure ;
    qudt:iec61360Code "0112/2///62720#UAA323"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI,
        "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> ;
    qudt:scalingOf unit:PA ;
    qudt:symbol "bar"^^xsd:string ;
    qudt:ucumCode "bar"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "BAR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Room a brick:Tag ;
    rdfs:label "Room"@en .

tag:Alarm a brick:Tag ;
    rdfs:label "Alarm"@en .

tag:Command a brick:Tag ;
    rdfs:label "Command"@en .

tag:Discharge a brick:Tag ;
    rdfs:label "Discharge"@en .

tag:Supply a brick:Tag ;
    rdfs:label "Supply"@en .

unit:LB a qudt:Unit ;
    rdfs:label "Pound Mass"@en ;
    dcterms:description "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.45359237 ;
    qudt:conversionMultiplierSN 4.535924e-01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:exactMatch unit:LB_M ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA669"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA669"^^xsd:anyURI ;
    qudt:scalingOf unit:KiloGM ;
    qudt:symbol "lbm"^^xsd:string ;
    qudt:ucumCode "[lb_av]"^^qudt:UCUMcs ;
    qudt:udunitsCode "lb"^^xsd:string ;
    qudt:uneceCommonCode "LBR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

qudtqk:VolumeFlowRate a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Volume Flow Rate"@en ;
    dcterms:description "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time."^^qudt:LatexString ;
    qudt:applicableUnit unit:BBL_UK_PET-PER-DAY,
        unit:BBL_UK_PET-PER-HR,
        unit:BBL_UK_PET-PER-MIN,
        unit:BBL_UK_PET-PER-SEC,
        unit:BBL_US-PER-DAY,
        unit:BBL_US-PER-MIN,
        unit:BBL_US_PET-PER-HR,
        unit:BBL_US_PET-PER-SEC,
        unit:BU_UK-PER-DAY,
        unit:BU_UK-PER-HR,
        unit:BU_UK-PER-MIN,
        unit:BU_UK-PER-SEC,
        unit:BU_US_DRY-PER-DAY,
        unit:BU_US_DRY-PER-HR,
        unit:BU_US_DRY-PER-MIN,
        unit:BU_US_DRY-PER-SEC,
        unit:CentiM3-PER-DAY,
        unit:CentiM3-PER-HR,
        unit:CentiM3-PER-MIN,
        unit:CentiM3-PER-SEC,
        unit:DeciM3-PER-DAY,
        unit:DeciM3-PER-HR,
        unit:DeciM3-PER-MIN,
        unit:DeciM3-PER-SEC,
        unit:FT3-PER-DAY,
        unit:FT3-PER-HR,
        unit:FT3-PER-MIN,
        unit:FT3-PER-SEC,
        unit:GAL_UK-PER-DAY,
        unit:GAL_UK-PER-HR,
        unit:GAL_UK-PER-MIN,
        unit:GAL_UK-PER-SEC,
        unit:GAL_US-PER-DAY,
        unit:GAL_US-PER-HR,
        unit:GAL_US-PER-MIN,
        unit:GAL_US-PER-SEC,
        unit:GI_UK-PER-DAY,
        unit:GI_UK-PER-HR,
        unit:GI_UK-PER-MIN,
        unit:GI_UK-PER-SEC,
        unit:GI_US-PER-DAY,
        unit:GI_US-PER-HR,
        unit:GI_US-PER-MIN,
        unit:GI_US-PER-SEC,
        unit:IN3-PER-HR,
        unit:IN3-PER-MIN,
        unit:IN3-PER-SEC,
        unit:KiloL-PER-HR,
        unit:L-PER-DAY,
        unit:L-PER-HR,
        unit:L-PER-MIN,
        unit:L-PER-SEC,
        unit:M3-PER-DAY,
        unit:M3-PER-HR,
        unit:M3-PER-MIN,
        unit:M3-PER-SEC,
        unit:M3-PER-YR,
        unit:MilliL-PER-DAY,
        unit:MilliL-PER-HR,
        unit:MilliL-PER-MIN,
        unit:MilliL-PER-SEC,
        unit:OZ_VOL_UK-PER-DAY,
        unit:OZ_VOL_UK-PER-HR,
        unit:OZ_VOL_UK-PER-MIN,
        unit:OZ_VOL_UK-PER-SEC,
        unit:OZ_VOL_US-PER-DAY,
        unit:OZ_VOL_US-PER-HR,
        unit:OZ_VOL_US-PER-MIN,
        unit:OZ_VOL_US-PER-SEC,
        unit:PINT_UK-PER-DAY,
        unit:PINT_UK-PER-HR,
        unit:PINT_UK-PER-MIN,
        unit:PINT_UK-PER-SEC,
        unit:PINT_US-PER-DAY,
        unit:PINT_US-PER-HR,
        unit:PINT_US-PER-MIN,
        unit:PINT_US-PER-SEC,
        unit:PK_UK-PER-DAY,
        unit:PK_UK-PER-HR,
        unit:PK_UK-PER-MIN,
        unit:PK_UK-PER-SEC,
        unit:PK_US_DRY-PER-DAY,
        unit:PK_US_DRY-PER-HR,
        unit:PK_US_DRY-PER-MIN,
        unit:PK_US_DRY-PER-SEC,
        unit:QT_UK-PER-DAY,
        unit:QT_UK-PER-HR,
        unit:QT_UK-PER-MIN,
        unit:QT_UK-PER-SEC,
        unit:QT_US-PER-DAY,
        unit:QT_US-PER-HR,
        unit:QT_US-PER-MIN,
        unit:QT_US-PER-SEC,
        unit:YD3-PER-DAY,
        unit:YD3-PER-HR,
        unit:YD3-PER-MIN,
        unit:YD3-PER-SEC ;
    qudt:exactMatch qudtqk:VolumePerTime ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
    qudt:iec61360Code "0112/2///62720#UAD239"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Volumetric_flow_rate"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD239"^^xsd:anyURI ;
    qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ;
    qudt:latexDefinition "$q_V = \\frac{dV}{dt}$, where $V$ is volume and $t$ is time."^^qudt:LatexString ;
    qudt:plainTextDescription "Volumetric Flow Rate, (also known as volume flow rate, rate of fluid flow or volume velocity) is the volume of fluid which passes through a given surface per unit time."^^xsd:string ;
    qudt:symbol "q_V"^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:VolumeFlowRate"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

tag:Space a brick:Tag ;
    rdfs:label "Space"@en .

unit:MIN a qudt:Unit ;
    rdfs:label "Minute"@en ;
    dcterms:description "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 60.0 ;
    qudt:conversionMultiplierSN 6e+01 ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA842"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA842"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> ;
    qudt:scalingOf unit:SEC ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/minute> ;
    qudt:symbol "min"^^xsd:string ;
    qudt:ucumCode "min"^^qudt:UCUMcs ;
    qudt:udunitsCode "min"^^xsd:string ;
    qudt:uneceCommonCode "MIN"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Differential a brick:Tag ;
    rdfs:label "Differential"@en .

tag:Hot a brick:Tag ;
    rdfs:label "Hot"@en .

unit:GM a qudt:Unit ;
    rdfs:label "Gram"@en ;
    dcterms:description "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.001 ;
    qudt:conversionMultiplierSN 1e-03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Gram"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA465"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Gram?oldid=493995797"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA465"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
    qudt:symbol "g"^^xsd:string ;
    qudt:ucumCode "g"^^qudt:UCUMcs ;
    qudt:udunitsCode "g"^^xsd:string ;
    qudt:uneceCommonCode "GRM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Status a brick:Tag ;
    rdfs:label "Status"@en .

tag:Flow a brick:Tag ;
    rdfs:label "Flow"@en .

qudtqk:Temperature a qudt:QuantityKind,
        rdfs:Resource ;
    rdfs:label "Temperature"@en ;
    dcterms:description "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity."^^qudt:LatexString ;
    qudt:applicableUnit unit:DEG_C,
        unit:DEG_F,
        unit:DEG_R,
        unit:DecaK,
        unit:K,
        unit:MegaK,
        unit:MilliDEG_C,
        unit:MilliK,
        unit:PlanckTemperature ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Temperature"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:iec61360Code "0112/2///62720#UAD374"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD374"^^xsd:anyURI ;
    qudt:plainTextDescription "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Temperature"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    rdfs:seeAlso qudtqk:ThermodynamicTemperature .

qudtqk:Currency a qudt:QuantityKind ;
    rdfs:label "Currency"@en ;
    qudt:applicableUnit unit:CCY_AED,
        unit:CCY_AFN,
        unit:CCY_ALL,
        unit:CCY_AMD,
        unit:CCY_ANG,
        unit:CCY_AOA,
        unit:CCY_ARS,
        unit:CCY_AUD,
        unit:CCY_AWG,
        unit:CCY_AZN,
        unit:CCY_BAM,
        unit:CCY_BBD,
        unit:CCY_BDT,
        unit:CCY_BGN,
        unit:CCY_BHD,
        unit:CCY_BIF,
        unit:CCY_BMD,
        unit:CCY_BND,
        unit:CCY_BOB,
        unit:CCY_BOV,
        unit:CCY_BRL,
        unit:CCY_BSD,
        unit:CCY_BTN,
        unit:CCY_BWP,
        unit:CCY_BYN,
        unit:CCY_BZD,
        unit:CCY_CAD,
        unit:CCY_CDF,
        unit:CCY_CHE,
        unit:CCY_CHF,
        unit:CCY_CHW,
        unit:CCY_CLF,
        unit:CCY_CLP,
        unit:CCY_CNY,
        unit:CCY_COP,
        unit:CCY_COU,
        unit:CCY_CRC,
        unit:CCY_CUP,
        unit:CCY_CVE,
        unit:CCY_CYP,
        unit:CCY_CZK,
        unit:CCY_DJF,
        unit:CCY_DKK,
        unit:CCY_DOP,
        unit:CCY_DZD,
        unit:CCY_EEK,
        unit:CCY_EGP,
        unit:CCY_ERN,
        unit:CCY_ETB,
        unit:CCY_EUR,
        unit:CCY_FJD,
        unit:CCY_FKP,
        unit:CCY_GBP,
        unit:CCY_GEL,
        unit:CCY_GHS,
        unit:CCY_GIP,
        unit:CCY_GMD,
        unit:CCY_GNF,
        unit:CCY_GTQ,
        unit:CCY_GYD,
        unit:CCY_HKD,
        unit:CCY_HNL,
        unit:CCY_HRK,
        unit:CCY_HTG,
        unit:CCY_HUF,
        unit:CCY_IDR,
        unit:CCY_ILS,
        unit:CCY_INR,
        unit:CCY_IQD,
        unit:CCY_IRR,
        unit:CCY_ISK,
        unit:CCY_JMD,
        unit:CCY_JOD,
        unit:CCY_JPY,
        unit:CCY_KES,
        unit:CCY_KGS,
        unit:CCY_KHR,
        unit:CCY_KMF,
        unit:CCY_KPW,
        unit:CCY_KRW,
        unit:CCY_KWD,
        unit:CCY_KYD,
        unit:CCY_KZT,
        unit:CCY_LAK,
        unit:CCY_LBP,
        unit:CCY_LKR,
        unit:CCY_LRD,
        unit:CCY_LSL,
        unit:CCY_LTL,
        unit:CCY_LVL,
        unit:CCY_LYD,
        unit:CCY_MAD,
        unit:CCY_MDL,
        unit:CCY_MGA,
        unit:CCY_MKD,
        unit:CCY_MMK,
        unit:CCY_MNT,
        unit:CCY_MOP,
        unit:CCY_MRU,
        unit:CCY_MTL,
        unit:CCY_MUR,
        unit:CCY_MVR,
        unit:CCY_MWK,
        unit:CCY_MXN,
        unit:CCY_MXV,
        unit:CCY_MYR,
        unit:CCY_MZN,
        unit:CCY_NAD,
        unit:CCY_NGN,
        unit:CCY_NIO,
        unit:CCY_NOK,
        unit:CCY_NPR,
        unit:CCY_NZD,
        unit:CCY_OMR,
        unit:CCY_PAB,
        unit:CCY_PEN,
        unit:CCY_PGK,
        unit:CCY_PHP,
        unit:CCY_PKR,
        unit:CCY_PLN,
        unit:CCY_PYG,
        unit:CCY_QAR,
        unit:CCY_RON,
        unit:CCY_RSD,
        unit:CCY_RUB,
        unit:CCY_RWF,
        unit:CCY_SAR,
        unit:CCY_SBD,
        unit:CCY_SCR,
        unit:CCY_SDG,
        unit:CCY_SEK,
        unit:CCY_SGD,
        unit:CCY_SHP,
        unit:CCY_SKK,
        unit:CCY_SLE,
        unit:CCY_SOS,
        unit:CCY_SRD,
        unit:CCY_STN,
        unit:CCY_SYP,
        unit:CCY_SZL,
        unit:CCY_THB,
        unit:CCY_TJS,
        unit:CCY_TMT,
        unit:CCY_TND,
        unit:CCY_TOP,
        unit:CCY_TRY,
        unit:CCY_TTD,
        unit:CCY_TWD,
        unit:CCY_TZS,
        unit:CCY_UAH,
        unit:CCY_UGX,
        unit:CCY_USD,
        unit:CCY_USN,
        unit:CCY_USS,
        unit:CCY_UYU,
        unit:CCY_UZS,
        unit:CCY_VES,
        unit:CCY_VND,
        unit:CCY_VUV,
        unit:CCY_WST,
        unit:CCY_XAF,
        unit:CCY_XAG,
        unit:CCY_XAU,
        unit:CCY_XBA,
        unit:CCY_XBB,
        unit:CCY_XBC,
        unit:CCY_XBD,
        unit:CCY_XCD,
        unit:CCY_XDR,
        unit:CCY_XFO,
        unit:CCY_XFU,
        unit:CCY_XOF,
        unit:CCY_XPD,
        unit:CCY_XPF,
        unit:CCY_XPT,
        unit:CCY_YER,
        unit:CCY_ZAR,
        unit:CCY_ZMW,
        unit:CCY_ZWL,
        unit:MegaCCY_USD ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Currency"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Currency"^^xsd:anyURI ;
    qudt:plainTextDescription "In economics, currency is a generally accepted medium of exchange. These are usually the coins and banknotes of a particular government, which comprise the physical aspects of a nation's money supply. The other part of a nation's money supply consists of bank deposits (sometimes called deposit money), ownership of which can be transferred by means of cheques, debit cards, or other forms of money transfer. Deposit money and currency are money in the sense that both are acceptable as a means of payment."^^xsd:string ;
    rdfs:comment "Applicable units are those of quantitykind:Currency"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    skos:broader qudtqk:Asset .

unit:IN a qudt:Unit ;
    rdfs:label "Inch"@en ;
    dcterms:description "An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.0254 ;
    qudt:conversionMultiplierSN 2.54e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Inch"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA539"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Inch?oldid=492522790"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA539"^^xsd:anyURI ;
    qudt:scalingOf unit:M ;
    qudt:symbol "in"^^xsd:string ;
    qudt:ucumCode "[in_i]"^^qudt:UCUMcs ;
    qudt:udunitsCode "in"^^xsd:string ;
    qudt:uneceCommonCode "INH"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:KiloGM a qudt:Unit ;
    rdfs:label "كيلوغرام"@ar,
        "килограм"@bg,
        "kilogram"@cs,
        "Kilogramm"@de,
        "χιλιόγραμμο"@el,
        "kilogram"@en,
        "kilogramo"@es,
        "کیلوگرم"@fa,
        "kilogramme"@fr,
        "קילוגרם"@he,
        "किलोग्राम"@hi,
        "kilogramm*"@hu,
        "chilogrammo"@it,
        "キログラム"@ja,
        "chiliogramma"@la,
        "kilogram"@ms,
        "kilogram"@pl,
        "quilograma"@pt,
        "kilogram"@ro,
        "килограмм"@ru,
        "kilogram"@sl,
        "kilogram"@tr,
        "公斤"@zh ;
    dcterms:description "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
    qudt:hasQuantityKind qudtqk:CO2Equivalent,
        qudtqk:Mass ;
    qudt:iec61360Code "0112/2///62720#UAA594"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA594"^^xsd:anyURI ;
    qudt:plainTextDescription "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^xsd:string ;
    qudt:prefix <http://qudt.org/vocab/prefix/Kilo> ;
    qudt:scalingOf unit:GM ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/kilogram> ;
    qudt:symbol "kg"^^xsd:string ;
    qudt:ucumCode "kg"^^qudt:UCUMcs ;
    qudt:udunitsCode "kg"^^xsd:string ;
    qudt:uneceCommonCode "KGM"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Location a brick:Tag ;
    rdfs:label "Location"@en .

tag:Parameter a brick:Tag ;
    rdfs:label "Parameter"@en .

unit:CentiM a qudt:DerivedUnit,
        qudt:Unit ;
    rdfs:label "Centimetre"@en,
        "Centimeter"@en-us ;
    dcterms:description "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$.  The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 0.01 ;
    qudt:conversionMultiplierSN 1e-02 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Centimetre"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA375"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA375"^^xsd:anyURI ;
    qudt:prefix <http://qudt.org/vocab/prefix/Centi> ;
    qudt:scalingOf unit:M ;
    qudt:symbol "cm"^^xsd:string ;
    qudt:ucumCode "cm"^^qudt:UCUMcs ;
    qudt:uneceCommonCode "CMT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:K a qudt:Unit ;
    rdfs:label "كلفن"@ar,
        "келвин"@bg,
        "kelvin"@cs,
        "Kelvin"@de,
        "κέλβιν"@el,
        "kelvin"@en,
        "kelvin"@es,
        "کلوین"@fa,
        "kelvin"@fr,
        "קלווין"@he,
        "कैल्विन"@hi,
        "kelvin"@hu,
        "kelvin"@it,
        "ケルビン"@ja,
        "kelvin"@la,
        "kelvin"@ms,
        "kelwin"@pl,
        "kelvin"@pt,
        "kelvin"@ro,
        "кельвин"@ru,
        "kelvin"@sl,
        "kelvin"@tr,
        "开尔文"@zh ;
    dcterms:description """
  The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. 
  One kelvin represents the same temperature difference as one degree Celsius. 
  In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water
   (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. 
  Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. 
  The kelvin equals exactly 1.8 degrees Fahrenheit. 
  The unit is named for the British mathematician and physicist William Thomson (1824-1907),
   later known as Lord Kelvin after he was named Baron Kelvin of Largs.
  """^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
    qudt:hasQuantityKind qudtqk:BoilingPoint,
        qudtqk:CorrelatedColorTemperature,
        qudtqk:FlashPoint,
        qudtqk:MeltingPoint,
        qudtqk:Temperature,
        qudtqk:ThermodynamicTemperature ;
    qudt:iec61360Code "0112/2///62720#UAA185"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA185"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/kelvin> ;
    qudt:symbol "K"^^xsd:string ;
    qudt:ucumCode "K"^^qudt:UCUMcs ;
    qudt:udunitsCode "K"^^xsd:string ;
    qudt:uneceCommonCode "KEL"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

unit:FT a qudt:Unit ;
    rdfs:label "Foot"@en ;
    dcterms:description "A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. "^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 0.3048 ;
    qudt:conversionMultiplierSN 3.048e-01 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Foot_%28length%29"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:factorUnitScalar 12.0 ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasFactorUnit [ qudt:exponent 1 ;
            qudt:hasUnit unit:IN ] ;
    qudt:hasQuantityKind qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA440"^^xsd:string ;
    qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA440"^^xsd:anyURI ;
    qudt:symbol "ft"^^xsd:string ;
    qudt:ucumCode "[ft_i]"^^qudt:UCUMcs ;
    qudt:udunitsCode "ft"^^xsd:string ;
    qudt:uneceCommonCode "FOT"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Pressure a brick:Tag ;
    rdfs:label "Pressure"@en .

unit:HR a qudt:Unit ;
    rdfs:label "Hour"@en ;
    dcterms:description "The hour (common symbol: h or h) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h."^^rdf:HTML ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 3600.0 ;
    qudt:conversionMultiplierSN 3.6e+03 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Hour"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA525"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Hour?oldid=495040268"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA525"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
    qudt:scalingOf unit:SEC ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/hour> ;
    qudt:symbol "h"^^xsd:string ;
    qudt:ucumCode "h"^^qudt:UCUMcs ;
    qudt:udunitsCode "h"^^xsd:string ;
    qudt:uneceCommonCode "HUR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

tag:Water a brick:Tag ;
    rdfs:label "Water"@en .

tag:Temperature a brick:Tag ;
    rdfs:label "Temperature"@en .

unit:SEC a qudt:Unit ;
    rdfs:label "ثانية"@ar,
        "секунда"@bg,
        "sekunda"@cs,
        "Sekunde"@de,
        "δευτερόλεπτο"@el,
        "second"@en,
        "segundo"@es,
        "ثانیه"@fa,
        "seconde"@fr,
        "שנייה"@he,
        "सैकण्ड"@hi,
        "másodperc"@hu,
        "secondo"@it,
        "秒"@ja,
        "secundum"@la,
        "saat"@ms,
        "sekunda"@pl,
        "segundo"@pt,
        "secundă"@ro,
        "секунда"@ru,
        "sekunda"@sl,
        "saniye"@tr,
        "秒"@zh ;
    dcterms:description """The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.
Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation."""^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/IMPERIAL>,
        <http://qudt.org/vocab/sou/SI>,
        <http://qudt.org/vocab/sou/USCS> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Second"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/USCS> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
    qudt:hasQuantityKind qudtqk:Period,
        qudtqk:Time ;
    qudt:iec61360Code "0112/2///62720#UAA972"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA972"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/second> ;
    qudt:symbol "s"^^xsd:string ;
    qudt:ucumCode "s"^^qudt:UCUMcs ;
    qudt:udunitsCode "s"^^xsd:string ;
    qudt:uneceCommonCode "SEC"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

qudtqk:Unknown a qudt:QuantityKind ;
    rdfs:label "Unknown"@en ;
    dcterms:description "Placeholder value used for reference from units where it is not clear what a given unit is a measure of."@en ;
    qudt:applicableUnit unit:A-HR-PER-DEG_C,
        unit:A-PER-A-HR,
        unit:A-PER-PA,
        unit:A-SEC2,
        unit:A2-SEC,
        unit:BARN-PER-EV,
        unit:BARN-PER-SR,
        unit:BARN-PER-SR-EV,
        unit:C-M2-PER-KiloGM,
        unit:CCY_AWG,
        unit:CentiM-PER-BAR,
        unit:CentiM-PER-SEC-BAR,
        unit:CentiM-PER-SEC-K,
        unit:CentiM2-PER-CentiM3,
        unit:CentiM3-PER-BAR,
        unit:CentiM3-PER-DAY-BAR,
        unit:CentiM3-PER-DAY-K,
        unit:CentiM3-PER-HR-BAR,
        unit:CentiM3-PER-HR-K,
        unit:CentiM3-PER-MIN-BAR,
        unit:CentiM3-PER-MIN-K,
        unit:CentiM3-PER-SEC-BAR,
        unit:CentiM3-PER-SEC-K,
        unit:CentiPOISE-PER-K,
        unit:DEG_C-KiloGM-PER-M2,
        unit:DEG_C-PER-BAR,
        unit:DEG_C2-PER-SEC,
        unit:DEG_F-PER-BAR,
        unit:DeciB-MilliW,
        unit:DeciB-MilliW-PER-MegaHZ,
        unit:DeciB-W,
        unit:FT-HR-PER-GAL_UK,
        unit:FT-HR-PER-GAL_US,
        unit:FT-HR-PER-IN3,
        unit:FT-PER-PSI,
        unit:FT-PER-SEC-DEG_F,
        unit:FT-PER-SEC-PSI,
        unit:FT-SEC-PER-GAL_UK,
        unit:FT-SEC-PER-GAL_US,
        unit:FT-SEC-PER-IN3,
        unit:FT2-PER-BTU_IT-IN,
        unit:FT3-PER-PSI,
        unit:GM-HR-PER-L-CentiM3,
        unit:GM-HR-PER-L-M3,
        unit:GM-HR-PER-L2,
        unit:GM-HR-PER-M3-CentiM3,
        unit:GM-HR-PER-M3-L,
        unit:GM-HR-PER-M6,
        unit:GM-MIN-PER-L-CentiM3,
        unit:GM-MIN-PER-L-M3,
        unit:GM-MIN-PER-L2,
        unit:GM-MIN-PER-M3-CentiM3,
        unit:GM-MIN-PER-M3-L,
        unit:GM-MIN-PER-M6,
        unit:GM-PER-BAR,
        unit:GM-PER-CentiM3-K,
        unit:GM-PER-DAY-BAR,
        unit:GM-PER-DAY-K,
        unit:GM-PER-DEG_C,
        unit:GM-PER-DeciM3-K,
        unit:GM-PER-HR-BAR,
        unit:GM-PER-HR-K,
        unit:GM-PER-HZ,
        unit:GM-PER-K,
        unit:GM-PER-L-CentiPOISE,
        unit:GM-PER-L-K,
        unit:GM-PER-L-MilliPA-SEC,
        unit:GM-PER-L-PA-SEC,
        unit:GM-PER-L-POISE,
        unit:GM-PER-M3-CentiPOISE,
        unit:GM-PER-M3-K,
        unit:GM-PER-M3-MilliPA-SEC,
        unit:GM-PER-M3-PA-SEC,
        unit:GM-PER-M3-POISE,
        unit:GM-PER-MIN-BAR,
        unit:GM-PER-MIN-K,
        unit:GM-PER-MilliL-K,
        unit:GM-PER-SEC-BAR,
        unit:GM-PER-SEC-K,
        unit:GM-SEC-PER-L-CentiM3,
        unit:GM-SEC-PER-L-M3,
        unit:GM-SEC-PER-L2,
        unit:GM-SEC-PER-M3-CentiM3,
        unit:GM-SEC-PER-M3-L,
        unit:GM-SEC-PER-M6,
        unit:HR-PER-FT2,
        unit:IN-PER-PSI,
        unit:IN-PER-SEC-DEG_F,
        unit:IN-PER-SEC-PSI,
        unit:K-M-PER-SEC,
        unit:K-M2-PER-KiloGM-SEC,
        unit:K-PA-PER-SEC,
        unit:K-PER-BAR,
        unit:K-PER-PA,
        unit:K2,
        unit:KiloGM-PER-BAR,
        unit:KiloGM-PER-CentiM3-K,
        unit:KiloGM-PER-DAY-BAR,
        unit:KiloGM-PER-DAY-K,
        unit:KiloGM-PER-DeciM3-K,
        unit:KiloGM-PER-HR-BAR,
        unit:KiloGM-PER-HR-K,
        unit:KiloGM-PER-K,
        unit:KiloGM-PER-L-K,
        unit:KiloGM-PER-M3-K,
        unit:KiloGM-PER-M3-SEC,
        unit:KiloGM-PER-MIN-BAR,
        unit:KiloGM-PER-MIN-K,
        unit:KiloGM-PER-PA,
        unit:KiloGM-PER-SEC-BAR,
        unit:KiloGM-PER-SEC-K,
        unit:KiloGM-PER-SEC-PA,
        unit:KiloGM-SEC2,
        unit:KiloGM2-PER-SEC2,
        unit:KiloM-PER-SEC-BAR,
        unit:KiloMOL-PER-M3-BAR,
        unit:KiloMOL-PER-M3-K,
        unit:KiloOHM-PER-BAR,
        unit:KiloOHM-PER-K,
        unit:KiloVAR-PER-K,
        unit:L-PER-BAR,
        unit:L-PER-DAY-BAR,
        unit:L-PER-DAY-K,
        unit:L-PER-HR-BAR,
        unit:L-PER-HR-K,
        unit:L-PER-MIN-BAR,
        unit:L-PER-MIN-K,
        unit:L-PER-SEC-BAR,
        unit:L-PER-SEC-K,
        unit:LB-FT2-PER-GAL_UK-LB_F-SEC,
        unit:LB-FT2-PER-GAL_US-LB_F-SEC,
        unit:LB-FT2-PER-IN3-LB_F-SEC,
        unit:LB-HR-PER-FT3-GAL_UK,
        unit:LB-HR-PER-FT3-GAL_US,
        unit:LB-HR-PER-FT3-IN3,
        unit:LB-HR-PER-FT3-YD3,
        unit:LB-HR-PER-FT6,
        unit:LB-HR-PER-GAL_UK-FT3,
        unit:LB-HR-PER-GAL_UK-IN3,
        unit:LB-HR-PER-GAL_UK-YD3,
        unit:LB-HR-PER-GAL_UK2,
        unit:LB-HR-PER-GAL_US-FT3,
        unit:LB-HR-PER-GAL_US-IN3,
        unit:LB-HR-PER-GAL_US-YD3,
        unit:LB-HR-PER-GAL_US2,
        unit:LB-HR-PER-IN3-FT3,
        unit:LB-HR-PER-IN3-GAL_UK,
        unit:LB-HR-PER-IN3-GAL_US,
        unit:LB-HR-PER-IN3-YD3,
        unit:LB-HR-PER-IN6,
        unit:LB-IN2-PER-FT3-LB_F-SEC,
        unit:LB-IN2-PER-GAL_UK-LB_F-SEC,
        unit:LB-IN2-PER-GAL_US-LB_F-SEC,
        unit:LB-IN2-PER-IN3-LB_F-SEC,
        unit:LB-MIN-PER-FT3-GAL_UK,
        unit:LB-MIN-PER-FT3-GAL_US,
        unit:LB-MIN-PER-FT3-IN3,
        unit:LB-MIN-PER-FT3-YD3,
        unit:LB-MIN-PER-FT6,
        unit:LB-MIN-PER-GAL_UK-FT3,
        unit:LB-MIN-PER-GAL_UK-IN3,
        unit:LB-MIN-PER-GAL_UK-YD3,
        unit:LB-MIN-PER-GAL_UK2,
        unit:LB-MIN-PER-GAL_US-FT3,
        unit:LB-MIN-PER-GAL_US-IN3,
        unit:LB-MIN-PER-GAL_US-YD3,
        unit:LB-MIN-PER-GAL_US2,
        unit:LB-MIN-PER-IN3-FT3,
        unit:LB-MIN-PER-IN3-GAL_UK,
        unit:LB-MIN-PER-IN3-GAL_US,
        unit:LB-MIN-PER-IN3-YD3,
        unit:LB-MIN-PER-IN6,
        unit:LB-PER-DEG_F,
        unit:LB-PER-FT-LB_F-SEC,
        unit:LB-PER-FT3-DEG_F,
        unit:LB-PER-HR-DEG_F,
        unit:LB-PER-IN3-DEG_F,
        unit:LB-PER-MIN-DEG_F,
        unit:LB-PER-PSI,
        unit:LB-PER-SEC-DEG_F,
        unit:LB-SEC-PER-FT3-GAL_UK,
        unit:LB-SEC-PER-FT3-GAL_US,
        unit:LB-SEC-PER-FT3-IN3,
        unit:LB-SEC-PER-FT3-YD3,
        unit:LB-SEC-PER-FT6,
        unit:LB-SEC-PER-GAL_UK-FT3,
        unit:LB-SEC-PER-GAL_UK-IN3,
        unit:LB-SEC-PER-GAL_UK-YD3,
        unit:LB-SEC-PER-GAL_UK2,
        unit:LB-SEC-PER-GAL_US-FT3,
        unit:LB-SEC-PER-GAL_US-IN3,
        unit:LB-SEC-PER-GAL_US-YD3,
        unit:LB-SEC-PER-GAL_US2,
        unit:LB-SEC-PER-IN3-FT3,
        unit:LB-SEC-PER-IN3-GAL_UK,
        unit:LB-SEC-PER-IN3-GAL_US,
        unit:LB-SEC-PER-IN3-YD3,
        unit:LB-SEC-PER-IN6,
        unit:M-PER-BAR,
        unit:M-PER-PA,
        unit:M-PER-SEC-BAR,
        unit:M-PER-SEC-K,
        unit:M-PER-SEC-PA,
        unit:M-SEC,
        unit:M-SEC2,
        unit:M2-HZ2,
        unit:M2-HZ3,
        unit:M2-HZ4,
        unit:M2-PER-HA-YR,
        unit:M2-PER-HZ,
        unit:M2-PER-HZ-DEG,
        unit:M2-PER-HZ2,
        unit:M2-PER-SEC-BAR,
        unit:M2-PER-SEC-K,
        unit:M2-PER-SEC-PA,
        unit:M2-SEC-PER-RAD,
        unit:M3-PER-BAR,
        unit:M3-PER-DAY-BAR,
        unit:M3-PER-DAY-K,
        unit:M3-PER-HR-BAR,
        unit:M3-PER-HR-K,
        unit:M3-PER-KiloGM-SEC2,
        unit:M3-PER-MIN-BAR,
        unit:M3-PER-MIN-K,
        unit:M3-PER-PA,
        unit:M3-PER-SEC-BAR,
        unit:M3-PER-SEC-K,
        unit:M3-PER-SEC-PA,
        unit:M4-PER-SEC,
        unit:MOL-PER-GM-HR,
        unit:MOL-PER-KiloGM-K,
        unit:MOL-PER-L-BAR,
        unit:MOL-PER-L-K,
        unit:MOL-PER-M2,
        unit:MOL-PER-M2-SEC-M-SR,
        unit:MOL-PER-M2-SEC-SR,
        unit:MOL-PER-M3-BAR,
        unit:MOL-PER-M3-K,
        unit:MOL-PER-M3-PA,
        unit:MOL-PER-MOL,
        unit:MegaCCY_USD-PER-YR,
        unit:MegaHZ-KiloM,
        unit:MegaOHM-PER-BAR,
        unit:MegaOHM-PER-K,
        unit:MicroGAL-PER-M,
        unit:MicroGM-PER-L-HR,
        unit:MicroGM-PER-M3-HR,
        unit:MicroGM-PER-M3-K,
        unit:MicroM-PER-MilliL,
        unit:MicroMOL-PER-GM-HR,
        unit:MicroMOL-PER-GM-SEC,
        unit:MicroMOL-PER-M2,
        unit:MicroMOL-PER-M2-SEC2,
        unit:MicroMOL-PER-MOL,
        unit:MicroMOL-PER-MicroMOL-DAY,
        unit:MicroVAR-PER-K,
        unit:MilliA-IN2-PER-LB_F,
        unit:MilliA-PER-BAR,
        unit:MilliA-PER-L-MIN,
        unit:MilliA-PER-LB_F-IN2,
        unit:MilliBQ-PER-M2-DAY,
        unit:MilliGAL-PER-MO,
        unit:MilliGM-HR-PER-L-CentiM3,
        unit:MilliGM-HR-PER-L-M3,
        unit:MilliGM-HR-PER-L2,
        unit:MilliGM-HR-PER-M3-CentiM3,
        unit:MilliGM-HR-PER-M3-L,
        unit:MilliGM-HR-PER-M6,
        unit:MilliGM-MIN-PER-L-CentiM3,
        unit:MilliGM-MIN-PER-L-M3,
        unit:MilliGM-MIN-PER-L2,
        unit:MilliGM-MIN-PER-M3-CentiM3,
        unit:MilliGM-MIN-PER-M3-L,
        unit:MilliGM-MIN-PER-M6,
        unit:MilliGM-PER-BAR,
        unit:MilliGM-PER-DAY-BAR,
        unit:MilliGM-PER-DAY-K,
        unit:MilliGM-PER-HR-BAR,
        unit:MilliGM-PER-HR-K,
        unit:MilliGM-PER-K,
        unit:MilliGM-PER-L-CentiPOISE,
        unit:MilliGM-PER-L-MilliPA-SEC,
        unit:MilliGM-PER-L-PA-SEC,
        unit:MilliGM-PER-L-POISE,
        unit:MilliGM-PER-M3-CentiPOISE,
        unit:MilliGM-PER-M3-DAY,
        unit:MilliGM-PER-M3-HR,
        unit:MilliGM-PER-M3-K,
        unit:MilliGM-PER-M3-MilliPA-SEC,
        unit:MilliGM-PER-M3-PA-SEC,
        unit:MilliGM-PER-M3-POISE,
        unit:MilliGM-PER-M3-SEC,
        unit:MilliGM-PER-MIN-BAR,
        unit:MilliGM-PER-MIN-K,
        unit:MilliGM-PER-SEC-BAR,
        unit:MilliGM-PER-SEC-K,
        unit:MilliGM-SEC-PER-L-CentiM3,
        unit:MilliGM-SEC-PER-L-M3,
        unit:MilliGM-SEC-PER-L2,
        unit:MilliGM-SEC-PER-M3-CentiM3,
        unit:MilliGM-SEC-PER-M3-L,
        unit:MilliGM-SEC-PER-M6,
        unit:MilliK-PER-BAR,
        unit:MilliL-PER-BAR,
        unit:MilliL-PER-DAY-BAR,
        unit:MilliL-PER-DAY-K,
        unit:MilliL-PER-HR-BAR,
        unit:MilliL-PER-HR-K,
        unit:MilliL-PER-M2-DAY,
        unit:MilliL-PER-MIN-BAR,
        unit:MilliL-PER-MIN-K,
        unit:MilliL-PER-SEC-BAR,
        unit:MilliL-PER-SEC-K,
        unit:MilliM-PER-BAR,
        unit:MilliM-PER-M2,
        unit:MilliMOL-PER-M2,
        unit:MilliMOL-PER-MOL,
        unit:MilliOHM-PER-BAR,
        unit:MilliOHM-PER-K,
        unit:MilliPA-SEC-PER-K,
        unit:MilliV-PER-V,
        unit:MilliVAR-PER-K,
        unit:MilliW-PER-CentiM2-MicroM-SR,
        unit:MilliW-PER-M2-NanoM-SR,
        unit:N-M-PER-W0dot5,
        unit:N-M2-PER-KiloGM2,
        unit:NP-PER-SEC,
        unit:NUM-PER-CentiM-KiloYR,
        unit:NUM-PER-GM,
        unit:NUM-PER-HectoGM,
        unit:NUM-PER-KiloGM,
        unit:NUM-PER-MilliGM,
        unit:NanoMOL-PER-GM-HR,
        unit:NanoMOL-PER-GM-SEC,
        unit:NanoMOL-PER-MicroGM-HR,
        unit:NanoMOL-PER-MicroMOL,
        unit:NanoMOL-PER-MicroMOL-DAY,
        unit:OHM-PER-BAR,
        unit:OHM-PER-K,
        unit:ONE,
        unit:OZ-FT-HR-PER-IN3-LB,
        unit:OZ-FT-SEC-PER-IN3-LB,
        unit:OZ-FT2-PER-IN3-LB_F-SEC,
        unit:OZ-HR-PER-IN3-FT3,
        unit:OZ-HR-PER-IN3-GAL_UK,
        unit:OZ-HR-PER-IN3-GAL_US,
        unit:OZ-HR-PER-IN3-YD3,
        unit:OZ-HR-PER-IN6,
        unit:OZ-IN2-PER-IN3-LB_F-SEC,
        unit:OZ-MIN-PER-IN3-FT3,
        unit:OZ-MIN-PER-IN3-GAL_UK,
        unit:OZ-MIN-PER-IN3-GAL_US,
        unit:OZ-MIN-PER-IN3-YD3,
        unit:OZ-MIN-PER-IN6,
        unit:OZ-SEC-PER-IN3-FT3,
        unit:OZ-SEC-PER-IN3-GAL_UK,
        unit:OZ-SEC-PER-IN3-GAL_US,
        unit:OZ-SEC-PER-IN3-YD3,
        unit:OZ-SEC-PER-IN6,
        unit:PA-M,
        unit:PA-M-PER-SEC,
        unit:PA-M-PER-SEC2,
        unit:PA-SEC-PER-K,
        unit:PA2-PER-SEC2,
        unit:PER-KiloGM-SEC,
        unit:PER-M-NanoM-SR,
        unit:PER-M-SEC,
        unit:PER-M-SR,
        unit:PER-MicroMOL-L,
        unit:PER-PA-SEC,
        unit:PER-PERCENT,
        unit:PER-RAD,
        unit:PER-SEC-SR-M2,
        unit:PER-SR,
        unit:PERCENT-FT-HR-PER-LB,
        unit:PERCENT-FT-SEC-PER-LB,
        unit:PERCENT-HR-PER-CentiM3,
        unit:PERCENT-HR-PER-FT3,
        unit:PERCENT-HR-PER-GAL_UK,
        unit:PERCENT-HR-PER-GAL_US,
        unit:PERCENT-HR-PER-IN3,
        unit:PERCENT-HR-PER-L,
        unit:PERCENT-HR-PER-M3,
        unit:PERCENT-HR-PER-YD3,
        unit:PERCENT-MIN-PER-CentiM3,
        unit:PERCENT-MIN-PER-FT3,
        unit:PERCENT-MIN-PER-GAL_UK,
        unit:PERCENT-MIN-PER-GAL_US,
        unit:PERCENT-MIN-PER-IN3,
        unit:PERCENT-MIN-PER-L,
        unit:PERCENT-MIN-PER-M3,
        unit:PERCENT-MIN-PER-YD3,
        unit:PERCENT-PER-100KiloCOUNT,
        unit:PERCENT-PER-10KiloCOUNT,
        unit:PERCENT-PER-CentiPOISE,
        unit:PERCENT-PER-DEG,
        unit:PERCENT-PER-DecaCOUNT,
        unit:PERCENT-PER-DecaKiloCOUNT,
        unit:PERCENT-PER-HectoKiloCOUNT,
        unit:PERCENT-PER-KiloCOUNT,
        unit:PERCENT-PER-MilliPA-SEC,
        unit:PERCENT-PER-OHM,
        unit:PERCENT-PER-PA-SEC,
        unit:PERCENT-PER-PERCENT,
        unit:PERCENT-PER-POISE,
        unit:PERCENT-PER-V,
        unit:PERCENT-SEC-PER-CentiM3,
        unit:PERCENT-SEC-PER-FT3,
        unit:PERCENT-SEC-PER-GAL_UK,
        unit:PERCENT-SEC-PER-GAL_US,
        unit:PERCENT-SEC-PER-IN3,
        unit:PERCENT-SEC-PER-L,
        unit:PERCENT-SEC-PER-M3,
        unit:PERCENT-SEC-PER-YD3,
        unit:POISE-PER-K,
        unit:PPT_VOL,
        unit:PicoA-PER-HectoPA,
        unit:PicoA-PER-MicroMOL-L,
        unit:PicoMOL-PER-M-W-SEC,
        unit:PicoW-PER-CentiM2-L,
        unit:SEC-PER-FT2,
        unit:SEC-PER-M,
        unit:SON,
        unit:SPIN_QUANTUM_NUMBER,
        unit:ST-PER-BAR,
        unit:ST-PER-K,
        unit:ST-PER-PA,
        unit:TONNE-PER-BAR,
        unit:TONNE-PER-DAY-BAR,
        unit:TONNE-PER-DAY-K,
        unit:TONNE-PER-HR-BAR,
        unit:TONNE-PER-HR-K,
        unit:TONNE-PER-K,
        unit:TONNE-PER-M3-K,
        unit:TONNE-PER-MIN-BAR,
        unit:TONNE-PER-MIN-K,
        unit:TONNE-PER-SEC-BAR,
        unit:TONNE-PER-SEC-K,
        unit:TON_Metric-PER-BAR,
        unit:TON_Metric-PER-DAY-BAR,
        unit:TON_Metric-PER-DAY-K,
        unit:TON_Metric-PER-HR-BAR,
        unit:TON_Metric-PER-HR-K,
        unit:TON_Metric-PER-K,
        unit:TON_Metric-PER-M3-K,
        unit:TON_Metric-PER-MIN-BAR,
        unit:TON_Metric-PER-MIN-K,
        unit:TON_Metric-PER-SEC-BAR,
        unit:TON_Metric-PER-SEC-K,
        unit:TON_SHORT-PER-DEG_F,
        unit:TON_SHORT-PER-HR-DEG_F,
        unit:TON_SHORT-PER-HR-PSI,
        unit:TON_SHORT-PER-PSI,
        unit:UNKNOWN,
        unit:V-PER-L-MIN,
        unit:V-PER-V,
        unit:VAR-PER-K,
        unit:W-HR-PER-L,
        unit:W-M-PER-M2-SR,
        unit:W-PER-M2-M,
        unit:W-PER-M2-M-SR,
        unit:W-PER-M2-NanoM,
        unit:W-PER-M2-NanoM-SR,
        unit:YD-PER-PSI,
        unit:YD3-PER-PSI ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
    rdfs:comment "Applicable units are those of quantitykind:Unknown"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> .

tag:Setpoint a brick:Tag ;
    rdfs:label "Setpoint"@en .

tag:Air a brick:Tag ;
    rdfs:label "Air"@en .

tag:Sensor a brick:Tag ;
    rdfs:label "Sensor"@en .

brick:Tag a owl:Class,
        sh:NodeShape ;
    rdfs:label "Tag"@en ;
    rdfs:subClassOf brick:Entity ;
    sh:property bsh:isAssociatedWithShape,
        bsh:isTagOfShape .

tag:Equipment a brick:Tag ;
    rdfs:label "Equipment"@en .

unit:M a qudt:Unit ;
    rdfs:label "متر"@ar,
        "метър"@bg,
        "metr"@cs,
        "Meter"@de,
        "μέτρο"@el,
        "metre"@en,
        "Meter"@en-us,
        "metro"@es,
        "متر"@fa,
        "mètre"@fr,
        "מטר"@he,
        "मीटर"@hi,
        "méter"@hu,
        "metro"@it,
        "メートル"@ja,
        "metrum"@la,
        "meter"@ms,
        "metr"@pl,
        "metro"@pt,
        "metru"@ro,
        "метр"@ru,
        "meter"@sl,
        "metre"@tr,
        "米"@zh ;
    dcterms:description "The metric and SI base unit of distance.  The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^qudt:LatexString ;
    qudt:applicableSystem <http://qudt.org/vocab/sou/CGS>,
        <http://qudt.org/vocab/sou/CGS-EMU>,
        <http://qudt.org/vocab/sou/CGS-GAUSS>,
        <http://qudt.org/vocab/sou/SI> ;
    qudt:conversionMultiplier 1.0 ;
    qudt:conversionMultiplierSN 1e+00 ;
    qudt:dbpediaMatch "http://dbpedia.org/resource/Metre"^^xsd:anyURI ;
    qudt:definedUnitOfSystem <http://qudt.org/vocab/sou/SI> ;
    qudt:hasDimensionVector <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
    qudt:hasQuantityKind qudtqk:ElevationRelativeToNAP,
        qudtqk:Length ;
    qudt:iec61360Code "0112/2///62720#UAA726"^^xsd:string ;
    qudt:informativeReference "http://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI,
        "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA726"^^xsd:anyURI ;
    qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
    qudt:plainTextDescription "The metric and SI base unit of distance.   The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^xsd:string ;
    qudt:siExactMatch <https://si-digital-framework.org/SI/units/metre> ;
    qudt:symbol "m"^^xsd:string ;
    qudt:ucumCode "m"^^qudt:UCUMcs ;
    qudt:udunitsCode "m"^^xsd:string ;
    qudt:uneceCommonCode "MTR"^^xsd:string ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> .

<http://qudt.org/3.1.0/vocab/quantitykind> rdfs:label "QUDT Quantity Kind Vocabulary Version 3.1.0"^^xsd:string ;
    ns1:hasGraphMetadata ns1:GMD_QUDT-QUANTITY-KINDS-ALL ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/quantitykind> ;
    owl:versionIRI <http://qudt.org/3.1.0/vocab/quantitykind> .

owl:Class sh:property bsh:hasAssociatedTagShape,
        bsh:hasTagShape .

tag:Point a brick:Tag ;
    rdfs:label "Point"@en .

<http://qudt.org/3.1.0/vocab/unit> rdfs:label "QUDT VOCAB Units of Measure Release 3.1.0"^^xsd:string ;
    ns1:hasGraphMetadata ns1:GMD_QUDT-UNITS-ALL ;
    rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
    owl:versionIRI <http://qudt.org/3.1.0/vocab/unit> .

brick:hasTag a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty,
        brick:Relationship ;
    rdfs:label "Has tag"@en ;
    owl:inverseOf brick:isTagOf ;
    skos:definition "The subject has the given tag"@en .
